summaryrefslogtreecommitdiff
path: root/CHANGELOG
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 /CHANGELOG
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 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index b70d81cdd55..137257add3b 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -9,6 +9,7 @@ v 8.13.0 (unreleased)
- Avoid database queries on Banzai::ReferenceParser::BaseParser for nodes without references
- Fix permission for setting an issue's due date
- Expose expires_at field when sharing project on API
+ - Allow the Koding integration to be configured through the API
- Fix robots.txt disallowing access to groups starting with "s" (Matt Harrison)
- Use a ConnectionPool for Rails.cache on Sidekiq servers
- Only update issuable labels if they have been changed