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

Use Replica Override to manually scale a component #665

Merged
merged 34 commits into from
Sep 11, 2024

Commits on Aug 27, 2024

  1. Configuration menu
    Copy the full SHA
    9144898 View commit details
    Browse the repository at this point in the history
  2. parse component status

    Richard87 committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    3de4fc8 View commit details
    Browse the repository at this point in the history
  3. make readable

    Richard87 committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    c62637e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c8911ab View commit details
    Browse the repository at this point in the history
  5. simplify code

    Richard87 committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    feabafc View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2024

  1. Configuration menu
    Copy the full SHA
    dac015b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    14b1360 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

  1. refactor component status

    Richard87 committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    715228d View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

  1. Configuration menu
    Copy the full SHA
    b64134d View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2024

  1. bugfixes

    Richard87 committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    3e3048e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    18e416b View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

  1. upadte tests

    Richard87 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    f6d0991 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    615af37 View commit details
    Browse the repository at this point in the history
  3. Update api/deployments/models/component_deployment.go

    Co-authored-by: Sergey Smolnikov <[email protected]>
    Richard87 and satr authored Sep 3, 2024
    Configuration menu
    Copy the full SHA
    0ffbe31 View commit details
    Browse the repository at this point in the history
  4. Update api/environments/component_handler.go

    Co-authored-by: Sergey Smolnikov <[email protected]>
    Richard87 and satr authored Sep 3, 2024
    Configuration menu
    Copy the full SHA
    c4306a7 View commit details
    Browse the repository at this point in the history
  5. Update api/deployments/models/component_status.go

    Co-authored-by: Sergey Smolnikov <[email protected]>
    Richard87 and satr authored Sep 3, 2024
    Configuration menu
    Copy the full SHA
    3a5f555 View commit details
    Browse the repository at this point in the history
  6. Update api/deployments/models/component_status.go

    Co-authored-by: Sergey Smolnikov <[email protected]>
    Richard87 and satr authored Sep 3, 2024
    Configuration menu
    Copy the full SHA
    302f3f7 View commit details
    Browse the repository at this point in the history
  7. Update api/deployments/models/component_status.go

    Co-authored-by: Sergey Smolnikov <[email protected]>
    Richard87 and satr authored Sep 3, 2024
    Configuration menu
    Copy the full SHA
    f2dd858 View commit details
    Browse the repository at this point in the history
  8. Update api/deployments/models/component_status.go

    Co-authored-by: Sergey Smolnikov <[email protected]>
    Richard87 and satr authored Sep 3, 2024
    Configuration menu
    Copy the full SHA
    6da2ded View commit details
    Browse the repository at this point in the history
  9. fix panic in tests

    Richard87 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    e146ad1 View commit details
    Browse the repository at this point in the history
  10. fix lint bugs

    Richard87 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    70b68a3 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

  1. Update api/environments/environment_handler.go

    Co-authored-by: Sergey Smolnikov <[email protected]>
    Richard87 and satr authored Sep 4, 2024
    Configuration menu
    Copy the full SHA
    00be7a9 View commit details
    Browse the repository at this point in the history
  2. Update api/environments/environment_handler.go

    Co-authored-by: Sergey Smolnikov <[email protected]>
    Richard87 and satr authored Sep 4, 2024
    Configuration menu
    Copy the full SHA
    b985ceb View commit details
    Browse the repository at this point in the history
  3. remove unused function

    Richard87 committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    b8ecd65 View commit details
    Browse the repository at this point in the history
  4. Add documentation

    Richard87 committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    0fae6c2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    23a15e4 View commit details
    Browse the repository at this point in the history
  6. Update api/utils/predicate/kubernetes.go

    Co-authored-by: Sergey Smolnikov <[email protected]>
    Richard87 and satr authored Sep 4, 2024
    Configuration menu
    Copy the full SHA
    032646e View commit details
    Browse the repository at this point in the history
  7. update swagger

    Richard87 committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    7e387b2 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2024

  1. remove outdated null check

    Richard87 committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    57165b7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3b2ea00 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    83b320d View commit details
    Browse the repository at this point in the history
  4. revert go 1.23

    Richard87 committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    274fc64 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2024

  1. cleanup unused code

    Richard87 committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    9e4e9c4 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2024

  1. update radix-operator

    Richard87 committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    3aafadb View commit details
    Browse the repository at this point in the history