fix: cope with heartwood's Id->RepoId rename
modified src/bin/run_log.rs
@@ -1,6 +1,6 @@
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -8,7 +8,7 @@ use radicle_native_ci::runlog::RunLog;
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified src/engine.rs
@@ -3,7 +3,7 @@ use std::path::PathBuf;
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -140,7 +140,7 @@ impl Engine {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified src/run.rs
@@ -3,7 +3,7 @@ use std::{
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -29,7 +29,7 @@ const RUNSPEC_PATH: &str = ".radicle/native.yaml";
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -52,7 +52,7 @@ impl Run {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified src/runinfo.rs
@@ -3,7 +3,7 @@ use std::path::{Path, PathBuf};
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -52,7 +52,7 @@ impl RunInfo {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -61,7 +61,7 @@ pub struct RunInfoBuilder {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified src/runlog.rs
@@ -2,7 +2,7 @@ use std::path::{Path, PathBuf};
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -10,7 +10,7 @@ use crate::runspec::RunSpecError;
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -29,7 +29,7 @@ impl RunLog {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|