diff options
author | Rémy Coutable <remy@rymai.me> | 2016-09-08 16:10:14 +0000 |
---|---|---|
committer | Rémy Coutable <remy@rymai.me> | 2016-09-08 16:10:14 +0000 |
commit | 4c833a1d4ead49c27f6a81e607d10a5c6f0fcc2b (patch) | |
tree | c057160830c918cb2938a7ade29397044bc53249 /CHANGELOG | |
parent | 1579cc74c9901f496d822ca30378f2c305b6b84b (diff) | |
parent | c2bcfab18af1cf9253a47d4ffd3ea48e43cd19be (diff) | |
download | gitlab-ce-4c833a1d4ead49c27f6a81e607d10a5c6f0fcc2b.tar.gz |
Merge branch 'pipeline-hooks' into 'master'
Implement Slack integration for pipeline hooks
## What does this MR do?
Add pipeline events to Slack integration
## Does this MR meet the acceptance criteria?
- [x] [CHANGELOG](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CHANGELOG) entry added
- [ ] [Documentation created/updated](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/doc/development/doc_styleguide.md)
- Tests
- [x] Added for this feature/bug
See merge request !5525
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG index f709758abf6..cc87ff3ecb7 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -66,6 +66,7 @@ v 8.12.0 (unreleased) - Align add button on repository view (ClemMakesApps) - Fix contributions calendar month label truncation (ClemMakesApps) - Added tests for diff notes + - Add pipeline events to Slack integration !5525 - Add a button to download latest successful artifacts for branches and tags !5142 - Remove redundant pipeline tooltips (ClemMakesApps) - Expire commit info views after one day, instead of two weeks, to allow for user email updates |