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

Fix "consul-k8s install fails: now can't re-install or upgrade" #1115

Merged
merged 26 commits into from Apr 7, 2022

Commits on Mar 30, 2022

  1. Allow tests to pass in args to Helm and CLI actions

    Thomas Eckert committed Mar 30, 2022
    Copy the full SHA
    a3e42eb View commit details
    Browse the repository at this point in the history
  2. Add CLI scenario tests

    Thomas Eckert committed Mar 30, 2022
    Copy the full SHA
    33dfd03 View commit details
    Browse the repository at this point in the history
  3. Add scenario test for upgrading a cluster in a namespace other than c…

    …onsul
    Thomas Eckert committed Mar 30, 2022
    Copy the full SHA
    56840a1 View commit details
    Browse the repository at this point in the history
  4. Pass and use the name of the cluster correctly

    Thomas Eckert committed Mar 30, 2022
    Copy the full SHA
    20155d6 View commit details
    Browse the repository at this point in the history
  5. Allow for setting the namespace the CLI uses in test

    Thomas Eckert committed Mar 30, 2022
    Copy the full SHA
    e22a493 View commit details
    Browse the repository at this point in the history
  6. Update changelog

    Thomas Eckert committed Mar 30, 2022
    Copy the full SHA
    42ec505 View commit details
    Browse the repository at this point in the history
  7. Allow CLI actions to error silently

    Thomas Eckert committed Mar 30, 2022
    Copy the full SHA
    3aa0c64 View commit details
    Browse the repository at this point in the history
  8. Merge defaults with passed-in args

    Thomas Eckert committed Mar 30, 2022
    Copy the full SHA
    1044e59 View commit details
    Browse the repository at this point in the history
  9. scenario -> upgrade + docstring

    Thomas Eckert committed Mar 30, 2022
    Copy the full SHA
    cf90179 View commit details
    Browse the repository at this point in the history
  10. Update CHANGELOG.md

    Co-authored-by: Iryna Shustava <ishustava@users.noreply.github.com>
    Thomas Eckert and ishustava committed Mar 30, 2022
    Copy the full SHA
    dd77ffd View commit details
    Browse the repository at this point in the history
  11. Remove 15m explicit default

    Thomas Eckert committed Mar 30, 2022
    Copy the full SHA
    00e6848 View commit details
    Browse the repository at this point in the history
  12. Add no error requirement back in.

    Thomas Eckert committed Mar 30, 2022
    Copy the full SHA
    ff400e9 View commit details
    Browse the repository at this point in the history
  13. Remove acceptance tests for upgrade

    Thomas Eckert committed Mar 30, 2022
    Copy the full SHA
    43f6e04 View commit details
    Browse the repository at this point in the history
  14. fixtures -> test_fixtures

    Thomas Eckert committed Mar 30, 2022
    Copy the full SHA
    992190f View commit details
    Browse the repository at this point in the history
  15. Use LoadChart in install cmd

    Thomas Eckert committed Mar 30, 2022
    Copy the full SHA
    d4fc4c9 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2022

  1. Add Helm mocks (attempt)

    Thomas Eckert committed Apr 1, 2022
    Copy the full SHA
    cdf0e61 View commit details
    Browse the repository at this point in the history
  2. Tidy InitActionConfig comment

    Thomas Eckert committed Apr 1, 2022
    Copy the full SHA
    532c770 View commit details
    Browse the repository at this point in the history
  3. Add stubbed TestFetchChartValues

    Thomas Eckert committed Apr 1, 2022
    Copy the full SHA
    3c5311b View commit details
    Browse the repository at this point in the history
  4. Add a Helm logger "factory" function and stubbed test

    Thomas Eckert committed Apr 1, 2022
    Copy the full SHA
    e04a325 View commit details
    Browse the repository at this point in the history
  5. Remove changes to acceptance tests

    Thomas Eckert committed Apr 1, 2022
    Copy the full SHA
    8896ceb View commit details
    Browse the repository at this point in the history
  6. Finish removing acceptance test changes

    Thomas Eckert committed Apr 1, 2022
    Copy the full SHA
    7ee1db4 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2022

  1. Remove test

    Thomas Eckert committed Apr 6, 2022
    Copy the full SHA
    fcb0fc5 View commit details
    Browse the repository at this point in the history
  2. Remove logger fn

    Thomas Eckert committed Apr 6, 2022
    Copy the full SHA
    abd6099 View commit details
    Browse the repository at this point in the history
  3. Remove helm mock

    Thomas Eckert committed Apr 6, 2022
    Copy the full SHA
    b604934 View commit details
    Browse the repository at this point in the history
  4. Fix Chart tests

    Thomas Eckert committed Apr 6, 2022
    Copy the full SHA
    d07cbf0 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2022

  1. Merge branch 'main' into cli/post-failure-bug

    Thomas Eckert committed Apr 7, 2022
    Copy the full SHA
    9506045 View commit details
    Browse the repository at this point in the history