zulip/zerver/webhooks/bitbucket2/fixtures/push.json

184 lines
6.6 KiB
JSON

{
"actor":{
"links":{
"self":{
"href":"https://api.bitbucket.org/2.0/users/kolaszek"
},
"html":{
"href":"https://bitbucket.org/kolaszek/"
},
"avatar":{
"href":"https://bitbucket.org/account/kolaszek/avatar/32/"
}
},
"type":"user",
"nickname":"Tomasz Kolaszek",
"display_name":"Tomasz",
"uuid":"{678ab31f-9f88-4d7a-b343-1bdf9f024917}"
},
"repository":{
"scm":"git",
"is_private":true,
"type":"repository",
"website":"",
"name":"Repository name",
"owner":{
"links":{
"self":{
"href":"https://api.bitbucket.org/2.0/users/kolaszek"
},
"html":{
"href":"https://bitbucket.org/kolaszek/"
},
"avatar":{
"href":"https://bitbucket.org/account/kolaszek/avatar/32/"
}
},
"type":"user",
"nickname":"Tomasz Kolaszek",
"display_name":"Tomasz",
"uuid":"{678ab31f-9f88-4d7a-b343-1bdf9f024917}"
},
"links":{
"self":{
"href":"https://api.bitbucket.org/2.0/repositories/kolaszek/repository-name"
},
"html":{
"href":"https://bitbucket.org/kolaszek/repository-name"
},
"avatar":{
"href":"https://bitbucket.org/kolaszek/repository-name/avatar/32/"
}
},
"full_name":"kolaszek/repository-name",
"uuid":"{59005838-3978-410b-84fd-8b4ce1b41089}"
},
"push":{
"changes":[
{
"truncated":false,
"closed":false,
"new":{
"links":{
"self":{
"href":"https://api.bitbucket.org/2.0/repositories/kolaszek/repository-name/refs/branches/master"
},
"html":{
"href":"https://bitbucket.org/kolaszek/repository-name/branch/master"
},
"commits":{
"href":"https://api.bitbucket.org/2.0/repositories/kolaszek/repository-name/commits/master"
}
},
"type":"branch",
"repository":{
"uuid":"{59005838-3978-410b-84fd-8b4ce1b41089}",
"links":{
"self":{
"href":"https://api.bitbucket.org/2.0/repositories/kolaszek/repository-name"
},
"html":{
"href":"https://bitbucket.org/kolaszek/repository-name"
},
"avatar":{
"href":"https://bitbucket.org/kolaszek/repository-name/avatar/32/"
}
},
"type":"repository",
"full_name":"kolaszek/repository-name",
"name":"Repository name"
},
"name":"master",
"target":{
"type":"commit",
"hash":"84b96adc644a30fd6465b3d196369d880762afed",
"message":"first commit\n",
"author":{
"user":{
"links":{
"self":{
"href":"https://api.bitbucket.org/2.0/users/kolaszek"
},
"html":{
"href":"https://bitbucket.org/kolaszek/"
},
"avatar":{
"href":"https://bitbucket.org/account/kolaszek/avatar/32/"
}
},
"type":"user",
"nickname":"Tomasz Kolaszek",
"display_name":"Tomasz",
"uuid":"{678ab31f-9f88-4d7a-b343-1bdf9f024917}"
},
"raw":"Tomasz Kolek <tomasz-kolek@o2.pl>"
},
"links":{
"self":{
"href":"https://api.bitbucket.org/2.0/repositories/kolaszek/repository-name/commit/84b96adc644a30fd6465b3d196369d880762afed"
},
"html":{
"href":"https://bitbucket.org/kolaszek/repository-name/commits/84b96adc644a30fd6465b3d196369d880762afed"
}
},
"date":"2016-06-30T15:32:24+00:00",
"parents":[
]
}
},
"old":null,
"created":true,
"links":{
"html":{
"href":"https://bitbucket.org/kolaszek/repository-name/branch/master"
},
"commits":{
"href":"https://api.bitbucket.org/2.0/repositories/kolaszek/repository-name/commits?include=84b96adc644a30fd6465b3d196369d880762afed"
}
},
"commits":[
{
"type":"commit",
"hash":"84b96adc644a30fd6465b3d196369d880762afed",
"message":"first commit\n",
"author":{
"user":{
"links":{
"self":{
"href":"https://api.bitbucket.org/2.0/users/kolaszek"
},
"html":{
"href":"https://bitbucket.org/kolaszek/"
},
"avatar":{
"href":"https://bitbucket.org/account/kolaszek/avatar/32/"
}
},
"type":"user",
"nickname":"Tomasz Kolaszek",
"display_name":"Tomasz",
"uuid":"{678ab31f-9f88-4d7a-b343-1bdf9f024917}"
},
"raw":"Tomasz Kolek <tomasz-kolek@o2.pl>"
},
"links":{
"self":{
"href":"https://api.bitbucket.org/2.0/repositories/kolaszek/repository-name/commit/84b96adc644a30fd6465b3d196369d880762afed"
},
"html":{
"href":"https://bitbucket.org/kolaszek/repository-name/commits/84b96adc644a30fd6465b3d196369d880762afed"
}
},
"date":"2016-06-30T15:32:24+00:00",
"parents":[
]
}
],
"forced":false
}
]
}
}