Commit Graph

21 Commits

Author SHA1 Message Date
adebaumann 1d5c98739b feat: add Config Detail page with tabbed entity management
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-02-28 20:09:15 +01:00
adebaumann 627e6149fb feat: add GenerateModal component 2026-02-28 20:07:34 +01:00
adebaumann f7845c4c53 feat: add Config List page 2026-02-28 20:07:16 +01:00
adebaumann 667e4eefad feat: add Login page 2026-02-28 20:07:02 +01:00
adebaumann e23f1255fe feat: add reusable DataTable and EntityForm components 2026-02-28 20:06:38 +01:00
adebaumann f8a6e49038 feat: add Layout and ProtectedRoute components
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-02-28 20:06:08 +01:00
adebaumann d0ee7d2f23 feat: add API client and auth store 2026-02-28 20:05:22 +01:00
adebaumann b5c941c159 feat: add frontend entry point, theme, and router 2026-02-28 20:04:33 +01:00
adebaumann 1afc95fe8b feat: add ShorewallGenerator (zones, interfaces, policy, rules, masq, json, zip) 2026-02-28 20:02:48 +01:00
adebaumann 77aded3918 feat: add nested resource routers for zones, interfaces, policies, rules, masq 2026-02-28 20:02:05 +01:00
adebaumann 099fd8307f feat: add configs CRUD router with generate endpoint 2026-02-28 20:00:19 +01:00
adebaumann ec6b9f6332 feat: add auth router (register/login/logout/me) 2026-02-28 19:59:33 +01:00
adebaumann 472593b8e6 feat: add FastAPI app entrypoint 2026-02-28 19:59:07 +01:00
adebaumann 5c33dd7c96 feat: add Pydantic schemas 2026-02-28 19:58:30 +01:00
adebaumann a96cdc825c feat: add JWT auth module 2026-02-28 19:58:10 +01:00
adebaumann bee6b83556 feat: add Alembic migration with schema and seed data
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-02-28 19:57:35 +01:00
adebaumann c562d35345 feat: add SQLAlchemy models and database setup 2026-02-28 19:55:54 +01:00
adebaumann 3436856215 feat: add frontend Dockerfile, Vite config, and Nginx config 2026-02-28 19:54:51 +01:00
adebaumann ee9dc101da feat: add backend Dockerfile and requirements 2026-02-28 19:54:06 +01:00
adebaumann cb9b802d43 feat: add project skeleton and docker-compose 2026-02-28 19:53:19 +01:00
adebaumann f4d81ad8e9 Instructions and plan 2026-02-28 19:00:53 +01:00