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

2600hz changes #42

Closed
wants to merge 16 commits into from
Closed

2600hz changes #42

wants to merge 16 commits into from

Commits on Feb 24, 2017

  1. restore default_schema_ver in undo_resolve_ref

    the fixes the mix between draft3/draft4 schemas
    lazedo committed Feb 24, 2017
    Configuration menu
    Copy the full SHA
    fc761d9 View commit details
    Browse the repository at this point in the history
  2. create validate_ref

    wraps the logic of validating referenced schemas
    lazedo committed Feb 24, 2017
    Configuration menu
    Copy the full SHA
    0f50fc3 View commit details
    Browse the repository at this point in the history
  3. allow to get current schema id

    lazedo committed Feb 24, 2017
    Configuration menu
    Copy the full SHA
    4997f84 View commit details
    Browse the repository at this point in the history
  4. provide schema id to error

    lazedo committed Feb 24, 2017
    Configuration menu
    Copy the full SHA
    91f2525 View commit details
    Browse the repository at this point in the history
  5. allow extra validator

    this will extra validations for schema elements
    example : lookup some value in a database an provide an error
    lazedo committed Feb 24, 2017
    Configuration menu
    Copy the full SHA
    ea502a6 View commit details
    Browse the repository at this point in the history
  6. more explicit error for enums

    lazedo committed Feb 24, 2017
    Configuration menu
    Copy the full SHA
    58fac47 View commit details
    Browse the repository at this point in the history
  7. allow a setter_fun in schema validator

    allows to set values during validation
    lazedo committed Feb 24, 2017
    Configuration menu
    Copy the full SHA
    46f3d9a View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2017

  1. set default values for properties

    persistence depends on setter_fun option
    lazedo committed Feb 26, 2017
    Configuration menu
    Copy the full SHA
    a4bf90f View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2017

  1. return errors in the order they occur

    default error handler
    lazedo committed Feb 27, 2017
    Configuration menu
    Copy the full SHA
    984635f View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2017

  1. fix path with default

    lazedo committed Mar 6, 2017
    Configuration menu
    Copy the full SHA
    46399e1 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2017

  1. fix throwing error in order

    lazedo committed Mar 13, 2017
    Configuration menu
    Copy the full SHA
    67df6d6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5ba3b1c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d17bc19 View commit details
    Browse the repository at this point in the history
  4. fix setter test

    lazedo committed Mar 13, 2017
    Configuration menu
    Copy the full SHA
    e8460e1 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2017

  1. handle invalid refs

    needed when allowed_errors is `infinity`
    lazedo committed Mar 29, 2017
    Configuration menu
    Copy the full SHA
    c651c5e View commit details
    Browse the repository at this point in the history

Commits on May 15, 2017

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