vault backup: 2026-05-06 21:42:13

This commit is contained in:
Vadym Samoilenko 2026-05-06 21:42:13 +01:00
parent 89daf8b484
commit 73ffeed327
2 changed files with 7 additions and 0 deletions

View file

@ -268,6 +268,7 @@ All endpoints except `/auth/login` require valid JWT in `Authorization: Bearer {
## Change Log
| Date | Requested | Changed | Files |
|------|-----------|---------|-------|
| 2026-05-06 | Projects toFixed error | Add null checks and fallback values, verify rendering | ProjectsView.js, CardContent.vue |
| 2026-05-06 | Fix undefined toFixed() | Add null check for toFixed() call, verify server deployment | ProjectsView-CZF7uexl.js, CardContent.vue |
| 2026-05-06 | Fix Projects TypeError | Add null check before toFixed call | ProjectsView-CZF7uexl.js, CardContent.vue |
| 2026-05-06 | Calendar view, Azure DevOps sync, task planner | Dashboard preset to 'today', Cache-Control header, Live Feed bug fixes | index.html, dashboard config, feed module |

View file

@ -137,3 +137,9 @@ tags: [daily]
- 21:28 (1min) | `cc-dashboard`
- **Asked:** Asked | Fixed undefined toFixed() error in Projects view and verified live deployment
- **Done:** Done | Resolved TypeError by adding null check for toFixed() method and confirmed updated build is running on server
- 21:40 | `cc-dashboard`
- **Asked:** Fixed TypeError in Projects view where toFixed() was called on undefined value | Added null checks and default value handling in ProjectsView component | ProjectsView-CZF7uexl.js, CardContent.vue
- **Done:** Bug fix | Null checks, default values | ProjectsView.js, CardContent.vue
- 21:41 | `ai_leed`
- **Asked:** Check if auto-updates work on all Docker containers and LXC on homlab, then configure Watchtower with proper API version.
- **Done:** Identified Docker API version mismatch in CT111/CT112 and added DOCKER_API_VERSION=1.45 environment variable to fix Watchtower restarts.