=_("Omnibus Protected Paths throttle is active. From 12.4, Omnibus throttle is deprecated and will be removed in a future release. Please read the %{relative_url_link_start}Migrating Protected Paths documentation%{relative_url_link_end}.").html_safe%{relative_url_link_start: relative_url_link_start,relative_url_link_end: '</a>'.html_safe}
=_('All paths are relative to the GitLab URL. Do not include %{relative_url_link_start}relative URL%{relative_url_link_end}.').html_safe%{relative_url_link_start: relative_url_link_start,relative_url_link_end: '</a>'.html_safe}
@@ -33,8 +33,13 @@ the `author` field. GitLab team members **should not**.
...
@@ -33,8 +33,13 @@ the `author` field. GitLab team members **should not**.
## What warrants a changelog entry?
## What warrants a changelog entry?
- Any change that introduces a database migration **must** have a changelog entry.
- Any user-facing change **should** have a changelog entry. Example: "GitLab now
- Any user-facing change **should** have a changelog entry. Example: "GitLab now
uses system fonts for all text."
uses system fonts for all text."
- Performance improvements **should** have a changelog entry.
- _Any_ contribution from a community member, no matter how small, **may** have
a changelog entry regardless of these guidelines if the contributor wants one.
Example: "Fixed a typo on the search results page."
- Any docs-only changes **should not** have a changelog entry.
- Any docs-only changes **should not** have a changelog entry.
- Any change behind a feature flag **should not** have a changelog entry. The entry should be added [in the merge request removing the feature flags](feature_flags/development.md).
- Any change behind a feature flag **should not** have a changelog entry. The entry should be added [in the merge request removing the feature flags](feature_flags/development.md).
- A fix for a regression introduced and then fixed in the same release (i.e.,
- A fix for a regression introduced and then fixed in the same release (i.e.,
...
@@ -43,12 +48,6 @@ the `author` field. GitLab team members **should not**.
...
@@ -43,12 +48,6 @@ the `author` field. GitLab team members **should not**.
- Any developer-facing change (e.g., refactoring, technical debt remediation,
- Any developer-facing change (e.g., refactoring, technical debt remediation,
test suite changes) **should not** have a changelog entry. Example: "Reduce
test suite changes) **should not** have a changelog entry. Example: "Reduce
database records created during Cycle Analytics model spec."
database records created during Cycle Analytics model spec."
- _Any_ contribution from a community member, no matter how small, **may** have
a changelog entry regardless of these guidelines if the contributor wants one.
Example: "Fixed a typo on the search results page."
- Performance improvements **should** have a changelog entry.
- Any change that introduces a database migration **must** have a
msgid "All merge conflicts were resolved. The merge request can now be merged."
msgid "All merge conflicts were resolved. The merge request can now be merged."
msgstr ""
msgstr ""
msgid "All paths are relative to the GitLab URL. Do not include %{relative_url_link_start}relative URL%{relative_url_link_end}."
msgstr ""
msgid "All projects"
msgid "All projects"
msgstr ""
msgstr ""
...
@@ -4038,6 +4041,9 @@ msgstr ""
...
@@ -4038,6 +4041,9 @@ msgstr ""
msgid "Configure limits for web and API requests."
msgid "Configure limits for web and API requests."
msgstr ""
msgstr ""
msgid "Configure paths to be protected by Rack Attack. A web server restart is required after changing these settings."
msgstr ""
msgid "Configure push mirrors."
msgid "Configure push mirrors."
msgstr ""
msgstr ""
...
@@ -5680,6 +5686,9 @@ msgstr ""
...
@@ -5680,6 +5686,9 @@ msgstr ""
msgid "Enable or disable version check and usage ping."
msgid "Enable or disable version check and usage ping."
msgstr ""
msgstr ""
msgid "Enable protected paths rate limit"
msgstr ""
msgid "Enable proxy"
msgid "Enable proxy"
msgstr ""
msgstr ""
...
@@ -8058,6 +8067,9 @@ msgstr ""
...
@@ -8058,6 +8067,9 @@ msgstr ""
msgid "Helps prevent bots from creating accounts."
msgid "Helps prevent bots from creating accounts."
msgstr ""
msgstr ""
msgid "Helps reduce request volume for protected paths"
msgstr ""
msgid "Hide archived projects"
msgid "Hide archived projects"
msgstr ""
msgstr ""
...
@@ -10706,6 +10718,9 @@ msgstr ""
...
@@ -10706,6 +10718,9 @@ msgstr ""
msgid "OmniAuth"
msgid "OmniAuth"
msgstr ""
msgstr ""
msgid "Omnibus Protected Paths throttle is active. From 12.4, Omnibus throttle is deprecated and will be removed in a future release. Please read the %{relative_url_link_start}Migrating Protected Paths documentation%{relative_url_link_end}."