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: Use custom cache function in Che Operator #1166

Merged
merged 21 commits into from
Nov 19, 2021
Merged

feat: Use custom cache function in Che Operator #1166

merged 21 commits into from
Nov 19, 2021

Commits on Nov 19, 2021

  1. Draft: Use custom cache function

    Signed-off-by: Mykola Morhun <mmorhun@redhat.com>
    mmorhun committed Nov 19, 2021
    Configuration menu
    Copy the full SHA
    6369cbb View commit details
    Browse the repository at this point in the history
  2. Make it work on Kubernetes

    Signed-off-by: Mykola Morhun <mmorhun@redhat.com>
    mmorhun committed Nov 19, 2021
    Configuration menu
    Copy the full SHA
    cc07bdf View commit details
    Browse the repository at this point in the history
  3. Small fixes. Update TLS certs job image

    Signed-off-by: Mykola Morhun <mmorhun@redhat.com>
    mmorhun committed Nov 19, 2021
    Configuration menu
    Copy the full SHA
    773da2c View commit details
    Browse the repository at this point in the history
  4. Update metadata

    Signed-off-by: Mykola Morhun <mmorhun@redhat.com>
    mmorhun committed Nov 19, 2021
    Configuration menu
    Copy the full SHA
    c22d67c View commit details
    Browse the repository at this point in the history
  5. Update migration: improve selector and remove condition on resources …

    …update
    
    Signed-off-by: Mykola Morhun <mmorhun@redhat.com>
    mmorhun committed Nov 19, 2021
    Configuration menu
    Copy the full SHA
    8d4d36e View commit details
    Browse the repository at this point in the history
  6. Rework TLS certs generation algorithm to handle existing secrets migr…

    …ation and fix several jobs creation
    
    Signed-off-by: Mykola Morhun <mmorhun@redhat.com>
    mmorhun committed Nov 19, 2021
    Configuration menu
    Copy the full SHA
    4efcba6 View commit details
    Browse the repository at this point in the history
  7. Add migration for git CA certs config map and legacy CA config map

    Signed-off-by: Mykola Morhun <mmorhun@redhat.com>
    mmorhun committed Nov 19, 2021
    Configuration menu
    Copy the full SHA
    1bbda7f View commit details
    Browse the repository at this point in the history
  8. Implement Finalizer method for Migrator reconciler

    Signed-off-by: Mykola Morhun <mmorhun@redhat.com>
    mmorhun committed Nov 19, 2021
    Configuration menu
    Copy the full SHA
    f3fd84d View commit details
    Browse the repository at this point in the history
  9. Migrate all secrets in reconcile migration

    Signed-off-by: Mykola Morhun <mmorhun@redhat.com>
    mmorhun committed Nov 19, 2021
    Configuration menu
    Copy the full SHA
    32aa887 View commit details
    Browse the repository at this point in the history
  10. Move all labels migration logic into reconcile loop (runs once on start)

    Signed-off-by: Mykola Morhun <mmorhun@redhat.com>
    mmorhun committed Nov 19, 2021
    Configuration menu
    Copy the full SHA
    d8aba56 View commit details
    Browse the repository at this point in the history
  11. Fix mistake after rebase

    Signed-off-by: Mykola Morhun <mmorhun@redhat.com>
    mmorhun committed Nov 19, 2021
    Configuration menu
    Copy the full SHA
    426b298 View commit details
    Browse the repository at this point in the history
  12. Add only required label during the migration

    Signed-off-by: Mykola Morhun <mmorhun@redhat.com>
    mmorhun committed Nov 19, 2021
    Configuration menu
    Copy the full SHA
    cb8ff64 View commit details
    Browse the repository at this point in the history
  13. Update metadata

    Signed-off-by: Mykola Morhun <mmorhun@redhat.com>
    mmorhun committed Nov 19, 2021
    Configuration menu
    Copy the full SHA
    2751982 View commit details
    Browse the repository at this point in the history
  14. Fix license header

    Signed-off-by: Mykola Morhun <mmorhun@redhat.com>
    mmorhun committed Nov 19, 2021
    Configuration menu
    Copy the full SHA
    89f52ed View commit details
    Browse the repository at this point in the history
  15. Move git certs secret name into constant

    Signed-off-by: Mykola Morhun <mmorhun@redhat.com>
    mmorhun committed Nov 19, 2021
    Configuration menu
    Copy the full SHA
    97f1d7c View commit details
    Browse the repository at this point in the history
  16. Change cache label to 'app.kubernetes.io/part-of=che.eclipse.org'. Re…

    …work migration.
    
    Signed-off-by: Mykola Morhun <mmorhun@redhat.com>
    mmorhun committed Nov 19, 2021
    Configuration menu
    Copy the full SHA
    30452e4 View commit details
    Browse the repository at this point in the history
  17. Update metadata

    Signed-off-by: Mykola Morhun <mmorhun@redhat.com>
    mmorhun committed Nov 19, 2021
    Configuration menu
    Copy the full SHA
    01ba44f View commit details
    Browse the repository at this point in the history
  18. Correct labels on imagepuller

    Signed-off-by: Mykola Morhun <mmorhun@redhat.com>
    mmorhun committed Nov 19, 2021
    Configuration menu
    Copy the full SHA
    b4a4612 View commit details
    Browse the repository at this point in the history
  19. Update metadata

    Signed-off-by: Mykola Morhun <mmorhun@redhat.com>
    mmorhun committed Nov 19, 2021
    Configuration menu
    Copy the full SHA
    c59a277 View commit details
    Browse the repository at this point in the history
  20. Log migrated object

    Signed-off-by: Mykola Morhun <mmorhun@redhat.com>
    mmorhun committed Nov 19, 2021
    Configuration menu
    Copy the full SHA
    08b2cb1 View commit details
    Browse the repository at this point in the history
  21. Fixes

    Signed-off-by: Mykola Morhun <mmorhun@redhat.com>
    mmorhun committed Nov 19, 2021
    Configuration menu
    Copy the full SHA
    6e2b7f6 View commit details
    Browse the repository at this point in the history