forked from eiffel-community/eiffel
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsimple.json
49 lines (49 loc) · 1.24 KB
/
simple.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
{
"meta": {
"type": "EiffelSourceChangeCreatedEvent",
"version": "1.0.0",
"time": 1234567890,
"id": "aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeee0"
},
"data": {
"gitIdentifier": {
"commitId": "fd090b60a4aedc5161da9c035a49b14a319829b4",
"branch": "myBranch",
"repoName": "myPrivateRepo",
"repoUri": "https://github.com/johndoe/myPrivateRepo.git"
},
"author": {
"name": "John Doe",
"email": "[email protected]",
"id": "johndoe",
"group": "Team Gophers"
},
"change": {
"files": "https://company.com/changes/fd090b60a4aedc5161da9c035a49b14a319829b4",
"insertions": 173,
"deletions": 79,
"tracker": "GitHub",
"details": "https://github.com/johndoe/myPrivateRepo/commit/fd090b60a4aedc5161da9c035a49b14a319829b4",
"id": "42"
},
"issues": [
{
"type": "BUG",
"tracker": "JIRA",
"id": "JIRA-1234",
"uri": "http://jira.company.com/browse/JIRA-1234",
"transition": "RESOLVED"
}
]
},
"links": [
{
"type": "BASE",
"target": "aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeee1"
},
{
"type": "PREVIOUS_VERSION",
"target": "aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeee2"
}
]
}