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

🐛 Add task actions to task manager drawer #2004

Merged
merged 3 commits into from
Jul 9, 2024

Conversation

rszwajko
Copy link
Collaborator

@rszwajko rszwajko commented Jul 9, 2024

Resolves: #1972

Signed-off-by: Radoslaw Szwajkowski <[email protected]>
Copy link

codecov bot commented Jul 9, 2024

Codecov Report

Attention: Patch coverage is 27.58621% with 21 lines in your changes missing coverage. Please review.

Project coverage is 42.19%. Comparing base (b654645) to head (eb02c7b).
Report is 187 commits behind head on main.

Files Patch % Lines
client/src/app/pages/tasks/useTaskActions.tsx 31.25% 11 Missing ⚠️
.../app/components/task-manager/TaskManagerDrawer.tsx 23.07% 10 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2004      +/-   ##
==========================================
+ Coverage   39.20%   42.19%   +2.99%     
==========================================
  Files         146      171      +25     
  Lines        4857     5479     +622     
  Branches     1164     1309     +145     
==========================================
+ Hits         1904     2312     +408     
- Misses       2939     3151     +212     
- Partials       14       16       +2     
Flag Coverage Δ
client 42.19% <27.58%> (+2.99%) ⬆️
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.

@rszwajko
Copy link
Collaborator Author

rszwajko commented Jul 9, 2024

image

@rszwajko rszwajko marked this pull request as ready for review July 9, 2024 15:30
Copy link
Member

@sjd78 sjd78 left a comment

Choose a reason for hiding this comment

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

Looks ok to me.

The action column refactoring looks good.
Common actions and hooks look good.

The only nit-pick is I'd rename TaskManagerTask.task to TaskManagerTask._. That's the convention I used in useDecoratedApplications(). Not a blocking nit-pick at all.

@sjd78 sjd78 merged commit caac127 into konveyor:main Jul 9, 2024
12 checks passed
sjd78 pushed a commit to sjd78/tackle2-ui that referenced this pull request Jul 9, 2024
sjd78 pushed a commit to sjd78/tackle2-ui that referenced this pull request Jul 9, 2024
@sjd78 sjd78 added this to the v0.5.0 milestone Jul 11, 2024
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.

[BUG] Task Manager Drawer - add individual task actions
3 participants