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

v0.10.0 #500

Merged
merged 22 commits into from
May 25, 2024
Merged

v0.10.0 #500

merged 22 commits into from
May 25, 2024

Commits on May 16, 2024

  1. Added GetCategory to rules and functions.

    used further up in the stack for documentation management.
    daveshanley committed May 16, 2024
    Configuration menu
    Copy the full SHA
    c447862 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2024

  1. Added in a missing rule for a function (not recommended)

    it has been sat there doing nothing, now it’s wired up, fixed tests and fixed function name mappings in preparation for the doctor.
    daveshanley committed May 17, 2024
    Configuration menu
    Copy the full SHA
    45e6d18 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. Configuration menu
    Copy the full SHA
    86d5644 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ef0fa89 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    03f4831 View commit details
    Browse the repository at this point in the history
  4. nill pointer check added

    daveshanley committed May 22, 2024
    Configuration menu
    Copy the full SHA
    65e142c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5593f91 View commit details
    Browse the repository at this point in the history
  6. fixed xor schema

    daveshanley committed May 22, 2024
    Configuration menu
    Copy the full SHA
    e88edb2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9fef08c View commit details
    Browse the repository at this point in the history
  8. added rule schema json

    daveshanley committed May 22, 2024
    Configuration menu
    Copy the full SHA
    98228be View commit details
    Browse the repository at this point in the history
  9. added nill pointer check

    daveshanley committed May 22, 2024
    Configuration menu
    Copy the full SHA
    09c8a66 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

  1. Fixed rule function schemas

    They were all kinds of out of whack!
    daveshanley committed May 23, 2024
    Configuration menu
    Copy the full SHA
    a741918 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2024

  1. added property check to validation

    if unsupported properties are submitted, validation will fail for rules
    daveshanley committed May 25, 2024
    Configuration menu
    Copy the full SHA
    64a00b3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c99bd39 View commit details
    Browse the repository at this point in the history
  3. Addresses #497

    nill check added if no description keynode is available.
    daveshanley committed May 25, 2024
    Configuration menu
    Copy the full SHA
    60c6390 View commit details
    Browse the repository at this point in the history
  4. removed formats from schema

    would have broken non openapi specs.
    daveshanley committed May 25, 2024
    Configuration menu
    Copy the full SHA
    d88ec1a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    95ac812 View commit details
    Browse the repository at this point in the history
  6. Fixed tests

    updated function names in schema tests
    daveshanley committed May 25, 2024
    Configuration menu
    Copy the full SHA
    356c2a5 View commit details
    Browse the repository at this point in the history
  7. removed severity from required,

    breaks too much
    daveshanley committed May 25, 2024
    Configuration menu
    Copy the full SHA
    842b105 View commit details
    Browse the repository at this point in the history
  8. bumped deps

    daveshanley committed May 25, 2024
    Configuration menu
    Copy the full SHA
    7f7f786 View commit details
    Browse the repository at this point in the history
  9. cleaned up LSP handling

    daveshanley committed May 25, 2024
    Configuration menu
    Copy the full SHA
    b53505c View commit details
    Browse the repository at this point in the history
  10. added 0.10 release notes.

    daveshanley committed May 25, 2024
    Configuration menu
    Copy the full SHA
    593c7e3 View commit details
    Browse the repository at this point in the history