1. 13 Jul, 2020 3 commits
  2. 10 Jul, 2020 7 commits
  3. 09 Jul, 2020 1 commit
  4. 08 Jul, 2020 4 commits
  5. 06 Jul, 2020 5 commits
  6. 03 Jul, 2020 3 commits
  7. 02 Jul, 2020 2 commits
  8. 01 Jul, 2020 2 commits
  9. 30 Jun, 2020 1 commit
  10. 24 Jun, 2020 1 commit
  11. 23 Jun, 2020 5 commits
  12. 22 Jun, 2020 1 commit
  13. 19 Jun, 2020 1 commit
  14. 18 Jun, 2020 4 commits
    • Aitor Cedres's avatar
      Rename condition to ReconcileSuccess · 58550f52
      Aitor Cedres authored
      Integration tests started to error as a side effect to update the CR
      Status more frequently; those are fixed by adding a retry logic to
      Update calls in tests.
      58550f52
    • Aitor Cedres's avatar
      Rework Reconcilable condition · c88a8c7d
      Aitor Cedres authored
      - Moved the time transition logic to SetCondition
      - ReconcilableCondition() is intended to be used as a initialiser
      - Log CR Name and Namespace when there is an error
      - Update unit tests to expect Reconcilable condition
      - Rename Reconciable condition to Reconciled
      c88a8c7d
    • Aitor Cedres's avatar
      Reconcilable status condition · 6e24df85
      Aitor Cedres authored
      Expose a condition to inform whether the custom resource can be
      reconciled. We consider the custom resource to be reconcilable if we are
      able to send a create or update request to KubeAPI and receive a success
      response.
      6e24df85
    • Aitor Cedres's avatar
      Type structs for Reconcilable condition · 9755137c
      Aitor Cedres authored
      This is a building block that the controller can use to create and
      expose a condition of type Reconcilable. Intended to indicate whether
      RabbitmqCluster resource can be reconciled.
      9755137c