Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-05-30 | Invocation server: add links back to the overview page | Klaus Aehlig | |
2025-05-28 | Invocation server: also show the build time | Klaus Aehlig | |
Also show only the build time in the invocations overview, as only for the build phase detailled timing information will be available in the log of a particular information. | |||
2025-05-22 | invocation server: add presentation of invocation wall-clock time | Sascha Roloff | |
2025-05-15 | Invocation server: add target filter | Sascha Roloff | |
2025-05-15 | Invocation server: add remote-execution address filter | Sascha Roloff | |
2025-05-15 | Invocation server: add missing HTML-escape filters in templates | Sascha Roloff | |
2025-05-13 | Invocation server: load more invocations with reduced information | Sascha Roloff | |
2025-05-13 | Invocation server: adapt style | Sascha Roloff | |
2025-05-12 | Invocation server: add css style file | Sascha Roloff | |
2025-05-12 | Invocation server: add filter selector to overview page | Sascha Roloff | |
2025-05-12 | Invocation server: support restricting to not-fully-cached builds | Klaus Aehlig | |
2025-05-09 | Invocation server: print invocation context | Sascha Roloff | |
2025-05-09 | Invocation server: split invocation overview information into several lines | Sascha Roloff | |
2025-05-09 | Invocation server: format and spelling fixes | Sascha Roloff | |
2025-05-09 | Invocation server: support filtering by remote-execution property | Klaus Aehlig | |
When looking at an invocation, it can be helpful to quickly get all other invocation that coincide with a specific remote-execution property (like the build image). Support this use case by adding appropriate filtering and links. | |||
2025-05-07 | Invocation server: also show information related to the used remote | Klaus Aehlig | |
2025-05-06 | Invocation server: present new exit codes and analysis erros | Klaus Aehlig | |
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. |