-
- Downloads
Backend support for manipulating web-hook variables
Hook controllers accept new parameters to set url variables. Changelog: changed
parent
4f59fdc6
No related branches found
No related tags found
Showing
- app/controllers/admin/hooks_controller.rb 10 additions, 41 deletionsapp/controllers/admin/hooks_controller.rb
- app/controllers/concerns/integrations/hooks_execution.rb 60 additions, 0 deletionsapp/controllers/concerns/integrations/hooks_execution.rb
- app/controllers/projects/hooks_controller.rb 7 additions, 44 deletionsapp/controllers/projects/hooks_controller.rb
- ee/app/controllers/groups/hooks_controller.rb 8 additions, 45 deletionsee/app/controllers/groups/hooks_controller.rb
- ee/spec/controllers/groups/hooks_controller_spec.rb 37 additions, 9 deletionsee/spec/controllers/groups/hooks_controller_spec.rb
- locale/gitlab.pot 0 additions, 6 deletionslocale/gitlab.pot
- spec/controllers/admin/hooks_controller_spec.rb 33 additions, 3 deletionsspec/controllers/admin/hooks_controller_spec.rb
- spec/controllers/projects/hooks_controller_spec.rb 90 additions, 3 deletionsspec/controllers/projects/hooks_controller_spec.rb
-
mentioned in merge request kubitus-project/kubitus-installer!1252 (merged)
-
Hi Alex, I am Zhiyuan, I will be responsible for the development of an issue about webhook.
I would like to first understand how webhooks work. Do you know where the documentation documents how it works, like what services are used, what interfaces are used?
I tried to find some documentation, but they didn't help me much:
- Official documentation. There is only a description of the use of this function here, not the technical implementation principle
- Search for issue using keyword
webhook
. I get many, many results and it's a pain to find what I need - Search for
webhook
in git log. Also got too many results
Looking forward to your reply, thanks
Please register or sign in to comment