Conversation
|
Supersedes and close #258. |
|
Could you rebase this to master? |
tmcgilchrist
left a comment
There was a problem hiding this comment.
Can you rebase and try a deploy of it to ocaml-ci.
823be68 to
0b255a5
Compare
2db5c1d to
9795abb
Compare
9795abb to
ac6c55e
Compare
|
I think this is ready, please let me know what you think. Do you think static files should be served with something like ocaml-crunch instead? I think it's better either way not to embed them in the source, we get syntax highlighting and linting. |
cd439cd to
0056ec8
Compare
This adds Dot.digraph. Signed-off-by: Ewan Mellor <ewan@tarides.com>
This adds a static module, which serves the file from a specified docroot. Hook this in to the routes under /images/*. Signed-off-by: Ewan Mellor <ewan@tarides.com>
This adds Roboto / Roboto Mono as web fonts, and adds highlight colors for table heading and the nav menu based on the OCaml logo. It adds the logo itself to the nav bar and the favicon. For the Graphviz diagrams, set the node color (i.e. the box outline color) to match the fill. This makes the boxes less heavy on the page, because they no longer have the black border. Set the default font for the graph, node, and edge options to use Roboto. This changes the unit test expected output to include the options. Lots of padding and spacing adjustments too. Signed-off-by: Ewan Mellor <ewan@tarides.com>
|
This PR supersedes and closes #339. |
32902c2 to
97511dc
Compare
ocaml-crunch sounds good - it would avoid changing the API / adding another command-line option. |
|
Note that this needs updating in ocurrent/ocaml-multicore-ci#22 so it can switch to mainline ocurrent. |
34f6c4e to
fed1849
Compare
Co-authored-by: Thibaut Mattio <thibaut.mattio@gmail.com>
|
Applied your suggestion, thanks. |
…, current_github, current_git, current_examples, current_docker and current (0.6.1) CHANGES: Web UI: - UI restyle, embed files using ocaml-crunch. (@ewanmellor, @MisterDA, ocurrent/ocurrent#315) - Automatically refresh some pipeline pages. (@MisterDA, ocurrent/ocurrent#227) - Allow to import and export using CSV the log rules. (@MisterDA, ocurrent/ocurrent#327) - Log matcher takes the pattern with the highest score (@kit-ty-kate, ocurrent/ocurrent#335) API: - GitHub: Add pp_short for commit and fix url link for GH commits. (@tmcgilchrist, ocurrent/ocurrent#347) - GitHub: Fetch commit messages for commits on GitHub (@punchagan, ocurrent/ocurrent#337) - GitHub: Add Current_github.Api.cmdliner_opt. (@dra27, ocurrent/ocurrent#338) - GitHub: Add extra PR information to Ref.t (@tmcgilchrist @TheLortex, ocurrent/ocurrent#336) Plugins: - GitLab: support GitLab clone fork and fetch MR branch. (@MisterDA, ocurrent/ocurrent#346) - Git: Fix handling of git repositories with submodules. (@talex5, ocurrent/ocurrent#345) - GitLab: Fix ref filtering bug for GitLab (@tmcgilchrist, ocurrent/ocurrent#332) Other: - Add missing dependencies on Unix (@dra27, ocurrent/ocurrent#331)
Serve js and css from static files.