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

✨ Implement bulk analysis cancellation #2163

Merged
merged 2 commits into from
Jan 22, 2025

Conversation

MiriSafra
Copy link
Contributor

@MiriSafra MiriSafra commented Dec 8, 2024

Update the backend to implement a bulk cancellation functionality, enabling the cancellation of multiple analyses based on provided IDs in a single request. Modify the existing logic to integrate the new endpoint for handling multiple cancellations simultaneously.

Part of: #2153
Related to: tackle2-hub PR #769

Copy link

codecov bot commented Dec 8, 2024

Codecov Report

Attention: Patch coverage is 18.18182% with 9 lines in your changes missing coverage. Please review.

Project coverage is 41.94%. Comparing base (b654645) to head (29d9911).
Report is 247 commits behind head on main.

Files with missing lines Patch % Lines
client/src/app/queries/tasks.ts 11.11% 8 Missing ⚠️
client/src/app/api/rest.ts 50.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2163      +/-   ##
==========================================
+ Coverage   39.20%   41.94%   +2.74%     
==========================================
  Files         146      175      +29     
  Lines        4857     5641     +784     
  Branches     1164     1397     +233     
==========================================
+ Hits         1904     2366     +462     
- Misses       2939     3154     +215     
- Partials       14      121     +107     
Flag Coverage Δ
client 41.94% <18.18%> (+2.74%) ⬆️
server ?

Flags with carried forward coverage won't be shown. Click here to find out more.

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

@MiriSafra MiriSafra marked this pull request as ready for review December 8, 2024 19:36
@MiriSafra MiriSafra requested a review from jortel January 19, 2025 15:37
Copy link
Contributor

@jortel jortel left a comment

Choose a reason for hiding this comment

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

LGTM

@mguetta1 mguetta1 merged commit 501c787 into konveyor:main Jan 22, 2025
12 checks passed
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.

3 participants