Block a user
feat: monolithic env var editing with bulk save
Rework Complete
Addressed both review findings:
1. Removed JS reformatting
All 5 JS files (app-detail.js, components.js, dashboard.js, deployment.js, utils.js) have been reset…
Rename app from chat to neoirc, binary to neoircd (closes #46)
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)