- Nov 14, 2023
-
-
Jenkins for Software Heritage authored
Update to upstream version '6.9.0' with Debian dir e7e31485cd4b93fc1aa3643f5a90445c0744e7ef
-
Nicolas Dandrimont authored
-
Raphaël Gomès authored
`dir_filter` only filters directories. `swh-scanner` needs to accurately filter out ignored files before making expensive requests to the web API. We introduce a more general `path_filter` that allows us to differentiate between files and folders. `dir_filter` is now deprecated and will be removed once the remaining users in other packages are migrated over to the new API. `accept_all_directories` is also deprecated, because it only implies accepting *directories* even though its behavior also accepts non-directory entries when used with `path_filter`.
- Sep 25, 2023
-
-
Nicolas Dandrimont authored
-
Antoine Lambert authored
Use a list instead of a tuple to keep mypy happy with latest hypothesis version.
-
- Aug 29, 2023
-
-
As with other fields containing sha1_git values, display hexadecimal representation of parent revision ids.
-
- Aug 21, 2023
-
-
Jenkins for Software Heritage authored
Update to upstream version '6.8.0' with Debian dir 877b4f10a809928e9ad63b634752f78ae1d626f1
- Jul 12, 2023
-
-
Nicolas Dandrimont authored
This separate package was introduced recently and is needed for our CLIs to pass type checking.
-
- Jun 14, 2023
-
-
Nicolas Dandrimont authored
This allows using the "system" tox, if it's recent enough, instead of always provisioning an internal .tox venv with tox 4.
-
Nicolas Dandrimont authored
Instead of going back to py3, pass through the environment name, so that it can be called with an arbitrary interpreter version.
-
Nicolas Dandrimont authored
When parsing the configuration, tox would complain about the unfollowed line continuation (which is what happens when the testenv was qualified with neither full nor minimal). Moving {posargs} to be unqualified allows the line continuation character to always have something behind it.
-
- Apr 05, 2023
-
-
Jenkins for Software Heritage authored
Update to upstream version '6.7.0' with Debian dir 8213f89ad4e31b5223fc869c1a7da015e482b5b4
- Mar 16, 2023
-
-
Jérémy Bobbio (Lunar) authored
This adds several helper methods returning SWHIDs to model objects, namely: - SkippedContent.swhid() - DirectoryEntry.swhid() - SnapshotBranch.swhid() - Release.target_swhid() - Revision.directory_swhid() and Release.parent_swhids() - OriginVisitStatus.origin_swhid() and OriginVisitStatus.snapshot_swhid()
-
- Feb 17, 2023
-
-
Antoine Lambert authored
Better using latest mypy release.
-
Jenkins for Software Heritage authored
Update to upstream version '6.6.3' with Debian dir 31fdf17d4194de4add0cf4ae2de37d1595575405
-
Antoine Lambert authored
Related to swh/meta#4960
-
- Feb 16, 2023
-
-
-
Jérémy Bobbio (Lunar) authored
Related to swh/meta#4959
-
- Feb 14, 2023
-
-
Jenkins for Software Heritage authored
Update to upstream version '6.6.2' with Debian dir e5c2f227d7e6087b3152d6160e9502f4199a6105
- Feb 13, 2023
-
-
Antoine Lambert authored
Previously when looking up data by key in an ImmutableDict, the inner tuple storing keys and values was iterated until finding the requested key. This is not really efficient when the ImmutableDict contains a lot of entries, typically for an origin snapshot containing a lot of branches. So use an inner dictionary to speedup look up by key operations and improve loader performances.
-
- 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.
-
- 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. Also include them the proper sphinx way. Related to T4496
-
- Dec 15, 2022
-
-
Jenkins for Software Heritage authored
Update to upstream version '6.6.1' with Debian dir 5264b8650def64f97ea2b7aae15cadc2dc496623
-
Antoine Lambert authored
There were two issues that was preventing to browse some SWHIDs given as examples in that documentation: - Some sphinx links were broken in rDMODe1c3fe80731226618616117dfd67a95f3d365645 - A SWHID with ';' in its path qualifier was correctly percent escaped but when used as URL argument an extra percent escaping is required as HTTP server will unescape URL arguments and thus break SWHID percent escaping. Closes T4721
- Dec 05, 2022
-
-
Antoine Lambert authored
from_disk.Content object created for a symlink was missing path info so ensure to add it for consistency with from_disk.Content object created for a regular file.
-
- 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).
-
David Douard authored
-