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(common): json schema linting for common validation(s) #473

Commits on Jun 10, 2024

  1. Configuration menu
    Copy the full SHA
    0d121c6 View commit details
    Browse the repository at this point in the history
  2. feat(common): create schema folder in common with schema functionalit…

    …y and tests for the validation schema
    mike-winberry committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    5036817 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

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

Commits on Jun 13, 2024

  1. Configuration menu
    Copy the full SHA
    d712ce8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eb55325 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'main' into 364-check-if-lula-validation-is-malformed-an…

    …d-include-in-output-for-rationale-on-satisfaction-decision
    mike-winberry authored Jun 13, 2024
    Configuration menu
    Copy the full SHA
    ab71941 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2024

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

Commits on Jun 17, 2024

  1. Merge branch 'main' into 364-check-if-lula-validation-is-malformed-an…

    …d-include-in-output-for-rationale-on-satisfaction-decision
    mike-winberry authored Jun 17, 2024
    Configuration menu
    Copy the full SHA
    4fa91ff View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

  1. Merge branch 'main' into 364-check-if-lula-validation-is-malformed-an…

    …d-include-in-output-for-rationale-on-satisfaction-decision
    mike-winberry committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    593fead View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

  1. Configuration menu
    Copy the full SHA
    be391fe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    071e958 View commit details
    Browse the repository at this point in the history
  3. fix(validation): while the documentation says name required if field …

    …and namespace required if name, none of our test validations follow this rule
    mike-winberry committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    4893bd4 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2024

  1. feat(schemas): validation schema provider and domain specs linked to …

    …their type enum
    
    chore(makefile): add test-unit to makefile
    chore(adr): update validation artifact format (resource-rule) required fields to match current usage and functionality
    chore: update domains and provider types with comments from adr, docs, and schema
    mike-winberry committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    dfba495 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2024

  1. Configuration menu
    Copy the full SHA
    b6a4e87 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0b84a92 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eca12a0 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'main' into 364-check-if-lula-validation-is-malformed-an…

    …d-include-in-output-for-rationale-on-satisfaction-decision
    mike-winberry authored Jul 4, 2024
    Configuration menu
    Copy the full SHA
    1b608bf View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a0f768d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a41673d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    205b855 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    154cb28 View commit details
    Browse the repository at this point in the history
  9. test(unit): fix composition compoent-definition-local-and-remote to h…

    …ave the remote validations reintroduced
    mike-winberry committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    566f870 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    7567ad1 View commit details
    Browse the repository at this point in the history
  11. refactor(schemas): removed the duplicative ExtractErrors method in fa…

    …vor of updated go-oscal implementation
    mike-winberry committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    ff32ef8 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    2fbd52f View commit details
    Browse the repository at this point in the history
  13. fix(schemas): validation schema fixed create-resources, semver, and k…

    …ubernetes-spec constraints
    
    refactor(common): created linting method for validation, update ToLulaValidation to run lint, remove linting from validation.UnmarshalYaml
    mike-winberry committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    6c2364a View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    984a33a View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2024

  1. Configuration menu
    Copy the full SHA
    1b01f65 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b0914c2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bb076aa View commit details
    Browse the repository at this point in the history
  4. Merge branch 'main' into 364-check-if-lula-validation-is-malformed-an…

    …d-include-in-output-for-rationale-on-satisfaction-decision
    mike-winberry committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    500574f View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2024

  1. refactor(cmd): rm composition from tools lint

    chore(docs): update docs to reflect changes
    mike-winberry committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    45a7579 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    04e2399 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'main' into 364-check-if-lula-validation-is-malformed-an…

    …d-include-in-output-for-rationale-on-satisfaction-decision
    mike-winberry authored Jul 11, 2024
    Configuration menu
    Copy the full SHA
    96a4a31 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2024

  1. Merge branch 'main' into 364-check-if-lula-validation-is-malformed-an…

    …d-include-in-output-for-rationale-on-satisfaction-decision
    brandtkeller authored Jul 12, 2024
    Configuration menu
    Copy the full SHA
    dc0b8ad View commit details
    Browse the repository at this point in the history