mirror of
https://github.com/fabro-sh/fabro.git
synced 2026-09-09 22:33:37 +00:00
parent
7ca972d1c6
commit
2cc2d21d5b
5 changed files with 166 additions and 118 deletions
238
checkpoint.json
238
checkpoint.json
File diff suppressed because one or more lines are too long
30
nodes/fixup/diff.patch
Normal file
30
nodes/fixup/diff.patch
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
diff --git a/lib/crates/fabro-cli/src/commands/doctor.rs b/lib/crates/fabro-cli/src/commands/doctor.rs
|
||||
index a627bb94..e1f9c321 100644
|
||||
--- a/lib/crates/fabro-cli/src/commands/doctor.rs
|
||||
+++ b/lib/crates/fabro-cli/src/commands/doctor.rs
|
||||
@@ -1414,7 +1414,12 @@ mod tests {
|
||||
result.remediation.as_deref(),
|
||||
Some("Fix permissions on /home/user/.fabro")
|
||||
);
|
||||
- assert!(result.details.iter().any(|detail| detail.text == "Writable: no"));
|
||||
+ assert!(
|
||||
+ result
|
||||
+ .details
|
||||
+ .iter()
|
||||
+ .any(|detail| detail.text == "Writable: no")
|
||||
+ );
|
||||
}
|
||||
|
||||
// -- check_llm_providers --
|
||||
diff --git a/lib/crates/fabro-server/tests/it/api.rs b/lib/crates/fabro-server/tests/it/api.rs
|
||||
index c05cd5a6..d6dedfcd 100644
|
||||
--- a/lib/crates/fabro-server/tests/it/api.rs
|
||||
+++ b/lib/crates/fabro-server/tests/it/api.rs
|
||||
@@ -14,6 +14,7 @@ mod mtls_e2e {
|
||||
use super::api;
|
||||
use std::path::Path;
|
||||
use std::process::{Command, Stdio};
|
||||
+ use std::sync::Arc;
|
||||
|
||||
use fabro_server::jwt_auth::{AuthMode, AuthStrategy};
|
||||
use fabro_server::server::{build_router, create_app_state};
|
||||
5
nodes/verify-visit_2/script_invocation.json
Normal file
5
nodes/verify-visit_2/script_invocation.json
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"command": "cargo clippy -q --workspace -- -D warnings 2>&1 && cargo nextest run --cargo-quiet --workspace --status-level fail 2>&1",
|
||||
"language": "shell",
|
||||
"timeout_ms": null
|
||||
}
|
||||
5
nodes/verify-visit_2/script_timing.json
Normal file
5
nodes/verify-visit_2/script_timing.json
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"duration_ms": 23179,
|
||||
"exit_code": 100,
|
||||
"timed_out": false
|
||||
}
|
||||
6
nodes/verify-visit_2/status.json
Normal file
6
nodes/verify-visit_2/status.json
Normal file
File diff suppressed because one or more lines are too long
Loading…
Add table
Reference in a new issue