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: test and namespace isolation #2187

Merged
merged 5 commits into from
May 17, 2024
Merged

Commits on May 6, 2024

  1. fix: namespace logic cleanup and test isolation

    - Pulls logic for defaulting to active namespace (K8S) moved UP to CLI during
      flag default calculation.
    - Pushes logic of deciding between f.Namespace vs f.Deploy.Namespace down into
      implementations.
    - Updates some tests which needed to have their environment cleared.
    - Refactors Pipelines tests to use client API.
    - Removes namespaces as a state variable all structures, instead passing as
      an argument.
    - Moves FromTempDirectory to testing package for use outside cmd.
    lkingland committed May 6, 2024
    Configuration menu
    Copy the full SHA
    f383ac7 View commit details
    Browse the repository at this point in the history
  2. fix spelling errors

    lkingland committed May 6, 2024
    Configuration menu
    Copy the full SHA
    d6a1467 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2024

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

Commits on May 17, 2024

  1. Configuration menu
    Copy the full SHA
    1a13f62 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    98dc85b View commit details
    Browse the repository at this point in the history