- Mar 03, 2021
-
-
vlorentz authored
-
- Oct 23, 2020
-
-
Antoine Cezar authored
-
- Oct 05, 2020
-
-
Thibault Allançon authored
-
- Sep 25, 2020
-
-
David Douard authored
The addition of '-p no:pytest_swh_core' in pytest.ini is needed to prevent pytest from loading the pytest_swh_core plugin which we do not need here and which would require some more dependencies (e.g. requests).
-
- Sep 17, 2020
-
-
Antoine Lambert authored
Related to T2610
-
- Sep 10, 2020
-
-
David Douard authored
move most import statements in functions. Related to T2575.
-
- 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
-
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
-
- Oct 01, 2019
-
-
Stefano Zacchiroli authored
-
- Aug 23, 2019
-
-
Stefano Zacchiroli authored
-
- Jun 18, 2019
-
- Jun 11, 2019
-
-
David Douard authored
-
David Douard authored
-
David Douard authored
-
- Jul 12, 2018
-
-
Stefano Zacchiroli authored
... and add an option to explicitly not follow them, if needed. Closes T1135
-
Stefano Zacchiroli authored
-
Stefano Zacchiroli authored
Closes T1134
-
Stefano Zacchiroli authored
with explicit option to hide it Closes T1133
-
- Jun 21, 2018
-
-
Antoine R. Dumont authored
Close T1104 Close D346
-
Antoine R. Dumont authored
Related T1104
-
- 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
-