Instance Configuration: Add rate limits for Groups and Projects API
What does this MR do and why?
Instance Configuration: Add rate limits for Groups and Projects API
This MR adds rate limits to the instance configuration page for group and project API related rate limits.
References
- Update Instance Configuration to include newly ... (#575891)
- https://docs.gitlab.com/administration/settings/rate_limit_on_groups_api/
- https://docs.gitlab.com/administration/settings/rate_limit_on_projects_api/
Screenshots or screen recordings
How to set up and validate locally
- To see the limit, go to
Help > Check the current instance configurationor go tohttps://gdk.test:3443/help/instance_configuration#rate-limits - You might have to clear the cache with
Rails.cache.clearin therails console. - If you want to set or change the limit, go to
Admin > Settings > Network > <Group / Project> API rate limit..
MR acceptance checklist
MR Checklist ( @nwittstruck)
- Changelog entry added, if necessary
- Documentation created/updated via this MR
- Documentation reviewed by technical writer or follow-up review issue created
- Tests added for this feature/bug
- Tested in all supported browsers
- Conforms to the code review guidelines
- Conforms to the merge request performance guidelines
- Conforms to the style guides
- Conforms to the javascript style guides
- Conforms to the database guides
Related to #575891
Edited by Nicholas Wittstruck

