|
|
a8a8c53917
|
cargo fmt: format all Rust source files
CI — P1 Route (Rust) / test (push) Successful in 6m35s
|
2026-03-01 17:53:28 +00:00 |
|
|
|
0a3173c6a9
|
Fix P1 Rust: all clippy warnings resolved, all tests passing
CI — P1 Route (Rust) / test (push) Has been cancelled
- Fixed struct field references (_org_id, _config) in constructors
- Added chrono::Weekday import in test module
- cargo clippy --workspace -- -D warnings: CLEAN
- cargo test --workspace: 5/5 passing
|
2026-03-01 17:28:41 +00:00 |
|
|
|
4b6292e0c3
|
Fix P1 Rust: remove all unused imports, variables, and fields across api/worker bins
CI — P1 Route (Rust) / test (push) Failing after 3m48s
|
2026-03-01 17:15:31 +00:00 |
|
|
|
b5e5d22c32
|
Fix P1 Rust: use dd0c_route:: instead of crate:: in binary imports, add hex crate
CI — P1 Route (Rust) / test (push) Failing after 4m37s
Binary targets (api, proxy, worker) can't use crate:: to access lib modules.
Must reference the library crate name dd0c_route:: instead.
|
2026-03-01 16:08:25 +00:00 |
|
|
|
bd665ea643
|
Trigger CI for P1 Rust and P2 Go agent
CI — P2 Drift (Go + Node) / agent (push) Failing after 26s
CI — P2 Drift (Go + Node) / saas (push) Successful in 48s
CI — P1 Route (Rust) / test (push) Failing after 7m22s
|
2026-03-01 06:59:03 +00:00 |
|
|
|
167d3be2e4
|
Implement all remaining P1 Rust TODOs: Slack alerts, Resend emails, pricing refresh, AES-256-GCM key encryption
- anomaly.rs: Slack Block Kit webhook + Resend email on 3x cost spike
- digest.rs: Weekly HTML digest email via Resend with model usage + savings tables
- main.rs: Daily pricing refresh with hardcoded table (OpenAI/Anthropic/Google models)
- handler.rs: AES-256-GCM encryption for provider API keys (nonce || ciphertext storage)
|
2026-03-01 05:53:51 +00:00 |
|
|
|
e234f66b9b
|
Add dd0c/route Dashboard API: analytics, routing rules CRUD, API keys, providers
- GET /api/v1/analytics/summary — 7-day cost savings, latency, routing breakdown
- GET /api/v1/analytics/timeseries — hourly/daily rollups from TimescaleDB continuous aggregates
- GET /api/v1/analytics/models — per-model cost and token breakdown
- CRUD /api/v1/rules — routing rules with priority, match conditions, strategies
- CRUD /api/v1/keys — API key generation (dd0c_ prefix), bcrypt hashing, revocation
- CRUD /api/v1/providers — provider config upsert with encrypted key storage
- GET /api/v1/org — org info
- Role-based access: Owner required for mutations
|
2026-03-01 02:31:28 +00:00 |
|
|
|
cc003cbb1c
|
Scaffold dd0c/route core proxy engine (handler, router, auth, config)
|
2026-03-01 02:23:27 +00:00 |
|