-
Notifications
You must be signed in to change notification settings - Fork 48
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
Fix UI issues #1107
Fix UI issues #1107
Conversation
Signed-off-by: Amardeepsingh Siglani <[email protected]>
Signed-off-by: Amardeepsingh Siglani <[email protected]>
Signed-off-by: Amardeepsingh Siglani <[email protected]>
Signed-off-by: Amardeepsingh Siglani <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1107 +/- ##
==========================================
- Coverage 31.76% 28.11% -3.65%
==========================================
Files 162 191 +29
Lines 5509 7116 +1607
Branches 1027 1364 +337
==========================================
+ Hits 1750 2001 +251
- Misses 3552 4900 +1348
- Partials 207 215 +8 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approved assuming CI passes.
* updated vega imports; fixed get correlated findings Signed-off-by: Amardeepsingh Siglani <[email protected]> * fixed correlation alerts filtering; improved list iocs pagination Signed-off-by: Amardeepsingh Siglani <[email protected]> * updated help text for data source selection Signed-off-by: Amardeepsingh Siglani <[email protected]> * fixed active condition for threat intel source Signed-off-by: Amardeepsingh Siglani <[email protected]> --------- Signed-off-by: Amardeepsingh Siglani <[email protected]> (cherry picked from commit d3548eb) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* updated vega imports; fixed get correlated findings Signed-off-by: Amardeepsingh Siglani <[email protected]> * fixed correlation alerts filtering; improved list iocs pagination Signed-off-by: Amardeepsingh Siglani <[email protected]> * updated help text for data source selection Signed-off-by: Amardeepsingh Siglani <[email protected]> * fixed active condition for threat intel source Signed-off-by: Amardeepsingh Siglani <[email protected]> --------- Signed-off-by: Amardeepsingh Siglani <[email protected]> (cherry picked from commit d3548eb) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* updated vega imports; fixed get correlated findings Signed-off-by: Amardeepsingh Siglani <[email protected]> * fixed correlation alerts filtering; improved list iocs pagination Signed-off-by: Amardeepsingh Siglani <[email protected]> * updated help text for data source selection Signed-off-by: Amardeepsingh Siglani <[email protected]> * fixed active condition for threat intel source Signed-off-by: Amardeepsingh Siglani <[email protected]> --------- Signed-off-by: Amardeepsingh Siglani <[email protected]> (cherry picked from commit d3548eb) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* updated vega imports; fixed get correlated findings * fixed correlation alerts filtering; improved list iocs pagination * updated help text for data source selection * fixed active condition for threat intel source --------- (cherry picked from commit d3548eb) Signed-off-by: Amardeepsingh Siglani <[email protected]> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* Fix UI issues (#1107) * updated vega imports; fixed get correlated findings Signed-off-by: Amardeepsingh Siglani <[email protected]> * fixed correlation alerts filtering; improved list iocs pagination Signed-off-by: Amardeepsingh Siglani <[email protected]> * updated help text for data source selection Signed-off-by: Amardeepsingh Siglani <[email protected]> * fixed active condition for threat intel source Signed-off-by: Amardeepsingh Siglani <[email protected]> --------- Signed-off-by: Amardeepsingh Siglani <[email protected]> (cherry picked from commit d3548eb) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * updated snapshots Signed-off-by: Amardeepsingh Siglani <[email protected]> --------- Signed-off-by: Amardeepsingh Siglani <[email protected]> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Amardeepsingh Siglani <[email protected]>
* updated vega imports; fixed get correlated findings * fixed correlation alerts filtering; improved list iocs pagination * updated help text for data source selection * fixed active condition for threat intel source --------- (cherry picked from commit d3548eb) Signed-off-by: Amardeepsingh Siglani <[email protected]> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Description
This PR fixes
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.