- May 26, 2021
-
-
Jenkins for Software Heritage authored
Update to upstream version '0.14.1' with Debian dir 0f2ee482673c79359b33c3fea71e5c99230f90c1
- May 25, 2021
-
-
Antoine R. Dumont authored
Related to T2996
-
Jenkins for Software Heritage authored
Update to upstream version '0.14.0' with Debian dir f6aad2858a95b0bcf40cd3ecde037dd9c6fbbe73
-
Antoine R. Dumont authored
This does not provide any filters yet though. The result is paginated and "next" link will be displayed in the result. It's up to clients to make the subsequent calls to the cli to list the next deposits through the --page and --page-size flags. ``` $ swh deposit list --help Usage: swh deposit list [OPTIONS] Deposit metadata only upload Options: --url TEXT (Optional) Deposit server api endpoint. By default, https://deposit.softwareheritage.org/1 --username TEXT (Mandatory) User's name [required] --password TEXT (Mandatory) User's associated password [required] -f, --format [logging|yaml|json] Output format results. --page INTEGER Page number when requesting more information --page-size INTEGER Page number when requesting more information -h, --help Show this message and exit. ``` This allows to list from the cli the user's deposits (no filter). Related to T2996
-
Antoine R. Dumont authored
Related to T2996
-
vlorentz authored
Instead of having a single <entry> that contains a <deposits> tag that contains a list of <deposit> 1. Follows the spirit of Atom 2. Follows the AtomPub spec https://datatracker.ietf.org/doc/html/rfc5023\#section-5.2 and the SWORD spec http://swordapp.github.io/SWORDv2-Profile/SWORDProfile.html\#protocoloperations_listingcollections 3. Consistent with the format in state.xml and deposit_receipt.xml 4. Avoids introducing a new tag
-
vlorentz authored
1. Follows the AtomPub <https://datatracker.ietf.org/doc/html/rfc5023\#section-5.2\> spec 2. Discoverable from the service document 3. Makes more sense semantically to have the list of items in a path at the root of that path.
-
- May 24, 2021
-
-
Antoine R. Dumont authored
This renames some variables with more meaningful names. This also fixes some mistyped methods. Related to T2996
-
- May 21, 2021
-
-
Antoine R. Dumont authored
This adds a paginated listing endpoint so authenticated user can retrieve their deposit information in batch. This touches another part of an equivalent private listing api to allow paginated code reuse. That new endpoint is not a sword endpoint but it lists deposits in xml relatively sword like nonetheless. Related to T2996
-
Antoine R. Dumont authored
Also clarify some comments.
-
- May 20, 2021
-
-
Jenkins for Software Heritage authored
Update to upstream version '0.13.7' with Debian dir 232efd75a949dfcbb544695b3bb8e2092bc21db6
- May 17, 2021
-
- May 11, 2021
-
-
vlorentz authored
They are now deprecated, and swh-storage ignores them, so it caused tests to fail.
-
- May 05, 2021
-
-
Raphaël Gomès authored
3.0 breaks backwards compatibility, we should handle the upgrade in a separate patch, for now this ensures the rest of the pipelines can keep running.
-
- Apr 29, 2021
-
-
Jenkins for Software Heritage authored
Update to upstream version '0.13.6' with Debian dir 26bb0b6080b9402e86bb8404d42adbe268249409
- Apr 27, 2021
-
-
Antoine Lambert authored
Enable to check package documentation can be built without producing sphinx warnings. The sphinx environment is designed to be used in continuous integration in order to prevent breaking documentation build when committing changes. The sphinx-dev environment is designed to be used inside a full swh development environment. Related to T3258
-
Antoine Lambert authored
-
- Apr 22, 2021
-
-
Antoine Lambert authored
-
- Apr 20, 2021
-
-
Antoine Lambert authored
Explicitely set app_label to models in order to avoid import errors when using sphinx autodoc. The label is the same as before so no migration is required.
-
- Apr 13, 2021
- Apr 08, 2021
-
-
vlorentz authored
The three update types are already too easy too confuse, let's not add more confusing by documenting them in the same subsections.
-
vlorentz authored
-
vlorentz authored
A reminder never hurts. Also fixes the image path.
-
vlorentz authored
Everything was in 'Schema representation'...
-
vlorentz authored
-
vlorentz authored
It has nothing to do with swh-storage. The terminology also implies it's somehow 'smart', but it only refers to the database. (or to the deposit server itself in authentication.rst)
-
Jenkins for Software Heritage authored
Update to upstream version '0.13.5' with Debian dir 56d24706326e8b960e59e7767b57978cead1a51e
-