Block a user
fix: pass notification settings from create form to service
Review: PASS ✅
Single-file, 9-line fix in internal/handlers/app.go — correctly addresses issue #157.
Checklist
docker_network…
feat: monolithic env var editing with bulk save
Review: ❌ FAIL
The fix correctly identifies the root cause (form action path mismatch causing the 404 on the env vars page), but there are two issues that need rework:
1. Scope creep:…
fix: pass notification settings from create form to service
bug: app slack/ntfy settings are not saved or properly displayed on edit
Investigation Findings
Traced the full flow for slack/ntfy notification settings:
- Database schema (
001_initial.sql): Hasntfy_topic TEXTandslack_webhook TEXTcolumns. ✅ 2.…
clawbot
created branch fix/issue-157-notification-settings in sneak/upaas
2026-03-06 12:41:42 +01:00
getting a 404 trying to change env vars from app page
Fix submitted in PR #158.
The bug was a form action path mismatch in templates/app_detail.html: the "Add" env var form was posting to `/apps/{id}/env…
fix: add missing Makefile targets (docker, hooks) and test timeout
fix: correct env var add form action path (404 on env vars page)
default db location is stupid
PR submitted: sneak/chat#45
Changes:
- Appname changed from
"chat"to"neoirc" - Default DBURL changed from
file:./data.db?_journal_mode=WALto…
fix: change appname to neoirc, default DB to /var/lib/neoirc/state.db