This website requires JavaScript.
Explore
Help
Sign in
kotovalexarian-likes-gitlab
/
gitlab-org--gitlab-foss
Watch
1
Star
0
Fork
You've already forked gitlab-org--gitlab-foss
0
Code
Releases
Activity
fcf3b9d8d6
gitlab-org--gitlab-foss
/
app
/
models
/
hooks
/
service_hook.rb
8 lines
113 B
Ruby
Raw
Normal View
History
Unescape
Escape
Service model and service hook
2012-11-19 13:14:05 -05:00
class
ServiceHook
<
WebHook
belongs_to
:service
Added X-GitLab-Event header for web hooks
2015-01-23 19:10:43 -05:00
def
execute
(
data
)
super
(
data
,
'service_hook'
)
end
Service model and service hook
2012-11-19 13:14:05 -05:00
end
Copy permalink