refactor: rename LogFile to AdminLog
modified src/bin/radicle-native-ci.rs
@@ -24,7 +24,7 @@ use radicle_ci_broker::msg::{Id, Oid, Request, RunId, RunResult};
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -81,7 +81,7 @@ fn fallible_main() -> Result<(), NativeError> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -154,7 +154,7 @@ struct Runner<'a> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -252,7 +252,7 @@ struct RunnerBuilder<'a> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -284,7 +284,7 @@ impl<'a> RunnerBuilder<'a> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified src/config.rs
@@ -2,7 +2,7 @@ use std::path::{Path, PathBuf};
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -30,8 +30,8 @@ impl Config {
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
modified src/logfile.rs
@@ -5,12 +5,12 @@ use std::{
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|