-
Notifications
You must be signed in to change notification settings - Fork 2.3k
[Rule based auto-tagging] add rule sync service #18128
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
[Rule based auto-tagging] add rule sync service #18128
Conversation
❌ Gradle check result for 63d6678: FAILURE 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? |
❌ Gradle check result for 18845df: FAILURE 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? |
18845df
to
313ec6f
Compare
❌ Gradle check result for 313ec6f: FAILURE 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? |
f3714e8
to
ac1f160
Compare
❌ Gradle check result for ac1f160: 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: Kaushal Kumar <[email protected]>
Signed-off-by: Kaushal Kumar <[email protected]>
Signed-off-by: Kaushal Kumar <[email protected]>
Signed-off-by: Kaushal Kumar <[email protected]>
Signed-off-by: Kaushal Kumar <[email protected]>
…ck based Signed-off-by: Kaushal Kumar <[email protected]>
Signed-off-by: Kaushal Kumar <[email protected]>
Signed-off-by: Kaushal Kumar <[email protected]>
Signed-off-by: Kaushal Kumar <[email protected]>
Signed-off-by: Kaushal Kumar <[email protected]>
Signed-off-by: Kaushal Kumar <[email protected]>
Signed-off-by: Kaushal Kumar <[email protected]>
Signed-off-by: Kaushal Kumar <[email protected]>
Signed-off-by: Kaushal Kumar <[email protected]>
c753be1
to
6a8796a
Compare
Signed-off-by: Kaushal Kumar <[email protected]>
❌ Gradle check result for 702819e: FAILURE 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: Kaushal Kumar <[email protected]>
❌ Gradle check result for 0ec1abe: FAILURE 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: Kaushal Kumar <[email protected]>
cce10cd
to
491746a
Compare
❌ Gradle check result for 491746a: FAILURE 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: Kaushal Kumar <[email protected]>
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #18128 +/- ##
============================================
+ Coverage 72.67% 72.69% +0.01%
- Complexity 67881 67920 +39
============================================
Files 5516 5521 +5
Lines 312443 312539 +96
Branches 45360 45365 +5
============================================
+ Hits 227067 227190 +123
+ Misses 66893 66843 -50
- Partials 18483 18506 +23 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
…8128) --------- Signed-off-by: Kaushal Kumar <[email protected]>
…8128) --------- Signed-off-by: Kaushal Kumar <[email protected]>
…8128) --------- Signed-off-by: Kaushal Kumar <[email protected]>
Description
This change adds a periodically running thread to refresh the current in-memory
Rule
s view fromRULES
system index.Related Issues
#16797 (comment)
#13341
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.