Skip to content
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

Merged
merged 38 commits into from
Oct 4, 2022

Commits on Mar 10, 2022

  1. multi-references-for-protobuf

    bifrost committed Mar 10, 2022
    Configuration menu
    Copy the full SHA
    ff6a6d7 View commit details
    Browse the repository at this point in the history
  2. cleanup

    bifrost committed Mar 10, 2022
    Configuration menu
    Copy the full SHA
    6ee47b0 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2022

  1. refactoring

    bifrost committed Mar 11, 2022
    Configuration menu
    Copy the full SHA
    cbf3986 View commit details
    Browse the repository at this point in the history
  2. refactor

    bifrost committed Mar 11, 2022
    Configuration menu
    Copy the full SHA
    15f5999 View commit details
    Browse the repository at this point in the history
  3. add comment

    bifrost committed Mar 11, 2022
    Configuration menu
    Copy the full SHA
    19a1028 View commit details
    Browse the repository at this point in the history
  4. bump package.json

    bifrost committed Mar 11, 2022
    Configuration menu
    Copy the full SHA
    064cfb6 View commit details
    Browse the repository at this point in the history
  5. rename updateOptionsWithSchemaReferences

    bifrost committed Mar 11, 2022
    Configuration menu
    Copy the full SHA
    3943fca View commit details
    Browse the repository at this point in the history
  6. make requests parallel

    bifrost committed Mar 11, 2022
    Configuration menu
    Copy the full SHA
    b4aefa4 View commit details
    Browse the repository at this point in the history
  7. rename

    bifrost committed Mar 11, 2022
    Configuration menu
    Copy the full SHA
    662b0ee View commit details
    Browse the repository at this point in the history
  8. rename

    bifrost committed Mar 11, 2022
    Configuration menu
    Copy the full SHA
    4ec1311 View commit details
    Browse the repository at this point in the history
  9. rename

    bifrost committed Mar 11, 2022
    Configuration menu
    Copy the full SHA
    54c6218 View commit details
    Browse the repository at this point in the history
  10. remove /* eslint-disable no-console */

    bifrost committed Mar 11, 2022
    Configuration menu
    Copy the full SHA
    00c1aaa View commit details
    Browse the repository at this point in the history
  11. add nested references for json

    bifrost committed Mar 11, 2022
    Configuration menu
    Copy the full SHA
    97ceaeb View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2022

  1. 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 authored Mar 14, 2022
    Configuration menu
    Copy the full SHA
    43c09a5 View commit details
    Browse the repository at this point in the history
  2. add documentation for nested references

    bifrost committed Mar 14, 2022
    Configuration menu
    Copy the full SHA
    d2bab57 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2 from debitoor/add-json-protobuf-documentation

    Add documentation for nested references
    Dan Rasmussen authored Mar 14, 2022
    Configuration menu
    Copy the full SHA
    21d9198 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2022

  1. add-nested-references-for-avro

    bifrost committed Mar 15, 2022
    Configuration menu
    Copy the full SHA
    bc01ead View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3 from debitoor/add-nested-references-for-avro

    add nested nested references for avro
    Dan Rasmussen authored Mar 15, 2022
    Configuration menu
    Copy the full SHA
    25715b4 View commit details
    Browse the repository at this point in the history
  3. improve-doc

    bifrost committed Mar 15, 2022
    Configuration menu
    Copy the full SHA
    50cb210 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #4 from debitoor/improve-doc

    add avro doc for nested references
    Dan Rasmussen authored Mar 15, 2022
    Configuration menu
    Copy the full SHA
    be3c063 View commit details
    Browse the repository at this point in the history
  5. cleanup-ts

    bifrost committed Mar 15, 2022
    Configuration menu
    Copy the full SHA
    254577e View commit details
    Browse the repository at this point in the history
  6. Merge pull request #5 from debitoor/cleanup-ts

    cleanup-ts
    Dan Rasmussen authored Mar 15, 2022
    Configuration menu
    Copy the full SHA
    eaef078 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2022

  1. refactor-referredSchemas

    bifrost committed Mar 16, 2022
    Configuration menu
    Copy the full SHA
    183be7f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #6 from debitoor/refactor-referredSchemas

    refactor-referredSchemas
    Dan Rasmussen authored Mar 16, 2022
    Configuration menu
    Copy the full SHA
    54fccd1 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2022

  1. efactoring-and-improve-examples

    bifrost committed Mar 17, 2022
    Configuration menu
    Copy the full SHA
    90b41e0 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #7 from debitoor/refactoring-and-improve-examples

    refactoring-and-improve-examples
    Dan Rasmussen authored Mar 17, 2022
    Configuration menu
    Copy the full SHA
    fabb6f8 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' into master

    Dan Rasmussen authored Mar 17, 2022
    Configuration menu
    Copy the full SHA
    1b4f9a0 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2022

  1. enable-typeHook-for-referred-schemas

    bifrost committed Mar 22, 2022
    Configuration menu
    Copy the full SHA
    a3db4e0 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #8 from debitoor/enable-typeHook-for-referred-schemas

    enable-typeHook-for-referred-schemas
    Dan Rasmussen authored Mar 22, 2022
    Configuration menu
    Copy the full SHA
    1a3dad2 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2022

  1. Merge remote-tracking branch 'upstream/master'

    bifrost committed Apr 8, 2022
    Configuration menu
    Copy the full SHA
    8a34858 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2022

  1. fix-review-comments-2

    bifrost committed Sep 30, 2022
    Configuration menu
    Copy the full SHA
    3c5fefe View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2022

  1. review comments

    bifrost committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    f3c3bdf View commit details
    Browse the repository at this point in the history
  2. review comments

    bifrost committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    d94bcc4 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #9 from debitoor/fix-review-comments-2

    fix-review-comments-2
    bifrost authored Oct 3, 2022
    Configuration menu
    Copy the full SHA
    3d2e0bb View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2022

  1. minor-refactoring

    bifrost committed Oct 4, 2022
    Configuration menu
    Copy the full SHA
    d0c9ab9 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #10 from debitoor/minor-refactoring

    minor-refactoring
    bifrost authored Oct 4, 2022
    Configuration menu
    Copy the full SHA
    c9406c0 View commit details
    Browse the repository at this point in the history
  3. extend-ajvInstance

    bifrost committed Oct 4, 2022
    Configuration menu
    Copy the full SHA
    e193664 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #11 from debitoor/extend-ajvInstance

    extend-ajvInstance
    bifrost authored Oct 4, 2022
    Configuration menu
    Copy the full SHA
    0b2d05c View commit details
    Browse the repository at this point in the history