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

Bug 2012069: Refactoring Status controller #498

Merged

Commits on Sep 13, 2021

  1. refactor: simplifying the logic for merge method

    Ricardo Lüders committed Sep 13, 2021
    Configuration menu
    Copy the full SHA
    bec2914 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2021

  1. refactor: extracting methods

    Ricardo Lüders committed Sep 14, 2021
    Configuration menu
    Copy the full SHA
    28986b2 View commit details
    Browse the repository at this point in the history
  2. refactor: improving variable names

    Ricardo Lüders committed Sep 14, 2021
    Configuration menu
    Copy the full SHA
    a32b4db View commit details
    Browse the repository at this point in the history
  3. refactor: improves condition handling

    Ricardo Lüders committed Sep 14, 2021
    Configuration menu
    Copy the full SHA
    3cf6071 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2021

  1. refactor: rename status*.go to controller*.go

    Ricardo Lüders committed Sep 16, 2021
    Configuration menu
    Copy the full SHA
    f32abb3 View commit details
    Browse the repository at this point in the history
  2. refactor: introduce controller status and status messages

    Ricardo Lüders committed Sep 16, 2021
    Configuration menu
    Copy the full SHA
    c6fd846 View commit details
    Browse the repository at this point in the history
  3. style: fixing linting issues

    Ricardo Lüders committed Sep 16, 2021
    Configuration menu
    Copy the full SHA
    2814df4 View commit details
    Browse the repository at this point in the history
  4. fix: error handling to status.go

    Ricardo Lüders committed Sep 16, 2021
    Configuration menu
    Copy the full SHA
    c4755bb View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2021

  1. style: converting TODOS to issues

    Ricardo Lüders committed Sep 17, 2021
    Configuration menu
    Copy the full SHA
    5ee0837 View commit details
    Browse the repository at this point in the history
  2. refactor: smaller fixes

    Ricardo Lüders committed Sep 17, 2021
    Configuration menu
    Copy the full SHA
    cc26439 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2021

  1. fix: fixing allReady inverted logic.

    Ricardo Lüders committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    fe535b4 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2021

  1. refactor: conditions entries to clusteroperator

    Ricardo Lüders committed Sep 21, 2021
    Configuration menu
    Copy the full SHA
    1488b79 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2021

  1. fix: fixing some code issues

    Ricardo Lüders committed Sep 22, 2021
    Configuration menu
    Copy the full SHA
    9a45d22 View commit details
    Browse the repository at this point in the history
  2. test: improve test coverage

    Ricardo Lüders committed Sep 22, 2021
    Configuration menu
    Copy the full SHA
    cbb7125 View commit details
    Browse the repository at this point in the history
  3. style: disable funlen for Test_conditions_setCondition

    Ricardo Lüders committed Sep 22, 2021
    Configuration menu
    Copy the full SHA
    0b6f95d View commit details
    Browse the repository at this point in the history
  4. refactor: replace switch with if

    Ricardo Lüders committed Sep 22, 2021
    Configuration menu
    Copy the full SHA
    ab0bb88 View commit details
    Browse the repository at this point in the history
  5. style: happy lint

    Ricardo Lüders committed Sep 22, 2021
    Configuration menu
    Copy the full SHA
    2adc54a View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2021

  1. refactor: remove useless operator status

    Ricardo Lüders committed Sep 23, 2021
    Configuration menu
    Copy the full SHA
    262453a View commit details
    Browse the repository at this point in the history
  2. chore: better test name

    Ricardo Lüders committed Sep 23, 2021
    Configuration menu
    Copy the full SHA
    105195d View commit details
    Browse the repository at this point in the history
  3. refactor: improve log msg and logic

    Ricardo Lüders committed Sep 23, 2021
    Configuration menu
    Copy the full SHA
    847635a View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2021

  1. refactor: remove duplicated message

    Ricardo Lüders committed Sep 29, 2021
    Configuration menu
    Copy the full SHA
    e99b571 View commit details
    Browse the repository at this point in the history
  2. chore: fixing broken test

    Ricardo Lüders committed Sep 29, 2021
    Configuration menu
    Copy the full SHA
    069fff9 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2021

  1. fix: reset status controller every time (testing)

    Ricardo Lüders committed Oct 4, 2021
    Configuration menu
    Copy the full SHA
    65300b4 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2021

  1. fix: check healthy operator status

    Ricardo Lüders committed Oct 5, 2021
    Configuration menu
    Copy the full SHA
    53b5d39 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2021

  1. fix: improving code based on review

    Ricardo Lüders committed Oct 6, 2021
    Configuration menu
    Copy the full SHA
    69a4731 View commit details
    Browse the repository at this point in the history