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

workflow UI #99

Merged
merged 3 commits into from
Jul 25, 2024
Merged

workflow UI #99

merged 3 commits into from
Jul 25, 2024

Conversation

bgentry
Copy link
Contributor

@bgentry bgentry commented Jul 25, 2024

No description provided.

@bgentry bgentry requested a review from brandur July 25, 2024 02:01
Copy link
Collaborator

@brandur brandur left a comment

Choose a reason for hiding this comment

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

Awesome!

LGTM. It does look like JS Lint pushed up some at least somewhat valid critiques — worth taking a look at those?

@@ -100,6 +100,7 @@ func NewHandler(opts *HandlerOpts) (http.Handler, error) {
apiendpoint.Mount(mux, opts.Logger, &queueResumeEndpoint{apiBundle: apiBundle})
apiendpoint.Mount(mux, opts.Logger, &stateAndCountGetEndpoint{apiBundle: apiBundle})
apiendpoint.Mount(mux, opts.Logger, &workflowGetEndpoint{apiBundle: apiBundle})
apiendpoint.Mount(mux, opts.Logger, &workflowListEndpoint{apiBundle: apiBundle})
Copy link
Collaborator

Choose a reason for hiding this comment

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

Do you want to add an "integration level" (end-to-end HTTP stack) test for the new endpoint in handler_test.go? Should be close to just a one liner.

@bgentry
Copy link
Contributor Author

bgentry commented Jul 25, 2024

Thanks, fixed both of those 🙏

@bgentry bgentry enabled auto-merge (squash) July 25, 2024 02:19
@bgentry bgentry disabled auto-merge July 25, 2024 02:19
@bgentry bgentry force-pushed the bg-workflow-ui-improvements branch from 154783d to 39a2cc2 Compare July 25, 2024 02:21
@bgentry bgentry merged commit 8b5f177 into master Jul 25, 2024
9 checks passed
@bgentry bgentry deleted the bg-workflow-ui-improvements branch July 25, 2024 02:27
brandur added a commit that referenced this pull request Jul 25, 2024
Prepare release v0.3.0, which largely contains workflows from #99.
brandur added a commit that referenced this pull request Jul 25, 2024
Prepare release v0.3.0, which largely contains workflows from #99.
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