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

Strip kustomize-style name hash suffix #517

Open
wants to merge 53 commits into
base: develop
Choose a base branch
from

Commits on Jul 10, 2022

  1. Podman build

    criztovyl committed Jul 10, 2022
    Configuration menu
    Copy the full SHA
    0e66161 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1289a91 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7768d60 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5eadc82 View commit details
    Browse the repository at this point in the history
  5. Podman interactive

    e.g. for dlv debugging
    criztovyl committed Jul 10, 2022
    Configuration menu
    Copy the full SHA
    3376aff View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    12c3862 View commit details
    Browse the repository at this point in the history
  7. Add note about SYS_PTRACE

    criztovyl committed Jul 10, 2022
    Configuration menu
    Copy the full SHA
    0099750 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9b32450 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    eed12ec View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    5b4255c View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    a396c46 View commit details
    Browse the repository at this point in the history
  12. podman histfile

    criztovyl committed Jul 10, 2022
    Configuration menu
    Copy the full SHA
    795bee4 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    a728a67 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    8d94e34 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    44c51d9 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    1f8d0bc View commit details
    Browse the repository at this point in the history
  17. podman e2e

    criztovyl committed Jul 10, 2022
    Configuration menu
    Copy the full SHA
    da8749a View commit details
    Browse the repository at this point in the history
  18. gofmt changes

    criztovyl committed Jul 10, 2022
    Configuration menu
    Copy the full SHA
    f3d8e74 View commit details
    Browse the repository at this point in the history
  19. golint changes

    criztovyl committed Jul 10, 2022
    Configuration menu
    Copy the full SHA
    4815452 View commit details
    Browse the repository at this point in the history
  20. Add files for e2e

    kapp.yml has been generated by `kustomize build . -o kapp.yml`
    criztovyl committed Jul 10, 2022
    Configuration menu
    Copy the full SHA
    25e6c49 View commit details
    Browse the repository at this point in the history
  21. more e2e resources

    criztovyl committed Jul 10, 2022
    Configuration menu
    Copy the full SHA
    8730f13 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2022

  1. Configuration menu
    Copy the full SHA
    faf26d7 View commit details
    Browse the repository at this point in the history
  2. Mark method private

    criztovyl committed Jul 17, 2022
    Configuration menu
    Copy the full SHA
    cd782ec View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9391cef View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2022

  1. Configuration menu
    Copy the full SHA
    66cc9ea View commit details
    Browse the repository at this point in the history
  2. Kustomize resources README

    criztovyl committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    9e6a6f1 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2022

  1. Configuration menu
    Copy the full SHA
    6b435dc View commit details
    Browse the repository at this point in the history
  2. Add copyright header

    criztovyl committed Aug 29, 2022
    Configuration menu
    Copy the full SHA
    8e1c533 View commit details
    Browse the repository at this point in the history
  3. Test only operation and diff count

    Checking diff contents does not reliably work due to managedFields being
    dependent on k8s version. but to test there is only one diff should also
    be enough.
    criztovyl committed Aug 29, 2022
    Configuration menu
    Copy the full SHA
    a8fd0eb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9807418 View commit details
    Browse the repository at this point in the history
  5. Lint fixes

    criztovyl committed Aug 29, 2022
    Configuration menu
    Copy the full SHA
    72253b1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0a9194e View commit details
    Browse the repository at this point in the history
  7. Fixes after module rename

    criztovyl committed Aug 29, 2022
    Configuration menu
    Copy the full SHA
    dfd2ccb View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2022

  1. Configuration menu
    Copy the full SHA
    3081bd5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d837a40 View commit details
    Browse the repository at this point in the history
  3. Fix comparing diff test

    criztovyl committed Sep 4, 2022
    Configuration menu
    Copy the full SHA
    9cb989a View commit details
    Browse the repository at this point in the history
  4. gofmt

    criztovyl committed Sep 4, 2022
    Configuration menu
    Copy the full SHA
    be2c3f2 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2022

  1. Configuration menu
    Copy the full SHA
    c8b1e26 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cb5da9e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2bf6a39 View commit details
    Browse the repository at this point in the history
  4. Turn VersionedResource into an interface

    to allow implementing alternative versioned resources
    criztovyl committed Sep 11, 2022
    Configuration menu
    Copy the full SHA
    f485fcb View commit details
    Browse the repository at this point in the history
  5. Reimplement suffix strip

    dropping previous CMs not yet implemented
    criztovyl committed Sep 11, 2022
    Configuration menu
    Copy the full SHA
    5c555a0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    121cb03 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e22da5b View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2022

  1. Remove naked return

    criztovyl committed Sep 22, 2022
    Configuration menu
    Copy the full SHA
    f5333ab View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e5cfb41 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2022

  1. Remove disabled assert

    the operation is "add" because we're only manipulating the "add" diff to
    show the difference to the previous version
    criztovyl committed Sep 27, 2022
    Configuration menu
    Copy the full SHA
    be8bf30 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2022

  1. enabling suffix strip by matcher presence

    preparation for dropping the enabled flag altogether; I have tried both at once
    before and the matchers completely broke, so doing the complex part (no
    matchers matching nothing) first with only *toggling* the default to
    enabled instead of directly throwing it out.
    criztovyl committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    ba249a7 View commit details
    Browse the repository at this point in the history
  2. Drop suffix-strip enable flag

    it seems the field in config does not need to be an object anymore,
    could as well be a (by default nil) list of matchers, but let's not
    touch too much at once.
    criztovyl committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    4f51583 View commit details
    Browse the repository at this point in the history
  3. Fix test

    criztovyl committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    aaca097 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2022

  1. Configuration menu
    Copy the full SHA
    76991f6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8f7848a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    40fa319 View commit details
    Browse the repository at this point in the history