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 operator package installation #1542

Merged
merged 5 commits into from
Jun 4, 2020
Merged

Commits on Jun 2, 2020

  1. Refactor operator package installation

    The old 'InstallPackage' function has been extracted into a separate package. It's functionality has been split up into multiple functions handling different installation resources. The function signature of 'install.Package' introduces variadic option parameters to provide a backwards-compatible API.
    
    Signed-off-by: Jan Schlicht <jan@d2iq.com>
    Jan Schlicht committed Jun 2, 2020
    Configuration menu
    Copy the full SHA
    de69d7f View commit details
    Browse the repository at this point in the history
  2. Apply review suggestions

    * Easier option handling
    * Improved logging
    
    Signed-off-by: Jan Schlicht <jan@d2iq.com>
    Jan Schlicht committed Jun 2, 2020
    Configuration menu
    Copy the full SHA
    5ac19d9 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2020

  1. Improved consistency of resource logging

    Signed-off-by: Jan Schlicht <jan@d2iq.com>
    Jan Schlicht committed Jun 3, 2020
    Configuration menu
    Copy the full SHA
    c6748d2 View commit details
    Browse the repository at this point in the history
  2. Validate early

    Signed-off-by: Jan Schlicht <jan@d2iq.com>
    Jan Schlicht committed Jun 3, 2020
    Configuration menu
    Copy the full SHA
    6d594f2 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2020

  1. Merge branch 'master' into nfnt/refactor-package-install

    Signed-off-by: Jan Schlicht <jan@d2iq.com>
    Jan Schlicht committed Jun 4, 2020
    Configuration menu
    Copy the full SHA
    8a34e89 View commit details
    Browse the repository at this point in the history