Commit Graph
8 Commits
Author SHA1 Message Date
Tomas Dvorak f532bdacad fix: force go.mod to 1.23 2026-04-27 10:20:22 +02:00
Tomas Dvorak 9eeadfaf50 fix: lock go.mod to go 1.23 (avoid go mod tidy reverting it) 2026-04-27 09:54:33 +02:00
Tomas Dvorak b53159d643 fix: revert go.mod to go 1.23 (was reverted to invalid 1.25.7) 2026-04-27 09:47:19 +02:00
Tomas Dvorak 338dbcc20e fix: convert cf-kv and excalidraw-libraries from submodules to regular files
- Remove stale cloudflare-worker submodule entry from .gitmodules
- Remove .git dirs from cf-kv and excalidraw-libraries so Git tracks them as regular files
- Fixes 'No url found for submodule path cf-kv' CI error
2026-04-27 09:37:49 +02:00
Tomas Dvorak 88c2969a96 Update 2026-04-27 09:18:48 +02:00
Tomas Dvorak 110a73364b fix: regenerate package-lock.json for npm ci sync 2026-04-27 09:18:07 +02:00
Tomas Dvorak 89b9390c14 feat: full project sync - CI fixes, frontend, workspace API, and all changes 2026-04-27 09:08:07 +02:00
Tomas Dvorak a07fca997e fix: CI/CD test failures and invalid Go version
- Fix go.mod Go version from invalid 1.25.7 to 1.23
- Fix Dockerfile golang image from 1.25 to 1.23
- Add window.matchMedia mock for jsdom themeStore tests
- Exclude e2e/ from Vitest to prevent Playwright test conflicts
- Add frontend test step to both CI workflows
2026-04-27 09:04:30 +02:00