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

feat: Run Variant command as Kubernetes controller #35

Merged
merged 14 commits into from
Oct 29, 2020

Commits on Oct 28, 2020

  1. feat: Run Variant command as Kubernetes controller

    See examples/controller for more information.
    mumoshu committed Oct 28, 2020
    Configuration menu
    Copy the full SHA
    922c445 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b9801fb View commit details
    Browse the repository at this point in the history
  3. Bump to Go 1.15 mainly for build consistency

    The build and tests are passing on my macOS and Go 1.15 so it should pass on Actions as well with the same setup (Go 1.15)
    mumoshu committed Oct 28, 2020
    Configuration menu
    Copy the full SHA
    8892686 View commit details
    Browse the repository at this point in the history
  4. Bump controller-runtime and k8s.io dependencies

    To see if this passes builds on Actions
    mumoshu committed Oct 28, 2020
    Configuration menu
    Copy the full SHA
    ca1e5e5 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2020

  1. Configuration menu
    Copy the full SHA
    56fd57e View commit details
    Browse the repository at this point in the history
  2. More refactoring

    mumoshu committed Oct 29, 2020
    Configuration menu
    Copy the full SHA
    34f17a7 View commit details
    Browse the repository at this point in the history
  3. go-mod-replace whitebox-controller dependencies

    To fix builds on Actions
    mumoshu committed Oct 29, 2020
    Configuration menu
    Copy the full SHA
    46755a2 View commit details
    Browse the repository at this point in the history
  4. Deal with the setup-go warning

    "Warning: Input version has been deprecated with message: The version property will not be supported after October 1, 2019. Use go-version instead" indicates that we should use go-version instead of version.
    mumoshu committed Oct 29, 2020
    Configuration menu
    Copy the full SHA
    60ef6e2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    79b1610 View commit details
    Browse the repository at this point in the history
  6. Bump golangci-lint to v1.32.0

    To fix `Running error: context loading failed: no go files to analyze` errors
    mumoshu committed Oct 29, 2020
    Configuration menu
    Copy the full SHA
    7c5e752 View commit details
    Browse the repository at this point in the history
  7. Fix lint errors

    mumoshu committed Oct 29, 2020
    Configuration menu
    Copy the full SHA
    8b76431 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e130c45 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5f725bf View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    378df01 View commit details
    Browse the repository at this point in the history