summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorHoward P. Logsdon <howard@hplogsdon.com>2015-04-24 11:45:17 -0600
committerHoward P. Logsdon <howard@hplogsdon.com>2015-04-30 22:02:28 -0600
commit4c63ef932bc2b573cd9306066993f72c1cb8dc83 (patch)
tree3b26f21873330db918237bd63c9a11404e2ec4e9 /CHANGELOG
parent3bbd2f55a299b31a702b7ae6aa2624e5116bc8e8 (diff)
downloadgitlab-ci-4c63ef932bc2b573cd9306066993f72c1cb8dc83.tar.gz
HipChat Notification Service
* Move existing Slack service spec into a subdir, mirroring /app * Wire up HipChat service to the project and services controller. * Split the message building into own class. * 'namespace' room and token variables. * Enforce v2 client (bug in HipChat gem v1.5.0. fixed in 1.5.1). Note that I'm using the same version string as GitLab-CE, for shared installations. * Defer execution to a notifier worker, like the Slack service. * Ensure passing specs (basically a Slack service spec copy, fwiw) * Added change to the CHANGELOG
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 84499ee..5f157e0 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -4,6 +4,7 @@ v7.11.0
- Improved runners page
- Running and Pending tabs on admin builds page
- Fix [ci skip] tag, so you can skip CI triggering now
+ - Add HipChat notifications
v7.10.1
- Fix failing migration when update to 7.10 from 7.8 and older versions