Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-04-24 | Invocation server: support download of all blobs | Klaus Aehlig | |
For many text files it is useful to read them directly in the browser. However, many files that are better analysed by machines (like large repository configurations) also come as plain-text files. Therefore, always offer to download a file currently being viewed. Use the URL scheme in such a way that the name to download the file as can be specified; in this way, we are prepared if we decide to also log the artifacts to be built and offer those to be downloaded. | |||
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. |