aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows
Commit message (Collapse)AuthorAgeFilesLines
* update linter version (again?!)Adam Mathes7 days1-1/+1
|
* Apply SQL injection fix and repair CI config from fix-sql-injection branchAdam Mathes8 days1-1/+1
|
* Fix scrolling behavior, CI linting, and update DockerfileAdam Mathes8 days1-4/+1
|
* CI: Update golangci-lint-action to v7 and golangci-lint to v2.10.1 to fix ↵Adam Mathes8 days1-2/+2
| | | | version compatibility error
* ci: upgrade golangci-lint-action v4 -> v6Claude8 days1-1/+1
| | | | | | golangci-lint-action@v4 passes --out-format=github-actions which is an unknown flag in golangci-lint v2.x. @v6 was released to support v2.x and matches the v2.9.0 binary version already specified.
* Re-enable GitHub CI with updated paths (NK-tktg7s)Claude9 days1-41/+10
| | | | | | | | | | | - Re-enable push/PR triggers on master branch - Frontend job: use ./frontend-vanilla (was ./frontend, which no longer exists) - ui-check: check web/dist/v3/ (was web/dist/v2/) - Backend dummy assets: create web/dist/v3 (was web/dist/v2) - Remove frontend lint step (no lint script in frontend-vanilla) - Remove E2E job (disabled in Makefile, no playwright setup in v3) https://claude.ai/code/session_01DpWhB9uGGMBnzqS28HxnuV
* Temporarily disable CI triggersAdam Mathes10 days1-4/+5
|
* Update golangci-lint version in CI to v2.9.0Adam Mathes10 days1-1/+1
|
* ci: enhance workflow with E2E tests and Docker checkAdam Mathes11 days1-1/+75
|
* task: delete vanilla js prototype\n\n- Removed vanilla/ directory and ↵Adam Mathes11 days1-2/+0
| | | | web/dist/vanilla directory\n- Updated Makefile, Dockerfile, and CI workflow to remove vanilla references\n- Cleaned up web/web.go to remove vanilla embed and routes\n- Verified build and tests pass\n\nCloses NK-2tcnmq
* fix: restore CI backend job by creating dummy assets for embed and updating ↵Adam Mathes11 days1-1/+8
| | | | linter (fixing NK-nx8dhw)
* Refactor: project structure, implement dependency injection, and align v2 UI ↵Adam Mathes11 days1-0/+8
| | | | with v1
* ci: setup github actions (NK-fkc119)Adam Mathes12 days1-0/+47