feat: add .radicle/native.yaml to run log
modified src/bin/run_log.rs
@@ -2,7 +2,7 @@ use std::path::Path;
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -10,6 +10,9 @@ fn main() {
|
|
|
|
|
|
| + | |
| + | |
| + | |
|
|
|
|
|
modified src/run.rs
@@ -19,7 +19,7 @@ const EXIT_TIMEOUT: i32 = 124;
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -131,13 +131,16 @@ impl Run {
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified src/runlog.rs
@@ -4,7 +4,10 @@ use html_page::{Document, Element, Tag};
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -42,7 +45,11 @@ impl RunLog {
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -100,6 +107,20 @@ impl RunLog {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -221,4 +242,7 @@ pub enum RunLogError {
|
|
|
|
|
|
| + | |
| + | |
| + | |
|
modified src/runspec.rs
@@ -5,7 +5,7 @@ use serde::{Deserialize, Serialize};
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|