-
Notifications
You must be signed in to change notification settings - Fork 102
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
Support schema references for Avro, Protocol Buffer, and JSON schema #197
Commits on Mar 10, 2022
-
bifrost committed
Mar 10, 2022 Configuration menu - View commit details
-
Copy full SHA for ff6a6d7 - Browse repository at this point
Copy the full SHA ff6a6d7View commit details -
bifrost committed
Mar 10, 2022 Configuration menu - View commit details
-
Copy full SHA for 6ee47b0 - Browse repository at this point
Copy the full SHA 6ee47b0View commit details
Commits on Mar 11, 2022
-
bifrost committed
Mar 11, 2022 Configuration menu - View commit details
-
Copy full SHA for cbf3986 - Browse repository at this point
Copy the full SHA cbf3986View commit details -
bifrost committed
Mar 11, 2022 Configuration menu - View commit details
-
Copy full SHA for 15f5999 - Browse repository at this point
Copy the full SHA 15f5999View commit details -
bifrost committed
Mar 11, 2022 Configuration menu - View commit details
-
Copy full SHA for 19a1028 - Browse repository at this point
Copy the full SHA 19a1028View commit details -
bifrost committed
Mar 11, 2022 Configuration menu - View commit details
-
Copy full SHA for 064cfb6 - Browse repository at this point
Copy the full SHA 064cfb6View commit details -
rename updateOptionsWithSchemaReferences
bifrost committedMar 11, 2022 Configuration menu - View commit details
-
Copy full SHA for 3943fca - Browse repository at this point
Copy the full SHA 3943fcaView commit details -
bifrost committed
Mar 11, 2022 Configuration menu - View commit details
-
Copy full SHA for b4aefa4 - Browse repository at this point
Copy the full SHA b4aefa4View commit details -
bifrost committed
Mar 11, 2022 Configuration menu - View commit details
-
Copy full SHA for 662b0ee - Browse repository at this point
Copy the full SHA 662b0eeView commit details -
bifrost committed
Mar 11, 2022 Configuration menu - View commit details
-
Copy full SHA for 4ec1311 - Browse repository at this point
Copy the full SHA 4ec1311View commit details -
bifrost committed
Mar 11, 2022 Configuration menu - View commit details
-
Copy full SHA for 54c6218 - Browse repository at this point
Copy the full SHA 54c6218View commit details -
remove /* eslint-disable no-console */
bifrost committedMar 11, 2022 Configuration menu - View commit details
-
Copy full SHA for 00c1aaa - Browse repository at this point
Copy the full SHA 00c1aaaView commit details -
add nested references for json
bifrost committedMar 11, 2022 Configuration menu - View commit details
-
Copy full SHA for 97ceaeb - Browse repository at this point
Copy the full SHA 97ceaebView commit details
Commits on Mar 14, 2022
-
Add multi schema references for protobuf and json schema
In this pull request, the library has been extended, so a Protobuf Schema or a JSON Schema can refer to other registered schemas. The implementation is recursive and it is able to handle multi-level Schema nesting.
Dan Rasmussen authoredMar 14, 2022 Configuration menu - View commit details
-
Copy full SHA for 43c09a5 - Browse repository at this point
Copy the full SHA 43c09a5View commit details -
add documentation for nested references
bifrost committedMar 14, 2022 Configuration menu - View commit details
-
Copy full SHA for d2bab57 - Browse repository at this point
Copy the full SHA d2bab57View commit details -
Merge pull request #2 from debitoor/add-json-protobuf-documentation
Add documentation for nested references
Dan Rasmussen authoredMar 14, 2022 Configuration menu - View commit details
-
Copy full SHA for 21d9198 - Browse repository at this point
Copy the full SHA 21d9198View commit details
Commits on Mar 15, 2022
-
add-nested-references-for-avro
bifrost committedMar 15, 2022 Configuration menu - View commit details
-
Copy full SHA for bc01ead - Browse repository at this point
Copy the full SHA bc01eadView commit details -
Merge pull request #3 from debitoor/add-nested-references-for-avro
add nested nested references for avro
Dan Rasmussen authoredMar 15, 2022 Configuration menu - View commit details
-
Copy full SHA for 25715b4 - Browse repository at this point
Copy the full SHA 25715b4View commit details -
bifrost committed
Mar 15, 2022 Configuration menu - View commit details
-
Copy full SHA for 50cb210 - Browse repository at this point
Copy the full SHA 50cb210View commit details -
Merge pull request #4 from debitoor/improve-doc
add avro doc for nested references
Dan Rasmussen authoredMar 15, 2022 Configuration menu - View commit details
-
Copy full SHA for be3c063 - Browse repository at this point
Copy the full SHA be3c063View commit details -
bifrost committed
Mar 15, 2022 Configuration menu - View commit details
-
Copy full SHA for 254577e - Browse repository at this point
Copy the full SHA 254577eView commit details -
Configuration menu - View commit details
-
Copy full SHA for eaef078 - Browse repository at this point
Copy the full SHA eaef078View commit details
Commits on Mar 16, 2022
-
bifrost committed
Mar 16, 2022 Configuration menu - View commit details
-
Copy full SHA for 183be7f - Browse repository at this point
Copy the full SHA 183be7fView commit details -
Merge pull request #6 from debitoor/refactor-referredSchemas
refactor-referredSchemas
Dan Rasmussen authoredMar 16, 2022 Configuration menu - View commit details
-
Copy full SHA for 54fccd1 - Browse repository at this point
Copy the full SHA 54fccd1View commit details
Commits on Mar 17, 2022
-
efactoring-and-improve-examples
bifrost committedMar 17, 2022 Configuration menu - View commit details
-
Copy full SHA for 90b41e0 - Browse repository at this point
Copy the full SHA 90b41e0View commit details -
Merge pull request #7 from debitoor/refactoring-and-improve-examples
refactoring-and-improve-examples
Dan Rasmussen authoredMar 17, 2022 Configuration menu - View commit details
-
Copy full SHA for fabb6f8 - Browse repository at this point
Copy the full SHA fabb6f8View commit details -
Merge branch 'master' into master
Dan Rasmussen authoredMar 17, 2022 Configuration menu - View commit details
-
Copy full SHA for 1b4f9a0 - Browse repository at this point
Copy the full SHA 1b4f9a0View commit details
Commits on Mar 22, 2022
-
enable-typeHook-for-referred-schemas
bifrost committedMar 22, 2022 Configuration menu - View commit details
-
Copy full SHA for a3db4e0 - Browse repository at this point
Copy the full SHA a3db4e0View commit details -
Merge pull request #8 from debitoor/enable-typeHook-for-referred-schemas
enable-typeHook-for-referred-schemas
Dan Rasmussen authoredMar 22, 2022 Configuration menu - View commit details
-
Copy full SHA for 1a3dad2 - Browse repository at this point
Copy the full SHA 1a3dad2View commit details
Commits on Apr 8, 2022
-
Merge remote-tracking branch 'upstream/master'
bifrost committedApr 8, 2022 Configuration menu - View commit details
-
Copy full SHA for 8a34858 - Browse repository at this point
Copy the full SHA 8a34858View commit details
Commits on Sep 30, 2022
-
bifrost committed
Sep 30, 2022 Configuration menu - View commit details
-
Copy full SHA for 3c5fefe - Browse repository at this point
Copy the full SHA 3c5fefeView commit details
Commits on Oct 3, 2022
-
bifrost committed
Oct 3, 2022 Configuration menu - View commit details
-
Copy full SHA for f3c3bdf - Browse repository at this point
Copy the full SHA f3c3bdfView commit details -
bifrost committed
Oct 3, 2022 Configuration menu - View commit details
-
Copy full SHA for d94bcc4 - Browse repository at this point
Copy the full SHA d94bcc4View commit details -
Merge pull request #9 from debitoor/fix-review-comments-2
fix-review-comments-2
Configuration menu - View commit details
-
Copy full SHA for 3d2e0bb - Browse repository at this point
Copy the full SHA 3d2e0bbView commit details
Commits on Oct 4, 2022
-
bifrost committed
Oct 4, 2022 Configuration menu - View commit details
-
Copy full SHA for d0c9ab9 - Browse repository at this point
Copy the full SHA d0c9ab9View commit details -
Merge pull request #10 from debitoor/minor-refactoring
minor-refactoring
Configuration menu - View commit details
-
Copy full SHA for c9406c0 - Browse repository at this point
Copy the full SHA c9406c0View commit details -
bifrost committed
Oct 4, 2022 Configuration menu - View commit details
-
Copy full SHA for e193664 - Browse repository at this point
Copy the full SHA e193664View commit details -
Merge pull request #11 from debitoor/extend-ajvInstance
extend-ajvInstance
Configuration menu - View commit details
-
Copy full SHA for 0b2d05c - Browse repository at this point
Copy the full SHA 0b2d05cView commit details