Age | Commit message (Collapse) | Author | |
---|---|---|---|
39 hours | Invocation server: fix total count of non-cached actionsHEADmaster | Klaus Aehlig | |
While our presentation shows the details of only up to 30 non-cached actions, the count reported in the heading should still be the total count of all non-cached actions. Fix this. | |||
2025-06-18 | Invocation server: directly show only artifact | Klaus Aehlig | |
When presenting a build, the output artifacts are hidden behind a "details" environment to not overload the user with long list of, e.g., test results (especially if generated by a test matrix). If, however, only a single artifact is built, there is no reason to hide it; so simply show it. | |||
2025-06-03 | Invocation server: also show counts in headings | Klaus Aehlig | |
Often, the simple number, e.g., for failed actions can already give valuable information. For example, when investigating flakiness, the count of failed actions already gives a hint whether a change increased or decreased flakiness which can be valuable before even investigating if the nature of the failure has changed. As we have that information available and an additional number in a heading does not clutter the page too much, let's just show it. | |||
2025-05-30 | Invocation server: add links back to the overview page | Klaus Aehlig | |
2025-05-30 | Invocation server: use "build stop time" for build wall-clock time | Klaus Aehlig | |
As the end of the build can be significantly ahead of the end of the incvocation, a new time stamp was added to the profile. Use this new time stamp in the invocation server when determining the wall-clock time of the build. | |||
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-21 | invocation server: fix download links | Klaus Aehlig | |
... to include only the basename of the requested artifact. | |||
2025-05-20 | invocation server: add critical-path computation | Sascha Roloff | |
2025-05-20 | invocation server: move show_action macro into separate template file | Sascha Roloff | |
... to allow reuse. | |||
2025-05-20 | invocation server: move action_data function out of do_get_invocation method | Sascha Roloff | |
... to allow reuse. | |||
2025-05-20 | invocation server: fix typo | Sascha Roloff | |
2025-05-15 | invocation server: fix isintance statement | Klaus Aehlig | |
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: lexicographically sort filter keys | Sascha Roloff | |
2025-05-15 | Invocation server: print nothing for empty remote-execution properties | Sascha Roloff | |
2025-05-15 | Invocation server: print only non-empty dispatch lists | Sascha Roloff | |
2025-05-15 | Invocation server: add missing HTML-escape filters in templates | Sascha Roloff | |
2025-05-15 | Invocation server: uncollapse first failed action | Sascha Roloff | |
2025-05-14 | Invocation server: make command-line collapsible | 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-13 | Invocation server: lexicographically sort filter values | Sascha Roloff | |
2025-05-13 | Invocation server: include commandline when describing actions | Klaus Aehlig | |
2025-05-13 | Invocation server: show actions with console output separately | Klaus Aehlig | |
Normally, actions are supposed to work silently, i.e., without writing to stdout/stderr. So, if an action produces console output, it is definitely worth looking at, even for cached actions. Therefore, add a section after the failed actions showing those actions (if not in the previous action). Also, always show duration (if known) and if an action is cached (which can happen for the ones producing console output). | |||
2025-05-13 | Invocation server: add links to blob references in analysis errors | Klaus Aehlig | |
When using a serve endpoint, analysis errors my contain a reference to a build failure on serve, shown as 'blob <hash>'. For each such blob reference add a link offering to read this blob. | |||
2025-05-13 | Invocation server: fix hash pattern | Klaus Aehlig | |
Currently the support hashes are SHA-1 (for git hashes), which has 160 bits and SHA-256 which has 256 bits. Therefore, we expect either 40 or 64 hex digits. | |||
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-12 | Invocation server: explicitly set methods | Klaus Aehlig | |
While there, sort filter URLs | |||
2025-05-12 | Invocation server: also for action-artifacts, offer a download link | Klaus Aehlig | |
2025-05-12 | Invocation server: increase number of displayed invocations in the overview ↵ | Sascha Roloff | |
to 100 | |||
2025-05-12 | Invocation server: cleanup html tags | Sascha Roloff | |
2025-05-09 | Invocation server: print invocation context | Sascha Roloff | |
2025-05-09 | Invocation server: use json.dumps to render remote-execution properties | Sascha Roloff | |
2025-05-09 | Invocation server: fix config calculation | 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-07 | Invocation server: fix access to configuration in overview list | Klaus Aehlig | |
2025-05-07 | Invocation server: also mention the number of artifacts | Klaus Aehlig | |
... in the summary, so that the user knows what to expect when looking into the details-environment. | |||
2025-05-07 | Invocation server: include action count | Klaus Aehlig | |
2025-05-06 | invocation server: actions are also meaningful for exit code 0 | Klaus Aehlig | |
With the introduction of new exit codes, the presentation of an invocation was changed to refrain from showing actions in abnormal case failure already during analysis phase. However ca8fd841736ca65fa4292887052c78243512962a did not include the case of a successful build into the cases of normal circumstances. Fix this. | |||
2025-05-06 | Invocation server: present new exit codes and analysis erros | Klaus Aehlig | |
2025-04-25 | Invocation server: also present the artifacts of an invocation | Klaus Aehlig | |
... if available. This can be useful, when presenting builds that are mainly there to have artifacts available for manual use. | |||
2025-04-25 | Invocation http server: for tree entries offer direct download links | Klaus Aehlig | |
When showing a tree, we have for each entry already a designated file name. Use this, to offer direct dowload links for blobs with the intended name. | |||
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. |