- Oct 13, 2020
-
-
Jenkins for Software Heritage authored
-
Jenkins for Software Heritage authored
Update to upstream version '0.3.0' with Debian dir 44289c9694f871b6bf71a77e925ac5d019cdc7af
-
Antoine R. Dumont authored
- Oct 12, 2020
-
-
Antoine R. Dumont authored
Related to T2538
-
Antoine R. Dumont authored
-
Antoine R. Dumont authored
This will allow to improve the existing code and add some more sample without the need to craft new tests.
-
Antoine R. Dumont authored
-
- Oct 10, 2020
-
-
Antoine R. Dumont authored
This adds the missing checks on: - no actionable command - missing --deposit-id when specifying the --replace flag - some more incompatible checks command scenario
-
- Oct 09, 2020
-
-
Antoine R. Dumont authored
This should actually cover all the missing cases now.
-
Antoine R. Dumont authored
This also checks the 3 different format outputs which were not so far.
-
Antoine R. Dumont authored
This: - Align all tests to use json format so the output check is simpler - Simplify the failure cases to check the caplog record - Drop dead code - Rename tests with a `test_cli_` prefix so it's simpler to run separately from the rest
-
Antoine R. Dumont authored
Instead of mock. Note that right now, we should be using requests_mock_datadir_visits so we can leverage a second visit with the correct status. But this refused to work so far. A FIXME has been added to deal with this soon.
-
Antoine R. Dumont authored
instead of mock
-
Antoine R. Dumont authored
instead of mock
-
Antoine R. Dumont authored
-
Antoine R. Dumont authored
instead of mocks.
-
Antoine R. Dumont authored
-
- Oct 07, 2020
-
-
Antoine R. Dumont authored
-
Antoine R. Dumont authored
-
Antoine R. Dumont authored
This is what the current code inlined is doing already. This code was anterior to the function being born in swh.core.config
-
- Oct 02, 2020
-
-
Stefano Zacchiroli authored
-
- 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.
-