-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathgit.push-sample.json
112 lines (112 loc) · 4.16 KB
/
git.push-sample.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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
{
"id": "56e81d32-b0e8-44e2-a92a-55eb7b6ccdce",
"eventType": "git.push",
"publisherId": "tfs",
"message": null,
"detailedMessage": null,
"resource": {
"commits": [
{
"commitId": "b8a410b1b75ecb203fb5dda54adce2f9d2c87a27",
"author": {
"name": "Contoso",
"email": "[email protected]",
"date": "2020-12-23T05:46:01Z"
},
"committer": {
"name": "Contoso",
"email": "[email protected]",
"date": "2020-12-23T05:46:01Z"
},
"comment": "Added models for events from AzureDevOps on git.push",
"url": "https://dev.azure.com/constoso/_apis/git/repositories/d5bb1147-bd9f-4ae1-8554-aec3d164f94c/commits/b8a410b1b75ecb203fb5dda54adce2f9d2c87a27"
},
{
"commitId": "cdebf445da23c0c2d501cb46d4c496e37b40a6fe",
"author": {
"name": "Contoso",
"email": "[email protected]",
"date": "2020-12-23T05:39:43Z"
},
"committer": {
"name": "Contoso",
"email": "[email protected]",
"date": "2020-12-23T05:39:43Z"
},
"comment": "Update IEventBusPublisher to IEventPublisher",
"url": "https://dev.azure.com/constoso/_apis/git/repositories/d5bb1147-bd9f-4ae1-8554-aec3d164f94c/commits/cdebf445da23c0c2d501cb46d4c496e37b40a6fe"
}
],
"refUpdates": [
{
"name": "refs/heads/main",
"oldObjectId": "dd6ba920a4b4243162033737c0a1abbd937f4c40",
"newObjectId": "b8a410b1b75ecb203fb5dda54adce2f9d2c87a27"
}
],
"repository": {
"id": "d5bb1147-bd9f-4ae1-8554-aec3d164f94c",
"name": "eventbus",
"url": "https://dev.azure.com/constoso/_apis/git/repositories/d5bb1147-bd9f-4ae1-8554-aec3d164f94c",
"project": {
"id": "cea8cb01-dd13-4588-b27a-55fa170e4e94",
"name": "constoso",
"url": "https://dev.azure.com/constoso/_apis/projects/cea8cb01-dd13-4588-b27a-55fa170e4e94",
"state": "wellFormed",
"visibility": "unchanged",
"lastUpdateTime": "0001-01-01T00:00:00"
},
"defaultBranch": "refs/heads/main",
"remoteUrl": "https://dev.azure.com/constoso/Core/_git/eventbus"
},
"pushedBy": {
"displayName": "Contoseo",
"url": "https://spsprodweu2.vssps.visualstudio.com/..../_apis/Identities/.....",
"_links": {
"avatar": {
"href": "https://dev.azure.com/constoso/_apis/GraphProfile/MemberAvatars/aad........"
}
},
"id": "....",
"uniqueName": "[email protected]",
"imageUrl": "https://dev.azure.com/constoso/_api/_common/identityImage?id=ddc45be0-f1fe-6042-87ac-e6dbbdbc3b45",
"descriptor": "aad........"
},
"pushId": 34772,
"date": "2020-12-23T05:47:12.0015512Z",
"url": "https://dev.azure.com/constoso/_apis/git/repositories/d5bb1147-bd9f-4ae1-8554-aec3d164f94c/pushes/34772",
"_links": {
"self": {
"href": "https://dev.azure.com/constoso/_apis/git/repositories/d5bb1147-bd9f-4ae1-8554-aec3d164f94c/pushes/34772"
},
"repository": {
"href": "https://dev.azure.com/constoso/cea8cb01-dd13-4588-b27a-55fa170e4e94/_apis/git/repositories/d5bb1147-bd9f-4ae1-8554-aec3d164f94c"
},
"commits": {
"href": "https://dev.azure.com/constoso/_apis/git/repositories/d5bb1147-bd9f-4ae1-8554-aec3d164f94c/pushes/34772/commits"
},
"pusher": {
"href": "https://spsprodweu2.vssps.visualstudio.com/......../_apis/Identities/........."
},
"refs": {
"href": "https://dev.azure.com/constoso/cea8cb01-dd13-4588-b27a-55fa170e4e94/_apis/git/repositories/d5bb1147-bd9f-4ae1-8554-aec3d164f94c/refs/heads/main"
}
}
},
"resourceVersion": "1.0",
"resourceContainers": {
"collection": {
"id": "3fba1bb9-6e8c-4087-b435-29157f94e9a1",
"baseUrl": "https://dev.azure.com/constoso/"
},
"account": {
"id": "1f76e76f-721c-4b92-8ff3-bd07abce2671",
"baseUrl": "https://dev.azure.com/constoso/"
},
"project": {
"id": "cea8cb01-dd13-4588-b27a-55fa170e4e94",
"baseUrl": "https://dev.azure.com/constoso/"
}
},
"createdDate": "2020-12-23T05:47:19.8108134Z"
}