Gullintanni v0.1.0 Gullintanni.MergeRequest
Defines a merge request.
Summary
Functions
Creates a new merge request with the given id
Replaces the latest commit on the merge request with sha
Types
A 40 character SHA-1 hash
state()
state :: :under_review | :approved | :build_pending | :build_passed | :build_failed | :error
Supported merge request states
Functions
Creates a new merge request with the given id.
Options
The accepted options are:
:title- the title of the merge request:url- the URL for viewing the merge request discussion:clone_url- the URL for Git to use when cloning the merge request:branch_name- the Git branch name of the merge request:target_branch- the name of the Git branch that the merge request is targeting:latest_commit- the SHA-1 hash of the latest commit on the merge request:approved_by- the users that have approved the merge request:state- the state of the merge request; valid states are defined bystate/0