-
- Downloads
There was an error fetching the commit references. Please try again later.
Merge branch '321047-confidential-issue' into 'master'
Add create rate limit to NotesActions See merge request gitlab-org/gitlab!53896
No related branches found
No related tags found
Showing
- app/controllers/concerns/check_rate_limit.rb 23 additions, 0 deletionsapp/controllers/concerns/check_rate_limit.rb
- app/controllers/concerns/notes_actions.rb 2 additions, 0 deletionsapp/controllers/concerns/notes_actions.rb
- app/controllers/projects/notes_controller.rb 0 additions, 17 deletionsapp/controllers/projects/notes_controller.rb
- ee/spec/controllers/groups/epics/notes_controller_spec.rb 5 additions, 0 deletionsee/spec/controllers/groups/epics/notes_controller_spec.rb
- ee/spec/controllers/projects/security/vulnerabilities/notes_controller_spec.rb 5 additions, 0 deletions...rojects/security/vulnerabilities/notes_controller_spec.rb
- lib/gitlab/application_rate_limiter.rb 1 addition, 1 deletionlib/gitlab/application_rate_limiter.rb
- spec/controllers/projects/notes_controller_spec.rb 3 additions, 43 deletionsspec/controllers/projects/notes_controller_spec.rb
- spec/controllers/snippets/notes_controller_spec.rb 16 additions, 0 deletionsspec/controllers/snippets/notes_controller_spec.rb
- spec/support/shared_examples/controllers/create_notes_rate_limit_shared_examples.rb 44 additions, 0 deletions...es/controllers/create_notes_rate_limit_shared_examples.rb
app/controllers/concerns/check_rate_limit.rb
0 → 100644
Please register or sign in to comment