diff options
author | Dmitriy Zaporozhets <dzaporozhets@gitlab.com> | 2015-03-04 21:57:17 +0000 |
---|---|---|
committer | Dmitriy Zaporozhets <dzaporozhets@gitlab.com> | 2015-03-04 21:57:17 +0000 |
commit | 63178a9509f72eb7adf1c73c2fc6dc1ec0a1ea42 (patch) | |
tree | 5a925b161c84097e804698aed37de12d1bae12df /lib | |
parent | 00778c073130789e9f65e02e6fa6e8b987506c9e (diff) | |
parent | fc6160816119504e1cea0954453cd557231341a1 (diff) | |
download | gitlab-ce-63178a9509f72eb7adf1c73c2fc6dc1ec0a1ea42.tar.gz |
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.rb | 1 |
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, |