- Jan 17, 2024
-
-
Jenkins for Software Heritage authored
Update to upstream version '6.11.0' with Debian dir 344d234ac56e6ae2b2dcb006cc31ff093d12ed81
- Jan 09, 2024
-
-
Pierre-Yves David authored
Right now, the discovery process offered by `filter_known_objects` returns all results after the discovery is complete. The new callback provides a way to get information "in real time" which is useful for at least a couple of planned use case in the SWH scanner: - displaying progress information while processing - update a graphical UI in real time. This simple callback fits this need without too much troubles. For some reason, mypy complained about the existing type hint in this file for unclear reason. So I fixed them.
-
Pierre-Yves David authored
The web Client is no longer using async so we no longer needs it.
-
- Dec 05, 2023
-
-
David Douard authored
-
- Dec 04, 2023
-
-
David Douard authored
-
David Douard authored
-
Jenkins for Software Heritage authored
Update to upstream version '6.10.0' with Debian dir cf82a00f1739e7488b4fb2082a3351f649e8d177
-
- Dec 03, 2023
-
-
David Douard authored
-
- Nov 29, 2023
-
-
Antoine Lambert authored
When building package documentation outside tox by calling make in the docs directory, the include of Makefile.sphinx inside the docs Makefile was failing as its relative path was invalid. So adapt this relative path according if the SWH_PACKAGE_DOC_TOX_BUILD environment variable is set or not.
-
- Nov 28, 2023
-
-
David Douard authored
-
David Douard authored
-
- Nov 20, 2023
-
-
Jenkins for Software Heritage authored
Update to upstream version '6.9.1' with Debian dir f67d74196545937e846946bd5a96b129aa5a0b8d
- Nov 16, 2023
-
-
David Douard authored
Convert README from markdown to ReST to make it embeddable in docs/index.rst
-
- Nov 15, 2023
-
-
vlorentz authored
instead of a mix-in class. A future commit will add a method implemented by both with different signatures that mypy cannot unify yet.
-
- 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()
-