| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
| |
- Added `maxImageProxySize` constant (10MB) to limit memory usage.
- Used `io.LimitReader` in `imageProxyHandler` to enforce the limit.
- Added regression test `web/proxy_limit_test.go` to verify the fix.
Co-authored-by: adammathes <868470+adammathes@users.noreply.github.com>
|
| |
|
|
|
|
|
|
| |
- Downgraded `golangci-lint-action` from v7 to v6.
- Changed `golangci-lint` version from `v2.10.1` to `v1.64.6` to restore compatibility with existing `.golangci.yml`.
- `v1.64.6` supports Go 1.24 and avoids breaking configuration changes introduced in v2.
Co-authored-by: adammathes <868470+adammathes@users.noreply.github.com>
|
| |
|
|
| |
version compatibility error
|
| |
|
|
|
|
| |
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 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
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
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
|
| |
|
|
| |
linter (fixing NK-nx8dhw)
|
| |
|
|
| |
with v1
|
| |
|