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

Refactor functions to install/upgrade package resources into 'kudo' package #991

Merged
merged 15 commits into from
Oct 25, 2019

Commits on Oct 23, 2019

  1. Refactor functions to install/upgrade resources into separate 'resour…

    …ces' package
    
    This reduces the coupling between the respective commands and the actual
    implementation that is taking care of these CRDs. It also allows non-CLI parts
    to use this functionality.
    Jan Schlicht committed Oct 23, 2019
    Configuration menu
    Copy the full SHA
    4caf540 View commit details
    Browse the repository at this point in the history
  2. Add parameter handling to 'Install'

    Jan Schlicht committed Oct 23, 2019
    Configuration menu
    Copy the full SHA
    7665411 View commit details
    Browse the repository at this point in the history
  3. Rename package

    Jan Schlicht committed Oct 23, 2019
    Configuration menu
    Copy the full SHA
    867ee66 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2019

  1. Fix wrong naming

    It's "resources", not "CRDs".
    Jan Schlicht committed Oct 24, 2019
    Configuration menu
    Copy the full SHA
    41cbfea View commit details
    Browse the repository at this point in the history
  2. Don't wrap Kubernetes error types

    Jan Schlicht committed Oct 24, 2019
    Configuration menu
    Copy the full SHA
    e0fd86c View commit details
    Browse the repository at this point in the history
  3. Rename 'PackageCRDs' to 'Resources'

    Jan Schlicht committed Oct 24, 2019
    Configuration menu
    Copy the full SHA
    409661b View commit details
    Browse the repository at this point in the history
  4. Move functions to 'kudo' package

    Jan Schlicht committed Oct 24, 2019
    Configuration menu
    Copy the full SHA
    b36f8bb View commit details
    Browse the repository at this point in the history
  5. Add a TODO to move 'Resources' to the 'packages' package

    Jan Schlicht committed Oct 24, 2019
    Configuration menu
    Copy the full SHA
    4d1760d View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2019

  1. Fix a typo

    Jan Schlicht committed Oct 25, 2019
    Configuration menu
    Copy the full SHA
    bec1df6 View commit details
    Browse the repository at this point in the history
  2. Change function name

    Jan Schlicht committed Oct 25, 2019
    Configuration menu
    Copy the full SHA
    55dc5e1 View commit details
    Browse the repository at this point in the history
  3. Move install/upgrade tests to 'kudo' package

    Jan Schlicht committed Oct 25, 2019
    Configuration menu
    Copy the full SHA
    a732659 View commit details
    Browse the repository at this point in the history
  4. Rename function to 'InstallPackage'

    Jan Schlicht committed Oct 25, 2019
    Configuration menu
    Copy the full SHA
    3183752 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    19a5cfe View commit details
    Browse the repository at this point in the history
  6. go mod tidy

    Jan Schlicht committed Oct 25, 2019
    Configuration menu
    Copy the full SHA
    29ed505 View commit details
    Browse the repository at this point in the history
  7. Remove a circular dependency

    'pkg/kudoctl/cmd/env' depends on 'pkg/kudoctl/cmd/util/kudo' to implement a helper function that probably shouldn't live in this package.
    Jan Schlicht committed Oct 25, 2019
    Configuration menu
    Copy the full SHA
    459eadc View commit details
    Browse the repository at this point in the history