chore: remove unused ALERT_CALLBACK_URL config#813
Merged
Conversation
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>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
alexbouchardd
approved these changes
Apr 9, 2026
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
CallbackURLfield fromAlertConfigstruct and itsALERT_CALLBACK_URLenv varCallbackURL = ""Alert callbacks were replaced by operation events. The field was still accepted but unused by any functional code.
Test plan
go build ./...passes🤖 Generated with Claude Code