- Nov 23, 2020
-
-
Antoine R. Dumont authored
Related to T2746
-
- Nov 13, 2020
-
-
Jenkins for Software Heritage authored
-
Jenkins for Software Heritage authored
Update to upstream version '0.17.2' with Debian dir cb682d738260a73e1a5c714e32fe464181268a21
-
Jenkins for Software Heritage authored
-
Nicolas Dandrimont authored
This module's use of write_addition predated the introduction of reliable writing in swh.journal; Since this introduction, the backfiller has been flushing the kafka writer after writing each single object, leading to a 3x measured slowdown on backfilling contents.
-
- Nov 12, 2020
-
-
Nicolas Dandrimont authored
-
- Nov 09, 2020
-
-
vlorentz authored
as this happens quite often and isn't an error.
-
vlorentz authored
migrate_extrinsic_metadata: add support for guessing the origin of more PyPI packages from filenames.
-
vlorentz authored
Because it makes a lot of get requests and doesn't handle failures, it crashed often.
-
vlorentz authored
The metadata migration script kept crashing otherwise.
-
vlorentz authored
The next version of swh-journal will remove the default value.
-
Antoine Lambert authored
-
- Nov 05, 2020
-
-
Jenkins for Software Heritage authored
-
Jenkins for Software Heritage authored
Update to upstream version '0.17.1' with Debian dir 1a06182f324d3f658eec3faac9d724b9c9776f3a
-
Jenkins for Software Heritage authored
-
vlorentz authored
-
vlorentz authored
1. rename branch_info to last_branch 2. exclude the last_branch from 'branches', so that: a) it never needs to contain a None value, so we don't need a cast b) no need for slicing
-
- Nov 03, 2020
-
-
Jenkins for Software Heritage authored
-
Jenkins for Software Heritage authored
Update to upstream version '0.17.0' with Debian dir 170e6e6bb959e47c04b6d85458d4b4076ed71012
-
Jenkins for Software Heritage authored
-
Nicolas Dandrimont authored
Consistently with the new name for this attribute in swh.model 0.7.2.
-
Nicolas Dandrimont authored
For consistency with swh.model v0.7.2, to prepare for the addition of an (intrinsic) id field to RawExtrinsicMetadata objects.
-
Nicolas Dandrimont authored
For consistency with swh.model v0.7.2, to prepare for the addition of an (intrinsic) id field to RawExtrinsicMetadata objects.
-
Antoine Lambert authored
Related to T2734
-
- Oct 29, 2020
-
-
vlorentz authored
To match the new behavior of package loaders.
-
- Oct 27, 2020
-
-
Antoine Lambert authored
-
Nicolas Dandrimont authored
The old attribute was deprecated in swh.model 0.7.2
-
Nicolas Dandrimont authored
swh.model.model.ModelObject.compute_hash was changed to a method instead of a staticmethod.
-
Nicolas Dandrimont authored
-
- Oct 22, 2020
-
-
vlorentz authored
-
vlorentz authored
migrate_extrinsic_metadata: Make pypi_origin_from_filename fix project names when possible using PyPI's API.
-
vlorentz authored
Instead of bloating handle_row, which is already way too long.
-
vlorentz authored
-
vlorentz authored
-
vlorentz authored
migrate_extrinsic_metadata: add support for guessing the origin of more PyPI packages from filenames. It now supports all pypi revisions with an id starting with an hex digit from 0 to 5.
-
Antoine R. Dumont authored
-
- Oct 19, 2020
-
-
Antoine R. Dumont authored
This is actually what starts the server, so it sounds more reasonable to test that part.
-
Antoine R. Dumont authored
-
- Oct 16, 2020
-
-
Antoine R. Dumont authored
This also drops the type parameter from load_and_check_config which is never used.
-