This repository was archived by the owner on Aug 22, 2025. It is now read-only.

Description
The Dana bot UI allows to see the different steps that were executed for a particular build. For each step we can see:
- if it succeeded or failed
- its options
- the logs (in case it failed)
In addition, it would be nice to also display the duration of each step. It could help catching unexpected slow tasks, get some time stats, ...