{"author":{"username":"ben.boeckel","web_url":"https://gitlab.kitware.com/ben.boeckel","name":"Ben Boeckel","state":"active","avatar_url":"https://secure.gravatar.com/avatar/2f5f7e99190174edb5a2f66b8653b0b2?s=80&d=identicon","id":13},"created_at":"2016-12-07T11:28:33.966-05:00","note":"Example commit note for data fetching.","line_type":null,"path":null,"line":null}
\ No newline at end of file
{"author":{"username":"ben.boeckel","web_url":"https://gitlab.kitware.com/ben.boeckel","name":"Ben Boeckel","state":"active","avatar_url":"https://secure.gravatar.com/avatar/2f5f7e99190174edb5a2f66b8653b0b2?s=80&d=identicon","id":13},"created_at":"2016-12-07T11:28:33.966-05:00","note":"Example commit note for data fetching.","line_type":null,"path":null,"line":null}
{"due_date":null,"downvotes":0,"web_url":"https://gitlab.kitware.com/utils/rust-gitlab/issues/5","description":"The workflow currently requires that the robot be able to register itself as a webhook for new projects. An API needs added for this.\n\nCc: @brad.king","subscribed":true,"title":"Add project hook APIs","created_at":"2016-10-04T14:59:37.178-04:00","labels":[],"updated_at":"2016-10-04T16:18:57.519-04:00","iid":5,"state":"closed","user_notes_count":0,"assignee":{"username":"ben.boeckel","web_url":"https://gitlab.kitware.com/ben.boeckel","name":"Ben Boeckel","state":"active","avatar_url":"https://secure.gravatar.com/avatar/2f5f7e99190174edb5a2f66b8653b0b2?s=80&d=identicon","id":13},"author":{"username":"ben.boeckel","web_url":"https://gitlab.kitware.com/ben.boeckel","name":"Ben Boeckel","state":"active","avatar_url":"https://secure.gravatar.com/avatar/2f5f7e99190174edb5a2f66b8653b0b2?s=80&d=identicon","id":13},"milestone":null,"upvotes":0,"project_id":855,"confidential":false,"id":69075}
\ No newline at end of file
{"due_date":null,"downvotes":0,"web_url":"https://gitlab.kitware.com/utils/rust-gitlab/issues/5","description":"The workflow currently requires that the robot be able to register itself as a webhook for new projects. An API needs added for this.\n\nCc: @brad.king","subscribed":true,"title":"Add project hook APIs","created_at":"2016-10-04T14:59:37.178-04:00","labels":[],"updated_at":"2016-10-04T16:18:57.519-04:00","iid":5,"state":"closed","user_notes_count":0,"assignee":{"username":"ben.boeckel","web_url":"https://gitlab.kitware.com/ben.boeckel","name":"Ben Boeckel","state":"active","avatar_url":"https://secure.gravatar.com/avatar/2f5f7e99190174edb5a2f66b8653b0b2?s=80&d=identicon","id":13},"author":{"username":"ben.boeckel","web_url":"https://gitlab.kitware.com/ben.boeckel","name":"Ben Boeckel","state":"active","avatar_url":"https://secure.gravatar.com/avatar/2f5f7e99190174edb5a2f66b8653b0b2?s=80&d=identicon","id":13},"milestone":null,"upvotes":0,"project_id":855,"confidential":false,"id":69075}
{"target_project_id":855,"source_branch":"migrate-to-reqwest","downvotes":0,"labels":[],"updated_at":"2016-12-07T10:45:22.184-05:00","work_in_progress":false,"assignee":null,"user_notes_count":7,"id":21211,"force_remove_source_branch":true,"target_branch":"master","subscribed":true,"title":"Migrate to reqwest","merge_commit_sha":null,"state":"opened","upvotes":0,"project_id":855,"description":"Currently, we cannot use both `rust-gitlab` (depending on `hyper`'s SSL support) and `libgit2` in the same application, because they require different versions of `rust-openssl` (hyper: 0.7.x, libgit2: 0.9.x).\r\n(I want to use the both libraries in my GitLab helper application.)\r\n\r\nseanmonstar (hyper's author) recommends using reqwest for HTTP clients.\r\n\r\nhttps://github.com/hyperium/hyper/issues/907#issuecomment-255509020\r\n\r\n> reqwest: Be the convenient, higher level Client crate. This will release very soon, and depend on rust-native-tls. Everyone using hyper for a client should be able to easily switch the reqwest, getting better TLS support immediately, and a (as much as possible) not-breaking API, even as hyper v0.10 comes out with its async Client.\r\n\r\nthoughts?\r\n\r\n(This MR is based on !51 changes)","iid":52,"milestone":null,"source_project_id":1154,"merge_when_build_succeeds":false,"merge_status":"can_be_merged","should_remove_source_branch":null,"created_at":"2016-12-07T09:43:31.653-05:00","author":{"username":"gifnksm","web_url":"https://gitlab.kitware.com/gifnksm","name":"NAKASHIMA, Makoto","state":"active","avatar_url":"https://secure.gravatar.com/avatar/4f544d7f9fc4ae2b04512317f1a06b6e?s=80&d=identicon","id":1489},"sha":"f2784e0607d08e79b361ccf58a8379b04de2df35","web_url":"https://gitlab.kitware.com/utils/rust-gitlab/merge_requests/52"}
\ No newline at end of file
{"target_project_id":855,"source_branch":"migrate-to-reqwest","downvotes":0,"labels":[],"updated_at":"2016-12-07T10:45:22.184-05:00","work_in_progress":false,"assignee":null,"user_notes_count":7,"id":21211,"force_remove_source_branch":true,"target_branch":"master","subscribed":true,"title":"Migrate to reqwest","merge_commit_sha":null,"state":"opened","upvotes":0,"project_id":855,"description":"Currently, we cannot use both `rust-gitlab` (depending on `hyper`'s SSL support) and `libgit2` in the same application, because they require different versions of `rust-openssl` (hyper: 0.7.x, libgit2: 0.9.x).\r\n(I want to use the both libraries in my GitLab helper application.)\r\n\r\nseanmonstar (hyper's author) recommends using reqwest for HTTP clients.\r\n\r\nhttps://github.com/hyperium/hyper/issues/907#issuecomment-255509020\r\n\r\n> reqwest: Be the convenient, higher level Client crate. This will release very soon, and depend on rust-native-tls. Everyone using hyper for a client should be able to easily switch the reqwest, getting better TLS support immediately, and a (as much as possible) not-breaking API, even as hyper v0.10 comes out with its async Client.\r\n\r\nthoughts?\r\n\r\n(This MR is based on !51 changes)","iid":52,"milestone":null,"source_project_id":1154,"merge_when_build_succeeds":false,"merge_status":"can_be_merged","should_remove_source_branch":null,"created_at":"2016-12-07T09:43:31.653-05:00","author":{"username":"gifnksm","web_url":"https://gitlab.kitware.com/gifnksm","name":"NAKASHIMA, Makoto","state":"active","avatar_url":"https://secure.gravatar.com/avatar/4f544d7f9fc4ae2b04512317f1a06b6e?s=80&d=identicon","id":1489},"sha":"f2784e0607d08e79b361ccf58a8379b04de2df35","web_url":"https://gitlab.kitware.com/utils/rust-gitlab/merge_requests/52"}
{"body":"Mentioned in commit 47d475d8625424bd37efd27f7097354306842b93","downvote?":false,"author":{"username":"brad.king","web_url":"https://gitlab.kitware.com/brad.king","name":"Brad King","state":"active","avatar_url":"https://secure.gravatar.com/avatar/0617392a2f9fd505720d0c42cefc1a10?s=80&d=identicon","id":10},"created_at":"2016-10-04T16:18:57.786-04:00","updated_at":"2016-10-04T16:18:57.786-04:00","noteable_type":"MergeRequest","system":true,"attachment":null,"noteable_id":20215,"id":177371,"upvote?":false}
\ No newline at end of file
{"body":"Mentioned in commit 47d475d8625424bd37efd27f7097354306842b93","downvote?":false,"author":{"username":"brad.king","web_url":"https://gitlab.kitware.com/brad.king","name":"Brad King","state":"active","avatar_url":"https://secure.gravatar.com/avatar/0617392a2f9fd505720d0c42cefc1a10?s=80&d=identicon","id":10},"created_at":"2016-10-04T16:18:57.786-04:00","updated_at":"2016-10-04T16:18:57.786-04:00","noteable_type":"MergeRequest","system":true,"attachment":null,"noteable_id":20215,"id":177371,"upvote?":false}
{"lfs_enabled":true,"request_access_enabled":true,"forks_count":2,"only_allow_merge_if_all_discussions_are_resolved":null,"container_registry_enabled":true,"web_url":"https://gitlab.kitware.com/utils/rust-gitlab","wiki_enabled":true,"public_builds":true,"id":855,"merge_requests_enabled":true,"archived":false,"snippets_enabled":false,"http_url_to_repo":"https://gitlab.kitware.com/utils/rust-gitlab.git","namespace":{"request_access_enabled":true,"lfs_enabled":null,"share_with_group_lock":false,"deleted_at":null,"name":"Utils","created_at":"2016-02-03T16:26:13.133-05:00","description":"","updated_at":"2016-02-03T16:27:05.284-05:00","avatar":{"url":null},"path":"utils","visibility_level":20,"id":498,"owner_id":null},"star_count":0,"avatar_url":null,"issues_enabled":true,"path_with_namespace":"utils/rust-gitlab","public":true,"shared_with_groups":[],"description":"Rust library for communicating with a Gitlab instance.","default_branch":"master","only_allow_merge_if_build_succeeds":false,"runners_token":"M3yGSHxyULoxbXoSbG1o","ssh_url_to_repo":"git@gitlab.kitware.com:utils/rust-gitlab.git","path":"rust-gitlab","visibility_level":20,"permissions":{"group_access":{"notification_level":3,"access_level":50},"project_access":null},"open_issues_count":3,"last_activity_at":"2016-12-07T10:45:22.450-05:00","name":"rust-gitlab","name_with_namespace":"Utils / rust-gitlab","created_at":"2016-06-29T13:35:12.495-04:00","builds_enabled":false,"creator_id":13,"shared_runners_enabled":true,"tag_list":[]}
\ No newline at end of file
{"lfs_enabled":true,"request_access_enabled":true,"forks_count":2,"only_allow_merge_if_all_discussions_are_resolved":null,"container_registry_enabled":true,"web_url":"https://gitlab.kitware.com/utils/rust-gitlab","wiki_enabled":true,"public_builds":true,"id":855,"merge_requests_enabled":true,"archived":false,"snippets_enabled":false,"http_url_to_repo":"https://gitlab.kitware.com/utils/rust-gitlab.git","namespace":{"request_access_enabled":true,"lfs_enabled":null,"share_with_group_lock":false,"deleted_at":null,"name":"Utils","created_at":"2016-02-03T16:26:13.133-05:00","description":"","updated_at":"2016-02-03T16:27:05.284-05:00","avatar":{"url":null},"path":"utils","visibility_level":20,"id":498,"owner_id":null},"star_count":0,"avatar_url":null,"issues_enabled":true,"path_with_namespace":"utils/rust-gitlab","public":true,"shared_with_groups":[],"description":"Rust library for communicating with a Gitlab instance.","default_branch":"master","only_allow_merge_if_build_succeeds":false,"runners_token":"M3yGSHxyULoxbXoSbG1o","ssh_url_to_repo":"git@gitlab.kitware.com:utils/rust-gitlab.git","path":"rust-gitlab","visibility_level":20,"permissions":{"group_access":{"notification_level":3,"access_level":50},"project_access":null},"open_issues_count":3,"last_activity_at":"2016-12-07T10:45:22.450-05:00","name":"rust-gitlab","name_with_namespace":"Utils / rust-gitlab","created_at":"2016-06-29T13:35:12.495-04:00","builds_enabled":false,"creator_id":13,"shared_runners_enabled":true,"tag_list":[]}