-
Notifications
You must be signed in to change notification settings - Fork 75
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
Logs over websockets #794
Logs over websockets #794
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.
Looking great! That will definitively be an improvement.
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.
A few comments on the Brr code :))
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.
Thanks for this! One note is that on Safari the overflow-anchor
property is not supported. It has no effect so it's good to keep it in for the other browsers.
web-ui/view/step.mli
Outdated
@@ -32,5 +32,6 @@ module Make : functor (_ : Git_forge_intf.Forge) -> sig | |||
can_cancel:bool -> | |||
?flash_messages:(string * string) list -> | |||
string * int64 -> | |||
Dream.response Lwt.t | |||
string | |||
(* Dream.response Lwt.t *) |
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.
Why does this have to be a string and not a Dream.response
?
e5245b4
to
8ede345
Compare
1ac9c1b
to
077b537
Compare
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.
Renders well for me now, thanks!
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.
Looks good.
A few tidy up comments required.
Co-authored-by: Tim McGilchrist <[email protected]>
This reverts commit 84a767b.
This reverts commit 06bb80a.
This reverts commit 06bb80a.
This reverts commit 06bb80a.
* Revert "Revert "Logs over websockets (#794)"" This reverts commit 06bb80a. * Update crunch rules to bring in step-logs.js * Updates shas in Dockerfile.web to latest and drop dream pins. * Cleanup following review comments. * Update dune-project Co-authored-by: Tim McGilchrist <[email protected]> --------- Co-authored-by: Tim McGilchrist <[email protected]>
This PR changes a few things.
jsoo
into the projectstep
pageAlong the way I found a bug in
Brr
that has resulted in us having to hand roll percent-encoding of some things (so that the parentheses that show up in variants don't get lost in the routing). I will file an issue onBrr
accordingly.