- Oct 01, 2020
-
-
Jenkins for Software Heritage authored
-
Jenkins for Software Heritage authored
Update to upstream version '0.2.0' with Debian dir 98d7e1d535192393e6a8f32fd90e41e00984b815
-
Antoine R. Dumont authored
for some reason, they don't end up being required, adding them manually.
-
Antoine R. Dumont authored
-
Antoine R. Dumont authored
This is a breaking change which needs adaptation to the loader. This: - drops the no longer used origin keys - moved the provider, tool and raw_metadata keys to the top-level The main reason is to cleanup. Related to T2649
-
Antoine R. Dumont authored
The new update scenario now stores new metadata update to the metadata storage. The loader does not, it currently stores the transformed xml (into json dict). The loader passes by this deposit_read call to actually retrieve the data. So prior to adapting the loader, the information returned by deposit_read need to provide the raw metadata as well. This also: - adds type to impacted methods along the way. - simplifies a bit the current deposit_read tests Related to T2649
- Sep 29, 2020
-
-
Antoine R. Dumont authored
This is an internal change only. The existing xml still references the old name though.
-
- Sep 28, 2020
-
-
Antoine R. Dumont authored
-
Antoine R. Dumont authored
Multiple existing tests were not properly configured [1] and checking multiple times the same scenario. This makes sure this will not happen again. [1] D4057 D4060
-
Antoine R. Dumont authored
-
Antoine R. Dumont authored
This keeps the existing behavior though by mapping the expanded name to simpler namespaces. This also fixes some test data sample which were not properly defining their namespace. This will allow to deal more properly the empty body case which is incomplete right now.
-
Antoine R. Dumont authored
They were all an instance of the same missing SLUG header instead of their dedicated perimeters...
-
Antoine R. Dumont authored
We are working with a SWHID generated by the deposit which is already tested in another way. This checks is thus redundant.
-
Antoine R. Dumont authored
-
Antoine R. Dumont authored
This refactor the common code executed by the checker so we functionally check everything the same way.
-
Antoine R. Dumont authored
This will allow to update the metadata of a deposit in "done" state. The metadata update occurs both in the deposit backend and in the metadata storage (provided some basic checks pass).
-
- Sep 26, 2020
-
-
Antoine R. Dumont authored
Prior to this commit, the actual test was wrongfully ok because the slug was missing. This resulted in a 400 response which passed because we missed checking the actual response content. This now fixes it.
-
Antoine R. Dumont authored
Prior to this the content-length could be None instead of 0, failing the transition. As the coverage was missing, that peculiar case was missed. This fixes it.
-
Antoine R. Dumont authored
-
Antoine R. Dumont authored
-
vlorentz authored
Currently, only in partial status, but also in 'ready' state in the near future.
-
- Sep 25, 2020
-
-
Nicolas Dandrimont authored
vcversioner was already removed months ago.
-
Nicolas Dandrimont authored
-
Jenkins for Software Heritage authored
-
Jenkins for Software Heritage authored
Update to upstream version '0.1.0' with Debian dir e2b84fa711e63336ef67cf544936c75deed40e05
-
- Sep 24, 2020
-
-
David Douard authored
For some reason, the previous commit ended up messing pip while selecting the extras of swh.core to be used, making it not select the [http] extra.
-
- Sep 23, 2020
-
-
David Douard authored
-
- Sep 18, 2020
-
-
Antoine R. Dumont authored
-
- Sep 17, 2020
-
-
Antoine R. Dumont authored
-
Antoine R. Dumont authored
-
Antoine R. Dumont authored
This will allow deposit loader to reference metadata with their correct deposit version.
-
Antoine Lambert authored
Related to T2610
-
Antoine Lambert authored
Related to T2610
-
Antoine Lambert authored
flake8 hook has been removed from https://github.com/pre-commit/pre-commit-hooks so now use the one from https://gitlab.com/pycqa/flake8
-