- Jun 17, 2024
-
-
vlorentz authored
This fixes a crash in ExtrinsicMetadataIndexer when an origin object was removed from the archive but still referenced in Kafka, and applies masking to any object that may be read from Kafka
-
- May 19, 2024
-
- May 15, 2024
-
-
Pierre-Yves David authored
-
Pierre-Yves David authored
-
- May 13, 2024
-
-
vlorentz authored
-
- Apr 22, 2024
-
-
Nicolas Dandrimont authored
-
- Mar 29, 2024
-
-
David Douard authored
-
- Mar 27, 2024
-
-
Antoine Lambert authored
Since the release of pytest 8.1, some pytest options are no longer needed and editable install can be used when running tests using tox.
-
- Feb 09, 2024
-
-
Antoine Lambert authored
-
- Feb 05, 2024
-
-
Antoine Lambert authored
Related to swh/meta#5075.
-
- Feb 02, 2024
-
-
Nicolas Dandrimont authored
-
- Jan 17, 2024
-
-
Nicolas Dandrimont authored
-
Nicolas Dandrimont authored
Most other journal clients use this configuration key
-
Nicolas Dandrimont authored
-
- Jan 16, 2024
-
- Jan 11, 2024
-
- Jan 10, 2024
-
-
Antoine Lambert authored
Celery tasks for indexer were removed so we also need to stop referencing them in the swh.workers entrypoint.
-
- Jan 05, 2024
-
-
vlorentz authored
-
- Dec 14, 2023
-
- Dec 05, 2023
-
-
David Douard authored
-
- Dec 04, 2023
-
-
David Douard authored
And replace comment type annotations by explicit ones.
-
- Dec 03, 2023
-
-
David Douard authored
-
- Nov 29, 2023
-
-
David Douard authored
-
- Nov 22, 2023
-
-
Antoine Lambert authored
Docstring is mandatory for a celery task function as its value is inserted in the required description column of the task_type table in the scheduler database. Celery task function name is also used as task name (with underscores replaced by dashes) so ensure task function names match the task types registered in production scheduler database.
-
- Nov 21, 2023
-
- Nov 08, 2023
-
-
David Douard authored
So that we can get rid of indexer task types being created by swh-schedulers' sql init scripts.
-
- Oct 26, 2023
-
-
vlorentz authored
-
- Oct 18, 2023
-
-
Antoine Lambert authored
SingleFileIntrinsicMapping.detect_metadata_files was comparing lowercase versions of filenames with SingleFileIntrinsicMapping.filename variable value to detect metadata files. But as SingleFileIntrinsicMapping.filename holds the canonical name of a metadata file it can contain uppercase characters. So ensure to compare lowercase versions of both filenames to avoid metadata files being undetected. This fixes indexing of Python intrinsic metadata.
-
- Jul 07, 2023
-
-
David Douard authored
It now needs types-click which is indeed a dependency of swh.core[testing].
-
- Jun 20, 2023
-
- Jun 07, 2023
-
-
vlorentz authored
-
- May 15, 2023
-
-
vlorentz authored
-
- Apr 25, 2023
-
-
Antoine R. Dumont authored
Refs. #4733
-
- Apr 18, 2023
-
-
vlorentz authored
-
- Apr 17, 2023
-
- Mar 21, 2023
-
-
- Mar 13, 2023
-
- Feb 21, 2023
-
-
- Feb 17, 2023
-
-
Antoine Lambert authored
Related to swh/meta#4960
-