- Dec 07, 2021
-
-
Moser, Maximilian authored
-
Moser, Maximilian authored
-
- Dec 05, 2021
-
-
Moser, Maximilian authored
-
- Jul 16, 2021
-
-
Moser, Maximilian authored
-
- Jul 15, 2021
-
-
Moser, Maximilian authored
* triggered by version tags
-
Moser, Maximilian authored
-
- 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
-
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
-
- Jul 12, 2021
-
-
Moser, Maximilian authored
-
Moser, Maximilian authored
-
Moser, Maximilian authored
-
- Jul 08, 2021
-
-
Moser, Maximilian authored
-
Moser, Maximilian authored
-
Wörister, Florian authored
Add CI/CD configuration for SonarQube code analysis See merge request fairdata/invenio-utilities-tuw!1
-
- Jul 05, 2021
-
-
Moser, Maximilian authored
-
- Apr 28, 2021
-
-
Moser, Maximilian authored
* soft-deleted files will have ObjectVersions that don't have an associated FileInstance
-
Moser, Maximilian authored
-
Moser, Maximilian authored
* it seems that during deletion of drafts, the references to those files are deleted from the DB, but the files are still kept on disk * thus, we now consider files to be orphaned that are still present in the file system, but don't have entries in the database anymore
-
Moser, Maximilian authored
-
- Mar 30, 2021
-
-
Moser, Maximilian authored
-
- Mar 03, 2021
-
-
Moser, Maximilian authored
* per default, try the more modern approach of updating the draft that is associated with the record's recid (service.update_draft() followed by service.publish()), and only in case of error fall back to service.update() * add a "direct" variant of updating metadata, which circumvents the record service and directly modifies the record's metadata * this is not recommended, but can come in handy when more direct access is required than the record service allows
-
- Mar 02, 2021
-
-
Moser, Maximilian authored
-
Moser, Maximilian authored
* this new option allows dumping of the JSON data as stored in the database, rather than the record/draft projection
-
Moser, Maximilian authored
* make --as-user option not required anymore, use system identity per default
-
- Feb 06, 2021
-
-
Moser, Maximilian authored
-
Moser, Maximilian authored
* use the new metadata schema for owners in the owner-setting feature when creating new records
-
- Jan 29, 2021
-
-
Moser, Maximilian authored
-
Moser, Maximilian authored
-
Moser, Maximilian authored
* as fallback, the parameter --as-user/-u now reads its value from the environment variable INVENIO_UTILITIES_TUW_USER (if it is set) * thus, the --as-user/-u parameter doesn't have to be specified for each command anymore * the value is still required, s.t. either the env var or the CLI option have to be specified
-
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
-