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

feat: validate message object examples with spectral schemas #782

Commits on Jun 15, 2023

  1. feat: validate message object examples with spectral schemas

    validate message object examples against the schemas in the
    object by parsing the schemas using spectral before validation
    this proves that the examples are valid
    
    Signed-off-by: Chris Patmore <[email protected]>
    Chris Patmore committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    8ec4d95 View commit details
    Browse the repository at this point in the history
  2. fix: switch names around

    Signed-off-by: Chris Patmore <[email protected]>
    Chris Patmore committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    0ee59db View commit details
    Browse the repository at this point in the history
  3. refactor: only run new rule if schemaFormat is set

    switch the new rule to only run of the schemaFormat is
    set in the message. Also adjust the tests to better align
    with this separation.
    
    Signed-off-by: Chris Patmore <[email protected]>
    Chris Patmore committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    26eda0c View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2023

  1. fix: remove duplication

    Signed-off-by: Chris Patmore <[email protected]>
    Chris Patmore committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    e8d342a View commit details
    Browse the repository at this point in the history
  2. refactor: review comments

    remove logic expecting headers to be avro
    remove redundant test pieces
    
    Signed-off-by: Chris Patmore <[email protected]>
    Chris Patmore committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    f64833b View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2023

  1. Configuration menu
    Copy the full SHA
    acf614e View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2023

  1. Configuration menu
    Copy the full SHA
    d0206bc View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2023

  1. Configuration menu
    Copy the full SHA
    225462a View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2023

  1. Configuration menu
    Copy the full SHA
    fe2990e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f4cd06d View commit details
    Browse the repository at this point in the history