-
Notifications
You must be signed in to change notification settings - Fork 59
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
feat: timeline view #265
feat: timeline view #265
Conversation
Codecov Report
@@ Coverage Diff @@
## master flyteorg/flyte#265 +/- ##
=========================================
Coverage ? 64.40%
=========================================
Files ? 392
Lines ? 8843
Branches ? 1588
=========================================
Hits ? 5695
Misses ? 3148
Partials ? 0 Continue to review full report at Codecov.
|
src/components/Executions/ExecutionDetails/Timeline/ExecutionTimeline.tsx
Show resolved
Hide resolved
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.
Lgtm.
- Performed basic smoke test on already finished executions
- All nits, are recommended but not mandatory changes.
src/components/Executions/ExecutionDetails/Timeline/ExecutionTimeline.tsx
Outdated
Show resolved
Hide resolved
src/components/Executions/ExecutionDetails/Timeline/ExecutionTimeline.tsx
Outdated
Show resolved
Hide resolved
src/components/Executions/ExecutionDetails/Timeline/ExecutionTimeline.tsx
Outdated
Show resolved
Hide resolved
src/components/Executions/ExecutionDetails/Timeline/ExecutionTimelineFooter.tsx
Outdated
Show resolved
Hide resolved
src/components/Executions/ExecutionDetails/Timeline/ExecutionTimelineFooter.tsx
Outdated
Show resolved
Hide resolved
0f3c5c0
to
fa0715f
Compare
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.
From code perspective looks good, haven't done smoke test on the latest code
637bfea
to
1dc138f
Compare
e46b817
to
26f8c7b
Compare
Signed-off-by: csirius <85753828+csirius@users.noreply.github.com>
Signed-off-by: csirius <davidtruong.dev@gmail.com> Signed-off-by: csirius <85753828+csirius@users.noreply.github.com>
Signed-off-by: csirius <davidtruong.dev@gmail.com> Signed-off-by: csirius <85753828+csirius@users.noreply.github.com>
Signed-off-by: csirius <davidtruong.dev@gmail.com> Signed-off-by: csirius <85753828+csirius@users.noreply.github.com>
Signed-off-by: csirius <85753828+csirius@users.noreply.github.com>
Signed-off-by: csirius <85753828+csirius@users.noreply.github.com>
Signed-off-by: Nastya Rusina <nastya@union.ai> Signed-off-by: csirius <85753828+csirius@users.noreply.github.com>
Signed-off-by: csirius <85753828+csirius@users.noreply.github.com>
Signed-off-by: csirius <davidtruong.dev@gmail.com>
Signed-off-by: csirius <85753828+csirius@users.noreply.github.com>
Signed-off-by: csirius <85753828+csirius@users.noreply.github.com>
Signed-off-by: csirius <85753828+csirius@users.noreply.github.com>
Signed-off-by: csirius <davidtruong.dev@gmail.com>
Signed-off-by: csirius <85753828+csirius@users.noreply.github.com>
Signed-off-by: csirius <85753828+csirius@users.noreply.github.com>
Signed-off-by: csirius <85753828+csirius@users.noreply.github.com>
Signed-off-by: csirius <85753828+csirius@users.noreply.github.com>
Signed-off-by: Nastya Rusina <nastya@union.ai>
Signed-off-by: Nastya Rusina <nastya@union.ai>
Signed-off-by: Nastya Rusina <nastya@union.ai>
0ff82b3
to
9a7688d
Compare
Signed-off-by: Nastya Rusina <nastya@union.ai>
# [0.43.0](http://github.com/lyft/flyteconsole/compare/v0.42.1...v0.43.0) (2022-02-15) ### Features * timeline view ([#265](http://github.com/lyft/flyteconsole/issues/265)) ([f499895](http://github.com/lyft/flyteconsole/commit/f499895fb99878766118634e2fe256a4dfa98a7e))
🎉 This PR is included in version 0.43.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
TL;DR
Add timeline view for execution details page.
Type
Are all requirements met?
Complete description
MVP for timeline view.
Tracking Issue
Partial work for: flyteorg/flyteconsole#302
Follow-up issue
NA