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

fix(ui): try retrieving live workflow first then archived #12972

Conversation

ryancurrah
Copy link
Contributor

Retrieving an archived workflow is the fallback now.

Related Slack thread: https://cloud-native.slack.com/archives/C01QW9QSSSK/p1710600357875049\?thread_ts\=1710510295.856659\&cid\=C01QW9QSSSK

Fixes #12814

Motivation

Currently an error appears when loading a workflow because archived workflows are not enabled and the ui tries to get the archived workflow first.

Modifications

Changed the order in which workflows are retrieved from the back end.

Verification

None, not sure how to verify at the moment.

@agilgur5 agilgur5 changed the title improvement(ui): change the order in which workflows are retrieved fix(ui): try retrieving live workflow first then archived Apr 24, 2024
@agilgur5 agilgur5 added this to the v3.5.x patches milestone Apr 24, 2024
@ryancurrah ryancurrah force-pushed the workflow-details-page-makes-unnecessary-archived-request branch from cc237cc to d080165 Compare April 24, 2024 01:36
Retrieving an archived workflow is the fallback now. Curently an error appears when loading a workflow because archived workflows are not enabled and the ui tries to get the archived workflow first. Related issue: argoproj#12814 and Slack thread: https://cloud-native.slack.com/archives/C01QW9QSSSK/p1710600357875049\?thread_ts\=1710510295.856659\&cid\=C01QW9QSSSK

Signed-off-by: Ryan Currah <ryan@currah.ca>
@agilgur5 agilgur5 self-assigned this Apr 24, 2024
@ryancurrah ryancurrah force-pushed the workflow-details-page-makes-unnecessary-archived-request branch from d080165 to ae5a92a Compare April 24, 2024 01:52
Signed-off-by: Ryan Currah <ryan@currah.ca>
Copy link
Contributor

@agilgur5 agilgur5 left a comment

Choose a reason for hiding this comment

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

LGTM, thanks for fixing this!

@agilgur5 agilgur5 merged commit 9e1432a into argoproj:main Apr 24, 2024
15 checks passed
@ryancurrah ryancurrah deleted the workflow-details-page-makes-unnecessary-archived-request branch April 24, 2024 02:39
agilgur5 pushed a commit that referenced this pull request Apr 24, 2024
Signed-off-by: Ryan Currah <ryan@currah.ca>
(cherry picked from commit 9e1432a)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Workflow Details page makes unnecessary Archived request
2 participants