Commit Graph

14 Commits

Author SHA1 Message Date
c748181de2 feat: split update config into update.env 2026-01-15 12:45:22 +01:00
55e452b6a2 fix: parse env safely in enrollment script 2026-01-15 09:34:06 +01:00
1888f59c05 scripts: add update-service enrollment helper 2026-01-15 09:28:05 +01:00
589f9595f4 feat: add scripts/enroll_local.py and update task 40 documentation 2026-01-12 16:20:44 +01:00
a3a7298447 feat: add manual enrollment script for dev/testing 2025-12-31 00:32:51 +01:00
47290d2d8f feat: implement update-service v1 migration and enrollment flow
- added /update/enroll endpoint and enrollment logic
- migrated update client to v1 api endpoints and bearer auth
- implemented remote status reporting in backend and scripts
- updated requirements and project status
2025-12-31 00:05:46 +01:00
107cdabe8d feat: implement update backend API and client logic
Add complete update mechanism for client-side updates:
- backend/update.py: Core update logic (check, apply, rollback, status/logs)
- backend/app.py: REST API endpoints (GET /update/status, POST /update/check, POST /update/apply, POST /update/rollback, GET /update/logs)
- backend/models.py: Pydantic models for update API responses
- backend/settings.py: Update config (status/log file paths)
- scripts/rollback_client.sh: Rollback script for failed updates
- scripts/update_client.sh: Enhanced update client script
- CLAUDE.md: Documentation for future Claude Code instances

Complete US_000026-028 and TASK_000027-029:
- US_000026: Client pulls updates from remote service
- US_000027: Client verifies and applies updates atomically
- US_000028: Client reports update status to backend

All endpoints require authentication. Updates run asynchronously.
Documentation updated per SOP (CHANGELOG, PROJECT_STATUS, stories/tasks).

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2025-12-30 11:18:34 +01:00
132604de2d code: report update status 2025-12-28 23:51:20 +01:00
c41a4560c1 code: add update client prototype script 2025-12-28 23:44:19 +01:00
2d1ca05bf0 feature: root service and account status 2025-12-28 22:35:34 +01:00
5c9ef1ddcb auth: add Debian/Ubuntu PAM service skd 2025-12-28 14:49:36 +01:00
a4f043ea96 ops: seed env defaults in installer 2025-12-28 14:03:09 +01:00
3991362e67 feature: add oidc login flow 2025-12-28 09:16:16 +01:00
6f49528bbd first commit 2025-12-15 12:07:32 +01:00