[AAP-72703] Update FEATURE_DASHBOARD_COLLECTION_ENABLED flag toggle type#988
Conversation
Changed the toggle type of the `FEATURE_DASHBOARD_COLLECTION_ENABLED` feature flag from `run-time` to `install-time` in `feature_flags.yaml`. Updated the file hash in the migration script `0005_manual_20260417.py` to reflect this change.
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Enterprise Run ID: 📒 Files selected for processing (2)
📝 WalkthroughWalkthroughThe Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~5 minutes 🚥 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. Review rate limit: 0/1 reviews remaining, refill in 60 minutes.Comment |
|
DVCS PR Check Results: PR appears valid (JIRA key(s) found) |
|



Changed the toggle type of the
FEATURE_DASHBOARD_COLLECTION_ENABLEDfeature flag fromrun-timetoinstall-timeinfeature_flags.yaml. Updated the file hash in the migration script0005_manual_20260417.pyto reflect this change.Note
Low Risk
Small config metadata change plus hash update; no logic changes beyond restricting when the flag can be toggled.
Overview
Updates the
FEATURE_DASHBOARD_COLLECTION_ENABLEDfeature flag definition to be install-time (wasrun-time), changing when it can be toggled.Refreshes the tracked
FileHashin0005_manual_20260417.pyto match the updatedfeature_flags.yamlcontent.Reviewed by Cursor Bugbot for commit 5c9c8f0. Bugbot is set up for automated code reviews on this repo. Configure here.
Summary by CodeRabbit