- Sep 24, 2020
-
-
David Douard authored
For some reason, the previous commit ended up messing pip while selecting the extras of swh.core to be used, making it not select the [http] extra.
-
- Sep 23, 2020
-
-
David Douard authored
-
- Sep 18, 2020
-
-
Antoine R. Dumont authored
-
- Sep 17, 2020
-
-
Antoine R. Dumont authored
-
Antoine R. Dumont authored
-
Antoine R. Dumont authored
This will allow deposit loader to reference metadata with their correct deposit version.
-
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 16, 2020
-
-
Antoine R. Dumont authored
Related to T1532
-
Antoine R. Dumont authored
Mixin SWHConfig is deprecated. Related to T1532
-
- Sep 15, 2020
-
-
vlorentz authored
-
- Sep 14, 2020
- Sep 11, 2020
-
-
Antoine R. Dumont authored
Dropping the redundant SWH or Deposit terms along the way.
-
Antoine R. Dumont authored
Dropping the redundant SWH or Deposit terms along the way.
-
vlorentz authored
-
vlorentz authored
We can do it easily, so there's no need to artificially restrict object types.
-
vlorentz authored
Depositing on multiple objects at the same time may have tricky semantics, and I don't see a use case right now. But we can allow later by simply using multiple tags in the <swh:reference> tree.
-
vlorentz authored
-
vlorentz authored
-
- Sep 10, 2020
-
-
David Douard authored
by moving import statements in functions. Related to T2575.
-
- Sep 02, 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 10, 2020
-
-
vlorentz authored
We are deprecating snapshot_get.
-
- Jul 30, 2020
-
-
Antoine R. Dumont authored
It's code that no longer runs. Just maintaining it along for the sake of correctness. Related to T645
-
- Jul 24, 2020
-
-
Antoine R. Dumont authored
Related to T645
-
Antoine R. Dumont authored
-
- Jul 09, 2020
-
-
Nicolas Dandrimont authored
-
Antoine R. Dumont authored
Fixes build [1] [1] https://jenkins.softwareheritage.org/job/DDEP/job/tests/867/console
-
- Jul 08, 2020
-
-
Antoine R. Dumont authored
Related to T2105
-
Antoine R. Dumont authored
It is deprecated since model 0.3.8. Related to D3419
-
- Jun 01, 2020
-
-
Antoine R. Dumont authored
This allows to avoid the clash names when depositing multiple archives with the same name. The folder name is a timestamp to the microsecond so there should no longer be any clash (famous last work and all that). Related to T2393 Related to D3192
-
- May 20, 2020
-
-
Antoine R. Dumont authored
Deposit whose external_id column matches are excluded from the listing. Related to T2406
-
- May 19, 2020
-
-
Antoine R. Dumont authored
This removes references in the following: - deposit specs and docs - deposit status read api - deposit tests in general... - deposit private update status api - deposit client cli Related to T2412
-
- May 15, 2020
-
-
Antoine R. Dumont authored
Migrate both "recent" and "old" format deposits [1] to the new specification. That means the deposit swh_id* fields will be set to: - swh_id: directory SWHID (no context) - swh_id_context: directory SWHID (with context, origin, visit, anchor path) Optionally, those 2 fields will be kept (for now) and realigned where it was not set ("old" deposits) to: - swh_anchor_id: revision SWHID (no context) - swh_anchor_id_context: revision SWHID (context with only origin) It's expected some very "old" deposits won't be migrated as we cannot resolve those values. They will be rescheduled when it will be possible to do so (deploy [2]). [1] "recent" format means all swh_id fields are set: - swh_id: directory SWHID (no context) - swh_id_context: directory SWHID (context with only origin) - swh_anchor_id: revision SWHID (no context) - swh_anchor_id_context: revision SWHID (context with only origin) "old" format: - swh_id: revision SWHID (no context) - swh_id_context: not set - swh_anchor_id: not set - swh_anchor_id_context: not set [2] Related to D3141 Related to T2398
-
- May 14, 2020
-
-
Antoine R. Dumont authored
This also ensures the loader sends all the required information now (it did already but it was a bit laxed on checks for that part). Related to T2398
-
Antoine R. Dumont authored
It's a tad more colorful
-
Antoine R. Dumont authored
-