- Oct 20, 2021
-
-
Jenkins for Software Heritage authored
Update to upstream version '0.15.0' with Debian dir 89f7acd2235d9e05afa4ae38b722316f1d430353
- Oct 19, 2021
-
-
Antoine Lambert authored
Add a new username query parameter to the /private/deposits/ endpoint enabling to filter the deposits according to the client that created them. Related to T3174
-
- Oct 06, 2021
- Sep 30, 2021
-
-
vlorentz authored
-
- Sep 07, 2021
-
-
Antoine R. Dumont authored
Without this, a comparison failure happens: ``` E - 'deposit_id': 321, E + 'deposit_id': '321', ```
-
Antoine R. Dumont authored
-
- Aug 12, 2021
-
-
Jenkins for Software Heritage authored
Update to upstream version '0.14.3' with Debian dir 79d8bae983a07d1b3bd496eb9bbe58ed7075c8d7
- Aug 05, 2021
-
-
vlorentz authored
DRF sometimes passes a 'format' argument, which causes many errors in the logs.
-
- Jun 22, 2021
-
-
Jenkins for Software Heritage authored
Update to upstream version '0.14.2' with Debian dir 4d4a9e6627df223d8131bdca609a729bafe25742
- Jun 17, 2021
-
-
Antoine Lambert authored
psycopg2 2.9 release broke compatibility with django 2.2 release and deposit tests are failing since. That error was missed by psycopg2 maintainers as they are testing against django >= 3.1 where the issue does not appear. So pin psycopg2 version to avoid test failures.
-
- Jun 09, 2021
-
-
Antoine R. Dumont authored
-
- 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