- Feb 15, 2021
-
-
Vincent Sellier authored
Related to T3030
- Feb 09, 2021
-
-
Vincent Sellier authored
Related to T3030
-
- Feb 03, 2021
-
-
Antoine R. Dumont authored
This should unstuck the debian build which complains about those not being registered.
- Feb 01, 2021
-
-
Antoine R. Dumont authored
-
- Dec 01, 2020
-
-
Antoine Cezar authored
By looking at differences between revisions, the repository tree is updated rather that fully rebuild for each one. Observed load time improvement on https://www.mercurial-scm.org/repo/hg/ 1:11:02 -> 47:58
-
- Nov 30, 2020
-
-
Antoine Cezar authored
Avoid recalculation of unchanged content hash between revisions
-
Antoine Cezar authored
Rather than relying on mercurial bundles this loader expect a local repository.
-
- Nov 12, 2020
-
-
Antoine Cezar authored
First updatable example repository documented by its generation script.
-
Antoine Cezar authored
Generated json files with `swh/loader/mercurial/tests/data/build.py` for existing repositories and added them to `Hg20BundleLoader` tests. Introduce `LoaderChecker` as a standardized way to test repositories against json files.
-
Antoine Cezar authored
This build script purpose is to create example repositories from bash scripts and extract assertion data from them into json files. Advantages: - the bash script documents the repository creation - automating creation allow easy repository update - automation extraction allow easier update of assertion data
-
Antoine Cezar authored
-
- Oct 02, 2020
-
-
Stefano Zacchiroli authored
-
Antoine R. Dumont authored
Related to T1532 T1410 D3965
-
- Sep 25, 2020
-
-
Nicolas Dandrimont authored
vcversioner was already replaced with setuptools-scm months ago.
-
- Sep 18, 2020
-
-
Antoine R. Dumont authored
Fixes build [1] [1] https://jenkins.softwareheritage.org/job/DLDHG/job/tests/793
-
- Sep 17, 2020
-
-
Antoine Lambert authored
Related to T2610
-
Antoine Lambert authored
Related to T2610
-
Antoine Lambert authored
flake8 hook has been removed from https://github.com/pre-commit/pre-commit-hooks so now use the one from https://gitlab.com/pycqa/flake8
-
- Sep 02, 2020
-
-
Antoine R. Dumont authored
Related to T645
-
- Aug 31, 2020
-
-
Antoine R. Dumont authored
Related to T645
-
- Aug 25, 2020
-
-
vlorentz authored
pytest wastes a lot of time in .hypothesis and .git; this commit excludes them.
-
- Aug 06, 2020
-
-
Antoine R. Dumont authored
Fixes build [1] [1] https://jenkins.softwareheritage.org/job/DLDHG/job/tests/740/console Related to T2517
- Jul 26, 2020
-
-
Antoine R. Dumont authored
Related to T2105
-
Antoine R. Dumont authored
This should fix the debian build [1] [1] https://jenkins.softwareheritage.org/view/Debian%20packages/job/debian/job/packages/job/DLDHG/job/gbp-buildpackage/40/console
- Jul 17, 2020
-
-
Antoine R. Dumont authored
Related to T2484
-
Antoine R. Dumont authored
Related to T2494
-
- Jul 16, 2020
-
-
David Douard authored
instead of hex string representation.
- Jul 15, 2020
-
-
David Douard authored
branch names and targets are expected to be bytes.
-
- Jul 09, 2020
-
-
Nicolas Dandrimont authored
-
Antoine R. Dumont authored
Fixes build [1] [1] https://jenkins.softwareheritage.org/job/DLDHG/job/tests/701/console
-
- Jul 08, 2020
-
-
Antoine Lambert authored
extra_headers is now a top-level attribute of a Revision and its type has changed to Tuple[Tuple[bytes, bytes], ...]. Related to T2423
- Jul 07, 2020
-
-
Antoine R. Dumont authored
This allows to drop the datadir fixture override and realign with other loader tests. Related to T2481
-