Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWes Gurney <wes_gurney@cable.comcast.com>2014-09-12 19:38:14 +0400
committerWes Gurney <wes_gurney@cable.comcast.com>2014-09-12 19:38:14 +0400
commit81a70bf5153bb9470e96dde05102afd397528cf0 (patch)
tree25ee372e8ac486e01810668414d813e6453b5450 /CHANGELOG
parentcbb44b9da3e7288200485caed7a9716013e34984 (diff)
Adding ability to configure webhook timeout via gitlab.yml
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 49bf983eb5e..61c5e707e9e 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -27,6 +27,7 @@ v 7.3.0
- Project wiki search (Ralf Seidler)
- Enabled Shibboleth authentication support (Matus Banas)
- Zen mode (fullscreen) for issues/MR/notes (Robert Schilling)
+ - Add ability to configure webhook timeout via gitlab.yml (Wes Gurney)
v 7.2.1
- Delete orphaned labels during label migration (James Brooks)