-
Notifications
You must be signed in to change notification settings - Fork 720
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
workbench: publish analysis #4772
Conversation
c1064b6
to
ff401fb
Compare
ad28d51
to
b1152d0
Compare
a99ead4
to
7dbac05
Compare
335843c
to
bedd97e
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.
Thank you very much, @fmaste !
eaa4f22
to
e20025b
Compare
bors merge |
4772: workbench: publish analysis r=fmaste a=fmaste Integrates `bench-data-publish` into the workbench, either to publish analyses to a local Postgres server or to the cloud Postgres server. To use the latter, it provides subcommands to create a tunnel and authenticate with it (see `wb publish ?` inside the shell) Co-authored-by: Federico Mastellone <[email protected]>
This PR was included in a batch that successfully built, but then failed to merge into master. It will not be retried. Additional information: {"message":"Required status check \"check-cabal-files\" is queued.","documentation_url":"https://docs.github.com/articles/about-protected-branches"} |
bors merge |
4772: workbench: publish analysis r=fmaste a=fmaste Integrates `bench-data-publish` into the workbench, either to publish analyses to a local Postgres server or to the cloud Postgres server. To use the latter, it provides subcommands to create a tunnel and authenticate with it (see `wb publish ?` inside the shell) 4838: Remove reconfigure-hlint.sh script r=jbgi a=newhoggy * Remove the `reconfigure-hlint.sh` work around which is no longer needed. * Add Github Actions workflow for `hlint` * Unfortunately I have `stylish-haskell` formatting, so there are import format changes too. 4850: update tullia to get fix in cue lib r=dermetfan a=dermetfan Co-authored-by: Federico Mastellone <[email protected]> Co-authored-by: John Ky <[email protected]> Co-authored-by: Jean-Baptiste Giraudeau <[email protected]> Co-authored-by: Robin Stumm <[email protected]>
Build failed (retrying...): |
bors retry |
Already running a review |
bors retry |
Already running a review |
Build succeeded: |
Integrates
bench-data-publish
into the workbench, either to publish analyses to a local Postgres server or to the cloud Postgres server. To use the latter, it provides subcommands to create a tunnel and authenticate with it (seewb publish ?
inside the shell)