Skip to content

chore: remove unused ALERT_CALLBACK_URL config#813

Merged
alexluong merged 1 commit intomainfrom
chore/remove-alert-callback-url
Apr 9, 2026
Merged

chore: remove unused ALERT_CALLBACK_URL config#813
alexluong merged 1 commit intomainfrom
chore/remove-alert-callback-url

Conversation

@alexluong
Copy link
Copy Markdown
Collaborator

Summary

  • Remove CallbackURL field from AlertConfig struct and its ALERT_CALLBACK_URL env var
  • Remove callback URL from startup config logging
  • Remove callback URL from YAML example and env var table in configuration docs
  • Clean up e2e test that was setting CallbackURL = ""

Alert callbacks were replaced by operation events. The field was still accepted but unused by any functional code.

Test plan

  • Verify go build ./... passes
  • Verify e2e regression test still passes without the field

🤖 Generated with Claude Code

Alert callbacks have been replaced by operation events.
The CallbackURL field was still accepted but no longer
used by any functional code.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@vercel
Copy link
Copy Markdown

vercel bot commented Apr 9, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
outpost-docs Ready Ready Preview, Comment Apr 9, 2026 9:36am
outpost-website Ready Ready Preview, Comment Apr 9, 2026 9:36am

Request Review

@alexluong alexluong merged commit 8bf900f into main Apr 9, 2026
5 checks passed
@alexluong alexluong deleted the chore/remove-alert-callback-url branch April 9, 2026 16:18
alexluong added a commit that referenced this pull request Apr 10, 2026
Resolved conflicts in the old docs/pages/ tree and docs/zudoku.config.ts
by keeping the refactor's deletion of the legacy zudoku docs structure.
The two new files added on main (docs/pages/features/operator-events.mdx
and docs/pages/guides/upgrade-v0.16.mdx) were dropped in favor of the
refactor's .mdoc equivalents at docs/content/features/operator-events.mdoc
and docs/content/self-hosting/upgrade-v0.16.mdoc.

Note: content in the refactored .mdoc files still references the old
OPERATION_EVENTS_* env var names and ALERT_CALLBACK_URL; main renamed
these to OPERATOR_EVENTS_* (#819) and removed ALERT_CALLBACK_URL (#813).
These are stale in the .mdoc files and should be updated separately.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants