|
|
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 |
|
|
|
fde207a3e6
|
docs: define update backend api
|
2025-12-29 00:08:16 +01:00 |
|
|
|
2fc189a467
|
docs: start update ui stories
|
2025-12-29 00:01:22 +01:00 |
|
|
|
312365a5f6
|
docs: require backup before update/rollback
|
2025-12-28 23:59:26 +01:00 |
|
|
|
37087e7925
|
docs: define update status reporting
|
2025-12-28 23:51:01 +01:00 |
|
|
|
2d829b74dd
|
docs: add update client flow
|
2025-12-28 23:44:00 +01:00 |
|
|
|
8a16a8633b
|
docs: add update client config keys
|
2025-12-28 23:39:10 +01:00 |
|
|
|
2aa04795b3
|
docs: start update client stories
|
2025-12-28 23:32:09 +01:00 |
|
|
|
c004aeffa7
|
docs: add update service requirements
|
2025-12-28 23:20:31 +01:00 |
|
|
|
2c36744ea8
|
docs: add update client stories
|
2025-12-28 23:15:51 +01:00 |
|
|
|
3caff1f6e2
|
docs: define update service url
|
2025-12-28 22:57:37 +01:00 |
|
|
|
2d1ca05bf0
|
feature: root service and account status
|
2025-12-28 22:35:34 +01:00 |
|
|
|
97ea7070cc
|
docs: enforce pam always available
|
2025-12-28 13:49:22 +01:00 |
|
|
|
98d51655ba
|
docs: record oidc validation blocked
|
2025-12-28 13:32:08 +01:00 |
|
|
|
a9c57caaf1
|
docs: add oidc validation runbook
|
2025-12-28 13:20:59 +01:00 |
|
|
|
4eb20e2449
|
docs: add project management structure
|
2025-12-28 09:16:22 +01:00 |
|