fde2825112
planning: add update v1 tasks
2025-12-30 17:25:32 +01:00
f639e3c56a
planning: update-service v1 epic and stories
2025-12-30 14:26:21 +01:00
e75a989c54
ui: refine login and panels
2025-12-30 13:51:10 +01:00
044203e332
ui: add logo and favicon
2025-12-30 13:40:11 +01:00
725b67d734
ui: place oidc button near login
2025-12-30 13:36:01 +01:00
f27e423ef3
ui: add login routing and docs
2025-12-30 13:25:15 +01:00
b12e0bf4d5
docs: log login landing change
2025-12-30 13:16:57 +01:00
efd006276d
feat: implement Watchtower theme for web UI
...
Replace Pico CSS with custom Watchtower theme (Sci-Fi Dark Mode):
- Add backend/static/ directory with Watchtower CSS files
- tokens_watchtower.css: Design tokens (colors, typography, spacing)
- theme_watchtower.css: Theme overrides for components
Features:
- High-contrast dark mode (#0b0f14 background)
- Neon accent color (#00e08f teal/cyan)
- Glow effects on buttons and inputs
- Radial gradient background
- SVG noise texture overlay (bg-noise class)
- Pill-shaped buttons (border-radius: 999px)
- Uppercase labels with letter-spacing
- Monospace font for logs
UI Enhancements:
- FastAPI static files mount added
- Custom styling for all components (sections, buttons, inputs, forms)
- Accent border-left on header and update status
- Improved visual hierarchy with color coding
- OIDC button gets secondary style (outline)
Complete US_000024 and TASK_000024.
Based on minecraft-watchtower UI design.
All Pico CSS dependencies removed.
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com >
2025-12-30 11:59:24 +01:00
d799c0f042
feat: implement update management web UI
...
Add complete update management interface to web UI:
- Update status display (current version, last status, timestamp, errors)
- Check for updates button with availability indicator
- Apply update button with confirmation dialog and backup warnings
- Rollback button with confirmation dialog
- Update logs viewer (collapsible, reverse chronological)
- Auto-refresh after update/rollback actions (5s delay)
Features:
- Uses existing Pico CSS framework for consistent styling
- Integrates with existing auth system (Bearer token/session cookies)
- Real-time feedback with loading states and error handling
- German UI language matching existing interface
- All API calls use existing api() helper function
Complete US_000029-033 and TASK_000030-034:
- US_000029: Display update status in web UI
- US_000030: Trigger update check from UI
- US_000031: Apply updates from UI
- US_000032: Display update logs in UI
- US_000033: Trigger rollback from UI
EPIC_000008 (Client-Side Update Mechanism) now fully complete.
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:32:39 +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
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