Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
π invenio-accounts (5.1.2 -> 5.1.3 π) π¦ release: v5.1.3 UI: fix spacing on password reset form π invenio-db (1.2.0 -> 1.3.0 π) π¦ release: v1.3.0 uow: add "on_exception" lifecycle hook - When an exception occurs and the unit of work is being rolled back, we want to add the possibility to perform some clean-up actions that can also be commited to the database. - The new `on_exception` method is added because we want to keep backwards compatibility and also introduce the same "triplet" of methods as we have for the "happy path" (`on_register`, `on_commit`, `on_post_commit`). π invenio-indexer (2.3.0 -> 2.4.0 π) release: v2.4.0 cli: run command accepts a new parameter 'chunk_size' docs: fix doctest for default index config config: remove `INDEXER_DEFAULT_INDEX` default value π invenio-rdm-records (15.6.0 -> 15.7.0 π) π¦ release: v15.7.0 resources: make record error handlers configurable components: make content moderation configurable - Closes inveniosoftware/invenio-rdm-records#1861. - Adds a new `RRM_CONTENT_MODERATION_HANDLERS` config variable to allow for configuring multiple handlers for the different write actions. deposit: add missing fields to record deserializer user_moderation: use search for faster actions * Use search results to determine the user's list of records. * Use a TaskOp and Unit of Work to avoid sending Celery tasks immediately. * Add a cleanup task that will perform a more thorough check using the DB to lookup the user's records. refactor: remove showManualEntry argument refactor: naming UI/UX: add consistent suggestions display to affiliations refactor: extract logic to react-invenio-forms UI/UX: improve display of ROR information refactor: create makeSubheader function UI: remove unnecessary divs to fix spacing bug collections: move records search into service * Added resource for collections * Moved records search from community records to collections service collections: added task to compute num of records * added task to compute number of records for all the collections * added "collection_id" parameter to record search * added service methods to read collections (many, all) * added tests * collections: refactor 'resolve' to 'read' * collections: rename 'search_records' method * collections: update read method signature services: make file-service components configurable access notification: provide correct draft preview link closes inveniosoftware/invenio-app-rdm#2827 π invenio-vocabularies (6.4.1 -> 6.5.0 π) π¦ release: v6.5.0 subjects: euroscivoc: change default to latest version-less URL Rename patched filters so the normalizer uses the default ones (inveniosoftware/invenio-vocabularies#409) * rename patched filters so the normalizer uses the default ones
- Loading branch information