Skip to content

Conversation

@Pfeil
Copy link
Member

@Pfeil Pfeil commented Jan 24, 2025

Current changes:

  • validation speedup
  • type API and EOSC DTR support
  • ARM support in future releases

Breaking changes:

  • Due to the validation rewrite, validation errors may occur in different order. While we never gave a guarantee on this, it may be unexpected. Now, there is explicitly no defined order due to parallel/async code execution.
  • A profile is not required anymore in order to support records following profiles in the EOSC DTR, which do not require this. In such a case, only attribute validation is being performed (as always). Before, we expected at least one profile within the record.
  • If a profile does not explicitly state otherwise, additional attributes (that are not defined in a profile) are allowed in a record. Their values will also be validated (attribute validation).

Pfeil and others added 30 commits August 29, 2024 14:53
- 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
…experiments

# Conflicts:
#	build.gradle
#	src/main/java/edu/kit/datamanager/pit/web/impl/TypingRESTResourceImpl.java
…validation error to the user, not as a PidNotFoundError.
@coderabbitai
Copy link

coderabbitai bot commented Jun 12, 2025

Important

Review skipped

Draft detected.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

✨ Finishing touches
🧪 Generate unit tests
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch dev-v3

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share
🧪 Early access (Sonnet 4.5): enabled

We are currently testing the Sonnet 4.5 model, which is expected to improve code review quality. However, this model may lead to increased noise levels in the review comments. Please disable the early access features if the noise level causes any inconvenience.

Note:

  • Public repositories are always opted into early access features.
  • You can enable or disable early access features from the CodeRabbit UI or by updating the CodeRabbit configuration file.

Comment @coderabbitai help to get the list of available commands and usage tips.

maximiliani and others added 6 commits July 15, 2025 17:09
…f Batch Record creation endpoint + tests

Signed-off-by: Maximilian Inckmann <[email protected]>
Signed-off-by: Maximilian Inckmann <[email protected]>
Signed-off-by: Maximilian Inckmann <[email protected]>
Signed-off-by: Maximilian Inckmann <[email protected]>
Signed-off-by: Maximilian Inckmann <[email protected]>
Pfeil and others added 4 commits July 17, 2025 13:31
API for creating interconnected FAIR-DOs (a FAIR-DO graph) in a single request
# Conflicts:
#	build.gradle
#	config/application-default.properties
#	gradle.properties
…Ds, including the prefix. Fixes #325

Before, we returned a map "placeholder -> suffix".
Now we return properly "placeholder -> full_PID"
@Pfeil
Copy link
Member Author

Pfeil commented Sep 30, 2025

This last commit fixes #325

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

breaking change Solving the issue will break the API, configuration, or similar.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants