zulip/zerver/webhooks/gitlab/fixtures/push_hook__remove_branch.json

44 lines
1.6 KiB
JSON
Raw Normal View History

{
"object_kind":"push",
"event_name":"push",
"before":"68595bc36ba5561c86c73c34ca7a3aae5a0dcfd8",
"after":"0000000000000000000000000000000000000000",
"ref":"refs/heads/tomek",
"checkout_sha":null,
"message":null,
"user_id":745906,
"user_name":"Tomasz Kolek",
"user_email":"tomasz-kolek@go2.pl",
"user_avatar":"https://secure.gravatar.com/avatar/c80a7a8454ed7d9e3c5618f1748385c2?s=80\u0026d=identicon",
"project_id":1740047,
"project":{
"name":"my-awesome-project",
"description":"abc",
"web_url":"https://gitlab.com/TomaszKolek/my-awesome-project",
"avatar_url":null,
"git_ssh_url":"git@gitlab.com:TomaszKolek/my-awesome-project.git",
"git_http_url":"https://gitlab.com/TomaszKolek/my-awesome-project.git",
"namespace":"TomaszKolek",
"visibility_level":20,
"path_with_namespace":"TomaszKolek/my-awesome-project",
"default_branch":"master",
"homepage":"https://gitlab.com/TomaszKolek/my-awesome-project",
"url":"git@gitlab.com:TomaszKolek/my-awesome-project.git",
"ssh_url":"git@gitlab.com:TomaszKolek/my-awesome-project.git",
"http_url":"https://gitlab.com/TomaszKolek/my-awesome-project.git"
},
"commits":[
],
"total_commits_count":0,
"repository":{
"name":"my-awesome-project",
"url":"git@gitlab.com:TomaszKolek/my-awesome-project.git",
"description":"abc",
"homepage":"https://gitlab.com/TomaszKolek/my-awesome-project",
"git_http_url":"https://gitlab.com/TomaszKolek/my-awesome-project.git",
"git_ssh_url":"git@gitlab.com:TomaszKolek/my-awesome-project.git",
"visibility_level":20
}
}