-
Notifications
You must be signed in to change notification settings - Fork 17
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
workflow UI #99
Conversation
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.
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}) |
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.
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.
Thanks, fixed both of those 🙏 |
154783d
to
39a2cc2
Compare
Prepare release v0.3.0, which largely contains workflows from #99.
Prepare release v0.3.0, which largely contains workflows from #99.
No description provided.