-
Notifications
You must be signed in to change notification settings - Fork 26
Merging : US-2539 local entities #3458
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Adds basic `local_entity` resource. * Adds `pro_entity_manager` permission. * Adds `invenio-records-rest` config for unified search. * Adds custom routing converter defining 'dummypid' type. * Writes tests. Co-Authored-by: Lauren-D <laurent.dubois@itld-solutions.be>
* Renames `entities` to `remote_entities`. * Changes remote_entities pid_type from `ent` to `rement`. * Renames `unified_entities` to `entities`. * Groups local_entities and remote_entities under entities. Co-Authored-by: Lauren-D <laurent.dubois@itld-solutions.be>
Removes obsolete `agentAgentTypes` setting from logged user API response. Co-Authored-by: Renaud Michotte <renaud.michotte@gmail.com>
* Adapts `local_entities` jsonschema. * Adapts `local_entities` elasticsearch mapping. * Adds `document_dumper`. * Adds `authorized_access_point` extension. * Creates facets. * Adapts elasicsearch sort. Co-Authored-by: Lauren-D <laurent.dubois@itld-solutions.be>
* Updates pattern allowed for linked entity. * Updates linked entity widget configuration. Co-Authored-by: Renaud Michotte <renaud.michotte@gmail.com>
* Uses default operation log extension. Co-Authored-by: Lauren-D <laurent.dubois@itld-solutions.be>
Creates an API endpoint to search local entities by category (a category could represent multiple ES filters coupling AND/OR/... filters). Co-Authored-by: Renaud Michotte <renaud.michotte@gmail.com>
* Create generic method to load entity. * Adapts jinja filter for document detail view. * Reorganizes dumpers for entities. * Adapts tests. Co-Authored-by: Lauren-D <laurent.dubois@itld-solutions.be>
During serialization of an entity, all identifiers (pids) for all sources will be available into the `pids.{source}` key. This is used for `resolve=1` and also for document indexing. Co-Authored-by: Renaud Michotte <renaud.michotte@gmail.com>
Co-Authored-by: Bertrand Zuchuat <bertrand.zuchuat@rero.ch>
* Adds place, temporal and work type on subject filters. Co-Authored-by: Bertrand Zuchuat <bertrand.zuchuat@rero.ch>
* Adapts entites labels and descriptions to account for local VS textual entities. Co-Authored-by: Pascal Repond <pascal.repond@rero.ch>
Co-Authored-by: Bertrand Zuchuat <bertrand.zuchuat@rero.ch>
* Changes english date format to en_GB (DD/MM/YYYY). * Fixes `reasons_not_to_delete` and `get_links_to_me` methods for `Entity` resource. * Adds `alternative_names` as alias for autocomplete search. Co-Authored-by: Bertrand Zuchuat <bertrand.zuchuat@rero.ch> Co-Authored-by: Renaud Michotte <renaud.michotte@gmail.com>
PascalRepond
approved these changes
Sep 7, 2023
lauren-d
approved these changes
Sep 7, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
dev: DB
Database structure (models.py)
dev: fixtures
Fixtures data used for ils.test and ilsdev.test
developers
From a developer point of view.
f: activity-logs
Everything around logging user or system activities
f: data migration
Data migration from a legacy system or a previous version
f: data
About data model, importation, transformation, exportation of data, specific for bibliographic data
f: permissions
Concerns the rights management
f: search
f: user management
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Why are you opening this PR?
Dependencies
My PR depends on the following
rero-ils-ui
's PR(s):How to test?