fix: buildIndicatorFilter query for deployments#17007
Conversation
|
This change is part of the following stack: Change managed by git-spice. |
0f9274f to
4a73d96
Compare
89675f7 to
6de3035
Compare
6de3035 to
0df4e25
Compare
️✅ There are no secrets present in this pull request anymore.If these secrets were true positive and are still valid, we highly recommend you to revoke them. 🦉 GitGuardian detects secrets in your source code to help developers and security teams secure the modern development process. You are seeing this because you or someone else with access to this repository has authorized GitGuardian to scan your pull request. |
eefa782 to
31c99ae
Compare
|
Images are ready for the commit at 79e123f. To use with deploy scripts, first |
7b1318c to
40967d7
Compare
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #17007 +/- ##
=======================================
Coverage 48.74% 48.75%
=======================================
Files 2709 2709
Lines 202318 202316 -2
=======================================
+ Hits 98622 98630 +8
+ Misses 95916 95908 -8
+ Partials 7780 7778 -2
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
3cba7b4 to
79e123f
Compare
This PR changes the logic of
buildIndicatorFilterto fetch only indicators for deployments instead and not filtering it in code. This should reduce amount of data returned by DB and reduce operations performed in walk function.