Skip to content

Move GitHooksService into Gitlab::Git

Jacob Vosmaer (GitLab) requested to merge git-operation-user into master

What does this MR do?

  • move GitHooksService in to Gitlab::Git
  • decouple GitHooksService from User and Project
  • make gl_repository an attribute of Gitlab::Git::Repository

Are there points in the code the reviewer needs to double check?

Why was this MR needed?

We want to move the code that creates commits and updates refs in repositories into Gitlab::Git.

Screenshots (if relevant)

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Edited by Jacob Vosmaer (GitLab)

Merge request reports