- Jun 02, 2021
-
-
Jenkins for Software Heritage authored
Update to upstream version '0.0.310' with Debian dir 417bc9b29fc05cca5c95071f5aaca8e8a75d485f
-
Vincent Sellier authored
If a SOR was updated as running (i.e the visit is in progress when the refresh job is executed), it's status was never refreshed when its completed Related to T3355
- Jun 01, 2021
-
-
Antoine Lambert authored
It enables to access a webpack-dev-derver running in a docker container from host through ports mapping.
-
- May 28, 2021
-
-
Antoine Lambert authored
For the archives visit type, when an arifact url is pasted in a dedicated input, autofill the asociated artifact version input from the filename in the url without extensions. Related to T3213
-
Antoine Lambert authored
-
Antoine Lambert authored
-
- May 27, 2021
-
-
Antoine Lambert authored
Enhance save code now Web UI for the archives visit type: multiple artifacts can now be submitted to be loaded under the same origin. User can now easily add a new form row to fill new artifact info through a dedicated button. New form rows can also be removed by dedicated buttons. Add an help text above the artifacts form to explain how source code will be loaded into the archive. Related to T3213
-
Antoine Lambert authored
It enables to fallback to django base authentication backend when not running pytest, for instance when running cypress tests or when using the run-django-webpack-memory-storages make target.
-
Jenkins for Software Heritage authored
Update to upstream version '0.0.309' with Debian dir a268a57389a6d62827e37a65d1d852adf3e818ad
-
Antoine R. Dumont authored
Due to some internal details [1], it happens that save code now requests are updated with missing information. Broadening a bit the filtering on the save code now requests to list for update, we can try and update those information more frequently (even when the main information is already updated). This way, the save code now requests will eventually be updated fully when the information lateness subsides. [1] Replication lag Related to T3346
-
- May 25, 2021
-
-
Antoine Lambert authored
This change ensure that child processes created by the make target named run-django-webpack-devserver will always be killed when exiting. It fixes the issue of webpack related processes still alive when the django runserver command exits with errors.
-
- May 21, 2021
-
-
Antoine Lambert authored
It enables to not relaunch cypress UI when modifying swh-web assets sources, static assets will be recompiled on the fly insead of prior launching cypress. Cypress tests will also be automatically re-executed when static assets sources have changed.
-
- May 20, 2021
-
-
Antoine Lambert authored
-
Antoine Lambert authored
A failing test will be executed at most five times. It enables to significantly reduce the number of flaky tests on Jenkins. Closes T3331
-
Antoine Lambert authored
-
Antoine Lambert authored
That regression is a side effect of 5adccbb3.
-
Jenkins for Software Heritage authored
Update to upstream version '0.0.308' with Debian dir 6716d58d163bc493f8036f1b0c29c16f68e69209
-
- May 19, 2021
-
-
Antoine Lambert authored
Display current swh-web version at the bottom of the footer. In development mode, add a ribbon similar to the one used in staging to not confuse with the production webapp. Add swh-web version in ribbon.
-
Antoine Lambert authored
-
- May 18, 2021
-
-
Antoine Lambert authored
-
Antoine Lambert authored
The assets folder is no longer part of the python tree so a symbolic link to it must be created in order for the tests to succeed when building debian package.
-
Antoine Lambert authored
django-webpack-loader 1.0 got freshly released so remove the custom webpack plugin that was fixing the generated JSON stats file schema as it is no longer needed and now produces errors. Also update the mocked webpack stats files schema in conftest.py (used when running python tests while no static assets have been generated).
-
Antoine Lambert authored
Due to pip new dependency resolver and its backtracking process, pybages 1.0 now gets installed instead of its latest version, resulting in mypy errors. So pin pybadges version to be >= 2.2.1 in requirements file.
-
- May 17, 2021
-
-
vlorentz authored
-
- May 11, 2021
-
-
Antoine R. Dumont authored
Related to T3213
-
Antoine Lambert authored
Errors will be raised when starting swh-web dev from scratch otherwise as database migrations are required prior creating users.
-
- May 10, 2021
-
-
Antoine R. Dumont authored
Related to T3213
-
Antoine R. Dumont authored
To avoid repetition
-
Antoine R. Dumont authored
Related to T3213
-
Antoine R. Dumont authored
Related to T3213
-
Antoine R. Dumont authored
This refactor existing permission code to allow creation of user with some permissions. This reworks the Makefile.local to create the users accordingly in different targets. Related to T3213
-
Antoine R. Dumont authored
This is only doing listing for now. It's in a dedicated commit so review is easier. Some more work is required ui and server side to actually schedule those new visit type. It will be done in a future commit. Related to T3213
-
Antoine Lambert authored
-
Antoine Lambert authored
-