Skip to content
GitLab Next
  • Menu
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • gitlab-shell gitlab-shell
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 55
    • Issues 55
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 4
    • Merge requests 4
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • GitLab.orgGitLab.org
  • gitlab-shellgitlab-shell
  • Merge requests
  • !166

Handle push options

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Jonathon Reinhart requested to merge JonathonReinhart/gitlab-shell:handle-push-options into master Sep 03, 2017
  • Overview 72
  • Commits 5
  • Pipelines 10
  • Changes 7

This MR enables the pre_receive and post_receive hooks to handle the newly-introduced Git push options.

The immediate goal is to enable git push -o skip-ci ... functionality. This implementation however, is not tied to skip-ci and pushes all of the push options to GitLab to handle.

gitlab-shell is in the middle of moving from using Redis to an internal API for handling the post-receive hook (see #77 (closed)). This implementation only passes the push options using the new internal API.

See gitlab-org/gitlab-ce#18667

See gitlab-org/gitlab-ce!15643

Edited Dec 14, 2018 by Jonathon Reinhart
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: handle-push-options