-
Notifications
You must be signed in to change notification settings - Fork 82
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
Ensuring that app status field is correctly updated on app update #1342
Commits on Dec 18, 2023
-
Configuration menu - View commit details
-
Copy full SHA for ff83a10 - Browse repository at this point
Copy the full SHA ff83a10View commit details -
Configuration menu - View commit details
-
Copy full SHA for bcd1fbc - Browse repository at this point
Copy the full SHA bcd1fbcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1e52294 - Browse repository at this point
Copy the full SHA 1e52294View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3bcf670 - Browse repository at this point
Copy the full SHA 3bcf670View commit details
Commits on Dec 21, 2023
-
Added utility to parse API server URL of the current context
Also, modified provider-kubeconfig generator to include https in the provided API server IP only if it is not already present.
Configuration menu - View commit details
-
Copy full SHA for 87afcc1 - Browse repository at this point
Copy the full SHA 87afcc1View commit details
Commits on Dec 30, 2023
-
For metrics and logs using Pods within the NS of the instance
In the original design, we were using the output of kubectl connections to find out the Pods and then running metrics and logs on those Pods. However, for workloads in which Pods get created at runtime, connections is not able to find all the newly created workload Pods. This leads to incomplete results for metrics and logs. A simple way to handle this is to use all the pods in the namespace in which the application pods are running for collecting logs and metrics. The runtime Pods are typically created in the same namespace in which the application is running. This will give accurate results (atleast more accurate than using the output of kubect connections for the list of Pods). Fixes: #1190
Configuration menu - View commit details
-
Copy full SHA for f4ac45d - Browse repository at this point
Copy the full SHA f4ac45dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 49d68ad - Browse repository at this point
Copy the full SHA 49d68adView commit details
Commits on Jan 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d36b7f0 - Browse repository at this point
Copy the full SHA d36b7f0View commit details -
Configuration menu - View commit details
-
Copy full SHA for ea2f55b - Browse repository at this point
Copy the full SHA ea2f55bView commit details
Commits on Jan 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 42722a7 - Browse repository at this point
Copy the full SHA 42722a7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3ee39d0 - Browse repository at this point
Copy the full SHA 3ee39d0View commit details -
Examples and README updates to use KubePlus chart - 3.0.33
Merge branch 'master' into develop
Configuration menu - View commit details
-
Copy full SHA for 2c293f1 - Browse repository at this point
Copy the full SHA 2c293f1View commit details
Commits on Feb 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b5f3c50 - Browse repository at this point
Copy the full SHA b5f3c50View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0dda834 - Browse repository at this point
Copy the full SHA 0dda834View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5b16f8b - Browse repository at this point
Copy the full SHA 5b16f8bView commit details
Commits on Feb 16, 2024
-
Resourcecomposition upgrade update
Added a field ('error') to the status object. This is used by helmer to store any errors that are encountered when performing helm upgrade.
Configuration menu - View commit details
-
Copy full SHA for df33fd1 - Browse repository at this point
Copy the full SHA df33fd1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 75c946b - Browse repository at this point
Copy the full SHA 75c946bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7b63caa - Browse repository at this point
Copy the full SHA 7b63caaView commit details -
Configuration menu - View commit details
-
Copy full SHA for e68b41c - Browse repository at this point
Copy the full SHA e68b41cView commit details -
Configuration menu - View commit details
-
Copy full SHA for fd82ecc - Browse repository at this point
Copy the full SHA fd82eccView commit details -
Configuration menu - View commit details
-
Copy full SHA for e48af2e - Browse repository at this point
Copy the full SHA e48af2eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5b37719 - Browse repository at this point
Copy the full SHA 5b37719View commit details
Commits on Apr 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5612568 - Browse repository at this point
Copy the full SHA 5612568View commit details -
Configuration menu - View commit details
-
Copy full SHA for 10b29e1 - Browse repository at this point
Copy the full SHA 10b29e1View commit details
Commits on Apr 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a2aebd7 - Browse repository at this point
Copy the full SHA a2aebd7View commit details
Commits on Apr 17, 2024
-
KubePlus control center script removal
It provides a UI for managing application instances. But it does not run on the cluster. The open-source equivalent is consumerUI, which is deployed as part KubePlus deployment.
Configuration menu - View commit details
-
Copy full SHA for 9ea2f19 - Browse repository at this point
Copy the full SHA 9ea2f19View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2193c12 - Browse repository at this point
Copy the full SHA 2193c12View commit details -
- Added link to Contributing guidelines. These guidelines contain pointer to setting up development environment - Extracted Architecture in a separate section - Updated link to CNCF Application definition section - Added Getting Started section Fixes: #1221
Configuration menu - View commit details
-
Copy full SHA for 056fc08 - Browse repository at this point
Copy the full SHA 056fc08View commit details -
Configuration menu - View commit details
-
Copy full SHA for a52b7b1 - Browse repository at this point
Copy the full SHA a52b7b1View commit details
Commits on Apr 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1f138ed - Browse repository at this point
Copy the full SHA 1f138edView commit details -
Configuration menu - View commit details
-
Copy full SHA for 20ae0db - Browse repository at this point
Copy the full SHA 20ae0dbView commit details
Commits on Apr 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a18bad3 - Browse repository at this point
Copy the full SHA a18bad3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 086899c - Browse repository at this point
Copy the full SHA 086899cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1c9f87a - Browse repository at this point
Copy the full SHA 1c9f87aView commit details
Commits on Apr 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 74487fc - Browse repository at this point
Copy the full SHA 74487fcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5ae6bf0 - Browse repository at this point
Copy the full SHA 5ae6bf0View commit details -
Configuration menu - View commit details
-
Copy full SHA for f9f9ca4 - Browse repository at this point
Copy the full SHA f9f9ca4View commit details -
KubePlus Helm chart update - 3.0.36
Externalized container URLs in values.yaml. This makes it easy to override container URL while testing
Configuration menu - View commit details
-
Copy full SHA for b2c3510 - Browse repository at this point
Copy the full SHA b2c3510View commit details
Commits on Apr 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 373b29c - Browse repository at this point
Copy the full SHA 373b29cView commit details -
Configuration menu - View commit details
-
Copy full SHA for c9adc75 - Browse repository at this point
Copy the full SHA c9adc75View commit details -
- Increased timeout for instance creation - Added a check on Pods being in 'Pending' state to be considered as a valid output for instance creation. This can happen on minikube if enough memory is not available on the cluster.
Configuration menu - View commit details
-
Copy full SHA for e1fe830 - Browse repository at this point
Copy the full SHA e1fe830View commit details
Commits on Apr 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 26cc793 - Browse repository at this point
Copy the full SHA 26cc793View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0ce98ec - Browse repository at this point
Copy the full SHA 0ce98ecView commit details -
Configuration menu - View commit details
-
Copy full SHA for 116e8d7 - Browse repository at this point
Copy the full SHA 116e8d7View commit details -
Configuration menu - View commit details
-
Copy full SHA for b55c41d - Browse repository at this point
Copy the full SHA b55c41dView commit details
Commits on Apr 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c29f03e - Browse repository at this point
Copy the full SHA c29f03eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8e7ba93 - Browse repository at this point
Copy the full SHA 8e7ba93View commit details -
Configuration menu - View commit details
-
Copy full SHA for 800903f - Browse repository at this point
Copy the full SHA 800903fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0e13271 - Browse repository at this point
Copy the full SHA 0e13271View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3084fe8 - Browse repository at this point
Copy the full SHA 3084fe8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 67ddf3a - Browse repository at this point
Copy the full SHA 67ddf3aView commit details
Commits on May 1, 2024
-
- contributing guide, readme, app day2 ops
Configuration menu - View commit details
-
Copy full SHA for a822683 - Browse repository at this point
Copy the full SHA a822683View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7b1ea4d - Browse repository at this point
Copy the full SHA 7b1ea4dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1623dae - Browse repository at this point
Copy the full SHA 1623daeView commit details -
Configuration menu - View commit details
-
Copy full SHA for c6f195c - Browse repository at this point
Copy the full SHA c6f195cView commit details
Commits on May 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1ca86a8 - Browse repository at this point
Copy the full SHA 1ca86a8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7b7a19b - Browse repository at this point
Copy the full SHA 7b7a19bView commit details -
Configuration menu - View commit details
-
Copy full SHA for a7cd13a - Browse repository at this point
Copy the full SHA a7cd13aView commit details
Commits on May 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e22b0a5 - Browse repository at this point
Copy the full SHA e22b0a5View commit details -
Configuration menu - View commit details
-
Copy full SHA for d1e8a00 - Browse repository at this point
Copy the full SHA d1e8a00View commit details
Commits on May 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e86b689 - Browse repository at this point
Copy the full SHA e86b689View commit details -
Configuration menu - View commit details
-
Copy full SHA for ff5db0c - Browse repository at this point
Copy the full SHA ff5db0cView commit details -
Configuration menu - View commit details
-
Copy full SHA for a602470 - Browse repository at this point
Copy the full SHA a602470View commit details -
Configuration menu - View commit details
-
Copy full SHA for e90d28f - Browse repository at this point
Copy the full SHA e90d28fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6a7d383 - Browse repository at this point
Copy the full SHA 6a7d383View commit details -
- Application Hosting - Platform Engineering - Managed Service
Configuration menu - View commit details
-
Copy full SHA for 0d26fb0 - Browse repository at this point
Copy the full SHA 0d26fb0View commit details -
Configuration menu - View commit details
-
Copy full SHA for a124418 - Browse repository at this point
Copy the full SHA a124418View commit details -
Configuration menu - View commit details
-
Copy full SHA for 74d6767 - Browse repository at this point
Copy the full SHA 74d6767View commit details
Commits on May 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 186da0b - Browse repository at this point
Copy the full SHA 186da0bView commit details -
Configuration menu - View commit details
-
Copy full SHA for ed510d8 - Browse repository at this point
Copy the full SHA ed510d8View commit details -
Configuration menu - View commit details
-
Copy full SHA for cf2e0dc - Browse repository at this point
Copy the full SHA cf2e0dcView commit details
Commits on May 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 47d084a - Browse repository at this point
Copy the full SHA 47d084aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0b2b896 - Browse repository at this point
Copy the full SHA 0b2b896View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8ffb393 - Browse repository at this point
Copy the full SHA 8ffb393View commit details -
mutating-webhook - folder cleanup
removed files/directories that are no longer being used
Configuration menu - View commit details
-
Copy full SHA for 93e8eb5 - Browse repository at this point
Copy the full SHA 93e8eb5View commit details -
Configuration menu - View commit details
-
Copy full SHA for c192a2c - Browse repository at this point
Copy the full SHA c192a2cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9243351 - Browse repository at this point
Copy the full SHA 9243351View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5099a47 - Browse repository at this point
Copy the full SHA 5099a47View commit details -
Configuration menu - View commit details
-
Copy full SHA for 57fac82 - Browse repository at this point
Copy the full SHA 57fac82View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0e41c1a - Browse repository at this point
Copy the full SHA 0e41c1aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 52626c0 - Browse repository at this point
Copy the full SHA 52626c0View commit details -
Configuration menu - View commit details
-
Copy full SHA for e42a952 - Browse repository at this point
Copy the full SHA e42a952View commit details -
Configuration menu - View commit details
-
Copy full SHA for 14d5e9f - Browse repository at this point
Copy the full SHA 14d5e9fView commit details
Commits on May 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 56e5b86 - Browse repository at this point
Copy the full SHA 56e5b86View commit details -
Configuration menu - View commit details
-
Copy full SHA for 49b4d8e - Browse repository at this point
Copy the full SHA 49b4d8eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 007654e - Browse repository at this point
Copy the full SHA 007654eView commit details
Commits on May 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 07f4eda - Browse repository at this point
Copy the full SHA 07f4edaView commit details
Commits on May 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1685579 - Browse repository at this point
Copy the full SHA 1685579View commit details -
Configuration menu - View commit details
-
Copy full SHA for dd0ec71 - Browse repository at this point
Copy the full SHA dd0ec71View commit details
Commits on May 31, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 13fdc8e - Browse repository at this point
Copy the full SHA 13fdc8eView commit details
Commits on Jun 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 753bdf2 - Browse repository at this point
Copy the full SHA 753bdf2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9053ff7 - Browse repository at this point
Copy the full SHA 9053ff7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 03d789b - Browse repository at this point
Copy the full SHA 03d789bView commit details -
Configuration menu - View commit details
-
Copy full SHA for c2c7506 - Browse repository at this point
Copy the full SHA c2c7506View commit details -
Configuration menu - View commit details
-
Copy full SHA for 94b44ba - Browse repository at this point
Copy the full SHA 94b44baView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1bc0b62 - Browse repository at this point
Copy the full SHA 1bc0b62View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3d7e0e9 - Browse repository at this point
Copy the full SHA 3d7e0e9View commit details -
Configuration menu - View commit details
-
Copy full SHA for df0b3c7 - Browse repository at this point
Copy the full SHA df0b3c7View commit details -
Configuration menu - View commit details
-
Copy full SHA for dee417f - Browse repository at this point
Copy the full SHA dee417fView commit details -
Configuration menu - View commit details
-
Copy full SHA for b69a489 - Browse repository at this point
Copy the full SHA b69a489View commit details -
- Updated reference to WordPress resource composition
Configuration menu - View commit details
-
Copy full SHA for 181688e - Browse repository at this point
Copy the full SHA 181688eView commit details
Commits on Jun 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 35ef449 - Browse repository at this point
Copy the full SHA 35ef449View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1952e6f - Browse repository at this point
Copy the full SHA 1952e6fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7c3e246 - Browse repository at this point
Copy the full SHA 7c3e246View commit details -
Configuration menu - View commit details
-
Copy full SHA for af80362 - Browse repository at this point
Copy the full SHA af80362View commit details -
Configuration menu - View commit details
-
Copy full SHA for b9a027b - Browse repository at this point
Copy the full SHA b9a027bView commit details -
Configuration menu - View commit details
-
Copy full SHA for ce04dd5 - Browse repository at this point
Copy the full SHA ce04dd5View commit details -
Configuration menu - View commit details
-
Copy full SHA for c60a03e - Browse repository at this point
Copy the full SHA c60a03eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0beca73 - Browse repository at this point
Copy the full SHA 0beca73View commit details -
Configuration menu - View commit details
-
Copy full SHA for f81c66a - Browse repository at this point
Copy the full SHA f81c66aView commit details -
Configuration menu - View commit details
-
Copy full SHA for f0c326c - Browse repository at this point
Copy the full SHA f0c326cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8b39592 - Browse repository at this point
Copy the full SHA 8b39592View commit details
Commits on Jun 5, 2024
-
Added a check in helm-pod to ensure that creation of a Custom Resource instance does not trigger helm upgrade after the status of the CR is updated. (Fixes: #1294) Updated tests to cleanup relevant namespaces before running tests
Configuration menu - View commit details
-
Copy full SHA for 9d75c5b - Browse repository at this point
Copy the full SHA 9d75c5bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 782fff0 - Browse repository at this point
Copy the full SHA 782fff0View commit details
Commits on Jun 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6493a81 - Browse repository at this point
Copy the full SHA 6493a81View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2cf8401 - Browse repository at this point
Copy the full SHA 2cf8401View commit details -
KubePlus chart update - 3.0.41
Support for force delete of application instance
Configuration menu - View commit details
-
Copy full SHA for d474c4a - Browse repository at this point
Copy the full SHA d474c4aView commit details
Commits on Jun 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ae89314 - Browse repository at this point
Copy the full SHA ae89314View commit details -
Configuration menu - View commit details
-
Copy full SHA for 48a7897 - Browse repository at this point
Copy the full SHA 48a7897View commit details
Commits on Jun 11, 2024
-
Updated import in platform-operator/cmd/openapi-gen/main.go Addresses (partially): #1301
Configuration menu - View commit details
-
Copy full SHA for 680538a - Browse repository at this point
Copy the full SHA 680538aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 85f3021 - Browse repository at this point
Copy the full SHA 85f3021View commit details -
Building KubePlus components and then using them when installing KubePlus Fixes: #1306
Configuration menu - View commit details
-
Copy full SHA for 0c60975 - Browse repository at this point
Copy the full SHA 0c60975View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9be6cb7 - Browse repository at this point
Copy the full SHA 9be6cb7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 14c565d - Browse repository at this point
Copy the full SHA 14c565dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6d0717c - Browse repository at this point
Copy the full SHA 6d0717cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 27fd4c2 - Browse repository at this point
Copy the full SHA 27fd4c2View commit details
Commits on Jun 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e5f60ba - Browse repository at this point
Copy the full SHA e5f60baView commit details -
Configuration menu - View commit details
-
Copy full SHA for d798544 - Browse repository at this point
Copy the full SHA d798544View commit details -
Configuration menu - View commit details
-
Copy full SHA for 009001c - Browse repository at this point
Copy the full SHA 009001cView commit details -
Configuration menu - View commit details
-
Copy full SHA for ad4a657 - Browse repository at this point
Copy the full SHA ad4a657View commit details -
Configuration menu - View commit details
-
Copy full SHA for bde3617 - Browse repository at this point
Copy the full SHA bde3617View commit details -
Configuration menu - View commit details
-
Copy full SHA for c4dfabf - Browse repository at this point
Copy the full SHA c4dfabfView commit details -
Configuration menu - View commit details
-
Copy full SHA for b07fd98 - Browse repository at this point
Copy the full SHA b07fd98View commit details -
Configuration menu - View commit details
-
Copy full SHA for 156f16f - Browse repository at this point
Copy the full SHA 156f16fView commit details -
Configuration menu - View commit details
-
Copy full SHA for bd4dc71 - Browse repository at this point
Copy the full SHA bd4dc71View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7b8467f - Browse repository at this point
Copy the full SHA 7b8467fView commit details -
- updated build-artifact.sh to use GO modules - stopping vendoring in dependencies - removed platform-operator binaries - new version
Configuration menu - View commit details
-
Copy full SHA for 88cebd5 - Browse repository at this point
Copy the full SHA 88cebd5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 445ca2c - Browse repository at this point
Copy the full SHA 445ca2cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5e138c7 - Browse repository at this point
Copy the full SHA 5e138c7View commit details -
Configuration menu - View commit details
-
Copy full SHA for f08e7f8 - Browse repository at this point
Copy the full SHA f08e7f8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 87ca40b - Browse repository at this point
Copy the full SHA 87ca40bView commit details
Commits on Jun 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for bdec5a8 - Browse repository at this point
Copy the full SHA bdec5a8View commit details -
Configuration menu - View commit details
-
Copy full SHA for ac5606b - Browse repository at this point
Copy the full SHA ac5606bView commit details
Commits on Jun 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ffcb794 - Browse repository at this point
Copy the full SHA ffcb794View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3cfef41 - Browse repository at this point
Copy the full SHA 3cfef41View commit details
Commits on Jun 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c222e72 - Browse repository at this point
Copy the full SHA c222e72View commit details -
Configuration menu - View commit details
-
Copy full SHA for b5c485b - Browse repository at this point
Copy the full SHA b5c485bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 20b234d - Browse repository at this point
Copy the full SHA 20b234dView commit details
Commits on Jun 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 56bf569 - Browse repository at this point
Copy the full SHA 56bf569View commit details -
Configuration menu - View commit details
-
Copy full SHA for af51633 - Browse repository at this point
Copy the full SHA af51633View commit details
Commits on Jul 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 65bdcfe - Browse repository at this point
Copy the full SHA 65bdcfeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 66578a1 - Browse repository at this point
Copy the full SHA 66578a1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8d858ca - Browse repository at this point
Copy the full SHA 8d858caView commit details -
Configuration menu - View commit details
-
Copy full SHA for 71408e2 - Browse repository at this point
Copy the full SHA 71408e2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 15f457c - Browse repository at this point
Copy the full SHA 15f457cView commit details
Commits on Jul 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 71d7f6d - Browse repository at this point
Copy the full SHA 71d7f6dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1039bc2 - Browse repository at this point
Copy the full SHA 1039bc2View commit details -
Configuration menu - View commit details
-
Copy full SHA for fce2971 - Browse repository at this point
Copy the full SHA fce2971View commit details -
Denying application deployment if the NS corresponding to the previous instance is in 'Terminating' phase
Configuration menu - View commit details
-
Copy full SHA for 55a2165 - Browse repository at this point
Copy the full SHA 55a2165View commit details
Commits on Aug 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3f9d5cb - Browse repository at this point
Copy the full SHA 3f9d5cbView commit details -
Configuration menu - View commit details
-
Copy full SHA for dbd5e8f - Browse repository at this point
Copy the full SHA dbd5e8fView commit details
Commits on Aug 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e41ec1b - Browse repository at this point
Copy the full SHA e41ec1bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6c4f032 - Browse repository at this point
Copy the full SHA 6c4f032View commit details -
Configuration menu - View commit details
-
Copy full SHA for 432f2de - Browse repository at this point
Copy the full SHA 432f2deView commit details -
Configuration menu - View commit details
-
Copy full SHA for 18f016a - Browse repository at this point
Copy the full SHA 18f016aView commit details -
Configuration menu - View commit details
-
Copy full SHA for a5e62f8 - Browse repository at this point
Copy the full SHA a5e62f8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0d119a9 - Browse repository at this point
Copy the full SHA 0d119a9View commit details -
Configuration menu - View commit details
-
Copy full SHA for a56456b - Browse repository at this point
Copy the full SHA a56456bView commit details
Commits on Aug 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f2719af - Browse repository at this point
Copy the full SHA f2719afView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9f238a8 - Browse repository at this point
Copy the full SHA 9f238a8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 74be66b - Browse repository at this point
Copy the full SHA 74be66bView commit details
Commits on Aug 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a133e94 - Browse repository at this point
Copy the full SHA a133e94View commit details
Commits on Aug 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4f2cbe0 - Browse repository at this point
Copy the full SHA 4f2cbe0View commit details