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

🌱 Update the Task TypeScript interface #1961

Merged
merged 2 commits into from
Jun 14, 2024
Merged

Conversation

sjd78
Copy link
Member

@sjd78 sjd78 commented Jun 14, 2024

Update the Task interface, and related, to follow the current definitions of Task REST resource1 on the hub.

Supports: #1955, #1956, #1957

Footnotes

  1. https://github.com/konveyor/tackle2-hub/blob/1366d95b62ac7717826fd9f64c9e268013107008/api/task.go#L725-L748

Update the `Task` interface, and related, to follow
the current definitions of Task REST resource[1] on
the hub.

Supports: konveyor#1955, konveyor#1956, konveyor#1957

[1] - https://github.com/konveyor/tackle2-hub/blob/1366d95b62ac7717826fd9f64c9e268013107008/api/task.go#L725-L748

Signed-off-by: Scott J Dickerson <[email protected]>
Copy link

codecov bot commented Jun 14, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 42.13%. Comparing base (b654645) to head (c026397).
Report is 161 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1961      +/-   ##
==========================================
+ Coverage   39.20%   42.13%   +2.93%     
==========================================
  Files         146      166      +20     
  Lines        4857     5328     +471     
  Branches     1164     1294     +130     
==========================================
+ Hits         1904     2245     +341     
- Misses       2939     3067     +128     
- Partials       14       16       +2     
Flag Coverage Δ
client 42.13% <ø> (+2.93%) ⬆️
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.

@sjd78 sjd78 added this to the v0.5.0 milestone Jun 14, 2024
Comment on lines 362 to 366
export interface Attachment {
id: number;
name?: string;
activity?: number;
}
Copy link
Collaborator

Choose a reason for hiding this comment

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

Copy link
Member Author

Choose a reason for hiding this comment

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

Ok

Signed-off-by: Scott J Dickerson <[email protected]>
@sjd78 sjd78 requested a review from rszwajko June 14, 2024 19:56
@sjd78 sjd78 merged commit 192124b into konveyor:main Jun 14, 2024
12 checks passed
@sjd78 sjd78 deleted the update_tasks_ts branch June 14, 2024 21:14
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.

2 participants