Skip to content

Add guidance to disable git SSH rate limit

Daphne Kua requested to merge dkua1-git-ssh-rate-limit into master

What does this MR do and why?

State instructions to disable rate limiting on git SSH operations by setting the number to 0. Request origin: !135345 (comment 1625407239).

Updated wording for consistency and brevity on other rate limiting settings.

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

app/views/admin/application_settings/_gitlab_shell_operation_limits.html.haml file:

Before After
Screenshot_2023-10-30_at_2.30.50_PM image

app/views/admin/application_settings/_import_export_limits.html.haml file:

Before After
Screenshot_2023-10-31_at_7.45.10_PM Screenshot_2023-10-31_at_7.50.07_PM

app/views/admin/application_settings/_performance.html.haml file:

Before After
Screenshot_2023-10-31_at_7.40.38_PM Screenshot_2023-10-31_at_7.41.58_PM

app/views/admin/application_settings/_projects_api_limits.html.haml file:

Before After
Screenshot_2023-10-31_at_7.43.09_PM Screenshot_2023-10-31_at_7.43.51_PM

How to set up and validate locally

  1. Navigate to /admin/application_settings/network.
  2. Verify the following sections:
  • Performance optimization
  • Git SSH operations rate limit
  • Projects API rate limit
  • Import and export rate limits

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Daphne Kua

Merge request reports