1. 12 Aug, 2020 1 commit
  2. 29 Jul, 2020 2 commits
  3. 24 Jul, 2020 4 commits
  4. 22 Jul, 2020 4 commits
  5. 21 Jul, 2020 3 commits
  6. 20 Jul, 2020 3 commits
  7. 17 Jul, 2020 1 commit
  8. 16 Jul, 2020 5 commits
  9. 15 Jul, 2020 3 commits
  10. 14 Jul, 2020 2 commits
  11. 13 Jul, 2020 4 commits
    • James McNeil's avatar
      Prune unnecessary operator RBAC permissions · 8d70bb0f
      James McNeil authored
      We add RBAC permissions to the operator via generator annotations in
      rabbitmqcluster_controller.go. The length of the feedback loop for
      testing which are actually necessary (e.g. build an image, deploy to a
      registry or kind, run all the tests against it) is long and haphazard.
      Some roles are required by underlying structures (e.g. the listing and
      watching functions in the Reflector) so it's not just a question of
      checking what API calls we make in the Reconcile function.
      Historically, this has resulted in us over provisioning.
      8d70bb0f
    • Chunyi Lyu's avatar
      Add example for statefulSetOverride (#195) · 3a1c56d3
      Chunyi Lyu authored
      - related to issue #143
      - add reasoning about why the CRD won't install in a 1.18 k8s
      cluster
      - move Override KEP into proposals/implemented
      3a1c56d3
    • Chunyi Lyu's avatar
      Standardize variable names for resource.RabbitmqResourceBuilder · 34ca8bdb
      Chunyi Lyu authored
      - RabbitmqResourceBuilder is used sed in all tests in
      internal/resource for the same purpose
      - Use the same variable name for consistency
      34ca8bdb
    • Chunyi Lyu's avatar
      Remove unnecessary test setup in sts unit tests · 546c003d
      Chunyi Lyu authored
      - we do not need to create a new sts builder in each test spec
      546c003d
  12. 10 Jul, 2020 7 commits
  13. 09 Jul, 2020 1 commit