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/lib
diff options
context:
space:
mode:
authorDouglas Barbosa Alexandre <dbalexandre@gmail.com>2019-07-18 15:31:12 +0300
committerDouglas Barbosa Alexandre <dbalexandre@gmail.com>2019-07-18 15:31:12 +0300
commit0854f18352e72c2bcc0beca601d1ea48b490d1be (patch)
tree450c6a1b7182e5522ae23aaca01a3a5ad888fa9a /lib
parentcf31a558ec1331dc5ef6d87450aab855d5d449cc (diff)
parent0f585d0de89cfee5054e002fe6421c38b3f8e8ce (diff)
Merge branch 'ci_default_git_depth_only' into 'master'
API: Allow changing only ci_default_git_depth See merge request gitlab-org/gitlab-ce!30888
Diffstat (limited to 'lib')
-rw-r--r--lib/api/helpers/projects_helpers.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/api/helpers/projects_helpers.rb b/lib/api/helpers/projects_helpers.rb
index 833e3b9ebaf..51b7cf05c8f 100644
--- a/lib/api/helpers/projects_helpers.rb
+++ b/lib/api/helpers/projects_helpers.rb
@@ -71,6 +71,7 @@ module API
:build_timeout,
:builds_access_level,
:ci_config_path,
+ :ci_default_git_depth,
:container_registry_enabled,
:default_branch,
:description,