InvenioRDM module for the communities feature.
Project description
DataCite-based data model for Invenio.
Further documentation is available on https://invenio-rdm-records.readthedocs.io/
Development
Install
Choose a version of search and database, then run:
pipenv run pip install -e .[all]
pipenv run pip install invenio-search[<opensearch[1]>]
pipenv run pip install invenio-db[<[mysql|postgresql|]>]
Tests
pipenv run ./run-tests.sh
Changes
Version 4.16.0 (2023-08-30)
access request: record the consent to share personal data
access request: ensure compliance of endpoints with the RFC
access request: add load serialization schema
oai-pmh: read oai sets prefix from app config
Version 4.15.1 (2023-08-25)
access-field: rely on instance.files.enabled to indicate if files exist or not
Version 4.15.0 (2023-08-24)
access request: add secret_link_expiration to guest access request payload schema
permissions: add create/update conditions for managing access options
views: add error handlers to the blueprint
access request: add permission on secret_link_expiration request field
Version 4.14.0 (2023-08-17)
alembic: add recipe for files and media files versioning
permissions: fix permissions about whom can add a record to community
service: lock record files conditionally
search: added ‘verified’ field sort option
records: added verified field to record
permissions: extract base permissions
deposit: set color of discard button
github: remove python 3.7 from the tests
records: add tombstone and deletion status
access request: add secret link expiration access request setting
deposit: fix license modal
Version 4.13.1 (2023-08-11)
vocabularies: add new values to resource types
Version 4.13.0 (2023-08-09)
alembic: fix wrong revision id
access requests: new endpoint to update access request settings
doi: fix exception logging
tasks: discover missing celery task for access requests
notifications: filter out creator when creating requests
user moderation: add empty actions hooks
ui: fix layout issues with community modals
Version 4.12.2 (2023-07-25)
permissions: fix permission syntax error
Version 4.12.1 (2023-07-25)
permissions: fix external doi versioning generator
Version 4.12.0 (2023-07-24)
access: allow dump of parent.access.settings field
github: fix metadata validation issues
github: add badges support
records: add parent access settings schema
Version 4.11.0 (2023-07-21)
add parent doi resolution
Version 4.10.0 (2023-07-18)
access-requests: change expires_at to isodatestring
ui: align commmunity header logo with other community headers
github: add invenio github integration
Version 4.9.1 (2023-07-17)
available actions: reorder actions
Version 4.9.0 (2023-07-13)
add access requests for users and guests
Version 4.8.0 (2023-07-12)
add media files
Version 4.7.0 (2023-07-05)
transifex: update config
conf: add variable to enable files by default
Version 4.6.0 (2023-07-03)
implement resource access (RAT) tokens
ui: fix deposit form access value when submitting to restricted community
Version 4.5.0 (2023-06-30)
fix custom fields issue with nested array in an object
use reindex_users method
Version 4.4.1 (released 2023-06-28)
Fixes permission checks when there is no record object to check i.e new record
Version 4.4.0 (released 2023-06-15)
access: fix permissions check for managing access
schemas: remove redundant permission check
setup: upgrade invenio-communities
Version 4.3.0 (released 2023-06-07)
add notification on community submission / community review request
add notification templates
Version 4.2.5 (released 2023-06-05)
custom-fields: fix deserialization for array of string values
Version 4.2.4 (released 2023-06-02)
results: implement abstract method for system record
Version 4.2.3 (released 2023-05-31)
resource-types: more fixes on types/subtypes
Version 4.2.2 (released 2023-05-30)
export all file-uploader components
resource types: fix wrongly mapped ids
Version 4.2.1 (released 2023-05-27)
fix on resource types vocabularies
Version 4.2.0 (released 2023-05-26)
update resource types vocabularies
add permission flag system field
change the mapping of files entries from integer to long
add dumpers for imprint and meeting in csl
add missing dumper to citation serializer
improve a11y for community modals
Version 4.1.0 (released 2023-05-05)
add reference fields to deposit components
fix records and drafts mappings
fix custom field components exports
Version 4.0.0 (released 2023-04-25)
record: add file metadata to the indexing
fixtures: add user locale preferences
Version 3.1.0 (released 2023-04-21)
assets: move react deposit components
Version 3.0.0 (released 2023-04-20)
usage statistics: refactor files structure
Version 2.13.0 (released 2023-04-17)
serializers: added schema processors (custom fields)
serializers: created dump and load mixins for custom fields
Version 2.12.0 (released 2023-04-06)
api: add record community suggestion endpoint
Version 2.11.0 (released 2023-03-30)
add usage statistics indexing (by system field)
add sorting by most viewed to the config
move statistics events from invenio-app-rdm
Version 2.10.0 (released 2023-03-28)
add requests endpoint to the record
dublincore: transform identifiers tu urls
record service: update community records
Version 2.9.0 (released 2023-03-24)
communities: return ghost parent community when cannot be resolved
contrib: add journal and meeting sort options
contrib: updated custom fields UI widgets
custom_fields: rename CodeMeta to Software
Version 2.8.0 (released 2023-03-20)
fix marcxml format incompatibility
add DCAT-AP export format serializer
add record access configuration flag
normalize commmunity config variable names
configure community service error handlers
Version 2.7.0 (released 2023-03-13)
record: implement multiple communities inclusion via new request type
communities: allow overwriting access component
serializers: refactor accessing fields in the schema
Version 2.6.0 (released 2023-03-09)
review service: expand links
review service: validate request type
Version 2.5.0 (released 2023-03-09)
serializer: add bibtex
serializer: rename coverage to locations in dublincore schema
contrib custom fields: index titles both as text and keyword
Version 2.4.0 (released 2023-03-06)
contrib custom fields: add journal, meeting
configure metadata only records by feature flag and permissions
Version 2.3.0 (released 2023-03-03)
records: remove from community
oai-sets admin: frontend fixes
contrib: add code meta as custom fields
serializers: support search export in different formats
serializers: refactoring to provide better abstraction
remove deprecated flask_babelex dependency and imports
Version 2.2.0 (released 2023-02-20)
records: remove communities from a record
communities: support both slug (id) and uuid in communities endpoints
communities: support direct publish (without review)
fixtures: fix duplicated user creation
Version 2.1.0 (released 2023-02-14)
export: add MARCXML serializer, including in OAI-PMH
resources: add stubs for records’ communities
Version 2.0.0 (released 2023-02-07)
export: add GEOJSON serializer
Version 1.3.3 (released 2023-02-06)
datacite: fix reversion in affiliation ROR handling and cleanup
Version 1.3.2 (released 2023-01-30)
records: remove double permission check on community records search
Version 1.3.1 (released 2023-01-23)
Add feature flag for archive download endpoint on record and draft resources
Version 1.3.0 (released 2023-01-20)
add mechanism to validate a record based on each PID provider
fix demo records creation adding missing search index prefix on index refresh
Fix response status when searching for records of a non-existing community
remove validation on DOI discard action
skips PIDs modification when no data is passed
Version 1.2.1 (released 2022-12-01)
Add identity to links template expand method.
Version 1.2.0 (released 2022-11-29)
add records fixtures
Version 1.1.0 (released 2022-11-25)
use communities v4
use Axios centralized configuration
add i18n translations
refactor OAI sets view
Version 1.0.3 (released 2022-11-16)
add draft indexer in registry
Version 1.0.2 (released 2022-11-15)
fix service_id config values
sanitize html in additional descriptions instead of stripping html
Version 1.0.1 (released 2022-11-04)
upgrade invenio-vocabularies
upgrade invenio-drafts-resources
add dynamic formats to administration of oai sets
add RO-Crate serializer
Version 1.0.0
Initial public release.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for invenio-rdm-records-4.16.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0c1620ba51bf88ead0e25d43303c416e8eb72bdd1ce45c6789e9e6ac18c093f2 |
|
MD5 | f166c1975989b0fb49d3bc0747927c34 |
|
BLAKE2b-256 | 0aed0c07fe744eec22ab2d41dadc0e12ae8dbcce7e540f0f1107b16fb62e60c7 |
Hashes for invenio_rdm_records-4.16.0-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | ec7fedb7a2ce65c8b9a36cb2b175a39d4aa5a309a6057b98d70d607d5297520c |
|
MD5 | 8890b43e0cfc4db1549b222fbde1ec5d |
|
BLAKE2b-256 | 89ec48912e449f6fc958127dc8e92bb8c0758b98db98cf8a864102b6d3450ed8 |