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
path: root/lib
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dzaporozhets@gitlab.com>2015-03-05 00:57:17 +0300
committerDmitriy Zaporozhets <dzaporozhets@gitlab.com>2015-03-05 00:57:17 +0300
commit63178a9509f72eb7adf1c73c2fc6dc1ec0a1ea42 (patch)
tree5a925b161c84097e804698aed37de12d1bae12df /lib
parent00778c073130789e9f65e02e6fa6e8b987506c9e (diff)
parentfc6160816119504e1cea0954453cd557231341a1 (diff)
Merge branch 'add-more-slack-notifications' into 'master'
Add more Slack notifications for issue and merge request events From https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/237 by Stan Hu. See merge request !1556
Diffstat (limited to 'lib')
-rw-r--r--lib/gitlab/push_data_builder.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/gitlab/push_data_builder.rb b/lib/gitlab/push_data_builder.rb
index 6a72efa7221..5cefa67d3ab 100644
--- a/lib/gitlab/push_data_builder.rb
+++ b/lib/gitlab/push_data_builder.rb
@@ -30,6 +30,7 @@ module Gitlab
# Hash to be passed as post_receive_data
data = {
+ object_kind: "push",
before: oldrev,
after: newrev,
ref: ref,