-
Notifications
You must be signed in to change notification settings - Fork 1
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
Predeploy more resources #5
base: upstream-clone
Are you sure you want to change the base?
Commits on Nov 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 737574c - Browse repository at this point
Copy the full SHA 737574cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4cc4e62 - Browse repository at this point
Copy the full SHA 4cc4e62View commit details -
Configuration menu - View commit details
-
Copy full SHA for a075097 - Browse repository at this point
Copy the full SHA a075097View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8746eb1 - Browse repository at this point
Copy the full SHA 8746eb1View commit details -
Configuration menu - View commit details
-
Copy full SHA for f4e0385 - Browse repository at this point
Copy the full SHA f4e0385View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9c539c9 - Browse repository at this point
Copy the full SHA 9c539c9View commit details -
Configuration menu - View commit details
-
Copy full SHA for d70bd2d - Browse repository at this point
Copy the full SHA d70bd2dView commit details
Commits on Nov 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ca20352 - Browse repository at this point
Copy the full SHA ca20352View commit details
Commits on Nov 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5b45f3b - Browse repository at this point
Copy the full SHA 5b45f3bView commit details
Commits on Nov 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 52a608d - Browse repository at this point
Copy the full SHA 52a608dView commit details
Commits on Dec 2, 2024
-
Refactor predeploy logic and enhance resource handling
- Updated `predeploy_sequence` to specify resource groups for better clarity. - Modified `predeployed?` method logic to allow for default behavior based on resource type. - Introduced `default_to_predeployed?` method in multiple resource classes to standardize predeployment behavior. - Removed redundant `predeployed?` methods from `Deployment`, `Job`, and `Service` classes. - Added debug logging in integration tests for better traceability of resource groups during deployment.
Configuration menu - View commit details
-
Copy full SHA for c598e1e - Browse repository at this point
Copy the full SHA c598e1eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 873c050 - Browse repository at this point
Copy the full SHA 873c050View commit details -
Configuration menu - View commit details
-
Copy full SHA for 876715a - Browse repository at this point
Copy the full SHA 876715aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2f88b93 - Browse repository at this point
Copy the full SHA 2f88b93View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3af0df3 - Browse repository at this point
Copy the full SHA 3af0df3View commit details -
Configuration menu - View commit details
-
Copy full SHA for f873ef1 - Browse repository at this point
Copy the full SHA f873ef1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 042fc44 - Browse repository at this point
Copy the full SHA 042fc44View commit details -
Configuration menu - View commit details
-
Copy full SHA for bd5bc25 - Browse repository at this point
Copy the full SHA bd5bc25View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8bbbe90 - Browse repository at this point
Copy the full SHA 8bbbe90View commit details
Commits on Dec 3, 2024
-
Quick and dirty fix to get tests and deployments working properly
This will be fixed later on, but getting a proposed version up in a PR to Shopify's Krane is the priority
Configuration menu - View commit details
-
Copy full SHA for 9839b6d - Browse repository at this point
Copy the full SHA 9839b6dView commit details -
Configuration menu - View commit details
-
Copy full SHA for bbc989f - Browse repository at this point
Copy the full SHA bbc989fView commit details -
Refactor predeployed logic for Kubernetes resources
- Introduced a constant `PREDEPLOYED_RESOURCE_TYPES` to manage predeployed resource types. - Updated `predeployed?` method to utilize the new constant for Role and RoleBinding checks. - Removed redundant `predeployed?` methods from ConfigMap, NetworkPolicy, PersistentVolumeClaim, ResourceQuota, Role, RoleBinding, Secret, and ServiceAccount classes, simplifying their implementation. - Set `default_to_predeployed?` to always return true in CustomResourceDefinition.
Configuration menu - View commit details
-
Copy full SHA for 6c4c6a9 - Browse repository at this point
Copy the full SHA 6c4c6a9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5016db4 - Browse repository at this point
Copy the full SHA 5016db4View commit details -
Remove the
default_to_predeployed
function from previous iterations…… on this PR Also add CRDs and CRs to their previous functionality, not using the `default_to_predeployed` functionality
Configuration menu - View commit details
-
Copy full SHA for bfd40a7 - Browse repository at this point
Copy the full SHA bfd40a7View commit details