feat: Config Protection Plugin - Bounty #30 ($75)#91
Conversation
|
Warning Rate limit exceeded
Your organization is not enrolled in usage-based pricing. Contact your admin to enable usage-based pricing to continue reviews beyond the rate limit, or try again in 53 minutes and 52 seconds. ⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. 📝 WalkthroughWalkthroughThe change adds documentation to README.md by introducing a new "Implemented Plugins" section with an entry for Config Protection. The entry documents the plugin's implementation status, associated bounty amount, repository reference, and describes its functionality: restricting configuration file modifications to authorized roles (admins and billing managers) and automatically reverting any unauthorized changes through immediate rollback commits. 🚥 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 |
Resolves #30
Config Protection Plugin
A UbiquityOS plugin that protects configuration files from unauthorized modifications by automatically reverting changes made by users without admin or billing_manager permissions.
Plugin Repository
https://github.com/zhaog100/config-protection
How It Works
pushevents on the default branch.ubiquity-os.config.yml, etc.)adminorbilling_managerrole via GitHub APIFeatures
adminandbilling_managerConfiguration
Events
push- Monitors pushes to the default branch for config file changesTechnical Implementation