-
Notifications
You must be signed in to change notification settings - Fork 308
Merge the 3.1.x branch into main (making the main development line 3.1.0) #6595
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
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
* Added a ContentAccepter to the artifact type util provider * Added beans to support loading a config file that defines supported artifact types * Implemented loading and processing of an artifact types config file * Removed a static instance of DefaultArtifactTypeUtilProviderImpl * Started work on artifact type webhooks, impl and testing * Defined all endpoints in the artifact-types-webhooks openapi * Split up testing of custom artifact types so the same test is used for both webhooks and java * Implemented content canonicalizer for configured artifact types * New abstract base class for configured artifact type utils * Added support for configured ContentValidator * Added support for configured ContentCanonicalizers * Added support for configured ContentDereferencer * Added support for configured ReferenceFinder * Reuse the Quarkus vertx instance/context * Introduce an http client service that includes retries and timeouts * Added some basic validation of the artifact type config file * Fixed a bug in the validation of custom artifact type config file * Added some no-op support for script based artifact type functionality
…s) (#6168) * Initial flink util script and Catalog impl * Clean up the flink module * Added support for artifact types that have no content. * Updates to the custom artifact types tests * Remove catalog test * Fixed a bug when updating draft content
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.
No description provided.