- Mar 03, 2021
-
-
vlorentz authored
-
- Oct 23, 2020
-
-
Antoine Cezar authored
-
- Jul 03, 2020
-
-
Antoine Lambert authored
When Software Heritage persistent identifiers were introduced, they were not yet abbreviated as SWHIDs. Now that abbreviation is growing adoption, rename some functions and types in swh.model.identifiers for consistency: - PersistentId -> SWHID - persistent_identifier -> swhid - parse_persistent_identifier -> parse_swhid Backward compatibility with previous naming is maintained but deprecation warnings are introduced to encourage the use of the new names. Numerous variables in swh.model codebase have also been renamed accordingly. Also rework and improve documentation.
-
- Apr 17, 2020
-
-
Stefano Zacchiroli authored
and user required=True to check that, as it is the preferred way
-
Stefano Zacchiroli authored
-
- Apr 08, 2020
-
-
David Douard authored
- blackify all the python files, - enable black in pre-commit, - add a black tox environment.
-
- Jan 29, 2020
-
-
David Douard authored
This allows for example to type: curl -s https://archive.softwareheritage.org/browse/content/sha1_git:64582b78792cd6c2d67d35da5a11bb80886a6409/raw/ | swh identify swh:1:cnt:64582b78792cd6c2d67d35da5a11bb80886a6409 -
-
- Oct 20, 2019
-
-
Stefano Zacchiroli authored
-
Stefano Zacchiroli authored
-
- Oct 01, 2019
-
-
Stefano Zacchiroli authored
-
- Aug 23, 2019
-
-
Stefano Zacchiroli authored
-
- Oct 23, 2018
-
-
Antoine R. Dumont authored
-
- Oct 18, 2018
-
-
David Douard authored
related to T1261
-
- Oct 12, 2018
-
-
Nicolas Dandrimont authored
Summary: Related to T1261 Test Plan: before and after: 138 tests passed (2 skipped) Reviewers: #reviewers! Differential Revision: https://forge.softwareheritage.org/D520
-
- Jul 12, 2018
-
-
Stefano Zacchiroli authored
-
Stefano Zacchiroli authored
... and add an option to explicitly not follow them, if needed. Closes T1135
-
Stefano Zacchiroli authored
with explicit option to hide it Closes T1133
-
- Jun 22, 2018
-
-
Antoine R. Dumont authored
-
- Jun 16, 2018
-
-
Stefano Zacchiroli authored
Currently only content and directory object types are supported, but more can be added in the future. Closes T1039
-