-
- 下载
Merge branch 'if-368926-autocomplete_users_rate_limit' into 'master'
Introduce separate rate limiter for /autocomplete/users See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/183244 Merged-by:Imre Farkas <ifarkas@gitlab.com> Approved-by:
Terri Chu <tchu@gitlab.com> Approved-by:
Hakeem Abdul-Razak <habdul-razak@gitlab.com> Reviewed-by:
Terri Chu <tchu@gitlab.com>
No related branches found
No related tags found
显示
- app/controllers/autocomplete_controller.rb 12 个添加, 1 个删除app/controllers/autocomplete_controller.rb
- app/helpers/application_settings_helper.rb 2 个添加, 0 个删除app/helpers/application_settings_helper.rb
- app/models/application_setting.rb 4 个添加, 0 个删除app/models/application_setting.rb
- app/models/application_setting_implementation.rb 2 个添加, 0 个删除app/models/application_setting_implementation.rb
- app/validators/json_schemas/application_setting_rate_limits.json 10 个添加, 0 个删除...idators/json_schemas/application_setting_rate_limits.json
- config/feature_flags/gitlab_com_derisk/autocomplete_users_rate_limit.yml 9 个添加, 0 个删除...flags/gitlab_com_derisk/autocomplete_users_rate_limit.yml
- lib/api/settings.rb 2 个添加, 0 个删除lib/api/settings.rb
- lib/gitlab/application_rate_limiter.rb 2 个添加, 0 个删除lib/gitlab/application_rate_limiter.rb
- spec/controllers/autocomplete_controller_spec.rb 19 个添加, 1 个删除spec/controllers/autocomplete_controller_spec.rb
- spec/models/application_setting_spec.rb 4 个添加, 0 个删除spec/models/application_setting_spec.rb
- spec/requests/api/settings_spec.rb 16 个添加, 0 个删除spec/requests/api/settings_spec.rb
加载中
想要评论请 注册 或 登录