Jeffrey Paul sneak
sneak merged pull request sneak/mfer#35 2026-02-20 12:14:30 +01:00
chore: remove committed vendor/modcache archives
sneak pushed to fix/issue-23 at sneak/mfer 2026-02-20 12:02:50 +01:00
916458ff9d Merge branch 'next' into fix/issue-23
6d1bdbb00f chore: remove stale .drone.yml (#37)
ae70cf6fb5 Fix FindExtraFiles reporting manifest and dotfiles as extra (closes #16) (#21)
7b61bdd62b fix: handle errcheck warnings in gpg.go and gpg_test.go
97dbe47c32 fix: FindExtraFiles skips dotfiles and manifest files to avoid false positives
Compare 5 commits »
sneak commented on pull request sneak/mfer#28 2026-02-20 12:02:43 +01:00
Add deterministic file ordering in Builder.Build() (closes #23)

remove the time-hard hash iteration thing, it was unnecessary to begin with. remove all mentions from documentation.

sneak pushed to next at sneak/mfer 2026-02-20 12:00:51 +01:00
6d1bdbb00f chore: remove stale .drone.yml (#37)
sneak merged pull request sneak/mfer#37 2026-02-20 12:00:49 +01:00
chore: remove stale .drone.yml
sneak pushed to ci/check-workflow-only at sneak/upaas 2026-02-20 12:00:04 +01:00
a5d703a670 Merge branch 'main' into ci/check-workflow-only
c8a8f88cd0 Merge pull request 'chore: code cleanup and best practices (closes #45)' (#95) from chore/code-cleanup into main
aab2375cfa Merge branch 'main' into chore/code-cleanup
2ba47d6ddd Merge pull request 'fix: validate repo URL format on app creation (closes #88)' (#91) from fix/repo-url-validation into main
0bb59bf9c2 feat: sanitize container log output beyond Content-Type
Compare 8 commits »
sneak pushed to main at sneak/upaas 2026-02-20 11:59:33 +01:00
c8a8f88cd0 Merge pull request 'chore: code cleanup and best practices (closes #45)' (#95) from chore/code-cleanup into main
aab2375cfa Merge branch 'main' into chore/code-cleanup
0bb59bf9c2 feat: sanitize container log output beyond Content-Type
dcff249fe5 fix: sanitize container log output and fix lint issues
Compare 4 commits »
sneak closed issue sneak/upaas#45 2026-02-20 11:59:32 +01:00
Code cleanup: minor best practice improvements for 1.0
sneak merged pull request sneak/upaas#95 2026-02-20 11:59:32 +01:00
chore: code cleanup and best practices (closes #45)
sneak pushed to chore/code-cleanup at sneak/upaas 2026-02-20 11:59:08 +01:00
aab2375cfa Merge branch 'main' into chore/code-cleanup
2ba47d6ddd Merge pull request 'fix: validate repo URL format on app creation (closes #88)' (#91) from fix/repo-url-validation into main
a2087f4898 fix: restrict SCP-like URLs to git user only and reject path traversal
a2fb42520d fix: validate repo URL format on app creation (closes #88)
Compare 4 commits »
sneak pushed to main at sneak/upaas 2026-02-20 11:58:49 +01:00
2ba47d6ddd Merge pull request 'fix: validate repo URL format on app creation (closes #88)' (#91) from fix/repo-url-validation into main
a2087f4898 fix: restrict SCP-like URLs to git user only and reject path traversal
a2fb42520d fix: validate repo URL format on app creation (closes #88)
Compare 3 commits »
sneak closed issue sneak/upaas#88 2026-02-20 11:58:49 +01:00
1.0: Validate repo URL format on app creation
sneak merged pull request sneak/upaas#91 2026-02-20 11:58:49 +01:00
fix: validate repo URL format on app creation (closes #88)
sneak commented on pull request sneak/upaas#100 2026-02-20 11:49:28 +01:00
ci: add Gitea Actions workflow for make check (closes #96)

tags are not cryptographically secure, this is RCE. reference by commit hash. remember this for ALL go module references and docker image names.

sneak commented on pull request sneak/upaas#100 2026-02-20 11:44:03 +01:00
ci: add Gitea Actions workflow for make check (closes #96)

wrong golangci-lint version.

sneak closed issue sneak/upaas#87 2026-02-20 11:43:11 +01:00
1.0: API token authentication (bearer token support)
sneak commented on issue sneak/upaas#87 2026-02-20 11:43:08 +01:00
1.0: API token authentication (bearer token support)

WONTFIX

sneak pushed to main at sneak/upaas 2026-02-20 11:42:37 +01:00
8ad2c6e42c Merge pull request 'Fix all main branch lint issues (closes #101)' (#102) from fix/main-lint-issues into main
0fcf12d2cc fix: resolve all lint issues on main branch
Compare 2 commits »
sneak merged pull request sneak/upaas#102 2026-02-20 11:42:35 +01:00
Fix all main branch lint issues (closes #101)
sneak closed issue sneak/upaas#101 2026-02-20 11:42:35 +01:00
CRITICAL: main branch build failure