|
60078701f5
|
Editor: Allow file retrieval after code run
|
2022-10-29 18:49:18 +02:00 |
|
|
42a7bf9983
|
Remove outdated enums for testrun_message
These enums are not present in the database.
|
2022-10-04 16:07:00 +02:00 |
|
|
4ef7da839d
|
Use TestrunMessages instead of Testrun.output when displaying output
|
2022-04-29 22:44:35 +02:00 |
|
|
ea02dff0e5
|
Extend storage of Testrun Messages and truncate long output
|
2022-04-29 22:44:34 +02:00 |
|
|
5ecba6ef70
|
Persist TestrunMessages and store timestamp
So far, the Testrun messages are in addition to the Tesstrun.output column
|
2022-04-29 01:00:51 +02:00 |
|
|
e9efb5bc2b
|
Add exit_code and status to Testruns, create model for TestrunMessages
* This is the first step to migrate the `output` column from Testruns to a dedicated table TestrunMessages
|
2022-04-28 15:18:51 +02:00 |
|