summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2024-02-02adapt to new trigger message structure in brokerLars Wirzenius1-1/+12
2024-01-23fix: cope with heartwood's Id->RepoId renameLars Wirzenius5-13/+13
2024-01-22feat: put last-updated time stamp to topLars Wirzenius1-6/+6
2024-01-22fix: don't reverseLars Wirzenius1-1/+0
2024-01-22fix: use sorted runsLars Wirzenius1-1/+1
2024-01-22fix: reverse order of runsLars Wirzenius1-0/+1
2024-01-22feat: order runs newest firstLars Wirzenius1-0/+3
2024-01-16fix: set run id in run infoLars Wirzenius1-0/+1
2024-01-16fix: set run log filenameLars Wirzenius2-5/+9
2024-01-16fix: filename for run logLars Wirzenius1-1/+1
2024-01-16fix: where run info is storedLars Wirzenius1-0/+4
2024-01-16refactor: use engine in mainLars Wirzenius6-420/+43
2024-01-16refactor: add new engine to execute a CI runLars Wirzenius6-7/+531
2024-01-15refactor: rename log or logfile to adminlog, for clarityLars Wirzenius1-23/+24
2024-01-15refactor: rename LogFile to AdminLogLars Wirzenius3-10/+10
2024-01-15improve error handlingLars Wirzenius3-25/+61
2024-01-15feat: show absolute path name for runcmd "in directory"Lars Wirzenius1-2/+9
2024-01-15fix: write the run logLars Wirzenius1-0/+5
2024-01-15feat! drop the env loggingLars Wirzenius6-31/+3
2024-01-15pass in RunLog, not filename for itLars Wirzenius1-6/+4
2024-01-15fix run log filename suffixLars Wirzenius1-2/+1
2024-01-12feat: add a module to construct HTML run logsLars Wirzenius5-19/+201
2024-01-12chore: remove unused argument to report::build_reportLars Wirzenius2-3/+3
2024-01-10fix: mangled source fileLars Wirzenius1-0/+0
2024-01-10fix: indicate time zone as UTCLars Wirzenius1-0/+0
2024-01-10feat: add a "last update" time stamp to the report pageLars Wirzenius1-0/+9
2024-01-10fix: headings start a new line, or are preceded by a newlineLars Wirzenius1-3/+3
2024-01-10fix: undo rename of run info field idLars Wirzenius3-3/+17
2024-01-10feat: allow setting max duration of a CI runLars Wirzenius2-2/+28
2024-01-10refactor: don't write run info file unless requestedLars Wirzenius3-13/+15
2024-01-10refactor: only expose the writeln methodLars Wirzenius3-37/+30
2024-01-10refactor: drop the method that takes a String, leave the slice oneLars Wirzenius2-12/+7
2024-01-10reactor: add methods to write linesLars Wirzenius2-28/+28
2024-01-10refactor: add higher level API to LogFileLars Wirzenius3-22/+43
2024-01-10refactor: add helper function to git checkoutLars Wirzenius1-8/+12
2024-01-10refactor: add helper function to git cloneLars Wirzenius1-12/+17
2024-01-10refactor: add helper function to send "triggered" messageLars Wirzenius2-5/+11
2024-01-10refactor: add helper functions to logLars Wirzenius1-12/+29
2024-01-10refactor: open run log file when creating RunnerLars Wirzenius1-11/+13
2024-01-10refactor: get rid of function with too many arguments using builderLars Wirzenius2-49/+138
2024-01-10refactor: split one Rust main module into many small moduleLars Wirzenius10-524/+653
2024-01-10tests: add test suite implemented as a Python programLars Wirzenius2-6/+4
2024-01-04drop useless reportingLars Wirzenius1-4/+0
2024-01-04skip serializeingLars Wirzenius1-0/+1
2024-01-04fix: missing newline in messageLars Wirzenius1-1/+1
2024-01-04log errors from report generationLars Wirzenius1-1/+3
2024-01-04log run infos found for report generationLars Wirzenius2-4/+8
2024-01-04always write run.yamlLars Wirzenius1-34/+55
2024-01-04log run info even when run failLars Wirzenius1-26/+14
2024-01-04add missing newline to log messageLars Wirzenius1-1/+1