github.com/jenkins-x/jx/v2@v2.1.155/pkg/gits/test_data/bitbucket_server/pr-activity.json (about) 1 { 2 "size": 2, 3 "limit": 25, 4 "isLastPage": true, 5 "values": [ 6 { 7 "id": 10705, 8 "createdDate": 1528147801000, 9 "user": { 10 "name": "test-user", 11 "emailAddress": "test-user@example.com", 12 "id": 502, 13 "displayName": "Test User", 14 "active": true, 15 "slug": "test-user", 16 "type": "NORMAL", 17 "links": { 18 "self": [ 19 { 20 "href": "http://auth.example.com/users/test-user" 21 } 22 ] 23 } 24 }, 25 "action": "MERGED", 26 "commit": { 27 "id": "629d1f00fa39fe8470e9a64482789b7f97e45f51", 28 "displayId": "629d1f00fa3", 29 "author": { 30 "name": "test-user", 31 "emailAddress": "test-user@example.com", 32 "id": 502, 33 "displayName": "Test User", 34 "active": true, 35 "slug": "test-user", 36 "type": "NORMAL", 37 "links": { 38 "self": [ 39 { 40 "href": "http://auth.example.com/users/test-user" 41 } 42 ] 43 } 44 }, 45 "authorTimestamp": 1528147802000, 46 "committer": { 47 "name": "test-user", 48 "emailAddress": "test-user@example.com", 49 "id": 502, 50 "displayName": "Test User", 51 "active": true, 52 "slug": "test-user", 53 "type": "NORMAL", 54 "links": { 55 "self": [ 56 { 57 "href": "http://auth.example.com/users/test-user" 58 } 59 ] 60 } 61 }, 62 "committerTimestamp": 1528147802000, 63 "message": "Merge pull request #5 in TEST-ORG/test-repo from feat/world to master\n\n* commit '77aa2c3bc33aee96353bdee10dfd3c19d633d907':\n World", 64 "parents": [ 65 { 66 "id": "b2421c4f7e5b08a7823849033d4ad7ece16ce234", 67 "displayId": "b2421c4f7e5", 68 "author": { 69 "name": "test-user", 70 "emailAddress": "test-user@example.com" 71 }, 72 "authorTimestamp": 1528127985000, 73 "committer": { 74 "name": "test-user", 75 "emailAddress": "test-user@example.com" 76 }, 77 "committerTimestamp": 1528127985000, 78 "message": "Initial Commit", 79 "parents": [] 80 }, 81 { 82 "id": "77aa2c3bc33aee96353bdee10dfd3c19d633d907", 83 "displayId": "77aa2c3bc33", 84 "author": { 85 "name": "test-user", 86 "emailAddress": "test-user@example.com" 87 }, 88 "authorTimestamp": 1528128061000, 89 "committer": { 90 "name": "test-user", 91 "emailAddress": "test-user@example.com" 92 }, 93 "committerTimestamp": 1528128061000, 94 "message": "World", 95 "parents": [ 96 { 97 "id": "b2421c4f7e5b08a7823849033d4ad7ece16ce234", 98 "displayId": "b2421c4f7e5" 99 } 100 ] 101 } 102 ] 103 } 104 }, 105 { 106 "id": 10704, 107 "createdDate": 1528143723000, 108 "user": { 109 "name": "test-user", 110 "emailAddress": "test-user@example.com", 111 "id": 502, 112 "displayName": "Test User", 113 "active": true, 114 "slug": "test-user", 115 "type": "NORMAL", 116 "links": { 117 "self": [ 118 { 119 "href": "http://auth.example.com/users/test-user" 120 } 121 ] 122 } 123 }, 124 "action": "OPENED" 125 } 126 ], 127 "start": 0 128 }