Jeffrey Paul sneak
sneak closed issue sneak/netwatch#2 2026-03-10 19:56:41 +01:00
broken on mobile
sneak merged pull request sneak/netwatch#5 2026-03-10 19:56:41 +01:00
feat: responsive mobile layout for host rows (closes #2)
sneak commented on pull request sneak/upaas#158 2026-03-10 19:47:35 +01:00
feat: monolithic env var editing with bulk save

@clawbot i want one more final review because this issue is complex.

review agent: i want you to look REALLY HARD at the diff as well as the post-diff code to identify any bugs this may have…

sneak commented on pull request sneak/vaultik#41 2026-03-10 19:42:42 +01:00
Refactor: break up oversized methods into smaller descriptive helpers

@clawbot please set needs-review and fire off a new review subagent because we've changed the reviewer prompts since this review

sneak commented on pull request sneak/vaultik#42 2026-03-10 19:41:14 +01:00
Add make check target and CI workflow

doesn't pass CI

sneak commented on pull request sneak/upaas#158 2026-03-10 19:30:22 +01:00
feat: monolithic env var editing with bulk save

you shouldn't be creating a single string from them. you can post an array of keys/vals to the server and it can handle the new INSERTs, obviously. you don't need to do any parsing (other than json)

sneak closed pull request sneak/upaas#162 2026-03-10 18:56:15 +01:00
style: run make fmt on JS static files
sneak commented on pull request sneak/upaas#158 2026-03-10 18:55:18 +01:00
feat: monolithic env var editing with bulk save

update this to solve #163 too

sneak pushed to fix/issue-156-env-vars-404 at sneak/upaas 2026-03-10 18:54:33 +01:00
4aaeffdffc Merge branch 'main' into fix/issue-156-env-vars-404
e1dc865226 feat: add webhook event history UI page (#164)
Compare 2 commits »
sneak pushed to fix/js-formatting at sneak/upaas 2026-03-10 18:54:10 +01:00
d22daf1f0a Merge branch 'main' into fix/js-formatting
e1dc865226 feat: add webhook event history UI page (#164)
49ff625ac4 fix: add missing Makefile targets (docker, hooks) and test timeout (#159)
Compare 3 commits »
sneak deleted branch feature/webhook-event-history-ui from sneak/upaas 2026-03-10 18:53:59 +01:00
sneak pushed to main at sneak/upaas 2026-03-10 18:53:58 +01:00
e1dc865226 feat: add webhook event history UI page (#164)
sneak merged pull request sneak/upaas#164 2026-03-10 18:53:58 +01:00
feat: add webhook event history UI page
sneak commented on pull request sneak/neoirc#72 2026-03-10 18:41:56 +01:00
feat: implement Tier 1 IRC numerics

this must be rebased on main and updated to comply with the changes from #71

sneak deleted branch feat/complete-irc-numerics from sneak/neoirc 2026-03-10 18:41:28 +01:00
sneak pushed to main at sneak/neoirc 2026-03-10 18:41:28 +01:00
27df999942 Complete IRC numerics module and move to pkg/irc/ (refs #52) (#71)
sneak merged pull request sneak/neoirc#71 2026-03-10 18:41:27 +01:00
Complete IRC numerics module and move to pkg/irc/ (refs #52)
sneak commented on pull request sneak/neoirc#71 2026-03-10 18:35:38 +01:00
Complete IRC numerics module and move to pkg/irc/ (refs #52)

write me some basic tests pls

sneak commented on pull request sneak/neoirc#63 2026-03-10 18:34:25 +01:00
feat: implement hashcash proof-of-work for session creation

hashcash is a bad name for the key. it's not a "hashcash" it's a pow_token

sneak commented on pull request sneak/neoirc#63 2026-03-10 18:33:14 +01:00
feat: implement hashcash proof-of-work for session creation

@clawbot report status