Skip to content
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: background execution #1433

Merged
merged 135 commits into from
Aug 13, 2024

Conversation

Matvey-Kuk
Copy link
Contributor

@Matvey-Kuk Matvey-Kuk commented Jul 21, 2024

close #1578

GlebBerjoskin and others added 30 commits July 10, 2024 18:42
Signed-off-by: Tal <[email protected]>
Co-authored-by: Tal <[email protected]>
Copy link

codecov bot commented Aug 11, 2024

Codecov Report

Attention: Patch coverage is 40.77670% with 61 lines in your changes missing coverage. Please review.

Project coverage is 68.34%. Comparing base (c0be6a5) to head (373d560).
Report is 45 commits behind head on main.

Files Patch % Lines
keep/api/core/db.py 21.95% 32 Missing ⚠️
keep/api/tasks/process_background_ai_task.py 31.03% 20 Missing ⚠️
keep/api/utils/import_ee.py 66.66% 4 Missing ⚠️
keep/api/routes/incidents.py 50.00% 3 Missing ⚠️
keep/api/routes/alerts.py 0.00% 1 Missing ⚠️
keep/api/tasks/process_event_task.py 75.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1433      +/-   ##
==========================================
- Coverage   68.38%   68.34%   -0.05%     
==========================================
  Files         112      122      +10     
  Lines        9288     9858     +570     
==========================================
+ Hits         6352     6737     +385     
- Misses       2936     3121     +185     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Member

@talboren talboren left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lots of comments, I'm sorry ❤️

P.S. I probably have a few more and will add them later on.

General comment I discussed with @GlebBerjoskin: AI summarization for incidents should also be available for non AI generated incidents. (i.e., human generated and manually correlated incidents)

ee/experimental/graph_utils.py Outdated Show resolved Hide resolved
ee/experimental/graph_utils.py Outdated Show resolved Hide resolved
ee/experimental/graph_utils.py Outdated Show resolved Hide resolved
ee/experimental/graph_utils.py Outdated Show resolved Hide resolved
ee/experimental/graph_utils.py Show resolved Hide resolved
keep-ui/app/ai/ai.tsx Outdated Show resolved Hide resolved
keep/api/core/db.py Outdated Show resolved Hide resolved
keep/api/core/db.py Outdated Show resolved Hide resolved
keep/api/tasks/process_event_task.py Show resolved Hide resolved
keep/api/utils/import_ee.py Outdated Show resolved Hide resolved
Matvey-Kuk and others added 7 commits August 11, 2024 18:55
Co-authored-by: Tal <[email protected]>
Signed-off-by: Matvey Kukuy <[email protected]>
…rameters-and-background-execution' into Matvey-Kuk/hyper-parameters-and-background-execution
Co-authored-by: Tal <[email protected]>
Signed-off-by: Matvey Kukuy <[email protected]>
…rameters-and-background-execution' into Matvey-Kuk/hyper-parameters-and-background-execution
Copy link
Contributor

@VladimirFilonov VladimirFilonov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@Matvey-Kuk Matvey-Kuk enabled auto-merge (squash) August 13, 2024 10:50
@Matvey-Kuk Matvey-Kuk dismissed talboren’s stale review August 13, 2024 10:53

Addressed by Gleb

@Matvey-Kuk Matvey-Kuk merged commit e0e15cc into main Aug 13, 2024
10 checks passed
@Matvey-Kuk Matvey-Kuk deleted the Matvey-Kuk/hyper-parameters-and-background-execution branch August 13, 2024 10:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Background AI execution
5 participants