summaryrefslogtreecommitdiff
path: root/lib/api/projects.rb
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-06-13 15:19:14 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-06-13 15:19:14 +0300
commit15c27192c0fa4e33188c3f6663362faca02df8af (patch)
tree2cbac2abf10cb88afdf03319c58f65ebd88c6cfd /lib/api/projects.rb
parentd3d0775acde8dbbb887665c3c52009d76e906d10 (diff)
parentd593c98fcbd34789068a72c9386f69a152107139 (diff)
downloadgitlab-ce-15c27192c0fa4e33188c3f6663362faca02df8af.tar.gz
Merge branch 'remove-wall'
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> Conflicts: CHANGELOG
Diffstat (limited to 'lib/api/projects.rb')
-rw-r--r--lib/api/projects.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/api/projects.rb b/lib/api/projects.rb
index 9d290c75ba9..9a7f22b536f 100644
--- a/lib/api/projects.rb
+++ b/lib/api/projects.rb
@@ -71,7 +71,6 @@ module API
# name (required) - name for new project
# description (optional) - short project description
# issues_enabled (optional)
- # wall_enabled (optional)
# merge_requests_enabled (optional)
# wiki_enabled (optional)
# snippets_enabled (optional)
@@ -86,7 +85,6 @@ module API
:path,
:description,
:issues_enabled,
- :wall_enabled,
:merge_requests_enabled,
:wiki_enabled,
:snippets_enabled,
@@ -114,7 +112,6 @@ module API
# description (optional) - short project description
# default_branch (optional) - 'master' by default
# issues_enabled (optional)
- # wall_enabled (optional)
# merge_requests_enabled (optional)
# wiki_enabled (optional)
# snippets_enabled (optional)
@@ -129,7 +126,6 @@ module API
:description,
:default_branch,
:issues_enabled,
- :wall_enabled,
:merge_requests_enabled,
:wiki_enabled,
:snippets_enabled,