-
- Downloads
Change project export download rate limit
Previously, the export download rate limit was scoped to the project namespace. Now it is scoped to individual projects This change: - Updates rate limit scope from namespace to project level - Modifies rate limit checks in ProjectsController and API - Updates related documentation and tests Changelog: changed
parent
1fcfd23d
No related branches found
No related tags found
Showing
- app/controllers/projects_controller.rb 2 additions, 2 deletionsapp/controllers/projects_controller.rb
- doc/user/project/settings/import_export.md 1 addition, 1 deletiondoc/user/project/settings/import_export.md
- lib/api/project_export.rb 1 addition, 1 deletionlib/api/project_export.rb
- spec/controllers/projects_controller_spec.rb 3 additions, 30 deletionsspec/controllers/projects_controller_spec.rb
- spec/requests/api/project_export_spec.rb 3 additions, 23 deletionsspec/requests/api/project_export_spec.rb
Please register or sign in to comment