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

Release Replicas Override #673

Merged
merged 5 commits into from
Sep 16, 2024
Merged

Release Replicas Override #673

merged 5 commits into from
Sep 16, 2024

Commits on Sep 5, 2024

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

Commits on Sep 10, 2024

  1. Switch back to run on arm

    emirgens committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    94a410a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #671 from equinor/arm-arch

    Switch back to run on arm
    emirgens authored Sep 10, 2024
    Configuration menu
    Copy the full SHA
    2a61afe View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2024

  1. Use Replica Override to manually scale a component (#665)

    * Use Replica Override to manually scale a component
    
    * parse component status
    
    * make readable
    
    * handle missing k8s deployment
    
    * simplify code
    
    * use component pods instead of all pods
    
    * Deprecate and add reset-scale endpoints
    
    * refactor component status
    
    * reafctor environment, aux resources, component spec
    
    * bugfixes
    
    * bugfixesuse status from component, not auxiliar service
    
    * upadte tests
    
    * Update api/deployments/models/component_deployment.go
    
    Co-authored-by: Sergey Smolnikov <[email protected]>
    
    * Update api/environments/component_handler.go
    
    Co-authored-by: Sergey Smolnikov <[email protected]>
    
    * Update api/deployments/models/component_status.go
    
    Co-authored-by: Sergey Smolnikov <[email protected]>
    
    * Update api/deployments/models/component_status.go
    
    Co-authored-by: Sergey Smolnikov <[email protected]>
    
    * Update api/deployments/models/component_status.go
    
    Co-authored-by: Sergey Smolnikov <[email protected]>
    
    * Update api/deployments/models/component_status.go
    
    Co-authored-by: Sergey Smolnikov <[email protected]>
    
    * fix panic in tests
    
    * fix lint bugs
    
    * Update api/environments/environment_handler.go
    
    Co-authored-by: Sergey Smolnikov <[email protected]>
    
    * Update api/environments/environment_handler.go
    
    Co-authored-by: Sergey Smolnikov <[email protected]>
    
    * remove unused function
    
    * Add documentation
    
    * return err if deployment not found
    
    * Update api/utils/predicate/kubernetes.go
    
    Co-authored-by: Sergey Smolnikov <[email protected]>
    
    * update swagger
    
    * remove outdated null check
    
    * remove outdated test, introduce WithComponentStatuserFunc
    
    * Test component actions with status
    
    * revert go 1.23
    
    * cleanup unused code
    
    * update radix-operator
    
    ---------
    
    Co-authored-by: Sergey Smolnikov <[email protected]>
    Richard87 and satr authored Sep 11, 2024
    Configuration menu
    Copy the full SHA
    b1de696 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

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