5e4d3fcf12
Remove Mock fallback from runtime_state and add runtime settings regression tests
2026-04-14 10:30:25 +02:00
0e84f1f60c
Fix config sub-router prefixes and router tags
2026-04-14 10:25:36 +02:00
cee5372690
Add backend capability cache reset helper for jail service tests
2026-04-14 10:24:14 +02:00
41a67d52ab
Remove ghost service imports from config router
2026-04-14 10:20:28 +02:00
56ade7fb08
Task 13: wire geo_batch_lookup through dependency injection and mark task completed
2026-04-14 09:51:23 +02:00
88715ab07f
Complete Task 11 by moving history_archive_repo import to history_sync top-level
2026-04-14 09:28:22 +02:00
21eabb1f0f
Resolve Task 10 by moving history_archive_repo imports to ban_service top-level
2026-04-14 09:25:23 +02:00
a564830abb
Fix blocklist service injection and centralize session cookie name
2026-04-14 09:21:38 +02:00
5a9d226cca
Consolidate fail2ban truthy values into shared constants
2026-04-14 09:03:49 +02:00
b4959133dd
Task 5: finalize config_file_service wrapper refactor and mark task done
2026-04-14 08:51:01 +02:00
37646e57f7
Remove helper indirection and import shared service helpers directly
2026-04-14 07:56:59 +02:00
a5674f9e4c
Consolidate domain exceptions into app.exceptions
...
Move all shared domain exception classes to backend/app/exceptions.py and update services/routers to import the canonical exceptions. Update docs to reflect the shared exceptions source.
2026-04-13 19:35:12 +02:00
4b2e86edbb
Fix filter_config router import and mark Task 3 complete
2026-04-13 19:10:24 +02:00
5957d851b5
Fix stale run_blocking call sites in log preview and config services
2026-04-12 20:34:35 +02:00
8e43ef9ad2
Fix setup_service to mark setup_complete only after successful runtime DB init
2026-04-12 20:30:22 +02:00
e6df045e5e
Fix startup runtime settings ordering and use effective database path for request DB connections
2026-04-12 20:02:40 +02:00
ee880e6296
Introduce explicit ApplicationContext and remove raw request.app.state usage
2026-04-12 19:56:01 +02:00
72488b14b2
Centralize fail2ban metadata resolution and cache DB path discovery
2026-04-12 19:48:33 +02:00
e221cd414f
Split monolithic config router into focused subrouters
2026-04-12 19:41:43 +02:00
e271207795
Refactor fail2ban client to use vendored adapter
2026-04-12 19:25:56 +02:00
21b38365c4
Add runtime DB schema migration and version tracking
2026-04-12 19:13:36 +02:00
ffe7ada469
Consolidate setup persistence into bootstrap metadata and runtime DB
2026-04-11 20:57:55 +02:00
cd69550053
Standardize async offloading behind shared executor helper
2026-04-11 20:40:08 +02:00
ae81a8f5be
Refactor periodic tasks to use injected scheduler resources
2026-04-11 20:32:36 +02:00
9cba5a9fcb
Refactor blocklist import registration to async startup flow
2026-04-11 20:07:00 +02:00
952469e667
Task 7 complete: move config operational orchestration from routers into service/task layer
2026-04-10 21:24:54 +02:00
91e5792caf
Mark startup runtime configuration task complete and update startup resource resolution
2026-04-10 21:13:51 +02:00
f61d497e4e
Refactor backend auth, setup, router, and runtime state handling
2026-04-10 21:00:36 +02:00
3371ff8324
Introduce service/repository dependency protocols and tests
2026-04-10 19:51:19 +02:00
3b6e39ddad
Separate bootstrap settings from runtime overrides with a dedicated runtime settings manager
2026-04-10 19:31:51 +02:00
9b4cd17e3b
Harden SQLite connection defaults with WAL and busy timeout
2026-04-10 19:24:21 +02:00
1dfc17f4f5
Replace process-local session cache with pluggable session cache backend
2026-04-10 19:22:02 +02:00
2157502670
Eliminate direct app.state access from routers
2026-04-10 19:15:37 +02:00
ff92733f90
Move runtime application state into a dedicated runtime state manager
2026-04-10 19:07:35 +02:00
6b177f1881
Mark async socket handling task done and implement startup cleanup
2026-04-09 22:13:22 +02:00
148756fb79
Finish external HTTP client resilience: add shared aiohttp config, retry support, and update task status
2026-04-09 22:01:11 +02:00
e1d741956e
Disable session cache by default and make it opt-in for single-process deployments
2026-04-09 21:52:57 +02:00
4043cdfa3c
Harden session cookie security with configurable cookie flags
2026-04-09 21:43:32 +02:00
208f98dc97
Use session_secret for signed auth session tokens
2026-04-09 21:30:08 +02:00
6eab47f7ba
Fix setup persistence and load persisted runtime configuration
2026-04-07 21:41:55 +02:00
1fc04ed978
Extract startup resource initialization from main.py
...
Move lifespan startup logic into app.startup and remove local imports from app.main._lifespan. Mark startup wiring issue as done.
2026-04-07 20:48:29 +02:00
effcc65e1b
Document process-local auth session cache semantics
...
Clarify that dependencies.py session cache is process-local and not cluster-safe, and document the limitation in architecture docs.
2026-04-07 20:42:31 +02:00
3cc495dfce
Remove obsolete utility modules after helper refactor
2026-04-07 20:40:38 +02:00
1e39e5a1d6
Refactor app helpers and use AppStateDep in config router
...
Move service-dependent helper wrappers from app.utils to app.helpers and update config router activation/rollback to use explicit AppState dependency.
2026-04-07 20:39:56 +02:00
ed3aa61c35
Refactor routers to use explicit FastAPI app dependencies
2026-04-07 20:27:06 +02:00
30e0dd71c9
Use explicit AppState dependency in config router and update task status
2026-04-07 20:15:28 +02:00
59a56f2e4f
Use dependency injection for health status and add health router regression test
2026-04-07 20:05:54 +02:00
e21f153946
Remove dead task DB fast-path and update task tests
2026-04-07 20:00:13 +02:00
0a70e40d8b
Refactor config router to use explicit dependency injection
2026-04-06 21:11:02 +02:00
95f72018f7
Add backend lifecycle regression tests and fix lifespan cleanup
2026-04-06 20:56:57 +02:00