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

Feature/foreach validate #2443

Merged
merged 20 commits into from Oct 4, 2021
Merged

Feature/foreach validate #2443

merged 20 commits into from Oct 4, 2021

Commits on Sep 26, 2021

  1. implement validate.foreach

    Signed-off-by: Jim Bugwadia <jim@nirmata.com>
    JimBugwadia committed Sep 26, 2021
    Configuration menu
    Copy the full SHA
    39061d9 View commit details
    Browse the repository at this point in the history
  2. merge main

    Signed-off-by: Jim Bugwadia <jim@nirmata.com>
    JimBugwadia committed Sep 26, 2021
    Configuration menu
    Copy the full SHA
    6c5fb08 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2021

  1. update tests

    Signed-off-by: Jim Bugwadia <jim@nirmata.com>
    JimBugwadia committed Sep 27, 2021
    Configuration menu
    Copy the full SHA
    6766064 View commit details
    Browse the repository at this point in the history
  2. fix tests

    Signed-off-by: Jim Bugwadia <jim@nirmata.com>
    JimBugwadia committed Sep 27, 2021
    Configuration menu
    Copy the full SHA
    536b64b View commit details
    Browse the repository at this point in the history
  3. fix deny rules

    Signed-off-by: Jim Bugwadia <jim@nirmata.com>
    JimBugwadia committed Sep 27, 2021
    Configuration menu
    Copy the full SHA
    a905a61 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2021

  1. fix deny check and fmt

    Signed-off-by: Jim Bugwadia <jim@nirmata.com>
    JimBugwadia committed Sep 28, 2021
    Configuration menu
    Copy the full SHA
    3957a14 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2021

  1. change RuleStatus values to lowercase

    Signed-off-by: Jim Bugwadia <jim@nirmata.com>
    JimBugwadia committed Sep 30, 2021
    Configuration menu
    Copy the full SHA
    5b5a85c View commit details
    Browse the repository at this point in the history
  2. merge main

    Signed-off-by: Jim Bugwadia <jim@nirmata.com>
    JimBugwadia committed Sep 30, 2021
    Configuration menu
    Copy the full SHA
    6ae3063 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2021

  1. add messages and set rule to skip when pattern does not match

    Signed-off-by: Jim Bugwadia <jim@nirmata.com>
    JimBugwadia committed Oct 1, 2021
    Configuration menu
    Copy the full SHA
    1ebd2c9 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2021

  1. add validation; add 'element' to context

    Signed-off-by: Jim Bugwadia <jim@nirmata.com>
    JimBugwadia committed Oct 2, 2021
    Configuration menu
    Copy the full SHA
    e0e6074 View commit details
    Browse the repository at this point in the history
  2. format

    Signed-off-by: Jim Bugwadia <jim@nirmata.com>
    JimBugwadia committed Oct 2, 2021
    Configuration menu
    Copy the full SHA
    89d1e4a View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2021

  1. generate CRDs and validate handling of skip/error

    Signed-off-by: Jim Bugwadia <jim@nirmata.com>
    JimBugwadia committed Oct 3, 2021
    Configuration menu
    Copy the full SHA
    8b7d404 View commit details
    Browse the repository at this point in the history
  2. fix reporting

    Signed-off-by: Jim Bugwadia <jim@nirmata.com>
    JimBugwadia committed Oct 3, 2021
    Configuration menu
    Copy the full SHA
    086194f View commit details
    Browse the repository at this point in the history
  3. fix messages and tests

    Signed-off-by: Jim Bugwadia <jim@nirmata.com>
    JimBugwadia committed Oct 3, 2021
    Configuration menu
    Copy the full SHA
    731ffde View commit details
    Browse the repository at this point in the history
  4. improve messages

    Signed-off-by: Jim Bugwadia <jim@nirmata.com>
    JimBugwadia committed Oct 3, 2021
    Configuration menu
    Copy the full SHA
    77ae92e View commit details
    Browse the repository at this point in the history
  5. format

    Signed-off-by: Jim Bugwadia <jim@nirmata.com>
    JimBugwadia committed Oct 3, 2021
    Configuration menu
    Copy the full SHA
    c9ec282 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2021

  1. fix deployment-missing-labels test

    Signed-off-by: Jim Bugwadia <jim@nirmata.com>
    JimBugwadia committed Oct 4, 2021
    Configuration menu
    Copy the full SHA
    529a350 View commit details
    Browse the repository at this point in the history
  2. fix linter issues

    Signed-off-by: Jim Bugwadia <jim@nirmata.com>
    JimBugwadia committed Oct 4, 2021
    Configuration menu
    Copy the full SHA
    ee6aafa View commit details
    Browse the repository at this point in the history
  3. fix compile errors

    Signed-off-by: Jim Bugwadia <jim@nirmata.com>
    JimBugwadia committed Oct 4, 2021
    Configuration menu
    Copy the full SHA
    6cf9fdd View commit details
    Browse the repository at this point in the history
  4. fix golangci-lint issues

    Signed-off-by: Jim Bugwadia <jim@nirmata.com>
    JimBugwadia committed Oct 4, 2021
    Configuration menu
    Copy the full SHA
    94335d5 View commit details
    Browse the repository at this point in the history