ROB-3785 Mark AlertManager integration docs as legacy#2082
Conversation
Each page under the "Send Alerts to Robusta" section now displays a warning at the top noting that the section is legacy and pointing readers to the new Send Events API. https://claude.ai/code/session_01HPM81GrhcqWdvYgke5aGDt
|
✅ Docker image ready for
Use this tag to pull the image for testing. 📋 Copy commandsgcloud auth configure-docker us-central1-docker.pkg.dev
docker pull us-central1-docker.pkg.dev/robusta-development/temporary-builds/robusta-runner:36d38fd
docker tag us-central1-docker.pkg.dev/robusta-development/temporary-builds/robusta-runner:36d38fd me-west1-docker.pkg.dev/robusta-development/development/robusta-runner-dev:36d38fd
docker push me-west1-docker.pkg.dev/robusta-development/development/robusta-runner-dev:36d38fdPatch Helm values in one line: helm upgrade --install robusta robusta/robusta \
--reuse-values \
--set runner.image=me-west1-docker.pkg.dev/robusta-development/development/robusta-runner-dev:36d38fd |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
✅ Files skipped from review due to trivial changes (1)
WalkthroughCreates a shared reStructuredText legacy warning include and prepends it to 22 alerting and exporting integration documentation pages to mark those integrations as legacy and point readers to the Send Events API. ChangesLegacy Integration Banner Implementation
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Possibly related PRs
Suggested reviewers
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Summary
This PR adds legacy deprecation warnings to AlertManager integration documentation and related exporting APIs, directing users to the newer Send Events API for new integrations.
Key Changes
_legacy_banner.rstfile containing a deprecation warning that references the Send Events APIImplementation Details
The deprecation banner is implemented as a reusable RST include file that can be easily maintained in one location. This approach ensures consistent messaging across all legacy features and makes it simple to update the deprecation notice in the future if needed.
https://claude.ai/code/session_01HPM81GrhcqWdvYgke5aGDt