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

feat: View the history of completions in cron-workflows #11788

Closed
wants to merge 6 commits into from
Closed

feat: View the history of completions in cron-workflows #11788

wants to merge 6 commits into from

Conversation

yunwoo-yu
Copy link
Contributor

Fixes #11706

Motivation

  • You can view completed workflows on the cron-workflows detail page.
  • You can explore workflows that you want users to see more easily. Better UX
  • We've taken the component that was applied to the workflow view and reused it.

Modifications

  • before
image
  • after
image

Verification

Copy link
Contributor Author

@yunwoo-yu yunwoo-yu left a comment

Choose a reason for hiding this comment

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

I see my previous contributions have gone up together 😅.
The repository I forked is already up to date, can you tell me what the problem is?

@yunwoo-yu yunwoo-yu closed this by deleting the head repository Sep 9, 2023
@agilgur5
Copy link
Member

agilgur5 commented Sep 9, 2023

Replaced by #11790

The repository I forked is already up to date, can you tell me what the problem is?

this branch seems to have been based on another branch and some merge commits.
rebasing on top of master would fix this.

You can also force push a branch after you fix any history issues instead of opening a new PR

@agilgur5 agilgur5 added area/ui solution/duplicate This issue or PR is a duplicate of an existing one labels Sep 14, 2023
@agilgur5 agilgur5 added solution/superseded This PR or issue has been superseded by another one (slightly different from a duplicate) and removed solution/duplicate This issue or PR is a duplicate of an existing one labels Feb 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/ui solution/superseded This PR or issue has been superseded by another one (slightly different from a duplicate)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

UI - show history about completed runs in each cron workflow
4 participants