Skip to content

WIP: Migrate hooks to use go binary

John Cai requested to merge jc-hook-migration into master

fixes: #1701 (closed)

This is the first step to migrating git hooks to Go with the following execution path:

Go Binary -> RPC -> Ruby Hook

TODO:

  • edit build script to build post-receive, pre-receive, update binaries
  • figure out a place where these binaries will live
  • lots of code duplication right now b/c of copy and paste. We can consolidate this code to be more DRY
Edited by John Cai

Merge request reports