- Sep 19, 2024
-
-
Moser, Maximilian authored
-
Moser, Maximilian authored
-
- Mar 13, 2024
-
-
Moser, Maximilian authored
-
- Apr 07, 2022
-
-
Moser, Maximilian authored
* previously, adding files to drafts could fail if the configured limits (max. file size, and bucket quota) were too small for the files * however, the main use for these CLI commands is to ingest files that are too large for self-upload via UI or API
-
- Mar 25, 2022
-
-
Moser, Maximilian authored
* rename old 'orphans' subcommand for files to 'zombies' * add new 'orphans' subcommand for files that operates on FileInstances which don't have any related ObjectVersions anymore
-
- Jul 14, 2021
-
-
Moser, Maximilian authored
-
- Jul 13, 2021
-
-
Moser, Maximilian authored
* use f-strings everywhere * print error messages in yellow to stderr
-
Moser, Maximilian authored
-
Moser, Maximilian authored
-
Moser, Maximilian authored
-
Moser, Maximilian authored
-
Moser, Maximilian authored
* incorporate changes made to the service structure (all services attached to the record service) * remove references to files-rest API where alternatives are available * remove permission checks and as-user CLI option from some methods
-
- Apr 28, 2021
-
-
Moser, Maximilian authored
-
Moser, Maximilian authored
-
- Mar 30, 2021
-
-
Moser, Maximilian authored
-
- Mar 02, 2021
-
-
Moser, Maximilian authored
* this new option allows dumping of the JSON data as stored in the database, rather than the record/draft projection
-
- Feb 06, 2021
-
-
Moser, Maximilian authored
-
- Jan 29, 2021
-
-
Moser, Maximilian authored
-
Moser, Maximilian authored
-
Moser, Maximilian authored
-
Moser, Maximilian authored
* note: this is *not* recommended, but can come in handy if the assignment of a specific PID is a requirement
-
Moser, Maximilian authored
-
Moser, Maximilian authored
-
Moser, Maximilian authored
* allow draft/record owners to be set explicitly when creating/updating drafts/records * if specified, the owners will override the "access.owned_by" section in the record's JSON * the implementation assumes that the record's JSON structure follows invenio-rdm-records
-
Moser, Maximilian authored
* get the DraftMetadata class from the record service instead of directly importing it from invenio-rdm-records * prevents issues with renaming of the metadata class, etc.
-
- Jan 22, 2021
-
-
Moser, Maximilian authored
* apply Black formatting * use plural for sub-commands, for consistency * fix convert_to_recid() to always fetch the first PID of type 'recid' * add command to reindex all (or some) records * update method for instantiating RecordServices: allow the configuration of a factory function that creates a RecordService as desired (default: fetches services from current_rdm_records)
-
- Dec 11, 2020
-
-
Moser, Maximilian authored
* previously, the 'any_user' need wasn't added to a known user's identity
-
- Dec 10, 2020
-
-
Moser, Maximilian authored
* add further commands for managing drafts * add command for listing users
-
Moser, Maximilian authored
* add commands for listing/adding/removing files from drafts * add commands for listing/deleting drafts
-
- Dec 03, 2020
-
-
Moser, Maximilian authored
-