Files
zulip/zerver/webhooks/gitlab/fixtures/note_hook__snippet_note_old.json

61 lines
2.2 KiB
JSON

{
"object_kind": "note",
"user": {
"name": "Tomasz Kolek",
"username": "tomaszkolek0",
"avatar_url": "https://secure.gravatar.com/avatar/116a6fdbcfd00466297a39174da11fbb?s=80\u0026d=identicon"
},
"project_id": 1534233,
"project": {
"name": "my-awesome-project",
"description": "",
"web_url": "https://gitlab.com/tomaszkolek0/my-awesome-project",
"avatar_url": null,
"git_ssh_url": "git@gitlab.com:tomaszkolek0/my-awesome-project.git",
"git_http_url": "https://gitlab.com/tomaszkolek0/my-awesome-project.git",
"namespace": "tomaszkolek0",
"visibility_level": 0,
"path_with_namespace": "tomaszkolek0/my-awesome-project",
"default_branch": "master",
"homepage": "https://gitlab.com/tomaszkolek0/my-awesome-project",
"url": "git@gitlab.com:tomaszkolek0/my-awesome-project.git",
"ssh_url": "git@gitlab.com:tomaszkolek0/my-awesome-project.git",
"http_url": "https://gitlab.com/tomaszkolek0/my-awesome-project.git"
},
"repository": {
"name": "my-awesome-project",
"url": "git@gitlab.com:tomaszkolek0/my-awesome-project.git",
"description": "",
"homepage": "https://gitlab.com/tomaszkolek0/my-awesome-project"
},
"object_attributes": {
"id": 14172058,
"note": "Nice snippet",
"noteable_type": "Snippet",
"author_id": 670043,
"created_at": "2016-08-22 19:46:01 UTC",
"updated_at": "2016-08-22 19:46:01 UTC",
"project_id": 1534233,
"attachment": null,
"line_code": null,
"commit_id": "",
"noteable_id": 2788404,
"system": false,
"st_diff": null,
"url": "https://gitlab.com/tomaszkolek0/my-awesome-project/snippets/2#note_14172058"
},
"snippet": {
"id": 2,
"title": "test",
"content": "puts 'Hello world'",
"author_id": 670043,
"project_id": 1534233,
"created_at": "2016-08-21 17:36:01 UTC",
"updated_at": "2016-08-22 19:46:01 UTC",
"file_name": "README.md",
"expires_at": null,
"type": "ProjectSnippet",
"visibility_level": 0
}
}