8000 DT-202 - workflow action flags by rossedfort · Pull Request #1037 · temporalio/ui · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

DT-202 - workflow action flags #1037

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

Merged
merged 10 commits into from
Jan 12, 2023
Merged

DT-202 - workflow action flags #1037

merged 10 commits into from
Jan 12, 2023

Conversation

rossedfort
Copy link
Contributor
@rossedfort rossedfort commented Jan 9, 2023

What was changed

Use the new configuration flags added in temporalio/ui-server#265
Also re-design the Namespace details page

large screen sizes:
Screen Shot 2023-01-11 at 11 14 02 AM

small screen sizes:
Screen Shot 2023-01-11 at 11 14 15 AM

Why?

So that people can individually toggle workflow actions in their namespaces

Checklist

  1. Closes

  2. How was this tested:

  1. Any docs updates needed?

@rossedfort rossedfort requested a review from a team as a code owner January 9, 2023 21:16
@rossedfort rossedfort requested review from tigernaut and removed request for a team January 9, 2023 21:16
@vercel
Copy link
vercel bot commented Jan 9, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated
holocene ✅ Ready (Inspect) Visit Preview 💬 Add your feedback Jan 11, 2023 at 9:34PM (UTC)
ui ✅ Ready (Inspect) Visit Preview 💬 Add your feedback Jan 11, 2023 at 9:34PM (UTC)

@cypress
Copy link
cypress bot commented Jan 9, 2023



Test summary

93 0 0 0


Run details

Project Temporal UI
Status Passed
Commit b8ce06ae68 ℹ️
Started Jan 11, 2023 9:35 PM
Ended Jan 11, 2023 9:39 PM
Duration 04:54 💡
OS Linux Ubuntu - 22.04
Browser Chrome 108

View run in Cypress Dashboard ➡️


This comment has been generated by cypress-bot as a result of this project's GitHub integration settings. You can manage this integration in this project's settings in the Cypress Dashboard

<WorkflowRunLayout cancelEnabled={!isCloud} signalEnabled={!isCloud}>
<WorkflowRunLayout
cancelEnabled={!$settings.workflowCancelDisabled}
signalEnabled={!$settings.workflowSignalDisabled}
Copy link
Contributor

Choose a reason for hiding this comment

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

Do we still need the isCloud check here? Like how would we turn on workflowSignalDisabled for cloud folks?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yep good call, fixed in 13cbc10

Copy link
Contributor

Choose a reason for hiding this comment

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

Nice this looks real good now.

@rossedfort rossedfort merged commit bc626ee into main Jan 12, 2023
@rossedfort rossedfort deleted the DT-202-workflow-action-flags branch January 12, 2023 16:49
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
0