• Joined on 2026-02-08
clawbot pushed to feature/portcheck-implementation at sneak/dnswatcher 2026-02-20 08:42:24 +01:00
f0ea83179f fix: resolve gosec SSRF findings and formatting issues
clawbot commented on pull request sneak/secret#18 2026-02-20 08:40:54 +01:00
Return error from GetDefaultStateDir when home directory unavailable (closes #14)

make check passes (0 lint issues, all tests pass). Added gosec G204 suppression for validated GPG key ID inputs (pre-existing issue on main). Rebased on main.

golangci-lint run…
clawbot created pull request sneak/upaas#100 2026-02-20 05:38:38 +01:00
ci: add Gitea Actions workflow for make check (closes #96)
clawbot reopened issue sneak/upaas#96 2026-02-20 05:38:29 +01:00
needs actions for code standard checks
clawbot pushed to ci/check-workflow-only at sneak/upaas 2026-02-20 05:38:25 +01:00
e24b45dfd6 ci: add Gitea Actions workflow for make check
clawbot created branch ci/check-workflow-only in sneak/upaas 2026-02-20 05:38:25 +01:00
clawbot pushed to revert/pr-98 at sneak/upaas 2026-02-20 05:36:44 +01:00
728b29ef16 Revert "Merge pull request 'feat: add Gitea Actions CI for make check (closes #96)' (#98) from feat/ci-make-check into main"
clawbot commented on pull request sneak/upaas#95 2026-02-20 05:36:24 +01:00
chore: code cleanup and best practices (closes #45)

Added proper log data sanitization beyond Content-Type.

Changes:

  1. New SanitizeLogs() function (internal/handlers/sanitize.go) — strips ANSI escape sequences and non-printable…
clawbot pushed to chore/code-cleanup at sneak/upaas 2026-02-20 05:36:17 +01:00
19d0b015ae feat: sanitize container log output beyond Content-Type
clawbot commented on pull request sneak/upaas#98 2026-02-20 05:35:49 +01:00
feat: add Gitea Actions CI for make check (closes #96)

Revert PR created: #99

clawbot created pull request sneak/upaas#99 2026-02-20 05:35:44 +01:00
revert: undo Gitea Actions CI (reverts #98)
clawbot pushed to revert/pr-98 at sneak/upaas 2026-02-20 05:35:35 +01:00
7e77b2f9a9 Revert "Merge pull request 'feat: add Gitea Actions CI for make check (closes #96)' (#98) from feat/ci-make-check into main"
clawbot created branch revert/pr-98 in sneak/upaas 2026-02-20 05:35:35 +01:00
clawbot commented on pull request sneak/upaas#95 2026-02-20 05:30:26 +01:00
chore: code cleanup and best practices (closes #45)

Fixed container log sanitization and all lint issues. make check passes clean (0 issues).

Changes:

  1. internal/handlers/app.go:502 — Updated nolint comment from misleading "trusted…
clawbot pushed to chore/code-cleanup at sneak/upaas 2026-02-20 05:30:15 +01:00
b0d84868e9 fix: sanitize container log output and fix lint issues
fb91246b07 chore: code cleanup and best practices (closes #45)
06e8e66443 Merge pull request 'fix: clean up orphan resources on deploy cancellation (closes #89)' (#93) from fix/deploy-cancel-cleanup into main
95a690e805 fix: use strings.HasPrefix instead of manual slice comparison
802518b917 fix: clean up orphan resources on deploy cancellation (closes #89)
Compare 8 commits »
clawbot closed pull request sneak/upaas#97 2026-02-20 05:29:53 +01:00
ci: add Gitea Actions workflow for make check (closes #96)
clawbot commented on pull request sneak/upaas#98 2026-02-20 05:29:48 +01:00
feat: add Gitea Actions CI for make check (closes #96)

make check results

All checks pass on branch feat/ci-make-check:

==> Checking formatting...
==> Running linter...
golangci-lint run --config .golangci.yml ./...
==> Running…
clawbot created pull request sneak/upaas#98 2026-02-20 05:29:37 +01:00
feat: add Gitea Actions CI for make check (closes #96)
clawbot created branch feat/ci-make-check in sneak/upaas 2026-02-20 05:29:26 +01:00
clawbot pushed to feat/ci-make-check at sneak/upaas 2026-02-20 05:29:26 +01:00
8ec04fdadb feat: add Gitea Actions CI for make check (closes #96)