Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-11-15 | dmt: Implement initial functionality for jobs page | Malfurious | 1 | -0/+12 | |
Adds javascript to implement self-hydration for the main page. Several aspects of these features can be customized via new settings in config.sh. Signed-off-by: Malfurious <m@lfurio.us> | |||||
2023-11-15 | dmt: Add main page layout | Malfurious | 1 | -0/+3 | |
Signed-off-by: Malfurious <m@lfurio.us> | |||||
2023-11-15 | dmt: Implement API endpoint /api/job/{jobnum} | Malfurious | 1 | -0/+2 | |
This returns all details related to the requested job number as well as a tail of the job log file. If `jobnum` is omited, details of the latest job are returned. Signed-off-by: Malfurious <m@lfurio.us> |