diff options
author | Gauvain Pocentek <gauvain.pocentek@objectif-libre.com> | 2016-10-23 09:46:39 +0200 |
---|---|---|
committer | Sean McGivern <sean@gitlab.com> | 2016-11-01 10:41:39 +0000 |
commit | c85c146aa2042710caddc6666ce8f9e07b2fe5ca (patch) | |
tree | c091ac5ec84f1af498be9a1246ee0e2555fe1699 /CHANGELOG.md | |
parent | 266fcfb1935c8aa8c6ac3d2ae71530c441b08675 (diff) | |
download | gitlab-ce-c85c146aa2042710caddc6666ce8f9e07b2fe5ca.tar.gz |
Add support for token attr in project hooks API
The UI allows to define a token to validate payload on the target URL,
this patch adds the feature to the API.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 14907e1546e..4e0417885d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ Please view this file on the master branch, on stable branches it's out of date. - Adds user project membership expired event to clarify why user was removed (Callum Dryden) - Trim leading and trailing whitespace on project_path (Linus Thiel) - Prevent award emoji via notes for issues/MRs authored by user (barthc) +- Adds support for the `token` attribute in project hooks API (Gauvain Pocentek) - Adds an optional path parameter to the Commits API to filter commits by path (Luis HGO) - Fix extra space on Build sidebar on Firefox !7060 - Fix mobile layout issues in admin user overview page !7087 |