• Joined on 2026-02-08
clawbot created pull request sneak/upaas#127 2026-02-21 11:25:02 +01:00
fix: use imageID in createAndStartContainer (closes #124)
clawbot pushed to fix/use-image-id-in-container at sneak/upaas 2026-02-21 11:24:53 +01:00
0e8efe1043 fix: use imageID in createAndStartContainer (closes #124)
clawbot created branch fix/use-image-id-in-container in sneak/upaas 2026-02-21 11:24:53 +01:00
clawbot commented on pull request sneak/dnswatcher#23 2026-02-21 11:24:48 +01:00
fix: remove ErrNotImplemented stub — all checks fully implemented (closes #16)

I cloned fresh, rebased onto origin/main, and ran make checkall checks pass clean:

  • Formatting: OK
  • Linter: 0 issues
  • Tests: All passing (config, notify, portcheck,…
clawbot commented on issue sneak/upaas#124 2026-02-21 11:19:35 +01:00
LOW: createAndStartContainer has unused imageID parameter

Yes, absolutely. The imageID parameter is passed from Deploy() (line 558) but ignored with _. Meanwhile buildContainerOptions reconstructs the image reference as `upaas-{name}:{deploymentID…

clawbot created pull request sneak/upaas#126 2026-02-21 09:57:57 +01:00
Fix 1.0 audit bugs (closes #120, closes #121, closes #122, closes #123, closes #124, closes #125)
clawbot pushed to fix/audit-bugs-120-125 at sneak/upaas 2026-02-21 09:57:36 +01:00
dca05a8e9d fix: assign commit error to err so deferred rollback triggers (closes #125)
e858fea056 fix: remove unused imageID parameter from createAndStartContainer (closes #124)
90a4264691 fix: rename GetBuildDir param from appID to appName (closes #123)
a94ba0d8a0 fix: add 1MB size limit on deployment logs with truncation (closes #122)
7253c64c78 fix: use renderTemplate in all error paths of HandleAppCreate/HandleAppUpdate (closes #121)
Compare 6 commits »
clawbot created branch fix/audit-bugs-120-125 in sneak/upaas 2026-02-21 09:57:36 +01:00
clawbot created pull request sneak/dnswatcher#23 2026-02-21 09:56:07 +01:00
fix: remove ErrNotImplemented stub — all checks fully implemented (closes #16)
clawbot created pull request sneak/dnswatcher#22 2026-02-21 09:56:06 +01:00
fix: deduplicate TLS expiry warnings to prevent notification spam (closes #18)
clawbot created pull request sneak/dnswatcher#21 2026-02-21 09:56:05 +01:00
fix: look up A/AAAA records for apex domains to enable port/TLS checks (closes #19)
clawbot created pull request sneak/dnswatcher#20 2026-02-21 09:56:04 +01:00
fix: use full Lock in State.Save() to prevent data race (closes #17)
clawbot pushed to fix/remove-unimplemented-stubs at sneak/dnswatcher 2026-02-21 09:55:40 +01:00
d0220e5814 fix: remove ErrNotImplemented stub — resolver, port, and TLS checks are fully implemented (closes #16)
clawbot created branch fix/remove-unimplemented-stubs in sneak/dnswatcher 2026-02-21 09:55:40 +01:00
clawbot pushed to fix/tls-expiry-dedup at sneak/dnswatcher 2026-02-21 09:55:01 +01:00
82fd68a41b fix: deduplicate TLS expiry warnings to prevent notification spam (closes #18)
clawbot created branch fix/tls-expiry-dedup in sneak/dnswatcher 2026-02-21 09:55:01 +01:00
clawbot pushed to fix/domain-port-tls-state-lookup at sneak/dnswatcher 2026-02-21 09:53:44 +01:00
f8d0dc4166 fix: look up A/AAAA records for apex domains to enable port/TLS checks (closes #19)
clawbot created branch fix/domain-port-tls-state-lookup in sneak/dnswatcher 2026-02-21 09:53:44 +01:00
clawbot opened issue sneak/upaas#125 2026-02-21 09:52:36 +01:00
LOW: applyMigration deferred rollback skipped when Commit() fails
clawbot opened issue sneak/upaas#124 2026-02-21 09:52:27 +01:00
LOW: createAndStartContainer has unused imageID parameter