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

Issue 97: Update operator SDK dependency to 0.2.0 (full refactor) #98

Merged
merged 18 commits into from
Dec 5, 2018

Commits on Nov 29, 2018

  1. Refactor operator to be in sync with the operator-sdk framework v0.1.1

    Ignore YAML files in the project root directory
    
    Signed-off-by: Adrian Moreno <adrian@morenomartinez.com>
    
    Update vendor directory
    
    Signed-off-by: Adrian Moreno <adrian@morenomartinez.com>
    
    Refactor operator to be in sync with the operator-sdk framework v0.1.1
    
    Signed-off-by: Adrian Moreno <adrian@morenomartinez.com>
    
    Fix ability to run operator locally
    
    Signed-off-by: Adrian Moreno <adrian@morenomartinez.com>
    
    Fix rebase issues
    
    Signed-off-by: Adrian Moreno <adrian@morenomartinez.com>
    adrianmo committed Nov 29, 2018
    Configuration menu
    Copy the full SHA
    796d682 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'operator-sdk-0.1.1' into issue-97-update-operator-sdk

    * operator-sdk-0.1.1:
      Update vendor dependencies
    adrianmo committed Nov 29, 2018
    Configuration menu
    Copy the full SHA
    a1cef3c View commit details
    Browse the repository at this point in the history
  3. Fix gofmt offense

    Signed-off-by: Adrian Moreno <adrian@morenomartinez.com>
    adrianmo committed Nov 29, 2018
    Configuration menu
    Copy the full SHA
    fc6cca8 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2018

  1. Update to SDK v0.2.0

    Signed-off-by: Adrian Moreno <adrian@morenomartinez.com>
    adrianmo committed Dec 3, 2018
    Configuration menu
    Copy the full SHA
    76cff55 View commit details
    Browse the repository at this point in the history
  2. Create e2e testing framework

    Signed-off-by: Adrian Moreno <adrian@morenomartinez.com>
    adrianmo committed Dec 3, 2018
    Configuration menu
    Copy the full SHA
    aff97be View commit details
    Browse the repository at this point in the history
  3. Merge branch 'operator-sdk-0.1.1' into issue-97-update-operator-sdk

    * operator-sdk-0.1.1:
      Update Gopkg files
      Update vendor dir
    adrianmo committed Dec 3, 2018
    Configuration menu
    Copy the full SHA
    2d7149a View commit details
    Browse the repository at this point in the history
  4. Merge branch 'operator-sdk-0.1.1' into issue-97-update-operator-sdk

    * operator-sdk-0.1.1:
      Update vendor
    adrianmo committed Dec 3, 2018
    Configuration menu
    Copy the full SHA
    cb301c5 View commit details
    Browse the repository at this point in the history
  5. Add license header to test files

    Signed-off-by: Adrian Moreno <adrian@morenomartinez.com>
    adrianmo committed Dec 3, 2018
    Configuration menu
    Copy the full SHA
    f83faba View commit details
    Browse the repository at this point in the history
  6. Install operator-sdk and dep binaries

    Signed-off-by: Adrian Moreno <adrian@morenomartinez.com>
    adrianmo committed Dec 3, 2018
    Configuration menu
    Copy the full SHA
    f979317 View commit details
    Browse the repository at this point in the history
  7. Deploy minikube on Travis build job

    Install minikube on Travis
    
    Signed-off-by: Adrian Moreno <adrian@morenomartinez.com>
    
    Use local bootstrap instead of systemd
    
    Signed-off-by: Adrian Moreno <adrian@morenomartinez.com>
    
    Use Kubernetes 1.9
    
    Signed-off-by: Adrian Moreno <adrian@morenomartinez.com>
    
    Use MiniKube v0.28.2
    
    Signed-off-by: Adrian Moreno <adrian@morenomartinez.com>
    
    Update Minikube config
    
    Signed-off-by: Adrian Moreno <adrian@morenomartinez.com>
    
    Update Minikube config
    
    Signed-off-by: Adrian Moreno <adrian@morenomartinez.com>
    
    Update Minikube config
    
    Signed-off-by: Adrian Moreno <adrian@morenomartinez.com>
    
    Update Minikube config
    
    Signed-off-by: Adrian Moreno <adrian@morenomartinez.com>
    
    Update Minikube config
    
    Signed-off-by: Adrian Moreno <adrian@morenomartinez.com>
    
    Update Minikube config
    
    Signed-off-by: Adrian Moreno <adrian@morenomartinez.com>
    
    Update travis config
    
    Signed-off-by: Adrian Moreno <adrian@morenomartinez.com>
    adrianmo committed Dec 3, 2018
    Configuration menu
    Copy the full SHA
    7897372 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2018

  1. Fix reconcile return statements

    Signed-off-by: Adrian Moreno <adrian@morenomartinez.com>
    adrianmo committed Dec 4, 2018
    Configuration menu
    Copy the full SHA
    3444288 View commit details
    Browse the repository at this point in the history
  2. Instructions to deploy to a custom namespace

    Signed-off-by: Adrian Moreno <adrian@morenomartinez.com>
    adrianmo committed Dec 4, 2018
    Configuration menu
    Copy the full SHA
    1dbb972 View commit details
    Browse the repository at this point in the history
  3. Add crd file to the directory where the SDK expects to find it

    Signed-off-by: Adrian Moreno <adrian@morenomartinez.com>
    adrianmo committed Dec 4, 2018
    Configuration menu
    Copy the full SHA
    7bbfbef View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2018

  1. Add license header to Dockerfiles

    Signed-off-by: Adrian Moreno <adrian@morenomartinez.com>
    adrianmo committed Dec 5, 2018
    Configuration menu
    Copy the full SHA
    0c400af View commit details
    Browse the repository at this point in the history
  2. Rephrase paragraph for clarity

    Signed-off-by: Adrian Moreno <adrian@morenomartinez.com>
    adrianmo committed Dec 5, 2018
    Configuration menu
    Copy the full SHA
    01a6cf4 View commit details
    Browse the repository at this point in the history
  3. Cleanup dependencies

    Signed-off-by: Adrian Moreno <adrian@morenomartinez.com>
    adrianmo committed Dec 5, 2018
    Configuration menu
    Copy the full SHA
    eecf6d4 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'operator-sdk-0.1.1' into issue-97-update-operator-sdk

    * operator-sdk-0.1.1:
      Update project dependencies
    adrianmo committed Dec 5, 2018
    Configuration menu
    Copy the full SHA
    7d0f7ef View commit details
    Browse the repository at this point in the history
  5. Update dependencies

    Signed-off-by: Adrian Moreno <adrian@morenomartinez.com>
    adrianmo committed Dec 5, 2018
    Configuration menu
    Copy the full SHA
    40102d1 View commit details
    Browse the repository at this point in the history