- Nov 23, 2020
-
-
Antoine R. Dumont authored
requirements-swh.txt already declares the swh.core[db] dependency which transitively pulls it. Related to T2746
-
- Nov 13, 2020
-
-
Nicolas Dandrimont authored
The previous code would nullify all non-null branches, and try to create a SnapshotBranch out of null branches.
-
vlorentz authored
As this happens for about 50 revisions in the archive.
-
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
- Nov 03, 2020
-
-
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.
-
- Oct 12, 2020
-
-
vlorentz authored
A future version of swh-journal will add a mandatory argument to JournalWriter, whic get_journal_writer sets by default.
-
vlorentz authored
migrate_extrinsic_metadata: add support for the new deposit metadata formats introduced in late september. * https://forge.softwareheritage.org/D4065 * https://forge.softwareheritage.org/D4105
-
- Oct 09, 2020
-
-
Nicolas Dandrimont authored
Notably, `get_objstorage`'s `args` has been deprecated as of swh.objstorage 0.2.2.
-
- Oct 08, 2020
-
-
Nicolas Dandrimont authored
This makes the backfiller configuration compatible with all other modules.
-
Nicolas Dandrimont authored
This allows more settings than the previous hardcoded three, e.g. the `privileged` flag to backfill a journal containing anonymous topics.
-
- Oct 02, 2020