-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Add validation on context template removal #15608
base: main
Are you sure you want to change the base?
Add validation on context template removal #15608
Conversation
Signed-off-by: Mohit Godwani <[email protected]>
❌ Gradle check result for 6a90a58: null Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
Signed-off-by: Mohit Godwani <[email protected]>
❌ Gradle check result for 4a8cf94: null Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
Signed-off-by: Mohit Godwani <[email protected]>
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #15608 +/- ##
============================================
+ Coverage 71.85% 71.91% +0.06%
- Complexity 63847 63904 +57
============================================
Files 5257 5257
Lines 298543 298555 +12
Branches 43164 43165 +1
============================================
+ Hits 214507 214720 +213
+ Misses 66421 66222 -199
+ Partials 17615 17613 -2 ☔ View full report in Codecov by Sentry. |
This PR is stalled because it has been open for 30 days with no activity. |
This PR is stalled because it has been open for 30 days with no activity. |
This PR is stalled because it has been open for 30 days with no activity. |
Description
Prevent removal of system templates used via context in indices.
Related Issues
Prevent removal of system templates used via context in indices.
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.