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: add --why flag for zarf dev find-images #2309

Merged
merged 23 commits into from
Mar 6, 2024

Commits on Feb 22, 2024

  1. feat: add --why for zarf dev find-images

    Add --why flag to `zarf dev find-images` which takes a image tag as an argument.
    This command with the `why` flag will output the component, manifest/chart name and the
    yaml which matches the given image.
    
    Signed-off-by: Vibhav Bobade <vibhav.bobde@gmail.com>
    waveywaves committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    2f6f363 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2024

  1. Configuration menu
    Copy the full SHA
    4e04f8d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    27f96e5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    32f9667 View commit details
    Browse the repository at this point in the history
  4. apply changes from code review

    Co-authored-by: Lucas Rodriguez <lucas.rodriguez9616@gmail.com>
    waveywaves and lucasrod16 committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    d9debc0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c1d7528 View commit details
    Browse the repository at this point in the history
  6. marshal only once to yaml instead of json then yaml

    Co-authored-by: Lucas Rodriguez <lucas.rodriguez9616@gmail.com>
    waveywaves and lucasrod16 committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    3fd5771 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8f41236 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2024

  1. Configuration menu
    Copy the full SHA
    18c2ce1 View commit details
    Browse the repository at this point in the history
  2. minor tweaks

    waveywaves committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    5e9029c View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2024

  1. Configuration menu
    Copy the full SHA
    406e234 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3973525 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0e1ce5b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7d9f72c View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2024

  1. use yamls and not the resources which are parsed

    Co-authored-by: Wayne Starr <Racer159@users.noreply.github.com>
    waveywaves and Racer159 committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    bd18217 View commit details
    Browse the repository at this point in the history
  2. use yamls and not resources

    Co-authored-by: Wayne Starr <Racer159@users.noreply.github.com>
    waveywaves and Racer159 committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    812b112 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2024

  1. Configuration menu
    Copy the full SHA
    69f6a09 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e809a44 View commit details
    Browse the repository at this point in the history
  3. Update src/test/packages/13-find-images/helm-charts-find-images-why-e…

    …xpected.txt
    
    Co-authored-by: Lucas Rodriguez <lucas.rodriguez9616@gmail.com>
    waveywaves and lucasrod16 committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    01c3f3f View commit details
    Browse the repository at this point in the history
  4. Update src/test/e2e/13_find_images_test.go

    Co-authored-by: Lucas Rodriguez <lucas.rodriguez9616@gmail.com>
    waveywaves and lucasrod16 committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    903261c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fdf0169 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2024

  1. Update src/test/e2e/13_find_images_test.go

    Co-authored-by: Wayne Starr <Racer159@users.noreply.github.com>
    waveywaves and Racer159 committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    4976a73 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    260ed65 View commit details
    Browse the repository at this point in the history