Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc/api
diff options
context:
space:
mode:
authorMathieu Parent <math.parent@gmail.com>2019-07-18 18:34:43 +0300
committerMathieu Parent <math.parent@gmail.com>2019-08-29 17:13:47 +0300
commit7893d07ce9e1bcb08f5fff03ca974e1969675018 (patch)
tree7655e07f543f178f131b47570a92f9c225b0ae5a /doc/api
parent3e46c74efd1dfa257eda35200eafda7fd13013d6 (diff)
Settings API: Document the missing import_sources
Diffstat (limited to 'doc/api')
-rw-r--r--doc/api/settings.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/api/settings.md b/doc/api/settings.md
index 1275ccfeddb..101c4e82d87 100644
--- a/doc/api/settings.md
+++ b/doc/api/settings.md
@@ -249,7 +249,8 @@ are listed in the descriptions of the relevant settings.
| `housekeeping_gc_period` | integer | required by: `housekeeping_enabled` | Number of Git pushes after which `git gc` is run. |
| `housekeeping_incremental_repack_period` | integer | required by: `housekeeping_enabled` | Number of Git pushes after which an incremental `git repack` is run. |
| `html_emails_enabled` | boolean | no | Enable HTML emails. |
-| `import_sources` | array of strings | no | Sources to allow project import from, possible values: `github`, `bitbucket`, `gitlab`, `google_code`, `fogbugz`, `git`, and `gitlab_project`. |
+| `import_sources` | array of strings | no | Sources to allow project import from, possible values: `github`, `bitbucket`, `bitbucket_server`, `gitlab`, `google_code`, `fogbugz`, `git`, `gitlab_project`, `gitea`, `manifest`, and `phabricator`. |
+
| `instance_statistics_visibility_private` | boolean | no | When set to `true` Instance statistics will only be available to admins. |
| `local_markdown_version` | integer | no | Increase this value when any cached markdown should be invalidated. |
| `max_artifacts_size` | integer | no | Maximum artifacts size in MB |