-
Notifications
You must be signed in to change notification settings - Fork 5
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
Development branch for v3.0.0 #264
Draft
Pfeil
wants to merge
66
commits into
master
Choose a base branch
from
dev-v3
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
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
# Conflicts: # build.gradle
…mas and structure
- support for records without profiles - support for records with multiple profiles - support for multiple profile attribute keys/types - support for additional attributes - in general, attribute validation and profile validation are now separate tasks
…tors per attribute.
…experiments # Conflicts: # build.gradle
…em for validation
…experiments # Conflicts: # build.gradle # src/main/java/edu/kit/datamanager/pit/web/impl/TypingRESTResourceImpl.java
…current state of the APIs
…validation error to the user, not as a PidNotFoundError.
…l attributes, now default to true.
This is useful for deployment, but also to see in benchmarks if the parameter has been set properly.
…riments Type-Api support and validation speedup
Pfeil
added
the
breaking change
Solving the issue will break the API, configuration, or similar.
label
Jan 24, 2025
# Conflicts: # build.gradle # gradle.properties
… the current version of the EOSC schema generator
It will check if we have control over the prefix of the PID we are trying to resolve, and if so, use the configured system as we likely have administrative access and may have a better connection or other advantages. Otherwise, use a read-only client to the handle system, to make sure we can resolve external PIDs, even if we only create sandboxed ones.
…uple it from the class instance.
Separate resolver from the configured system
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.
Current changes:
Breaking changes: