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
a3bdff7c
Commit
a3bdff7c
authored
Sep 02, 2019
by
GitLab Bot
Browse files
Options
Browse Files
Download
Plain Diff
Automatic merge of gitlab-org/gitlab-ce master
parents
33f562dc
eaae9cec
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
16 additions
and
9 deletions
+16
-9
.gitlab/ci/docs.gitlab-ci.yml
.gitlab/ci/docs.gitlab-ci.yml
+1
-1
doc/ci/docker/using_docker_build.md
doc/ci/docker/using_docker_build.md
+1
-1
doc/user/admin_area/settings/account_and_limit_settings.md
doc/user/admin_area/settings/account_and_limit_settings.md
+13
-6
doc/user/gitlab_com/index.md
doc/user/gitlab_com/index.md
+1
-1
No files found.
.gitlab/ci/docs.gitlab-ci.yml
View file @
a3bdff7c
...
...
@@ -74,7 +74,7 @@ docs lint:
script
:
-
scripts/lint-doc.sh
# Lint Markdown
-
markdownlint --config .markdownlint.json
doc/**/*.md
-
markdownlint --config .markdownlint.json
'doc/**/*.md'
# Prepare docs for build
-
mv doc/ /tmp/gitlab-docs/content/$DOCS_GITLAB_REPO_SUFFIX
-
cd /tmp/gitlab-docs
...
...
doc/ci/docker/using_docker_build.md
View file @
a3bdff7c
...
...
@@ -603,7 +603,7 @@ Below is an example of how your `.gitlab-ci.yml` should look like, assuming you
-
docker run my-docker-image /script/to/run/tests
```
If you forget to set the service alias the `docker:19.03.1` image won't find the
If you forget to set the service alias the `docker:19.03.1` image won't find the
`dind` service, and an error like the following is thrown:
```
sh
...
...
doc/user/admin_area/settings/account_and_limit_settings.md
View file @
a3bdff7c
...
...
@@ -44,12 +44,19 @@ there are no restrictions.
These settings can be found within:
-
Each project's settings.
-
A group's settings.
-
The
**Size limit per repository (MB)**
field in the
**Account and limit**
section of a GitLab instance's
settings by navigating to either:
-
**Admin Area > Settings > General**
.
-
The path
`/admin/application_settings`
.
-
Each project's settings:
1.
From the Project's homepage, navigate to
**Settings > General**
.
1.
Fill in the
**Repository size limit (MB)**
field in the
**Naming, topics, avatar**
section.
1.
Click
**Save changes**
.
-
Each group's settings:
1.
From the Group's homepage, navigate to
**Settings > General**
.
1.
Fill in the
**Repository size limit (MB)**
field in the
**Naming, visibility**
section.
1.
Click
**Save changes**
.
-
GitLab's global settings:
1.
From the Dashboard, navigate to
**Admin Area > Settings > General**
.
1.
Expand the
**Account and limit**
section.
1.
Fill in the
**Size limit per repository (MB)**
field.
1.
Click
**Save changes**
.
The first push of a new project, including LFS objects, will be checked for size
and
**will**
be rejected if the sum of their sizes exceeds the maximum allowed
...
...
doc/user/gitlab_com/index.md
View file @
a3bdff7c
...
...
@@ -334,7 +334,7 @@ No response headers are provided.
GitLab.com:
-
Has
[
rate limits on raw endpoints
](
../../user/admin_area/settings/rate_limits_on_raw_endpoints.md
)
set to the default.
set to the default.
-
Does not have the user and IP rate limits settings enabled.
## GitLab.com at scale
...
...
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