Jeffrey Paul sneak
sneak deleted branch fix/use-image-id-in-container from sneak/upaas 2026-02-23 20:48:25 +01:00
sneak pushed to main at sneak/upaas 2026-02-23 20:48:25 +01:00
28f014ce95 Merge pull request 'fix: use imageID in createAndStartContainer (closes #124)' (#127) from fix/use-image-id-in-container into main
0e8efe1043 fix: use imageID in createAndStartContainer (closes #124)
Compare 2 commits »
sneak closed issue sneak/upaas#124 2026-02-23 20:48:23 +01:00
LOW: createAndStartContainer has unused imageID parameter
sneak merged pull request sneak/upaas#127 2026-02-23 20:48:23 +01:00
fix: use imageID in createAndStartContainer (closes #124)
sneak deleted branch fix/pin-external-refs-crypto-identity from sneak/upaas 2026-02-23 20:48:10 +01:00
sneak pushed to main at sneak/upaas 2026-02-23 20:48:10 +01:00
dc638a07f1 Merge pull request 'fix: pin all external refs to cryptographic identity (closes #118)' (#119) from fix/pin-external-refs-crypto-identity into main
0ed2d02dfe fix: pin all external refs to cryptographic identity (closes #118)
Compare 2 commits »
sneak closed issue sneak/upaas#118 2026-02-23 20:48:09 +01:00
CRITICAL: rce in docker build
sneak merged pull request sneak/upaas#119 2026-02-23 20:48:09 +01:00
fix: pin all external refs to cryptographic identity (closes #118)
sneak suggested changes for sneak/upaas#126 2026-02-23 20:46:57 +01:00
Fix 1.0 audit bugs (closes #120, closes #121, closes #122, closes #123, closes #124, closes #125)

@clawbot pls fix. also entirely separately (i'm about to tag a 1.0.0) make an issue and associated PR for breaking up app.js into more reasonable chunks.

sneak commented on pull request sneak/upaas#126 2026-02-23 20:44:57 +01:00
Fix 1.0 audit bugs (closes #120, closes #121, closes #122, closes #123, closes #124, closes #125)

read https://git.eeqj.de/sneak/prompts/src/branch/main/prompts/CODE_STYLEGUIDE_GO.md and if it doesn't have an item about not defining a package just to hold types, add one with a PR to the prompts repo. make a note in your memory about the existence of the files in this prompts directory in the sneak/prompts repo and how they should be loaded into context when authoring code.

sneak commented on pull request sneak/upaas#126 2026-02-23 20:42:40 +01:00
Fix 1.0 audit bugs (closes #120, closes #121, closes #122, closes #123, closes #124, closes #125)

is c.docker our object (and can these function signatures be updated) or is that docker's code?

sneak commented on pull request sneak/upaas#126 2026-02-23 20:42:17 +01:00
Fix 1.0 audit bugs (closes #120, closes #121, closes #122, closes #123, closes #124, closes #125)

ContainerLogs signature should be updated to take the correct type (if that's our code). that's the whole point of using custom string types.

sneak commented on pull request sneak/upaas#126 2026-02-23 20:41:41 +01:00
Fix 1.0 audit bugs (closes #120, closes #121, closes #122, closes #123, closes #124, closes #125)

"domain" is a bad name for this. think of something better.

sneak commented on pull request sneak/upaas#126 2026-02-23 20:41:18 +01:00
Fix 1.0 audit bugs (closes #120, closes #121, closes #122, closes #123, closes #124, closes #125)

it is not idiomatic go to make a package just for types, and furthermore alias imports mean you haven't named something properly. define the types alongside the implementations that use them.

sneak commented on pull request sneak/upaas#126 2026-02-23 20:40:27 +01:00
Fix 1.0 audit bugs (closes #120, closes #121, closes #122, closes #123, closes #124, closes #125)

setting the env var to a relative path (where docker-compose is being run) wouldn't work at all, given that docker-compose doesn't even necessarily run on the same machine as µPaaS.

sneak pushed to main at sneak/prompts 2026-02-22 19:38:41 +01:00
189e54862e Add template repos section to README
sneak pushed to main at sneak/netwatch 2026-02-22 19:13:10 +01:00
f4517ae953 Redesign summary box and add host pinning
sneak pushed to main at sneak/netwatch 2026-02-22 19:06:55 +01:00
a3bd3d06d1 Add local and UTC clocks below header, updated every second
sneak pushed to main at sneak/netwatch 2026-02-22 19:05:18 +01:00
77e40bf4ef Add Checks counter to summary line