diff options
author | Rémy Coutable <remy@rymai.me> | 2016-05-31 18:10:23 +0000 |
---|---|---|
committer | Rémy Coutable <remy@rymai.me> | 2016-05-31 18:10:23 +0000 |
commit | c12c77eb256995ff5a110f0683d248c9b82c3105 (patch) | |
tree | 979f1fd30297e696747926757a12fb5edba2b03a /CHANGELOG | |
parent | e87149a12bef96b1870777d705a6eb4bc48708af (diff) | |
parent | 6d16feef053cc453552803885add0a2755e58399 (diff) | |
download | gitlab-ce-c12c77eb256995ff5a110f0683d248c9b82c3105.tar.gz |
Merge branch 'feature/improve_wiki_page_events' into 'master'
Include Wiki attributes in Wiki page events webhook
The hook data we are sending is not 100% correct (we send details of the project, but should also send details of the "ProjectWiki" attributes like URLs and repositories relative to the wiki itself).
This is a follow up to #17506
Fixes #17507
See merge request !4138
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG index 6079701d044..fcaf022b416 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -2,6 +2,7 @@ Please view this file on the master branch, on stable branches it's out of date. v 8.9.0 (unreleased) - Allow enabling wiki page events from Webhook management UI + - Fix wiki page events' webhook to point to the wiki repository - Allow forking projects with restricted visibility level - Improve note validation to prevent errors when creating invalid note via API - Remove project notification settings associated with deleted projects |