Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
GitLab Community Edition
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
13,964
Issues
13,964
List
Boards
Labels
Service Desk
Milestones
Merge Requests
802
Merge Requests
802
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
GitLab.org
GitLab Community Edition
Commits
bc70493b
Commit
bc70493b
authored
Mar 07, 2017
by
Régis Freyd (GitLab)
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change project count limit from 10 to 100000
parent
fb4a4866
Pipeline
#6872627
passed with stages
in 138 minutes and 16 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
4 deletions
+8
-4
rfr-20170307-change-default-project-number-limit.yml
...ased/rfr-20170307-change-default-project-number-limit.yml
+4
-0
1_settings.rb
config/initializers/1_settings.rb
+1
-1
settings.md
doc/api/settings.md
+3
-3
No files found.
changelogs/unreleased/rfr-20170307-change-default-project-number-limit.yml
0 → 100644
View file @
bc70493b
---
title
:
Change project count limit from 10 to 100000
merge_request
:
author
:
config/initializers/1_settings.rb
View file @
bc70493b
...
...
@@ -186,7 +186,7 @@ Settings['issues_tracker'] ||= {}
# GitLab
#
Settings
[
'gitlab'
]
||=
Settingslogic
.
new
({})
Settings
.
gitlab
[
'default_projects_limit'
]
||=
10
Settings
.
gitlab
[
'default_projects_limit'
]
||=
10
0000
Settings
.
gitlab
[
'default_branch_protection'
]
||=
2
Settings
.
gitlab
[
'default_can_create_group'
]
=
true
if
Settings
.
gitlab
[
'default_can_create_group'
].
nil?
Settings
.
gitlab
[
'host'
]
||=
ENV
[
'GITLAB_HOST'
]
||
'localhost'
...
...
doc/api/settings.md
View file @
bc70493b
...
...
@@ -20,7 +20,7 @@ Example response:
```
json
{
"default_projects_limit"
:
10
,
"default_projects_limit"
:
10
0000
,
"signup_enabled"
:
true
,
"id"
:
1
,
"default_branch_protection"
:
2
,
...
...
@@ -60,7 +60,7 @@ PUT /application/settings
| Attribute | Type | Required | Description |
| --------- | ---- | :------: | ----------- |
|
`default_projects_limit`
| integer | no | Project limit per user. Default is
`10`
|
|
`default_projects_limit`
| integer | no | Project limit per user. Default is
`10
0000
`
|
|
`signup_enabled`
| boolean | no | Enable registration. Default is
`true`
. |
|
`signin_enabled`
| boolean | no | Enable login via a GitLab account. Default is
`true`
. |
|
`gravatar_enabled`
| boolean | no | Enable Gravatar |
...
...
@@ -98,7 +98,7 @@ Example response:
```
json
{
"id"
:
1
,
"default_projects_limit"
:
10
,
"default_projects_limit"
:
10
0000
,
"signup_enabled"
:
true
,
"signin_enabled"
:
true
,
"gravatar_enabled"
:
true
,
...
...
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