-
Notifications
You must be signed in to change notification settings - Fork 271
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[REST API v3] Change how create-artifact and create-version APIs work! (
#4671) * Change how create-artifact and create-version APIs work! * Fix python sdk tests * Regenerated the go-sdk and fixed tests to use v3 of the api * Basic fixes to the UI to use the new v3 REST API changes * Fix broken UI tests * Fixed artifact type discovery from content * Fix default schema resolver to send content-type when making REST call * Regen go sdk * Fix lint issues * Fix bug in dispatching create-artifact kafkasql message * Fixed all broken examples * Fix a problem in the canonical hash integration test * Extract metadata only in v2 rest api * Extract metadata when updating an artifact in the v2 api * Fix new basic auth test
- Loading branch information
1 parent
11b7e71
commit 855860c
Showing
172 changed files
with
5,334 additions
and
7,824 deletions.
There are no files selected for viewing
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,6 +11,7 @@ target/ | |
|
||
# IntelliJ / IDEA | ||
.idea/ | ||
.run/ | ||
*.iml | ||
*.ipr | ||
*.iws | ||
|
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
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
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
120 changes: 0 additions & 120 deletions
120
app/src/main/java/io/apicurio/registry/cncf/schemaregistry/SchemagroupsResource.java
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.