-
Notifications
You must be signed in to change notification settings - Fork 42
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
ror: check last update; use ld+json for data #367
Merged
Merged
Conversation
This file contains 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
slint
reviewed
Jul 22, 2024
slint
reviewed
Jul 22, 2024
slint
approved these changes
Jul 23, 2024
yashlamba
added a commit
to yashlamba/zenodo-rdm
that referenced
this pull request
Jul 24, 2024
📁 invenio-app-rdm (13.0.0b0.dev8 -> 13.0.0b0.dev10 ) 📦 release: v13.0.0b0.dev10 config: import vocab readers, transformers, writers consistently fix(landing-page): link to contributor search * since one macro is used for contributor and creator the link is set to creators. * this has been fixed now with an additional parameter release: v13.0.0b0.dev9 ui: pass record API object to external resources * Pass record API object to external resources, allowing resources display to be behin permission checks * Added record return to _resolve_topic_record 📁 invenio-jobs (0.3.1 -> 0.3.2 🐛) 📦 release: v0.3.2 UI: fix schedule save UI: fix default queue; don't error on empty args 📁 invenio-rdm-records (11.4.0 -> 11.5.0 🌈) release: v11.5.0 codemeta: added identifier to schema signposting: generate 1 link context object for metadata - fix for v12 fix: abort on record deletion exception * this closes inveniosoftware/invenio-app-rdm#2472 * the RecordDeletedException should be catched and hided from the user 📁 invenio-vocabularies (4.1.1 -> 4.2.0 🌈) 📦 release: v4.2.0 ror: check last update; use ld+json for metadata (inveniosoftware/invenio-vocabularies#367) tasks: remove import funders task funders: add and export custom transformer affiliations: add and export custom transformer ror: datastreams: export writers for consistency config: register async writer datastreams: implement asynchronous writer datastreams: minor fixes datastreams: implement asynchronous writer
yashlamba
added a commit
to zenodo/zenodo-rdm
that referenced
this pull request
Jul 25, 2024
📁 invenio-app-rdm (13.0.0b0.dev8 -> 13.0.0b0.dev10 ) 📦 release: v13.0.0b0.dev10 config: import vocab readers, transformers, writers consistently fix(landing-page): link to contributor search * since one macro is used for contributor and creator the link is set to creators. * this has been fixed now with an additional parameter release: v13.0.0b0.dev9 ui: pass record API object to external resources * Pass record API object to external resources, allowing resources display to be behin permission checks * Added record return to _resolve_topic_record 📁 invenio-jobs (0.3.1 -> 0.3.2 🐛) 📦 release: v0.3.2 UI: fix schedule save UI: fix default queue; don't error on empty args 📁 invenio-rdm-records (11.4.0 -> 11.5.0 🌈) release: v11.5.0 codemeta: added identifier to schema signposting: generate 1 link context object for metadata - fix for v12 fix: abort on record deletion exception * this closes inveniosoftware/invenio-app-rdm#2472 * the RecordDeletedException should be catched and hided from the user 📁 invenio-vocabularies (4.1.1 -> 4.2.0 🌈) 📦 release: v4.2.0 ror: check last update; use ld+json for metadata (inveniosoftware/invenio-vocabularies#367) tasks: remove import funders task funders: add and export custom transformer affiliations: add and export custom transformer ror: datastreams: export writers for consistency config: register async writer datastreams: implement asynchronous writer datastreams: minor fixes datastreams: implement asynchronous writer
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Fixes #351