Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
b06e7f91
Commit
b06e7f91
authored
Jul 30, 2021
by
Nick Gaskill
Committed by
Jose Ivan Vargas
Jul 30, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Edit to issues rate limits UI text and doc
parent
c19fddba
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
6 additions
and
5 deletions
+6
-5
app/views/admin/application_settings/network.html.haml
app/views/admin/application_settings/network.html.haml
+2
-1
doc/user/admin_area/settings/img/rate_limit_on_issues_creation_v13_1.png
...area/settings/img/rate_limit_on_issues_creation_v13_1.png
+0
-0
doc/user/admin_area/settings/img/rate_limit_on_issues_creation_v14_2.png
...area/settings/img/rate_limit_on_issues_creation_v14_2.png
+0
-0
doc/user/admin_area/settings/rate_limit_on_issues_creation.md
...user/admin_area/settings/rate_limit_on_issues_creation.md
+1
-1
locale/gitlab.pot
locale/gitlab.pot
+3
-3
No files found.
app/views/admin/application_settings/network.html.haml
View file @
b06e7f91
...
...
@@ -68,7 +68,8 @@
%button
.btn.gl-button.btn-default.js-settings-toggle
{
type:
'button'
}
=
expanded_by_default?
?
_
(
'Collapse'
)
:
_
(
'Expand'
)
%p
=
_
(
'Configure limit for issues created per minute by web and API requests.'
)
=
_
(
'Limit the number of issues per minute a user can create through web and API requests.'
)
=
link_to
_
(
'Learn more.'
),
help_page_path
(
'user/admin_area/settings/rate_limit_on_issues_creation.md'
),
target:
'_blank'
,
rel:
'noopener noreferrer'
.settings-content
=
render
'issue_limits'
...
...
doc/user/admin_area/settings/img/rate_limit_on_issues_creation_v13_1.png
deleted
100644 → 0
View file @
c19fddba
13.2 KB
doc/user/admin_area/settings/img/rate_limit_on_issues_creation_v14_2.png
0 → 100644
View file @
b06e7f91
28.7 KB
doc/user/admin_area/settings/rate_limit_on_issues_creation.md
View file @
b06e7f91
...
...
@@ -22,7 +22,7 @@ For example, if you set a limit of 300, requests using the
[
Projects::IssuesController#create
](
https://gitlab.com/gitlab-org/gitlab/raw/master/app/controllers/projects/issues_controller.rb
)
action exceeding a rate of 300 per minute are blocked. Access to the endpoint is allowed after one minute.
![
Rate limits on issues creation
](
img/rate_limit_on_issues_creation_v1
3_1
.png
)
![
Rate limits on issues creation
](
img/rate_limit_on_issues_creation_v1
4_2
.png
)
This limit is:
...
...
locale/gitlab.pot
View file @
b06e7f91
...
...
@@ -8371,9 +8371,6 @@ msgstr ""
msgid "Configure existing installation"
msgstr ""
msgid "Configure limit for issues created per minute by web and API requests."
msgstr ""
msgid "Configure limit for notes created per minute by web and API requests."
msgstr ""
...
...
@@ -19741,6 +19738,9 @@ msgstr ""
msgid "Limit the number of concurrent operations this secondary node can run in the background."
msgstr ""
msgid "Limit the number of issues per minute a user can create through web and API requests."
msgstr ""
msgid "Limited to showing %d event at most"
msgid_plural "Limited to showing %d events at most"
msgstr[0] ""
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment