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(kustomize): Add origin annotations to calculate bases of kustomize checks #5298

Merged
merged 29 commits into from
Jul 10, 2023

Commits on Jul 2, 2023

  1. Configuration menu
    Copy the full SHA
    8b7a65c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3b1b263 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2023

  1. middle of debugging

    bo156 committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    2955869 View commit details
    Browse the repository at this point in the history
  2. more improvements

    bo156 committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    145b7a0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    05c6372 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2023

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

Commits on Jul 5, 2023

  1. Configuration menu
    Copy the full SHA
    b740fb4 View commit details
    Browse the repository at this point in the history
  2. another debug way

    bo156 committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    f0d7c0d View commit details
    Browse the repository at this point in the history
  3. Another addition

    bo156 committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    8563e37 View commit details
    Browse the repository at this point in the history
  4. Fixed bug where we calculate the base for overlay incorrectly, causin…

    …g us to copy overlays to wrong directory
    bo156 committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    169b640 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3907850 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    96af719 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2023

  1. Configuration menu
    Copy the full SHA
    2ac9ebc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    18e2ce8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    485d13f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0199111 View commit details
    Browse the repository at this point in the history
  5. Removed comment

    bo156 committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    054914e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fc51eda View commit details
    Browse the repository at this point in the history
  7. Linters

    bo156 committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    c572d37 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e4edeca View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d43adfa View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2023

  1. CR

    bo156 committed Jul 9, 2023
    Configuration menu
    Copy the full SHA
    2e75759 View commit details
    Browse the repository at this point in the history
  2. find correct parent without loop

    Co-authored-by: Anton Grübel <[email protected]>
    bo156 and gruebel committed Jul 9, 2023
    Configuration menu
    Copy the full SHA
    9f5309a View commit details
    Browse the repository at this point in the history
  3. don't check len

    Co-authored-by: Anton Grübel <[email protected]>
    bo156 and gruebel committed Jul 9, 2023
    Configuration menu
    Copy the full SHA
    0adcd68 View commit details
    Browse the repository at this point in the history
  4. Used subprocess.run

    bo156 committed Jul 9, 2023
    Configuration menu
    Copy the full SHA
    ad8a44e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a54d27e View commit details
    Browse the repository at this point in the history
  6. Fixed all tests:

    bo156 committed Jul 9, 2023
    Configuration menu
    Copy the full SHA
    abaac96 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2023

  1. Configuration menu
    Copy the full SHA
    e4bf7f7 View commit details
    Browse the repository at this point in the history
  2. Added documentation

    bo156 committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    e5c71a5 View commit details
    Browse the repository at this point in the history