Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-04-25 | Invocation http server: indicate incomplete data | Klaus Aehlig | |
With just-mr supporting a custom prefix to be shown at the beginning of a logged invocation, users might be pointed to the web server very early. Therefore, properly indicate if the invocation data is not yet complete. | |||
2025-04-23 | Add simple http server allowing to browse an invocation-log directory | Klaus Aehlig | |
Being able to browse through past invocations of the build tool can actually be useful and doing so in the browser is a way many users prefer. Therefore, add a small WSGI application (written in python, using werkzeug and jinja) serving a directory of invocation logs via http. |