- May 25, 2021
-
-
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
- 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
- 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)
-
vlorentz authored
This moves files around, so it will cause stale or broken links. A future commit in swh-docs will set up redirects so the old URLs still point to up-to-date documents.
-
vlorentz authored
-
- Apr 07, 2021
-
-
vlorentz authored
It was written long ago, but wasn't discoverable so far.
-
- Mar 30, 2021
-
-
Antoine R. Dumont authored
This reworks sentence phrasing a bit and drop no longer relevant bootstraping part.
-
Antoine R. Dumont authored
They are redundant with the model. The statuses mentioned are important but already mentioned in the user-manual.rst and the specs/blueprint.rst files.
-
Antoine R. Dumont authored
Currently this shows up in the toc menu as which was not intended.
-
- Mar 26, 2021
-
-
Antoine R. Dumont authored
Both basic and keycloak are supported through configuration now. Related to T2858
-
Antoine R. Dumont authored
This starts mentioning the possibility of configuring the deposit to use a keycloak instance without entering into much details yet.
- Mar 25, 2021
-
-
Antoine R. Dumont authored
This notably add links to icinga checks and explicit some too implicit actions.
-