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
5ecd813b
Commit
5ecd813b
authored
Feb 10, 2021
by
Marcia Ramos
Committed by
Amy Qualls
Feb 10, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Docs: Create future tense cleanup (1)
parent
01031763
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
21 additions
and
24 deletions
+21
-24
doc/user/admin_area/diff_limits.md
doc/user/admin_area/diff_limits.md
+10
-10
doc/user/admin_area/settings/account_and_limit_settings.md
doc/user/admin_area/settings/account_and_limit_settings.md
+2
-2
doc/user/admin_area/settings/instance_template_repository.md
doc/user/admin_area/settings/instance_template_repository.md
+4
-7
doc/user/admin_area/settings/push_event_activities_limit.md
doc/user/admin_area/settings/push_event_activities_limit.md
+5
-5
No files found.
doc/user/admin_area/diff_limits.md
View file @
5ecd813b
...
...
@@ -13,25 +13,25 @@ For details about diff files, [View changes between files](../project/merge_requ
## Maximum diff patch size
Diff files which exceed this value
will be presented as 'too large' and won'
t
be expandable. Instead of an expandable view, a link to the blob view
will be
Diff files which exceed this value
are presented as 'too large' and canno
t
be expandable. Instead of an expandable view, a link to the blob view
is
shown.
Patches greater than 10% of this size will be automatically collapsed, and a
link to expand the diff will be presented.
Patches greater than 10% of this size are automatically collapsed, and a
link to expand the diff is presented.
This affects merge requests and branch comparison views.
NOTE:
Merge requests and branch comparison views will be affected.
WARNING:
This setting is experimental. An increased maximum will increase resource
consumption of your instance. Keep this in mind when adjusting the maximum.
To set the maximum diff patch size:
1.
Go to
**Admin Area > Settings > General**
.
1.
Expand
**Diff limits**
.
1.
Enter a value for
**Maximum diff patch size**
, measured in bytes.
1.
Click on
**Save changes**
.
WARNING:
This setting is experimental. An increased maximum increases resource
consumption of your instance. Keep this in mind when adjusting the maximum.
<!-- ## Troubleshooting
Include any troubleshooting steps that you can foresee. If you know beforehand what issues
...
...
doc/user/admin_area/settings/account_and_limit_settings.md
View file @
5ecd813b
...
...
@@ -172,9 +172,9 @@ To set a limit on how long personal access tokens are valid:
1.
Fill in the
**Maximum allowable lifetime for personal access tokens (days)**
field.
1.
Click
**Save changes**
.
Once a lifetime for personal access tokens is set, GitLab
will
:
Once a lifetime for personal access tokens is set, GitLab:
-
Appl
y
the lifetime for new personal access tokens, and require users to set an expiration date
-
Appl
ies
the lifetime for new personal access tokens, and require users to set an expiration date
and a date no later than the allowed lifetime.
-
After three hours, revoke old tokens with no expiration date or with a lifetime longer than the
allowed lifetime. Three hours is given to allow administrators to change the allowed lifetime,
...
...
doc/user/admin_area/settings/instance_template_repository.md
View file @
5ecd813b
...
...
@@ -22,10 +22,9 @@ select the project to serve as the custom template repository.
![
File templates in the Admin Area
](
img/file_template_admin_area.png
)
Once a project has been selected, you can add custom templates to the repository,
and they will appear in the appropriate places in the
[
frontend
](
../../project/repository/web_editor.md#template-dropdowns
)
and
[
API
](
../../../api/settings.md
)
.
After that, you can add custom templates to the selected repository and use them for the entire instance.
They will be available on the
[
Web Editor's dropdown
](
../../project/repository/web_editor.md#template-dropdowns
)
and through the
[
API settings
](
../../../api/settings.md
)
.
Templates must be added to a specific subdirectory in the repository,
corresponding to the kind of template. The following types of custom templates
...
...
@@ -61,9 +60,7 @@ extension and not be empty. So, the hierarchy should look like this:
|-- another_metrics-dashboard.yml
```
Once this is established, the list of custom templates will be included when
creating a new file and the template type is selected. These will appear at the
top of the list.
Your custom templates will be displayed on the dropdown menu when a new file is added through the GitLab UI:
![
Custom template dropdown menu
](
img/file_template_user_dropdown.png
)
...
...
doc/user/admin_area/settings/push_event_activities_limit.md
View file @
5ecd813b
...
...
@@ -9,17 +9,17 @@ type: reference
> [Introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/31007) in GitLab 12.4.
This allows you to set the number of changes (branches or tags) in a single push
to determine whether individual push events or bulk push event will be created.
Bulk push events will be created if it surpasses that value
.
Set the number of branches or tags to limit the number of single push events
allowed at once. If the number of events is greater than this, GitLab creates
bulk push event instead
.
For example, if 4 branches are pushed and the limit is currently set to 3,
you'll see the following in the activity feed:
![
Bulk push event
](
img/bulk_push_event_v12_4.png
)
With this feature, when a single push includes a lot of changes (
e.g.
1,000
branches), only 1 bulk push event
will be created instead of creating
1,000 push
With this feature, when a single push includes a lot of changes (
for example,
1,000
branches), only 1 bulk push event
is created instead of
1,000 push
events. This helps in maintaining good system performance and preventing spam on
the activity feed.
...
...
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