- Apr 05, 2023
-
-
- Mar 28, 2023
-
- Mar 22, 2023
-
- Mar 16, 2023
-
-
vlorentz authored
It makes more sense to query a range of partition ids with a fixed nb_partition than a range of nb_partitions with a fix partition id No migration because the next release will need to scrap the whole table anyway.
-
- Mar 09, 2023
- Mar 03, 2023
-
- Feb 23, 2023
-
-
Jérémy Bobbio (Lunar) authored
GitLab will display the content of the README file when browsing the repository. But in case the file is a symlink, it will display the path pointed by the symlink. There is a 6 year old issue about this: https://gitlab.com/gitlab-org/gitlab/-/issues/15093 We can workaround the issue by having the content at the root of the repository and a symlink to this file in the `docs/` directory. Tested in swh/devel/swh-py-template!27
-
- Feb 17, 2023
-
-
Antoine Lambert authored
Related to swh/meta#4960
-
- Feb 16, 2023
-
-
Jérémy Bobbio (Lunar) authored
Related to swh/meta#4959
-
- Feb 02, 2023
-
-
Antoine Lambert authored
This fixes python 3.7 support due to poetry, a dependency of isort, that removed support for that Python version in a recent release.
-
- Jan 27, 2023
-
-
vlorentz authored
-
- Dec 20, 2022
-
-
vlorentz authored
This should avoid pointless reports to Sentry and Icinga on AdminShutdown exceptions.
-
- Dec 19, 2022
-
-
Antoine Lambert authored
In order to remove warnings about /apidoc/*.rst files being included multiple times in toc when building full swh documentation, prefer to include module indices only when building standalone package documentation. Related to T4496
-
- Oct 19, 2022
-
-
Antoine Lambert authored
-
- Oct 18, 2022
-
-
David Douard authored
- pre-commit from 4.1.0 to 4.3.0, - codespell from 2.2.1 to 2.2.2, - black from 22.3.0 to 22.10.0 and - flake8 from 4.0.1 to 5.0.4. Also freeze flake8 dependencies. Also change flake8's repo config to github (the gitlab mirror being outdated).
-
- Oct 07, 2022
-
-
vlorentz authored
For now this is a naive implementation, which does never rechecks.
-
vlorentz authored
For now, this does not use this information to deduplicate work.
-
vlorentz authored
It will be used by the storage_checker to 'remember' what ranges it already checked recently across runs (and crashes), and to monitor progress.
-
- Aug 19, 2022
-
-
Antoine Lambert authored
-
- Aug 18, 2022
-
-
vlorentz authored
-
vlorentz authored
It will probably be useful to know what part of the check takes the most time.
-
vlorentz authored
This will allow adding more tags easily in future commits
-
Nicolas Dandrimont authored
- Aug 17, 2022
-
-
vlorentz authored
-
- May 31, 2022
-
-
David Douard authored
instead of (soon-to-be-deprecated) swh-core's postgresql_fact one.
-
vlorentz authored
-
Antoine R. Dumont authored
This alleviates current locking issues where nothing gets written in production. Related to T4228
-
- May 30, 2022
-
-
Antoine R. Dumont authored
Related to T4228
-
Antoine R. Dumont authored
so migration tool can be used Related to T4284
-
Antoine R. Dumont authored
We migrated away from "local" a while back. Related to T4228
-
Antoine R. Dumont authored
Related to T4228
-
Antoine R. Dumont authored
Related to T4228
-
- May 25, 2022
-
-
vlorentz authored
The case where the datastore already exists was masked by @functools.lru_cache, which persists for the lifetime of a test, causing the function not to be actually called twice.
-
- May 09, 2022
-
-
Pratyush authored
-
- Apr 26, 2022
-
-
vlorentz authored
-
- Apr 08, 2022
-
-
Antoine Lambert authored
-