Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
G
go-gitlab
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
go
go-gitlab
Commits
feb856f4
Commit
feb856f4
authored
Aug 30, 2018
by
Lawrence Li
Committed by
Sander van Harmelen
Aug 30, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add oldrev field to Merge Request Event type. (#458)
parent
b8189bef
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
event_types.go
event_types.go
+1
-0
No files found.
event_types.go
View file @
feb856f4
...
@@ -477,6 +477,7 @@ type MergeEvent struct {
...
@@ -477,6 +477,7 @@ type MergeEvent struct {
WorkInProgress
bool
`json:"work_in_progress"`
WorkInProgress
bool
`json:"work_in_progress"`
URL
string
`json:"url"`
URL
string
`json:"url"`
Action
string
`json:"action"`
Action
string
`json:"action"`
OldRev
string
`json:"oldrev"`
Assignee
struct
{
Assignee
struct
{
Name
string
`json:"name"`
Name
string
`json:"name"`
Username
string
`json:"username"`
Username
string
`json:"username"`
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment