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: Update controller runtime #1064

Merged
merged 39 commits into from
Oct 1, 2021
Merged

Commits on Sep 7, 2021

  1. Initial update controller runtime

    Controller runtime update to version v0.9.5
    go-client update to version v0.21.3
    Udaptated tests to the new controller runtime and go-client.
    Commented image puller temporary.
    Commented zap logger and some other deps.
    
    Signed-off-by: Oleksandr Andriienko <oandriie@redhat.com>
    AndrienkoAleksandr committed Sep 7, 2021
    Configuration menu
    Copy the full SHA
    6749bca View commit details
    Browse the repository at this point in the history
  2. Fix zap logger usage in the unit tests.

    Signed-off-by: Oleksandr Andriienko <oandriie@redhat.com>
    AndrienkoAleksandr committed Sep 7, 2021
    Configuration menu
    Copy the full SHA
    8aa7233 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2021

  1. Adapt custom signal handler to new controller runtime.

    Signed-off-by: Oleksandr Andriienko <oandriie@redhat.com>
    AndrienkoAleksandr committed Sep 8, 2021
    Configuration menu
    Copy the full SHA
    038b537 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2021

  1. Enable image puller.

    Signed-off-by: Oleksandr Andriienko <oandriie@redhat.com>
    AndrienkoAleksandr committed Sep 13, 2021
    Configuration menu
    Copy the full SHA
    7000b51 View commit details
    Browse the repository at this point in the history
  2. Uncomment more tests.

    Signed-off-by: Oleksandr Andriienko <oandriie@redhat.com>
    AndrienkoAleksandr committed Sep 13, 2021
    Configuration menu
    Copy the full SHA
    c2e3c60 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2021

  1. Update dependencies.

    Signed-off-by: Oleksandr Andriienko <oandriie@redhat.com>
    AndrienkoAleksandr committed Sep 14, 2021
    Configuration menu
    Copy the full SHA
    9de294e View commit details
    Browse the repository at this point in the history
  2. Freeze new deps.

    Signed-off-by: Oleksandr Andriienko <oandriie@redhat.com>
    AndrienkoAleksandr committed Sep 14, 2021
    Configuration menu
    Copy the full SHA
    c69ac35 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2021

  1. Update deps.

    Signed-off-by: Oleksandr Andriienko <oandriie@redhat.com>
    AndrienkoAleksandr committed Sep 16, 2021
    Configuration menu
    Copy the full SHA
    b704c66 View commit details
    Browse the repository at this point in the history
  2. Update depths.

    Signed-off-by: Oleksandr Andriienko <oandriie@redhat.com>
    AndrienkoAleksandr committed Sep 16, 2021
    Configuration menu
    Copy the full SHA
    13e7179 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bc8acac View commit details
    Browse the repository at this point in the history
  4. Fix failing after resove merge conflict.

    Signed-off-by: Oleksandr Andriienko <oandriie@redhat.com>
    AndrienkoAleksandr committed Sep 16, 2021
    Configuration menu
    Copy the full SHA
    b3b827b View commit details
    Browse the repository at this point in the history
  5. Fix format. Fix import. Fix some commented code.

    Signed-off-by: Oleksandr Andriienko <oandriie@redhat.com>
    AndrienkoAleksandr committed Sep 16, 2021
    Configuration menu
    Copy the full SHA
    0c13f28 View commit details
    Browse the repository at this point in the history
  6. Fix up.

    Signed-off-by: Oleksandr Andriienko <oandriie@redhat.com>
    AndrienkoAleksandr committed Sep 16, 2021
    Configuration menu
    Copy the full SHA
    6bf2a04 View commit details
    Browse the repository at this point in the history
  7. Fix up.

    Signed-off-by: Oleksandr Andriienko <oandriie@redhat.com>
    AndrienkoAleksandr committed Sep 16, 2021
    Configuration menu
    Copy the full SHA
    e54b861 View commit details
    Browse the repository at this point in the history
  8. Update bundle. Fix image puller api registration.

    Signed-off-by: Oleksandr Andriienko <oandriie@redhat.com>
    AndrienkoAleksandr committed Sep 16, 2021
    Configuration menu
    Copy the full SHA
    d223a36 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2021

  1. Fix import.

    Signed-off-by: Oleksandr Andriienko <oandriie@redhat.com>
    AndrienkoAleksandr committed Sep 18, 2021
    Configuration menu
    Copy the full SHA
    3c6fbc8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4b626ea View commit details
    Browse the repository at this point in the history
  3. Update bundle

    Signed-off-by: Oleksandr Andriienko <oandriie@redhat.com>
    AndrienkoAleksandr committed Sep 18, 2021
    Configuration menu
    Copy the full SHA
    e97e030 View commit details
    Browse the repository at this point in the history
  4. Fix tests after resolve merge conflict. Again...

    Signed-off-by: Oleksandr Andriienko <oandriie@redhat.com>
    AndrienkoAleksandr committed Sep 18, 2021
    Configuration menu
    Copy the full SHA
    7be6a9d View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2021

  1. Revert previous delete logic

    Signed-off-by: Oleksandr Andriienko <oandriie@redhat.com>
    AndrienkoAleksandr committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    4e66498 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    26676c6 View commit details
    Browse the repository at this point in the history
  3. Fix Minishift ci tests.

    Signed-off-by: Oleksandr Andriienko <oandriie@redhat.com>
    AndrienkoAleksandr committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    5f88eb4 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2021

  1. Improve leader election check.

    Signed-off-by: Oleksandr Andriienko <oandriie@redhat.com>
    AndrienkoAleksandr committed Sep 21, 2021
    Configuration menu
    Copy the full SHA
    a6c6e09 View commit details
    Browse the repository at this point in the history
  2. Fix format.

    Signed-off-by: Oleksandr Andriienko <oandriie@redhat.com>
    AndrienkoAleksandr committed Sep 21, 2021
    Configuration menu
    Copy the full SHA
    1e2f63b View commit details
    Browse the repository at this point in the history
  3. Test commit...

    Signed-off-by: Oleksandr Andriienko <oandriie@redhat.com>
    AndrienkoAleksandr committed Sep 21, 2021
    Configuration menu
    Copy the full SHA
    b7ee691 View commit details
    Browse the repository at this point in the history
  4. Fix update test.

    Signed-off-by: Oleksandr Andriienko <oandriie@redhat.com>
    AndrienkoAleksandr committed Sep 21, 2021
    Configuration menu
    Copy the full SHA
    538bf3d View commit details
    Browse the repository at this point in the history
  5. Fix up.

    Signed-off-by: Oleksandr Andriienko <oandriie@redhat.com>
    AndrienkoAleksandr committed Sep 21, 2021
    Configuration menu
    Copy the full SHA
    38fff16 View commit details
    Browse the repository at this point in the history
  6. Update CRD...

    Signed-off-by: Oleksandr Andriienko <oandriie@redhat.com>
    AndrienkoAleksandr committed Sep 21, 2021
    Configuration menu
    Copy the full SHA
    25ffbac View commit details
    Browse the repository at this point in the history
  7. Update bundle.

    Signed-off-by: Oleksandr Andriienko <oandriie@redhat.com>
    AndrienkoAleksandr committed Sep 21, 2021
    Configuration menu
    Copy the full SHA
    ce062dc View commit details
    Browse the repository at this point in the history
  8. Code clean up.

    Signed-off-by: Oleksandr Andriienko <oandriie@redhat.com>
    AndrienkoAleksandr committed Sep 21, 2021
    Configuration menu
    Copy the full SHA
    c546b9f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    78a4e95 View commit details
    Browse the repository at this point in the history
  10. Fix compilation

    Signed-off-by: Oleksandr Andriienko <oandriie@redhat.com>
    AndrienkoAleksandr committed Sep 21, 2021
    Configuration menu
    Copy the full SHA
    bcfda6c View commit details
    Browse the repository at this point in the history
  11. Fix tests compilation.

    Signed-off-by: Oleksandr Andriienko <oandriie@redhat.com>
    AndrienkoAleksandr committed Sep 21, 2021
    Configuration menu
    Copy the full SHA
    821c0d6 View commit details
    Browse the repository at this point in the history
  12. Update bundle.

    Signed-off-by: Oleksandr Andriienko <oandriie@redhat.com>
    AndrienkoAleksandr committed Sep 21, 2021
    Configuration menu
    Copy the full SHA
    ead556a View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2021

  1. Configuration menu
    Copy the full SHA
    d6e2e86 View commit details
    Browse the repository at this point in the history
  2. Update bundle.

    Signed-off-by: Oleksandr Andriienko <oandriie@redhat.com>
    AndrienkoAleksandr committed Sep 30, 2021
    Configuration menu
    Copy the full SHA
    4b3be90 View commit details
    Browse the repository at this point in the history
  3. Add information about approved CQ for new controller runtime.

    Signed-off-by: Oleksandr Andriienko <oandriie@redhat.com>
    AndrienkoAleksandr committed Sep 30, 2021
    Configuration menu
    Copy the full SHA
    5c420f4 View commit details
    Browse the repository at this point in the history
  4. Point image puller commit to main branch.

    Signed-off-by: Oleksandr Andriienko <oandriie@redhat.com>
    AndrienkoAleksandr committed Sep 30, 2021
    Configuration menu
    Copy the full SHA
    3ef881c View commit details
    Browse the repository at this point in the history
  5. Fix up.

    Signed-off-by: Oleksandr Andriienko <oandriie@redhat.com>
    AndrienkoAleksandr committed Sep 30, 2021
    Configuration menu
    Copy the full SHA
    0ab672d View commit details
    Browse the repository at this point in the history