-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrequest_stub.json
68 lines (68 loc) · 2.32 KB
/
request_stub.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"object_kind": "merge_request",
"user": {
"name": "John Doe",
"username": "john.doe",
"avatar_url": "https://git.example.com/uploads/user/avatar/43/have_fun_nissou_blogphotography1__2_.jpg"
},
"repository": {
"name": "Some Project",
"url": "git@git.example.com:stub-vendor/some-project.git",
"description": "PRJ1 project in JIRA",
"homepage": "https://git.example.com/stub-vendor/some-project"
},
"object_attributes": {
"id": 2683,
"target_branch": "master",
"source_branch": "feature/PRJ1-156",
"source_project_id": 334,
"author_id": 43,
"assignee_id": 43,
"title": "Feature/fish 156",
"created_at": "2017-02-04 00:29:56 UTC",
"updated_at": "2017-02-04 01:45:38 UTC",
"milestone_id": null,
"state": "opened",
"merge_status": "can_be_merged",
"target_project_id": 334,
"iid": 10,
"description": "testing 222\r\nasd\r\n\r\nasdfasdfasdf asdf",
"position": 0,
"locked_at": null,
"updated_by_id": 43,
"merge_error": null,
"merge_params": {
},
"merge_when_build_succeeds": false,
"merge_user_id": null,
"source": {
"name": "Some Project",
"ssh_url": "git@git.example.com:stub-vendor/some-project.git",
"http_url": "https://git.example.com/stub-vendor/some-project.git",
"web_url": "https://git.example.com/stub-vendor/some-project",
"namespace": "Magento",
"visibility_level": 0
},
"target": {
"name": "Some Project",
"ssh_url": "git@git.example.com:stub-vendor/some-project.git",
"http_url": "https://git.example.com/stub-vendor/some-project.git",
"web_url": "https://git.example.com/stub-vendor/some-project",
"namespace": "Magento",
"visibility_level": 0
},
"last_commit": {
"id": "eb177e5ad34778d2eb074485507dd6c08bff4f55",
"message": "Implemented PRJ1-156: Some task\n - Implemented getting data in JS.\n",
"timestamp": "2017-01-31T06:02:19-08:00 ",
" url": "https://git.example.com/stub-vendor/some-project/commit/eb177e5ad34778d2eb074485507dd6c08bff4f55",
"author": {
"name": "John Doe",
"email": "u.sername@example.com"
}
},
"work_in_progress": false,
"url": "https://git.example.com/stub-vendor/some-project/merge_requests/10",
"action": "update"
}
}