summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorDJ Mountney <david@twkie.net>2016-09-27 17:56:02 -0700
committerDJ Mountney <david@twkie.net>2016-09-29 09:12:52 -0700
commit59157c0423d34c1f20c446548df540d103bda939 (patch)
treeb9f5fd7041f5edf915737007c43247e480e841ae /lib
parent33d1f5904ce94cf2295b94aba6099a502be4b852 (diff)
downloadgitlab-ce-59157c0423d34c1f20c446548df540d103bda939.tar.gz
Expose the Koding application settings in the APIkoding-setting-api
This will allow the Koding app to enable the integration itself once is has authorized an admin user using the application secrets.
Diffstat (limited to 'lib')
-rw-r--r--lib/api/entities.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/api/entities.rb b/lib/api/entities.rb
index c5dc8b22f60..04437322ec1 100644
--- a/lib/api/entities.rb
+++ b/lib/api/entities.rb
@@ -494,6 +494,8 @@ module API
expose :after_sign_out_path
expose :container_registry_token_expire_delay
expose :repository_storage
+ expose :koding_enabled
+ expose :koding_url
end
class Release < Grape::Entity