vx-service_connector 0.0.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/.gitignore +17 -0
- data/.rspec +3 -0
- data/.travis.yml +5 -0
- data/Gemfile +8 -0
- data/LICENSE.txt +22 -0
- data/README.md +29 -0
- data/Rakefile +10 -0
- data/lib/vx/service_connector.rb +37 -0
- data/lib/vx/service_connector/base.rb +27 -0
- data/lib/vx/service_connector/github.rb +49 -0
- data/lib/vx/service_connector/github/commits.rb +33 -0
- data/lib/vx/service_connector/github/deploy_keys.rb +29 -0
- data/lib/vx/service_connector/github/files.rb +21 -0
- data/lib/vx/service_connector/github/hooks.rb +33 -0
- data/lib/vx/service_connector/github/notices.rb +40 -0
- data/lib/vx/service_connector/github/payload.rb +124 -0
- data/lib/vx/service_connector/github/repos.rb +52 -0
- data/lib/vx/service_connector/gitlab_v3.rb +29 -0
- data/lib/vx/service_connector/gitlab_v3/deploy_keys.rb +20 -0
- data/lib/vx/service_connector/gitlab_v3/repos.rb +28 -0
- data/lib/vx/service_connector/model.rb +82 -0
- data/lib/vx/service_connector/version.rb +5 -0
- data/spec/fixtures/github/add_deploy_key.json +6 -0
- data/spec/fixtures/github/commit.json +83 -0
- data/spec/fixtures/github/create_hook.json +12 -0
- data/spec/fixtures/github/create_status.json +5 -0
- data/spec/fixtures/github/deploy_keys.json +8 -0
- data/spec/fixtures/github/hooks.json +18 -0
- data/spec/fixtures/github/org_repos.json +51 -0
- data/spec/fixtures/github/orgs.json +8 -0
- data/spec/fixtures/github/payload/closed_pull_request.json +392 -0
- data/spec/fixtures/github/payload/foreign_pull_request.json +1 -0
- data/spec/fixtures/github/payload/pull_request.json +392 -0
- data/spec/fixtures/github/payload/push.json +92 -0
- data/spec/fixtures/github/payload/push_tag.json +135 -0
- data/spec/fixtures/github/user_repos.json +48 -0
- data/spec/fixtures/gitlab_v3/deploy_keys.json +14 -0
- data/spec/fixtures/gitlab_v3/projects.json +72 -0
- data/spec/lib/github_payload_spec.rb +136 -0
- data/spec/lib/github_spec.rb +159 -0
- data/spec/lib/gitlab_v3_spec.rb +44 -0
- data/spec/lib/model_spec.rb +37 -0
- data/spec/lib/service_connector_spec.rb +30 -0
- data/spec/spec_helper.rb +14 -0
- data/spec/support/create.rb +6 -0
- data/spec/support/github_web_mocks.rb +101 -0
- data/spec/support/gitlab_v3_mocks.rb +29 -0
- data/spec/support/read_fixture.rb +12 -0
- data/vx-service_connector.gemspec +28 -0
- metadata +203 -0
@@ -0,0 +1 @@
|
|
1
|
+
{"number":1,"pull_request":{"url":"https://api.github.com/repos/evrone/serverist-email-provider/pulls/1","id":10057092,"html_url":"https://github.com/evrone/serverist-email-provider/pull/1","diff_url":"https://github.com/evrone/serverist-email-provider/pull/1.diff","patch_url":"https://github.com/evrone/serverist-email-provider/pull/1.patch","issue_url":"https://github.com/evrone/serverist-email-provider/pull/1","number":1,"state":"open","title":"Update Rakefile","user":{"login":"dima-exe","id":38505,"avatar_url":"https://2.gravatar.com/avatar/b155fd1e7432c77594588c79f49d2168?d=https%3A%2F%2Fidenticons.github.com%2F6b5a92b852f6c19dd5933cd7df67c241.png&r=x","gravatar_id":"b155fd1e7432c77594588c79f49d2168","url":"https://api.github.com/users/dima-exe","html_url":"https://github.com/dima-exe","followers_url":"https://api.github.com/users/dima-exe/followers","following_url":"https://api.github.com/users/dima-exe/following{/other_user}","gists_url":"https://api.github.com/users/dima-exe/gists{/gist_id}","starred_url":"https://api.github.com/users/dima-exe/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/dima-exe/subscriptions","organizations_url":"https://api.github.com/users/dima-exe/orgs","repos_url":"https://api.github.com/users/dima-exe/repos","events_url":"https://api.github.com/users/dima-exe/events{/privacy}","received_events_url":"https://api.github.com/users/dima-exe/received_events","type":"User","site_admin":false},"body":"","created_at":"2013-11-18T17:15:20Z","updated_at":"2013-11-18T17:15:20Z","closed_at":null,"merged_at":null,"merge_commit_sha":null,"assignee":null,"milestone":null,"commits_url":"https://github.com/evrone/serverist-email-provider/pull/1/commits","review_comments_url":"https://github.com/evrone/serverist-email-provider/pull/1/comments","review_comment_url":"/repos/evrone/serverist-email-provider/pulls/comments/{number}","comments_url":"https://api.github.com/repos/evrone/serverist-email-provider/issues/1/comments","statuses_url":"https://api.github.com/repos/evrone/serverist-email-provider/statuses/f57c385116139082811442ad48cb6127c29eb351","head":{"label":"dima-exe:master","ref":"master","sha":"f57c385116139082811442ad48cb6127c29eb351","user":{"login":"dima-exe","id":38505,"avatar_url":"https://2.gravatar.com/avatar/b155fd1e7432c77594588c79f49d2168?d=https%3A%2F%2Fidenticons.github.com%2F6b5a92b852f6c19dd5933cd7df67c241.png&r=x","gravatar_id":"b155fd1e7432c77594588c79f49d2168","url":"https://api.github.com/users/dima-exe","html_url":"https://github.com/dima-exe","followers_url":"https://api.github.com/users/dima-exe/followers","following_url":"https://api.github.com/users/dima-exe/following{/other_user}","gists_url":"https://api.github.com/users/dima-exe/gists{/gist_id}","starred_url":"https://api.github.com/users/dima-exe/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/dima-exe/subscriptions","organizations_url":"https://api.github.com/users/dima-exe/orgs","repos_url":"https://api.github.com/users/dima-exe/repos","events_url":"https://api.github.com/users/dima-exe/events{/privacy}","received_events_url":"https://api.github.com/users/dima-exe/received_events","type":"User","site_admin":false},"repo":{"id":14499349,"name":"serverist-email-provider","full_name":"dima-exe/serverist-email-provider","owner":{"login":"dima-exe","id":38505,"avatar_url":"https://2.gravatar.com/avatar/b155fd1e7432c77594588c79f49d2168?d=https%3A%2F%2Fidenticons.github.com%2F6b5a92b852f6c19dd5933cd7df67c241.png&r=x","gravatar_id":"b155fd1e7432c77594588c79f49d2168","url":"https://api.github.com/users/dima-exe","html_url":"https://github.com/dima-exe","followers_url":"https://api.github.com/users/dima-exe/followers","following_url":"https://api.github.com/users/dima-exe/following{/other_user}","gists_url":"https://api.github.com/users/dima-exe/gists{/gist_id}","starred_url":"https://api.github.com/users/dima-exe/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/dima-exe/subscriptions","organizations_url":"https://api.github.com/users/dima-exe/orgs","repos_url":"https://api.github.com/users/dima-exe/repos","events_url":"https://api.github.com/users/dima-exe/events{/privacy}","received_events_url":"https://api.github.com/users/dima-exe/received_events","type":"User","site_admin":false},"private":false,"html_url":"https://github.com/dima-exe/serverist-email-provider","description":"","fork":true,"url":"https://api.github.com/repos/dima-exe/serverist-email-provider","forks_url":"https://api.github.com/repos/dima-exe/serverist-email-provider/forks","keys_url":"https://api.github.com/repos/dima-exe/serverist-email-provider/keys{/key_id}","collaborators_url":"https://api.github.com/repos/dima-exe/serverist-email-provider/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/dima-exe/serverist-email-provider/teams","hooks_url":"https://api.github.com/repos/dima-exe/serverist-email-provider/hooks","issue_events_url":"https://api.github.com/repos/dima-exe/serverist-email-provider/issues/events{/number}","events_url":"https://api.github.com/repos/dima-exe/serverist-email-provider/events","assignees_url":"https://api.github.com/repos/dima-exe/serverist-email-provider/assignees{/user}","branches_url":"https://api.github.com/repos/dima-exe/serverist-email-provider/branches{/branch}","tags_url":"https://api.github.com/repos/dima-exe/serverist-email-provider/tags","blobs_url":"https://api.github.com/repos/dima-exe/serverist-email-provider/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/dima-exe/serverist-email-provider/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/dima-exe/serverist-email-provider/git/refs{/sha}","trees_url":"https://api.github.com/repos/dima-exe/serverist-email-provider/git/trees{/sha}","statuses_url":"https://api.github.com/repos/dima-exe/serverist-email-provider/statuses/{sha}","languages_url":"https://api.github.com/repos/dima-exe/serverist-email-provider/languages","stargazers_url":"https://api.github.com/repos/dima-exe/serverist-email-provider/stargazers","contributors_url":"https://api.github.com/repos/dima-exe/serverist-email-provider/contributors","subscribers_url":"https://api.github.com/repos/dima-exe/serverist-email-provider/subscribers","subscription_url":"https://api.github.com/repos/dima-exe/serverist-email-provider/subscription","commits_url":"https://api.github.com/repos/dima-exe/serverist-email-provider/commits{/sha}","git_commits_url":"https://api.github.com/repos/dima-exe/serverist-email-provider/git/commits{/sha}","comments_url":"https://api.github.com/repos/dima-exe/serverist-email-provider/comments{/number}","issue_comment_url":"https://api.github.com/repos/dima-exe/serverist-email-provider/issues/comments/{number}","contents_url":"https://api.github.com/repos/dima-exe/serverist-email-provider/contents/{+path}","compare_url":"https://api.github.com/repos/dima-exe/serverist-email-provider/compare/{base}...{head}","merges_url":"https://api.github.com/repos/dima-exe/serverist-email-provider/merges","archive_url":"https://api.github.com/repos/dima-exe/serverist-email-provider/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/dima-exe/serverist-email-provider/downloads","issues_url":"https://api.github.com/repos/dima-exe/serverist-email-provider/issues{/number}","pulls_url":"https://api.github.com/repos/dima-exe/serverist-email-provider/pulls{/number}","milestones_url":"https://api.github.com/repos/dima-exe/serverist-email-provider/milestones{/number}","notifications_url":"https://api.github.com/repos/dima-exe/serverist-email-provider/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/dima-exe/serverist-email-provider/labels{/name}","releases_url":"https://api.github.com/repos/dima-exe/serverist-email-provider/releases{/id}","created_at":"2013-11-18T17:14:43Z","updated_at":"2013-11-18T17:15:20Z","pushed_at":"2013-11-18T17:15:01Z","git_url":"git://github.com/dima-exe/serverist-email-provider.git","ssh_url":"git@github.com:dima-exe/serverist-email-provider.git","clone_url":"https://github.com/dima-exe/serverist-email-provider.git","svn_url":"https://github.com/dima-exe/serverist-email-provider","homepage":null,"size":115,"stargazers_count":0,"watchers_count":0,"language":"Ruby","has_issues":false,"has_downloads":true,"has_wiki":true,"forks_count":0,"mirror_url":null,"open_issues_count":0,"forks":0,"open_issues":0,"watchers":0,"default_branch":"master","master_branch":"master"}},"base":{"label":"evrone:master","ref":"master","sha":"85aa17af24c9fa65fccc0985b297c05bfd64549e","user":{"login":"evrone","id":431569,"avatar_url":"https://2.gravatar.com/avatar/6d3ebcae28dc666b58c511090d2dbf3c?d=https%3A%2F%2Fidenticons.github.com%2F3e10986b34bed676b7f0353d5aa03ed9.png&r=x","gravatar_id":"6d3ebcae28dc666b58c511090d2dbf3c","url":"https://api.github.com/users/evrone","html_url":"https://github.com/evrone","followers_url":"https://api.github.com/users/evrone/followers","following_url":"https://api.github.com/users/evrone/following{/other_user}","gists_url":"https://api.github.com/users/evrone/gists{/gist_id}","starred_url":"https://api.github.com/users/evrone/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/evrone/subscriptions","organizations_url":"https://api.github.com/users/evrone/orgs","repos_url":"https://api.github.com/users/evrone/repos","events_url":"https://api.github.com/users/evrone/events{/privacy}","received_events_url":"https://api.github.com/users/evrone/received_events","type":"Organization","site_admin":false},"repo":{"id":14141709,"name":"serverist-email-provider","full_name":"evrone/serverist-email-provider","owner":{"login":"evrone","id":431569,"avatar_url":"https://2.gravatar.com/avatar/6d3ebcae28dc666b58c511090d2dbf3c?d=https%3A%2F%2Fidenticons.github.com%2F3e10986b34bed676b7f0353d5aa03ed9.png&r=x","gravatar_id":"6d3ebcae28dc666b58c511090d2dbf3c","url":"https://api.github.com/users/evrone","html_url":"https://github.com/evrone","followers_url":"https://api.github.com/users/evrone/followers","following_url":"https://api.github.com/users/evrone/following{/other_user}","gists_url":"https://api.github.com/users/evrone/gists{/gist_id}","starred_url":"https://api.github.com/users/evrone/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/evrone/subscriptions","organizations_url":"https://api.github.com/users/evrone/orgs","repos_url":"https://api.github.com/users/evrone/repos","events_url":"https://api.github.com/users/evrone/events{/privacy}","received_events_url":"https://api.github.com/users/evrone/received_events","type":"Organization","site_admin":false},"private":false,"html_url":"https://github.com/evrone/serverist-email-provider","description":"","fork":false,"url":"https://api.github.com/repos/evrone/serverist-email-provider","forks_url":"https://api.github.com/repos/evrone/serverist-email-provider/forks","keys_url":"https://api.github.com/repos/evrone/serverist-email-provider/keys{/key_id}","collaborators_url":"https://api.github.com/repos/evrone/serverist-email-provider/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/evrone/serverist-email-provider/teams","hooks_url":"https://api.github.com/repos/evrone/serverist-email-provider/hooks","issue_events_url":"https://api.github.com/repos/evrone/serverist-email-provider/issues/events{/number}","events_url":"https://api.github.com/repos/evrone/serverist-email-provider/events","assignees_url":"https://api.github.com/repos/evrone/serverist-email-provider/assignees{/user}","branches_url":"https://api.github.com/repos/evrone/serverist-email-provider/branches{/branch}","tags_url":"https://api.github.com/repos/evrone/serverist-email-provider/tags","blobs_url":"https://api.github.com/repos/evrone/serverist-email-provider/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/evrone/serverist-email-provider/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/evrone/serverist-email-provider/git/refs{/sha}","trees_url":"https://api.github.com/repos/evrone/serverist-email-provider/git/trees{/sha}","statuses_url":"https://api.github.com/repos/evrone/serverist-email-provider/statuses/{sha}","languages_url":"https://api.github.com/repos/evrone/serverist-email-provider/languages","stargazers_url":"https://api.github.com/repos/evrone/serverist-email-provider/stargazers","contributors_url":"https://api.github.com/repos/evrone/serverist-email-provider/contributors","subscribers_url":"https://api.github.com/repos/evrone/serverist-email-provider/subscribers","subscription_url":"https://api.github.com/repos/evrone/serverist-email-provider/subscription","commits_url":"https://api.github.com/repos/evrone/serverist-email-provider/commits{/sha}","git_commits_url":"https://api.github.com/repos/evrone/serverist-email-provider/git/commits{/sha}","comments_url":"https://api.github.com/repos/evrone/serverist-email-provider/comments{/number}","issue_comment_url":"https://api.github.com/repos/evrone/serverist-email-provider/issues/comments/{number}","contents_url":"https://api.github.com/repos/evrone/serverist-email-provider/contents/{+path}","compare_url":"https://api.github.com/repos/evrone/serverist-email-provider/compare/{base}...{head}","merges_url":"https://api.github.com/repos/evrone/serverist-email-provider/merges","archive_url":"https://api.github.com/repos/evrone/serverist-email-provider/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/evrone/serverist-email-provider/downloads","issues_url":"https://api.github.com/repos/evrone/serverist-email-provider/issues{/number}","pulls_url":"https://api.github.com/repos/evrone/serverist-email-provider/pulls{/number}","milestones_url":"https://api.github.com/repos/evrone/serverist-email-provider/milestones{/number}","notifications_url":"https://api.github.com/repos/evrone/serverist-email-provider/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/evrone/serverist-email-provider/labels{/name}","releases_url":"https://api.github.com/repos/evrone/serverist-email-provider/releases{/id}","created_at":"2013-11-05T13:11:20Z","updated_at":"2013-11-18T17:14:43Z","pushed_at":"2013-11-18T15:46:25Z","git_url":"git://github.com/evrone/serverist-email-provider.git","ssh_url":"git@github.com:evrone/serverist-email-provider.git","clone_url":"https://github.com/evrone/serverist-email-provider.git","svn_url":"https://github.com/evrone/serverist-email-provider","homepage":null,"size":204,"stargazers_count":0,"watchers_count":0,"language":"Ruby","has_issues":true,"has_downloads":true,"has_wiki":true,"forks_count":1,"mirror_url":null,"open_issues_count":1,"forks":1,"open_issues":1,"watchers":0,"default_branch":"master","master_branch":"master"}},"_links":{"self":{"href":"https://api.github.com/repos/evrone/serverist-email-provider/pulls/1"},"html":{"href":"https://github.com/evrone/serverist-email-provider/pull/1"},"issue":{"href":"https://api.github.com/repos/evrone/serverist-email-provider/issues/1"},"comments":{"href":"https://api.github.com/repos/evrone/serverist-email-provider/issues/1/comments"},"review_comments":{"href":"https://api.github.com/repos/evrone/serverist-email-provider/pulls/1/comments"},"statuses":{"href":"https://api.github.com/repos/evrone/serverist-email-provider/statuses/f57c385116139082811442ad48cb6127c29eb351"}},"merged":false,"mergeable":null,"mergeable_state":"unknown","merged_by":null,"comments":0,"review_comments":0,"commits":1,"additions":2,"deletions":0,"changed_files":1},"repository":{"id":14141709,"name":"serverist-email-provider","full_name":"evrone/serverist-email-provider","owner":{"login":"evrone","id":431569,"avatar_url":"https://1.gravatar.com/avatar/6d3ebcae28dc666b58c511090d2dbf3c?d=https%3A%2F%2Fidenticons.github.com%2F3e10986b34bed676b7f0353d5aa03ed9.png&r=x","gravatar_id":"6d3ebcae28dc666b58c511090d2dbf3c","url":"https://api.github.com/users/evrone","html_url":"https://github.com/evrone","followers_url":"https://api.github.com/users/evrone/followers","following_url":"https://api.github.com/users/evrone/following{/other_user}","gists_url":"https://api.github.com/users/evrone/gists{/gist_id}","starred_url":"https://api.github.com/users/evrone/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/evrone/subscriptions","organizations_url":"https://api.github.com/users/evrone/orgs","repos_url":"https://api.github.com/users/evrone/repos","events_url":"https://api.github.com/users/evrone/events{/privacy}","received_events_url":"https://api.github.com/users/evrone/received_events","type":"Organization","site_admin":false},"private":false,"html_url":"https://github.com/evrone/serverist-email-provider","description":"","fork":false,"url":"https://api.github.com/repos/evrone/serverist-email-provider","forks_url":"https://api.github.com/repos/evrone/serverist-email-provider/forks","keys_url":"https://api.github.com/repos/evrone/serverist-email-provider/keys{/key_id}","collaborators_url":"https://api.github.com/repos/evrone/serverist-email-provider/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/evrone/serverist-email-provider/teams","hooks_url":"https://api.github.com/repos/evrone/serverist-email-provider/hooks","issue_events_url":"https://api.github.com/repos/evrone/serverist-email-provider/issues/events{/number}","events_url":"https://api.github.com/repos/evrone/serverist-email-provider/events","assignees_url":"https://api.github.com/repos/evrone/serverist-email-provider/assignees{/user}","branches_url":"https://api.github.com/repos/evrone/serverist-email-provider/branches{/branch}","tags_url":"https://api.github.com/repos/evrone/serverist-email-provider/tags","blobs_url":"https://api.github.com/repos/evrone/serverist-email-provider/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/evrone/serverist-email-provider/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/evrone/serverist-email-provider/git/refs{/sha}","trees_url":"https://api.github.com/repos/evrone/serverist-email-provider/git/trees{/sha}","statuses_url":"https://api.github.com/repos/evrone/serverist-email-provider/statuses/{sha}","languages_url":"https://api.github.com/repos/evrone/serverist-email-provider/languages","stargazers_url":"https://api.github.com/repos/evrone/serverist-email-provider/stargazers","contributors_url":"https://api.github.com/repos/evrone/serverist-email-provider/contributors","subscribers_url":"https://api.github.com/repos/evrone/serverist-email-provider/subscribers","subscription_url":"https://api.github.com/repos/evrone/serverist-email-provider/subscription","commits_url":"https://api.github.com/repos/evrone/serverist-email-provider/commits{/sha}","git_commits_url":"https://api.github.com/repos/evrone/serverist-email-provider/git/commits{/sha}","comments_url":"https://api.github.com/repos/evrone/serverist-email-provider/comments{/number}","issue_comment_url":"https://api.github.com/repos/evrone/serverist-email-provider/issues/comments/{number}","contents_url":"https://api.github.com/repos/evrone/serverist-email-provider/contents/{+path}","compare_url":"https://api.github.com/repos/evrone/serverist-email-provider/compare/{base}...{head}","merges_url":"https://api.github.com/repos/evrone/serverist-email-provider/merges","archive_url":"https://api.github.com/repos/evrone/serverist-email-provider/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/evrone/serverist-email-provider/downloads","issues_url":"https://api.github.com/repos/evrone/serverist-email-provider/issues{/number}","pulls_url":"https://api.github.com/repos/evrone/serverist-email-provider/pulls{/number}","milestones_url":"https://api.github.com/repos/evrone/serverist-email-provider/milestones{/number}","notifications_url":"https://api.github.com/repos/evrone/serverist-email-provider/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/evrone/serverist-email-provider/labels{/name}","releases_url":"https://api.github.com/repos/evrone/serverist-email-provider/releases{/id}","created_at":"2013-11-05T13:11:20Z","updated_at":"2013-11-18T17:14:43Z","pushed_at":"2013-11-18T15:46:25Z","git_url":"git://github.com/evrone/serverist-email-provider.git","ssh_url":"git@github.com:evrone/serverist-email-provider.git","clone_url":"https://github.com/evrone/serverist-email-provider.git","svn_url":"https://github.com/evrone/serverist-email-provider","homepage":null,"size":204,"stargazers_count":0,"watchers_count":0,"language":"Ruby","has_issues":true,"has_downloads":true,"has_wiki":true,"forks_count":1,"mirror_url":null,"open_issues_count":1,"forks":1,"open_issues":1,"watchers":0,"default_branch":"master","master_branch":"master"},"sender":{"login":"dima-exe","id":38505,"avatar_url":"https://1.gravatar.com/avatar/b155fd1e7432c77594588c79f49d2168?d=https%3A%2F%2Fidenticons.github.com%2F6b5a92b852f6c19dd5933cd7df67c241.png&r=x","gravatar_id":"b155fd1e7432c77594588c79f49d2168","url":"https://api.github.com/users/dima-exe","html_url":"https://github.com/dima-exe","followers_url":"https://api.github.com/users/dima-exe/followers","following_url":"https://api.github.com/users/dima-exe/following{/other_user}","gists_url":"https://api.github.com/users/dima-exe/gists{/gist_id}","starred_url":"https://api.github.com/users/dima-exe/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/dima-exe/subscriptions","organizations_url":"https://api.github.com/users/dima-exe/orgs","repos_url":"https://api.github.com/users/dima-exe/repos","events_url":"https://api.github.com/users/dima-exe/events{/privacy}","received_events_url":"https://api.github.com/users/dima-exe/received_events","type":"User","site_admin":false},"token":"dced3d1d-2097-488c-bb24-cfeaad5b6ad0","repo_callback":{"action":"create","number":1,"pull_request":{"url":"https://api.github.com/repos/evrone/serverist-email-provider/pulls/1","id":10057092,"html_url":"https://github.com/evrone/serverist-email-provider/pull/1","diff_url":"https://github.com/evrone/serverist-email-provider/pull/1.diff","patch_url":"https://github.com/evrone/serverist-email-provider/pull/1.patch","issue_url":"https://github.com/evrone/serverist-email-provider/pull/1","number":1,"state":"open","title":"Update Rakefile","user":{"login":"dima-exe","id":38505,"avatar_url":"https://2.gravatar.com/avatar/b155fd1e7432c77594588c79f49d2168?d=https%3A%2F%2Fidenticons.github.com%2F6b5a92b852f6c19dd5933cd7df67c241.png&r=x","gravatar_id":"b155fd1e7432c77594588c79f49d2168","url":"https://api.github.com/users/dima-exe","html_url":"https://github.com/dima-exe","followers_url":"https://api.github.com/users/dima-exe/followers","following_url":"https://api.github.com/users/dima-exe/following{/other_user}","gists_url":"https://api.github.com/users/dima-exe/gists{/gist_id}","starred_url":"https://api.github.com/users/dima-exe/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/dima-exe/subscriptions","organizations_url":"https://api.github.com/users/dima-exe/orgs","repos_url":"https://api.github.com/users/dima-exe/repos","events_url":"https://api.github.com/users/dima-exe/events{/privacy}","received_events_url":"https://api.github.com/users/dima-exe/received_events","type":"User","site_admin":false},"body":"","created_at":"2013-11-18T17:15:20Z","updated_at":"2013-11-18T17:15:20Z","closed_at":null,"merged_at":null,"merge_commit_sha":null,"assignee":null,"milestone":null,"commits_url":"https://github.com/evrone/serverist-email-provider/pull/1/commits","review_comments_url":"https://github.com/evrone/serverist-email-provider/pull/1/comments","review_comment_url":"/repos/evrone/serverist-email-provider/pulls/comments/{number}","comments_url":"https://api.github.com/repos/evrone/serverist-email-provider/issues/1/comments","statuses_url":"https://api.github.com/repos/evrone/serverist-email-provider/statuses/f57c385116139082811442ad48cb6127c29eb351","head":{"label":"dima-exe:master","ref":"master","sha":"f57c385116139082811442ad48cb6127c29eb351","user":{"login":"dima-exe","id":38505,"avatar_url":"https://2.gravatar.com/avatar/b155fd1e7432c77594588c79f49d2168?d=https%3A%2F%2Fidenticons.github.com%2F6b5a92b852f6c19dd5933cd7df67c241.png&r=x","gravatar_id":"b155fd1e7432c77594588c79f49d2168","url":"https://api.github.com/users/dima-exe","html_url":"https://github.com/dima-exe","followers_url":"https://api.github.com/users/dima-exe/followers","following_url":"https://api.github.com/users/dima-exe/following{/other_user}","gists_url":"https://api.github.com/users/dima-exe/gists{/gist_id}","starred_url":"https://api.github.com/users/dima-exe/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/dima-exe/subscriptions","organizations_url":"https://api.github.com/users/dima-exe/orgs","repos_url":"https://api.github.com/users/dima-exe/repos","events_url":"https://api.github.com/users/dima-exe/events{/privacy}","received_events_url":"https://api.github.com/users/dima-exe/received_events","type":"User","site_admin":false},"repo":{"id":14499349,"name":"serverist-email-provider","full_name":"dima-exe/serverist-email-provider","owner":{"login":"dima-exe","id":38505,"avatar_url":"https://2.gravatar.com/avatar/b155fd1e7432c77594588c79f49d2168?d=https%3A%2F%2Fidenticons.github.com%2F6b5a92b852f6c19dd5933cd7df67c241.png&r=x","gravatar_id":"b155fd1e7432c77594588c79f49d2168","url":"https://api.github.com/users/dima-exe","html_url":"https://github.com/dima-exe","followers_url":"https://api.github.com/users/dima-exe/followers","following_url":"https://api.github.com/users/dima-exe/following{/other_user}","gists_url":"https://api.github.com/users/dima-exe/gists{/gist_id}","starred_url":"https://api.github.com/users/dima-exe/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/dima-exe/subscriptions","organizations_url":"https://api.github.com/users/dima-exe/orgs","repos_url":"https://api.github.com/users/dima-exe/repos","events_url":"https://api.github.com/users/dima-exe/events{/privacy}","received_events_url":"https://api.github.com/users/dima-exe/received_events","type":"User","site_admin":false},"private":false,"html_url":"https://github.com/dima-exe/serverist-email-provider","description":"","fork":true,"url":"https://api.github.com/repos/dima-exe/serverist-email-provider","forks_url":"https://api.github.com/repos/dima-exe/serverist-email-provider/forks","keys_url":"https://api.github.com/repos/dima-exe/serverist-email-provider/keys{/key_id}","collaborators_url":"https://api.github.com/repos/dima-exe/serverist-email-provider/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/dima-exe/serverist-email-provider/teams","hooks_url":"https://api.github.com/repos/dima-exe/serverist-email-provider/hooks","issue_events_url":"https://api.github.com/repos/dima-exe/serverist-email-provider/issues/events{/number}","events_url":"https://api.github.com/repos/dima-exe/serverist-email-provider/events","assignees_url":"https://api.github.com/repos/dima-exe/serverist-email-provider/assignees{/user}","branches_url":"https://api.github.com/repos/dima-exe/serverist-email-provider/branches{/branch}","tags_url":"https://api.github.com/repos/dima-exe/serverist-email-provider/tags","blobs_url":"https://api.github.com/repos/dima-exe/serverist-email-provider/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/dima-exe/serverist-email-provider/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/dima-exe/serverist-email-provider/git/refs{/sha}","trees_url":"https://api.github.com/repos/dima-exe/serverist-email-provider/git/trees{/sha}","statuses_url":"https://api.github.com/repos/dima-exe/serverist-email-provider/statuses/{sha}","languages_url":"https://api.github.com/repos/dima-exe/serverist-email-provider/languages","stargazers_url":"https://api.github.com/repos/dima-exe/serverist-email-provider/stargazers","contributors_url":"https://api.github.com/repos/dima-exe/serverist-email-provider/contributors","subscribers_url":"https://api.github.com/repos/dima-exe/serverist-email-provider/subscribers","subscription_url":"https://api.github.com/repos/dima-exe/serverist-email-provider/subscription","commits_url":"https://api.github.com/repos/dima-exe/serverist-email-provider/commits{/sha}","git_commits_url":"https://api.github.com/repos/dima-exe/serverist-email-provider/git/commits{/sha}","comments_url":"https://api.github.com/repos/dima-exe/serverist-email-provider/comments{/number}","issue_comment_url":"https://api.github.com/repos/dima-exe/serverist-email-provider/issues/comments/{number}","contents_url":"https://api.github.com/repos/dima-exe/serverist-email-provider/contents/{+path}","compare_url":"https://api.github.com/repos/dima-exe/serverist-email-provider/compare/{base}...{head}","merges_url":"https://api.github.com/repos/dima-exe/serverist-email-provider/merges","archive_url":"https://api.github.com/repos/dima-exe/serverist-email-provider/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/dima-exe/serverist-email-provider/downloads","issues_url":"https://api.github.com/repos/dima-exe/serverist-email-provider/issues{/number}","pulls_url":"https://api.github.com/repos/dima-exe/serverist-email-provider/pulls{/number}","milestones_url":"https://api.github.com/repos/dima-exe/serverist-email-provider/milestones{/number}","notifications_url":"https://api.github.com/repos/dima-exe/serverist-email-provider/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/dima-exe/serverist-email-provider/labels{/name}","releases_url":"https://api.github.com/repos/dima-exe/serverist-email-provider/releases{/id}","created_at":"2013-11-18T17:14:43Z","updated_at":"2013-11-18T17:15:20Z","pushed_at":"2013-11-18T17:15:01Z","git_url":"git://github.com/dima-exe/serverist-email-provider.git","ssh_url":"git@github.com:dima-exe/serverist-email-provider.git","clone_url":"https://github.com/dima-exe/serverist-email-provider.git","svn_url":"https://github.com/dima-exe/serverist-email-provider","homepage":null,"size":115,"stargazers_count":0,"watchers_count":0,"language":"Ruby","has_issues":false,"has_downloads":true,"has_wiki":true,"forks_count":0,"mirror_url":null,"open_issues_count":0,"forks":0,"open_issues":0,"watchers":0,"default_branch":"master","master_branch":"master"}},"base":{"label":"evrone:master","ref":"master","sha":"85aa17af24c9fa65fccc0985b297c05bfd64549e","user":{"login":"evrone","id":431569,"avatar_url":"https://2.gravatar.com/avatar/6d3ebcae28dc666b58c511090d2dbf3c?d=https%3A%2F%2Fidenticons.github.com%2F3e10986b34bed676b7f0353d5aa03ed9.png&r=x","gravatar_id":"6d3ebcae28dc666b58c511090d2dbf3c","url":"https://api.github.com/users/evrone","html_url":"https://github.com/evrone","followers_url":"https://api.github.com/users/evrone/followers","following_url":"https://api.github.com/users/evrone/following{/other_user}","gists_url":"https://api.github.com/users/evrone/gists{/gist_id}","starred_url":"https://api.github.com/users/evrone/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/evrone/subscriptions","organizations_url":"https://api.github.com/users/evrone/orgs","repos_url":"https://api.github.com/users/evrone/repos","events_url":"https://api.github.com/users/evrone/events{/privacy}","received_events_url":"https://api.github.com/users/evrone/received_events","type":"Organization","site_admin":false},"repo":{"id":14141709,"name":"serverist-email-provider","full_name":"evrone/serverist-email-provider","owner":{"login":"evrone","id":431569,"avatar_url":"https://2.gravatar.com/avatar/6d3ebcae28dc666b58c511090d2dbf3c?d=https%3A%2F%2Fidenticons.github.com%2F3e10986b34bed676b7f0353d5aa03ed9.png&r=x","gravatar_id":"6d3ebcae28dc666b58c511090d2dbf3c","url":"https://api.github.com/users/evrone","html_url":"https://github.com/evrone","followers_url":"https://api.github.com/users/evrone/followers","following_url":"https://api.github.com/users/evrone/following{/other_user}","gists_url":"https://api.github.com/users/evrone/gists{/gist_id}","starred_url":"https://api.github.com/users/evrone/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/evrone/subscriptions","organizations_url":"https://api.github.com/users/evrone/orgs","repos_url":"https://api.github.com/users/evrone/repos","events_url":"https://api.github.com/users/evrone/events{/privacy}","received_events_url":"https://api.github.com/users/evrone/received_events","type":"Organization","site_admin":false},"private":false,"html_url":"https://github.com/evrone/serverist-email-provider","description":"","fork":false,"url":"https://api.github.com/repos/evrone/serverist-email-provider","forks_url":"https://api.github.com/repos/evrone/serverist-email-provider/forks","keys_url":"https://api.github.com/repos/evrone/serverist-email-provider/keys{/key_id}","collaborators_url":"https://api.github.com/repos/evrone/serverist-email-provider/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/evrone/serverist-email-provider/teams","hooks_url":"https://api.github.com/repos/evrone/serverist-email-provider/hooks","issue_events_url":"https://api.github.com/repos/evrone/serverist-email-provider/issues/events{/number}","events_url":"https://api.github.com/repos/evrone/serverist-email-provider/events","assignees_url":"https://api.github.com/repos/evrone/serverist-email-provider/assignees{/user}","branches_url":"https://api.github.com/repos/evrone/serverist-email-provider/branches{/branch}","tags_url":"https://api.github.com/repos/evrone/serverist-email-provider/tags","blobs_url":"https://api.github.com/repos/evrone/serverist-email-provider/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/evrone/serverist-email-provider/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/evrone/serverist-email-provider/git/refs{/sha}","trees_url":"https://api.github.com/repos/evrone/serverist-email-provider/git/trees{/sha}","statuses_url":"https://api.github.com/repos/evrone/serverist-email-provider/statuses/{sha}","languages_url":"https://api.github.com/repos/evrone/serverist-email-provider/languages","stargazers_url":"https://api.github.com/repos/evrone/serverist-email-provider/stargazers","contributors_url":"https://api.github.com/repos/evrone/serverist-email-provider/contributors","subscribers_url":"https://api.github.com/repos/evrone/serverist-email-provider/subscribers","subscription_url":"https://api.github.com/repos/evrone/serverist-email-provider/subscription","commits_url":"https://api.github.com/repos/evrone/serverist-email-provider/commits{/sha}","git_commits_url":"https://api.github.com/repos/evrone/serverist-email-provider/git/commits{/sha}","comments_url":"https://api.github.com/repos/evrone/serverist-email-provider/comments{/number}","issue_comment_url":"https://api.github.com/repos/evrone/serverist-email-provider/issues/comments/{number}","contents_url":"https://api.github.com/repos/evrone/serverist-email-provider/contents/{+path}","compare_url":"https://api.github.com/repos/evrone/serverist-email-provider/compare/{base}...{head}","merges_url":"https://api.github.com/repos/evrone/serverist-email-provider/merges","archive_url":"https://api.github.com/repos/evrone/serverist-email-provider/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/evrone/serverist-email-provider/downloads","issues_url":"https://api.github.com/repos/evrone/serverist-email-provider/issues{/number}","pulls_url":"https://api.github.com/repos/evrone/serverist-email-provider/pulls{/number}","milestones_url":"https://api.github.com/repos/evrone/serverist-email-provider/milestones{/number}","notifications_url":"https://api.github.com/repos/evrone/serverist-email-provider/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/evrone/serverist-email-provider/labels{/name}","releases_url":"https://api.github.com/repos/evrone/serverist-email-provider/releases{/id}","created_at":"2013-11-05T13:11:20Z","updated_at":"2013-11-18T17:14:43Z","pushed_at":"2013-11-18T15:46:25Z","git_url":"git://github.com/evrone/serverist-email-provider.git","ssh_url":"git@github.com:evrone/serverist-email-provider.git","clone_url":"https://github.com/evrone/serverist-email-provider.git","svn_url":"https://github.com/evrone/serverist-email-provider","homepage":null,"size":204,"stargazers_count":0,"watchers_count":0,"language":"Ruby","has_issues":true,"has_downloads":true,"has_wiki":true,"forks_count":1,"mirror_url":null,"open_issues_count":1,"forks":1,"open_issues":1,"watchers":0,"default_branch":"master","master_branch":"master"}},"_links":{"self":{"href":"https://api.github.com/repos/evrone/serverist-email-provider/pulls/1"},"html":{"href":"https://github.com/evrone/serverist-email-provider/pull/1"},"issue":{"href":"https://api.github.com/repos/evrone/serverist-email-provider/issues/1"},"comments":{"href":"https://api.github.com/repos/evrone/serverist-email-provider/issues/1/comments"},"review_comments":{"href":"https://api.github.com/repos/evrone/serverist-email-provider/pulls/1/comments"},"statuses":{"href":"https://api.github.com/repos/evrone/serverist-email-provider/statuses/f57c385116139082811442ad48cb6127c29eb351"}},"merged":false,"mergeable":null,"mergeable_state":"unknown","merged_by":null,"comments":0,"review_comments":0,"commits":1,"additions":2,"deletions":0,"changed_files":1},"repository":{"id":14141709,"name":"serverist-email-provider","full_name":"evrone/serverist-email-provider","owner":{"login":"evrone","id":431569,"avatar_url":"https://1.gravatar.com/avatar/6d3ebcae28dc666b58c511090d2dbf3c?d=https%3A%2F%2Fidenticons.github.com%2F3e10986b34bed676b7f0353d5aa03ed9.png&r=x","gravatar_id":"6d3ebcae28dc666b58c511090d2dbf3c","url":"https://api.github.com/users/evrone","html_url":"https://github.com/evrone","followers_url":"https://api.github.com/users/evrone/followers","following_url":"https://api.github.com/users/evrone/following{/other_user}","gists_url":"https://api.github.com/users/evrone/gists{/gist_id}","starred_url":"https://api.github.com/users/evrone/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/evrone/subscriptions","organizations_url":"https://api.github.com/users/evrone/orgs","repos_url":"https://api.github.com/users/evrone/repos","events_url":"https://api.github.com/users/evrone/events{/privacy}","received_events_url":"https://api.github.com/users/evrone/received_events","type":"Organization","site_admin":false},"private":false,"html_url":"https://github.com/evrone/serverist-email-provider","description":"","fork":false,"url":"https://api.github.com/repos/evrone/serverist-email-provider","forks_url":"https://api.github.com/repos/evrone/serverist-email-provider/forks","keys_url":"https://api.github.com/repos/evrone/serverist-email-provider/keys{/key_id}","collaborators_url":"https://api.github.com/repos/evrone/serverist-email-provider/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/evrone/serverist-email-provider/teams","hooks_url":"https://api.github.com/repos/evrone/serverist-email-provider/hooks","issue_events_url":"https://api.github.com/repos/evrone/serverist-email-provider/issues/events{/number}","events_url":"https://api.github.com/repos/evrone/serverist-email-provider/events","assignees_url":"https://api.github.com/repos/evrone/serverist-email-provider/assignees{/user}","branches_url":"https://api.github.com/repos/evrone/serverist-email-provider/branches{/branch}","tags_url":"https://api.github.com/repos/evrone/serverist-email-provider/tags","blobs_url":"https://api.github.com/repos/evrone/serverist-email-provider/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/evrone/serverist-email-provider/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/evrone/serverist-email-provider/git/refs{/sha}","trees_url":"https://api.github.com/repos/evrone/serverist-email-provider/git/trees{/sha}","statuses_url":"https://api.github.com/repos/evrone/serverist-email-provider/statuses/{sha}","languages_url":"https://api.github.com/repos/evrone/serverist-email-provider/languages","stargazers_url":"https://api.github.com/repos/evrone/serverist-email-provider/stargazers","contributors_url":"https://api.github.com/repos/evrone/serverist-email-provider/contributors","subscribers_url":"https://api.github.com/repos/evrone/serverist-email-provider/subscribers","subscription_url":"https://api.github.com/repos/evrone/serverist-email-provider/subscription","commits_url":"https://api.github.com/repos/evrone/serverist-email-provider/commits{/sha}","git_commits_url":"https://api.github.com/repos/evrone/serverist-email-provider/git/commits{/sha}","comments_url":"https://api.github.com/repos/evrone/serverist-email-provider/comments{/number}","issue_comment_url":"https://api.github.com/repos/evrone/serverist-email-provider/issues/comments/{number}","contents_url":"https://api.github.com/repos/evrone/serverist-email-provider/contents/{+path}","compare_url":"https://api.github.com/repos/evrone/serverist-email-provider/compare/{base}...{head}","merges_url":"https://api.github.com/repos/evrone/serverist-email-provider/merges","archive_url":"https://api.github.com/repos/evrone/serverist-email-provider/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/evrone/serverist-email-provider/downloads","issues_url":"https://api.github.com/repos/evrone/serverist-email-provider/issues{/number}","pulls_url":"https://api.github.com/repos/evrone/serverist-email-provider/pulls{/number}","milestones_url":"https://api.github.com/repos/evrone/serverist-email-provider/milestones{/number}","notifications_url":"https://api.github.com/repos/evrone/serverist-email-provider/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/evrone/serverist-email-provider/labels{/name}","releases_url":"https://api.github.com/repos/evrone/serverist-email-provider/releases{/id}","created_at":"2013-11-05T13:11:20Z","updated_at":"2013-11-18T17:14:43Z","pushed_at":"2013-11-18T15:46:25Z","git_url":"git://github.com/evrone/serverist-email-provider.git","ssh_url":"git@github.com:evrone/serverist-email-provider.git","clone_url":"https://github.com/evrone/serverist-email-provider.git","svn_url":"https://github.com/evrone/serverist-email-provider","homepage":null,"size":204,"stargazers_count":0,"watchers_count":0,"language":"Ruby","has_issues":true,"has_downloads":true,"has_wiki":true,"forks_count":1,"mirror_url":null,"open_issues_count":1,"forks":1,"open_issues":1,"watchers":0,"default_branch":"master","master_branch":"master"},"sender":{"login":"dima-exe","id":38505,"avatar_url":"https://1.gravatar.com/avatar/b155fd1e7432c77594588c79f49d2168?d=https%3A%2F%2Fidenticons.github.com%2F6b5a92b852f6c19dd5933cd7df67c241.png&r=x","gravatar_id":"b155fd1e7432c77594588c79f49d2168","url":"https://api.github.com/users/dima-exe","html_url":"https://github.com/dima-exe","followers_url":"https://api.github.com/users/dima-exe/followers","following_url":"https://api.github.com/users/dima-exe/following{/other_user}","gists_url":"https://api.github.com/users/dima-exe/gists{/gist_id}","starred_url":"https://api.github.com/users/dima-exe/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/dima-exe/subscriptions","organizations_url":"https://api.github.com/users/dima-exe/orgs","repos_url":"https://api.github.com/users/dima-exe/repos","events_url":"https://api.github.com/users/dima-exe/events{/privacy}","received_events_url":"https://api.github.com/users/dima-exe/received_events","type":"User","site_admin":false}}}
|
@@ -0,0 +1,392 @@
|
|
1
|
+
{
|
2
|
+
"number":177,
|
3
|
+
"pull_request":{
|
4
|
+
"url":"https://api.github.com/repos/evrone/cybergifts/pulls/177",
|
5
|
+
"id":7502923,
|
6
|
+
"html_url":"https://github.com/evrone/cybergifts/pull/177",
|
7
|
+
"diff_url":"https://github.com/evrone/cybergifts/pull/177.diff",
|
8
|
+
"patch_url":"https://github.com/evrone/cybergifts/pull/177.patch",
|
9
|
+
"issue_url":"https://github.com/evrone/cybergifts/issues/177",
|
10
|
+
"number":4,
|
11
|
+
"state":"open",
|
12
|
+
"title":"fix test for feedback",
|
13
|
+
"user":{
|
14
|
+
"login":"FreddySerg",
|
15
|
+
"id":1982559,
|
16
|
+
"avatar_url":"https://secure.gravatar.com/avatar/2aa5411c41901cd87d47a67f42b82ff7?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
|
17
|
+
"gravatar_id":"2aa5411c41901cd87d47a67f42b82ff7",
|
18
|
+
"url":"https://api.github.com/users/FreddySerg",
|
19
|
+
"html_url":"https://github.com/FreddySerg",
|
20
|
+
"followers_url":"https://api.github.com/users/FreddySerg/followers",
|
21
|
+
"following_url":"https://api.github.com/users/FreddySerg/following{/other_user}",
|
22
|
+
"gists_url":"https://api.github.com/users/FreddySerg/gists{/gist_id}",
|
23
|
+
"starred_url":"https://api.github.com/users/FreddySerg/starred{/owner}{/repo}",
|
24
|
+
"subscriptions_url":"https://api.github.com/users/FreddySerg/subscriptions",
|
25
|
+
"organizations_url":"https://api.github.com/users/FreddySerg/orgs",
|
26
|
+
"repos_url":"https://api.github.com/users/FreddySerg/repos",
|
27
|
+
"events_url":"https://api.github.com/users/FreddySerg/events{/privacy}",
|
28
|
+
"received_events_url":"https://api.github.com/users/FreddySerg/received_events",
|
29
|
+
"type":"User"
|
30
|
+
},
|
31
|
+
"body":"",
|
32
|
+
"created_at":"2013-08-09T12:11:42Z",
|
33
|
+
"updated_at":"2013-08-09T12:11:42Z",
|
34
|
+
"closed_at":null,
|
35
|
+
"merged_at":null,
|
36
|
+
"merge_commit_sha":null,
|
37
|
+
"assignee":null,
|
38
|
+
"milestone":null,
|
39
|
+
"commits_url":"https://github.com/evrone/cybergifts/pull/177/commits",
|
40
|
+
"review_comments_url":"https://github.com/evrone/cybergifts/pull/177/comments",
|
41
|
+
"review_comment_url":"/repos/evrone/cybergifts/pulls/comments/{number}",
|
42
|
+
"comments_url":"https://api.github.com/repos/evrone/cybergifts/issues/177/comments",
|
43
|
+
"head":{
|
44
|
+
"label":"dima-exe:test",
|
45
|
+
"ref":"test",
|
46
|
+
"sha":"84158c732ff1af3db9775a37a74ddc39f5c4078f",
|
47
|
+
"user":{
|
48
|
+
"login":"evrone",
|
49
|
+
"id":431569,
|
50
|
+
"avatar_url":"https://secure.gravatar.com/avatar/6d3ebcae28dc666b58c511090d2dbf3c?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-org-420.png",
|
51
|
+
"gravatar_id":"6d3ebcae28dc666b58c511090d2dbf3c",
|
52
|
+
"url":"https://api.github.com/users/evrone",
|
53
|
+
"html_url":"https://github.com/evrone",
|
54
|
+
"followers_url":"https://api.github.com/users/evrone/followers",
|
55
|
+
"following_url":"https://api.github.com/users/evrone/following{/other_user}",
|
56
|
+
"gists_url":"https://api.github.com/users/evrone/gists{/gist_id}",
|
57
|
+
"starred_url":"https://api.github.com/users/evrone/starred{/owner}{/repo}",
|
58
|
+
"subscriptions_url":"https://api.github.com/users/evrone/subscriptions",
|
59
|
+
"organizations_url":"https://api.github.com/users/evrone/orgs",
|
60
|
+
"repos_url":"https://api.github.com/users/evrone/repos",
|
61
|
+
"events_url":"https://api.github.com/users/evrone/events{/privacy}",
|
62
|
+
"received_events_url":"https://api.github.com/users/evrone/received_events",
|
63
|
+
"type":"Organization"
|
64
|
+
},
|
65
|
+
"repo":{
|
66
|
+
"id":7155123,
|
67
|
+
"name":"cybergifts",
|
68
|
+
"full_name":"evrone/cybergifts",
|
69
|
+
"owner":{
|
70
|
+
"login":"evrone",
|
71
|
+
"id":431569,
|
72
|
+
"avatar_url":"https://secure.gravatar.com/avatar/6d3ebcae28dc666b58c511090d2dbf3c?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-org-420.png",
|
73
|
+
"gravatar_id":"6d3ebcae28dc666b58c511090d2dbf3c",
|
74
|
+
"url":"https://api.github.com/users/evrone",
|
75
|
+
"html_url":"https://github.com/evrone",
|
76
|
+
"followers_url":"https://api.github.com/users/evrone/followers",
|
77
|
+
"following_url":"https://api.github.com/users/evrone/following{/other_user}",
|
78
|
+
"gists_url":"https://api.github.com/users/evrone/gists{/gist_id}",
|
79
|
+
"starred_url":"https://api.github.com/users/evrone/starred{/owner}{/repo}",
|
80
|
+
"subscriptions_url":"https://api.github.com/users/evrone/subscriptions",
|
81
|
+
"organizations_url":"https://api.github.com/users/evrone/orgs",
|
82
|
+
"repos_url":"https://api.github.com/users/evrone/repos",
|
83
|
+
"events_url":"https://api.github.com/users/evrone/events{/privacy}",
|
84
|
+
"received_events_url":"https://api.github.com/users/evrone/received_events",
|
85
|
+
"type":"Organization"
|
86
|
+
},
|
87
|
+
"private":true,
|
88
|
+
"html_url":"https://github.com/evrone/cybergifts",
|
89
|
+
"description":"Give a gift to your friend",
|
90
|
+
"fork":false,
|
91
|
+
"url":"https://api.github.com/repos/evrone/cybergifts",
|
92
|
+
"forks_url":"https://api.github.com/repos/evrone/cybergifts/forks",
|
93
|
+
"keys_url":"https://api.github.com/repos/evrone/cybergifts/keys{/key_id}",
|
94
|
+
"collaborators_url":"https://api.github.com/repos/evrone/cybergifts/collaborators{/collaborator}",
|
95
|
+
"teams_url":"https://api.github.com/repos/evrone/cybergifts/teams",
|
96
|
+
"hooks_url":"https://api.github.com/repos/evrone/cybergifts/hooks",
|
97
|
+
"issue_events_url":"https://api.github.com/repos/evrone/cybergifts/issues/events{/number}",
|
98
|
+
"events_url":"https://api.github.com/repos/evrone/cybergifts/events",
|
99
|
+
"assignees_url":"https://api.github.com/repos/evrone/cybergifts/assignees{/user}",
|
100
|
+
"branches_url":"https://api.github.com/repos/evrone/cybergifts/branches{/branch}",
|
101
|
+
"tags_url":"https://api.github.com/repos/evrone/cybergifts/tags",
|
102
|
+
"blobs_url":"https://api.github.com/repos/evrone/cybergifts/git/blobs{/sha}",
|
103
|
+
"git_tags_url":"https://api.github.com/repos/evrone/cybergifts/git/tags{/sha}",
|
104
|
+
"git_refs_url":"https://api.github.com/repos/evrone/cybergifts/git/refs{/sha}",
|
105
|
+
"trees_url":"https://api.github.com/repos/evrone/cybergifts/git/trees{/sha}",
|
106
|
+
"statuses_url":"https://api.github.com/repos/evrone/cybergifts/statuses/{sha}",
|
107
|
+
"languages_url":"https://api.github.com/repos/evrone/cybergifts/languages",
|
108
|
+
"stargazers_url":"https://api.github.com/repos/evrone/cybergifts/stargazers",
|
109
|
+
"contributors_url":"https://api.github.com/repos/evrone/cybergifts/contributors",
|
110
|
+
"subscribers_url":"https://api.github.com/repos/evrone/cybergifts/subscribers",
|
111
|
+
"subscription_url":"https://api.github.com/repos/evrone/cybergifts/subscription",
|
112
|
+
"commits_url":"https://api.github.com/repos/evrone/cybergifts/commits{/sha}",
|
113
|
+
"git_commits_url":"https://api.github.com/repos/evrone/cybergifts/git/commits{/sha}",
|
114
|
+
"comments_url":"https://api.github.com/repos/evrone/cybergifts/comments{/number}",
|
115
|
+
"issue_comment_url":"https://api.github.com/repos/evrone/cybergifts/issues/comments/{number}",
|
116
|
+
"contents_url":"https://api.github.com/repos/evrone/cybergifts/contents/{+path}",
|
117
|
+
"compare_url":"https://api.github.com/repos/evrone/cybergifts/compare/{base}...{head}",
|
118
|
+
"merges_url":"https://api.github.com/repos/evrone/cybergifts/merges",
|
119
|
+
"archive_url":"https://api.github.com/repos/evrone/cybergifts/{archive_format}{/ref}",
|
120
|
+
"downloads_url":"https://api.github.com/repos/evrone/cybergifts/downloads",
|
121
|
+
"issues_url":"https://api.github.com/repos/evrone/cybergifts/issues{/number}",
|
122
|
+
"pulls_url":"https://api.github.com/repos/evrone/cybergifts/pulls{/number}",
|
123
|
+
"milestones_url":"https://api.github.com/repos/evrone/cybergifts/milestones{/number}",
|
124
|
+
"notifications_url":"https://api.github.com/repos/evrone/cybergifts/notifications{?since,all,participating}",
|
125
|
+
"labels_url":"https://api.github.com/repos/evrone/cybergifts/labels{/name}",
|
126
|
+
"created_at":"2012-12-13T20:45:44Z",
|
127
|
+
"updated_at":"2013-08-09T12:11:42Z",
|
128
|
+
"pushed_at":"2013-08-09T12:11:24Z",
|
129
|
+
"git_url":"git://github.com/evrone/cybergifts.git",
|
130
|
+
"ssh_url":"git@github.com:evrone/cybergifts.git",
|
131
|
+
"clone_url":"https://github.com/evrone/cybergifts.git",
|
132
|
+
"svn_url":"https://github.com/evrone/cybergifts",
|
133
|
+
"homepage":"http://cyber-gifts.net/",
|
134
|
+
"size":14624,
|
135
|
+
"watchers_count":1,
|
136
|
+
"language":"JavaScript",
|
137
|
+
"has_issues":false,
|
138
|
+
"has_downloads":true,
|
139
|
+
"has_wiki":false,
|
140
|
+
"forks_count":0,
|
141
|
+
"mirror_url":null,
|
142
|
+
"open_issues_count":2,
|
143
|
+
"forks":0,
|
144
|
+
"open_issues":2,
|
145
|
+
"watchers":1,
|
146
|
+
"master_branch":"master",
|
147
|
+
"default_branch":"master"
|
148
|
+
}
|
149
|
+
},
|
150
|
+
"base":{
|
151
|
+
"label":"evrone:master",
|
152
|
+
"ref":"master",
|
153
|
+
"sha":"a1ea1a6807ab8de87e0d685b7d5dcad0c081254e",
|
154
|
+
"user":{
|
155
|
+
"login":"evrone",
|
156
|
+
"id":431569,
|
157
|
+
"avatar_url":"https://secure.gravatar.com/avatar/6d3ebcae28dc666b58c511090d2dbf3c?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-org-420.png",
|
158
|
+
"gravatar_id":"6d3ebcae28dc666b58c511090d2dbf3c",
|
159
|
+
"url":"https://api.github.com/users/evrone",
|
160
|
+
"html_url":"https://github.com/evrone",
|
161
|
+
"followers_url":"https://api.github.com/users/evrone/followers",
|
162
|
+
"following_url":"https://api.github.com/users/evrone/following{/other_user}",
|
163
|
+
"gists_url":"https://api.github.com/users/evrone/gists{/gist_id}",
|
164
|
+
"starred_url":"https://api.github.com/users/evrone/starred{/owner}{/repo}",
|
165
|
+
"subscriptions_url":"https://api.github.com/users/evrone/subscriptions",
|
166
|
+
"organizations_url":"https://api.github.com/users/evrone/orgs",
|
167
|
+
"repos_url":"https://api.github.com/users/evrone/repos",
|
168
|
+
"events_url":"https://api.github.com/users/evrone/events{/privacy}",
|
169
|
+
"received_events_url":"https://api.github.com/users/evrone/received_events",
|
170
|
+
"type":"Organization"
|
171
|
+
},
|
172
|
+
"repo":{
|
173
|
+
"id":7155123,
|
174
|
+
"name":"cybergifts",
|
175
|
+
"full_name":"evrone/cybergifts",
|
176
|
+
"owner":{
|
177
|
+
"login":"evrone",
|
178
|
+
"id":431569,
|
179
|
+
"avatar_url":"https://secure.gravatar.com/avatar/6d3ebcae28dc666b58c511090d2dbf3c?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-org-420.png",
|
180
|
+
"gravatar_id":"6d3ebcae28dc666b58c511090d2dbf3c",
|
181
|
+
"url":"https://api.github.com/users/evrone",
|
182
|
+
"html_url":"https://github.com/evrone",
|
183
|
+
"followers_url":"https://api.github.com/users/evrone/followers",
|
184
|
+
"following_url":"https://api.github.com/users/evrone/following{/other_user}",
|
185
|
+
"gists_url":"https://api.github.com/users/evrone/gists{/gist_id}",
|
186
|
+
"starred_url":"https://api.github.com/users/evrone/starred{/owner}{/repo}",
|
187
|
+
"subscriptions_url":"https://api.github.com/users/evrone/subscriptions",
|
188
|
+
"organizations_url":"https://api.github.com/users/evrone/orgs",
|
189
|
+
"repos_url":"https://api.github.com/users/evrone/repos",
|
190
|
+
"events_url":"https://api.github.com/users/evrone/events{/privacy}",
|
191
|
+
"received_events_url":"https://api.github.com/users/evrone/received_events",
|
192
|
+
"type":"Organization"
|
193
|
+
},
|
194
|
+
"private":true,
|
195
|
+
"html_url":"https://github.com/evrone/cybergifts",
|
196
|
+
"description":"Give a gift to your friend",
|
197
|
+
"fork":false,
|
198
|
+
"url":"https://api.github.com/repos/evrone/cybergifts",
|
199
|
+
"forks_url":"https://api.github.com/repos/evrone/cybergifts/forks",
|
200
|
+
"keys_url":"https://api.github.com/repos/evrone/cybergifts/keys{/key_id}",
|
201
|
+
"collaborators_url":"https://api.github.com/repos/evrone/cybergifts/collaborators{/collaborator}",
|
202
|
+
"teams_url":"https://api.github.com/repos/evrone/cybergifts/teams",
|
203
|
+
"hooks_url":"https://api.github.com/repos/evrone/cybergifts/hooks",
|
204
|
+
"issue_events_url":"https://api.github.com/repos/evrone/cybergifts/issues/events{/number}",
|
205
|
+
"events_url":"https://api.github.com/repos/evrone/cybergifts/events",
|
206
|
+
"assignees_url":"https://api.github.com/repos/evrone/cybergifts/assignees{/user}",
|
207
|
+
"branches_url":"https://api.github.com/repos/evrone/cybergifts/branches{/branch}",
|
208
|
+
"tags_url":"https://api.github.com/repos/evrone/cybergifts/tags",
|
209
|
+
"blobs_url":"https://api.github.com/repos/evrone/cybergifts/git/blobs{/sha}",
|
210
|
+
"git_tags_url":"https://api.github.com/repos/evrone/cybergifts/git/tags{/sha}",
|
211
|
+
"git_refs_url":"https://api.github.com/repos/evrone/cybergifts/git/refs{/sha}",
|
212
|
+
"trees_url":"https://api.github.com/repos/evrone/cybergifts/git/trees{/sha}",
|
213
|
+
"statuses_url":"https://api.github.com/repos/evrone/cybergifts/statuses/{sha}",
|
214
|
+
"languages_url":"https://api.github.com/repos/evrone/cybergifts/languages",
|
215
|
+
"stargazers_url":"https://api.github.com/repos/evrone/cybergifts/stargazers",
|
216
|
+
"contributors_url":"https://api.github.com/repos/evrone/cybergifts/contributors",
|
217
|
+
"subscribers_url":"https://api.github.com/repos/evrone/cybergifts/subscribers",
|
218
|
+
"subscription_url":"https://api.github.com/repos/evrone/cybergifts/subscription",
|
219
|
+
"commits_url":"https://api.github.com/repos/evrone/cybergifts/commits{/sha}",
|
220
|
+
"git_commits_url":"https://api.github.com/repos/evrone/cybergifts/git/commits{/sha}",
|
221
|
+
"comments_url":"https://api.github.com/repos/evrone/cybergifts/comments{/number}",
|
222
|
+
"issue_comment_url":"https://api.github.com/repos/evrone/cybergifts/issues/comments/{number}",
|
223
|
+
"contents_url":"https://api.github.com/repos/evrone/cybergifts/contents/{+path}",
|
224
|
+
"compare_url":"https://api.github.com/repos/evrone/cybergifts/compare/{base}...{head}",
|
225
|
+
"merges_url":"https://api.github.com/repos/evrone/cybergifts/merges",
|
226
|
+
"archive_url":"https://api.github.com/repos/evrone/cybergifts/{archive_format}{/ref}",
|
227
|
+
"downloads_url":"https://api.github.com/repos/evrone/cybergifts/downloads",
|
228
|
+
"issues_url":"https://api.github.com/repos/evrone/cybergifts/issues{/number}",
|
229
|
+
"pulls_url":"https://api.github.com/repos/evrone/cybergifts/pulls{/number}",
|
230
|
+
"milestones_url":"https://api.github.com/repos/evrone/cybergifts/milestones{/number}",
|
231
|
+
"notifications_url":"https://api.github.com/repos/evrone/cybergifts/notifications{?since,all,participating}",
|
232
|
+
"labels_url":"https://api.github.com/repos/evrone/cybergifts/labels{/name}",
|
233
|
+
"created_at":"2012-12-13T20:45:44Z",
|
234
|
+
"updated_at":"2013-08-09T12:11:42Z",
|
235
|
+
"pushed_at":"2013-08-09T12:11:24Z",
|
236
|
+
"git_url":"git://github.com/evrone/cybergifts.git",
|
237
|
+
"ssh_url":"git@github.com:evrone/cybergifts.git",
|
238
|
+
"clone_url":"https://github.com/evrone/cybergifts.git",
|
239
|
+
"svn_url":"https://github.com/evrone/cybergifts",
|
240
|
+
"homepage":"http://cyber-gifts.net/",
|
241
|
+
"size":14624,
|
242
|
+
"watchers_count":1,
|
243
|
+
"language":"JavaScript",
|
244
|
+
"has_issues":false,
|
245
|
+
"has_downloads":true,
|
246
|
+
"has_wiki":false,
|
247
|
+
"forks_count":0,
|
248
|
+
"mirror_url":null,
|
249
|
+
"open_issues_count":2,
|
250
|
+
"forks":0,
|
251
|
+
"open_issues":2,
|
252
|
+
"watchers":1,
|
253
|
+
"master_branch":"master",
|
254
|
+
"default_branch":"master"
|
255
|
+
}
|
256
|
+
},
|
257
|
+
"_links":{
|
258
|
+
"self":{
|
259
|
+
"href":"https://api.github.com/repos/evrone/cybergifts/pulls/177"
|
260
|
+
},
|
261
|
+
"html":{
|
262
|
+
"href":"https://github.com/evrone/cybergifts/pull/177"
|
263
|
+
},
|
264
|
+
"issue":{
|
265
|
+
"href":"https://api.github.com/repos/evrone/cybergifts/issues/177"
|
266
|
+
},
|
267
|
+
"comments":{
|
268
|
+
"href":"https://api.github.com/repos/evrone/cybergifts/issues/177/comments"
|
269
|
+
},
|
270
|
+
"review_comments":{
|
271
|
+
"href":"https://api.github.com/repos/evrone/cybergifts/pulls/177/comments"
|
272
|
+
}
|
273
|
+
},
|
274
|
+
"merged":false,
|
275
|
+
"mergeable":null,
|
276
|
+
"mergeable_state":"unknown",
|
277
|
+
"merged_by":null,
|
278
|
+
"comments":0,
|
279
|
+
"review_comments":0,
|
280
|
+
"commits":1,
|
281
|
+
"additions":1,
|
282
|
+
"deletions":1,
|
283
|
+
"changed_files":1
|
284
|
+
},
|
285
|
+
"repository":{
|
286
|
+
"id":7155123,
|
287
|
+
"name":"cybergifts",
|
288
|
+
"full_name":"evrone/cybergifts",
|
289
|
+
"owner":{
|
290
|
+
"login":"evrone",
|
291
|
+
"id":431569,
|
292
|
+
"avatar_url":"https://secure.gravatar.com/avatar/6d3ebcae28dc666b58c511090d2dbf3c?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-org-420.png",
|
293
|
+
"gravatar_id":"6d3ebcae28dc666b58c511090d2dbf3c",
|
294
|
+
"url":"https://api.github.com/users/evrone",
|
295
|
+
"html_url":"https://github.com/evrone",
|
296
|
+
"followers_url":"https://api.github.com/users/evrone/followers",
|
297
|
+
"following_url":"https://api.github.com/users/evrone/following{/other_user}",
|
298
|
+
"gists_url":"https://api.github.com/users/evrone/gists{/gist_id}",
|
299
|
+
"starred_url":"https://api.github.com/users/evrone/starred{/owner}{/repo}",
|
300
|
+
"subscriptions_url":"https://api.github.com/users/evrone/subscriptions",
|
301
|
+
"organizations_url":"https://api.github.com/users/evrone/orgs",
|
302
|
+
"repos_url":"https://api.github.com/users/evrone/repos",
|
303
|
+
"events_url":"https://api.github.com/users/evrone/events{/privacy}",
|
304
|
+
"received_events_url":"https://api.github.com/users/evrone/received_events",
|
305
|
+
"type":"Organization"
|
306
|
+
},
|
307
|
+
"private":true,
|
308
|
+
"html_url":"https://github.com/evrone/cybergifts",
|
309
|
+
"description":"Give a gift to your friend",
|
310
|
+
"fork":false,
|
311
|
+
"url":"https://api.github.com/repos/evrone/cybergifts",
|
312
|
+
"forks_url":"https://api.github.com/repos/evrone/cybergifts/forks",
|
313
|
+
"keys_url":"https://api.github.com/repos/evrone/cybergifts/keys{/key_id}",
|
314
|
+
"collaborators_url":"https://api.github.com/repos/evrone/cybergifts/collaborators{/collaborator}",
|
315
|
+
"teams_url":"https://api.github.com/repos/evrone/cybergifts/teams",
|
316
|
+
"hooks_url":"https://api.github.com/repos/evrone/cybergifts/hooks",
|
317
|
+
"issue_events_url":"https://api.github.com/repos/evrone/cybergifts/issues/events{/number}",
|
318
|
+
"events_url":"https://api.github.com/repos/evrone/cybergifts/events",
|
319
|
+
"assignees_url":"https://api.github.com/repos/evrone/cybergifts/assignees{/user}",
|
320
|
+
"branches_url":"https://api.github.com/repos/evrone/cybergifts/branches{/branch}",
|
321
|
+
"tags_url":"https://api.github.com/repos/evrone/cybergifts/tags",
|
322
|
+
"blobs_url":"https://api.github.com/repos/evrone/cybergifts/git/blobs{/sha}",
|
323
|
+
"git_tags_url":"https://api.github.com/repos/evrone/cybergifts/git/tags{/sha}",
|
324
|
+
"git_refs_url":"https://api.github.com/repos/evrone/cybergifts/git/refs{/sha}",
|
325
|
+
"trees_url":"https://api.github.com/repos/evrone/cybergifts/git/trees{/sha}",
|
326
|
+
"statuses_url":"https://api.github.com/repos/evrone/cybergifts/statuses/{sha}",
|
327
|
+
"languages_url":"https://api.github.com/repos/evrone/cybergifts/languages",
|
328
|
+
"stargazers_url":"https://api.github.com/repos/evrone/cybergifts/stargazers",
|
329
|
+
"contributors_url":"https://api.github.com/repos/evrone/cybergifts/contributors",
|
330
|
+
"subscribers_url":"https://api.github.com/repos/evrone/cybergifts/subscribers",
|
331
|
+
"subscription_url":"https://api.github.com/repos/evrone/cybergifts/subscription",
|
332
|
+
"commits_url":"https://api.github.com/repos/evrone/cybergifts/commits{/sha}",
|
333
|
+
"git_commits_url":"https://api.github.com/repos/evrone/cybergifts/git/commits{/sha}",
|
334
|
+
"comments_url":"https://api.github.com/repos/evrone/cybergifts/comments{/number}",
|
335
|
+
"issue_comment_url":"https://api.github.com/repos/evrone/cybergifts/issues/comments/{number}",
|
336
|
+
"contents_url":"https://api.github.com/repos/evrone/cybergifts/contents/{+path}",
|
337
|
+
"compare_url":"https://api.github.com/repos/evrone/cybergifts/compare/{base}...{head}",
|
338
|
+
"merges_url":"https://api.github.com/repos/evrone/cybergifts/merges",
|
339
|
+
"archive_url":"https://api.github.com/repos/evrone/cybergifts/{archive_format}{/ref}",
|
340
|
+
"downloads_url":"https://api.github.com/repos/evrone/cybergifts/downloads",
|
341
|
+
"issues_url":"https://api.github.com/repos/evrone/cybergifts/issues{/number}",
|
342
|
+
"pulls_url":"https://api.github.com/repos/evrone/cybergifts/pulls{/number}",
|
343
|
+
"milestones_url":"https://api.github.com/repos/evrone/cybergifts/milestones{/number}",
|
344
|
+
"notifications_url":"https://api.github.com/repos/evrone/cybergifts/notifications{?since,all,participating}",
|
345
|
+
"labels_url":"https://api.github.com/repos/evrone/cybergifts/labels{/name}",
|
346
|
+
"created_at":"2012-12-13T20:45:44Z",
|
347
|
+
"updated_at":"2013-08-09T12:11:42Z",
|
348
|
+
"pushed_at":"2013-08-09T12:11:24Z",
|
349
|
+
"git_url":"git://github.com/evrone/cybergifts.git",
|
350
|
+
"ssh_url":"git@github.com:evrone/cybergifts.git",
|
351
|
+
"clone_url":"https://github.com/evrone/cybergifts.git",
|
352
|
+
"svn_url":"https://github.com/evrone/cybergifts",
|
353
|
+
"homepage":"http://cyber-gifts.net/",
|
354
|
+
"size":14624,
|
355
|
+
"watchers_count":1,
|
356
|
+
"language":"JavaScript",
|
357
|
+
"has_issues":false,
|
358
|
+
"has_downloads":true,
|
359
|
+
"has_wiki":false,
|
360
|
+
"forks_count":0,
|
361
|
+
"mirror_url":null,
|
362
|
+
"open_issues_count":2,
|
363
|
+
"forks":0,
|
364
|
+
"open_issues":2,
|
365
|
+
"watchers":1,
|
366
|
+
"master_branch":"master",
|
367
|
+
"default_branch":"master"
|
368
|
+
},
|
369
|
+
"sender":{
|
370
|
+
"login":"FreddySerg",
|
371
|
+
"id":1982559,
|
372
|
+
"avatar_url":"https://secure.gravatar.com/avatar/2aa5411c41901cd87d47a67f42b82ff7?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
|
373
|
+
"gravatar_id":"2aa5411c41901cd87d47a67f42b82ff7",
|
374
|
+
"url":"https://api.github.com/users/FreddySerg",
|
375
|
+
"html_url":"https://github.com/FreddySerg",
|
376
|
+
"followers_url":"https://api.github.com/users/FreddySerg/followers",
|
377
|
+
"following_url":"https://api.github.com/users/FreddySerg/following{/other_user}",
|
378
|
+
"gists_url":"https://api.github.com/users/FreddySerg/gists{/gist_id}",
|
379
|
+
"starred_url":"https://api.github.com/users/FreddySerg/starred{/owner}{/repo}",
|
380
|
+
"subscriptions_url":"https://api.github.com/users/FreddySerg/subscriptions",
|
381
|
+
"organizations_url":"https://api.github.com/users/FreddySerg/orgs",
|
382
|
+
"repos_url":"https://api.github.com/users/FreddySerg/repos",
|
383
|
+
"events_url":"https://api.github.com/users/FreddySerg/events{/privacy}",
|
384
|
+
"received_events_url":"https://api.github.com/users/FreddySerg/received_events",
|
385
|
+
"type":"User"
|
386
|
+
},
|
387
|
+
"token":"00fc9c85c40d0e261e77bb0f1d9d0f",
|
388
|
+
"id":"9",
|
389
|
+
"project":{
|
390
|
+
|
391
|
+
}
|
392
|
+
}
|
@@ -0,0 +1,92 @@
|
|
1
|
+
{
|
2
|
+
"ref":"refs/heads/master",
|
3
|
+
"after":"84158c732ff1af3db9775a37a74ddc39f5c4078f",
|
4
|
+
"before":"b665f90239563c030f1b280a434b3d84daeda1bd",
|
5
|
+
"created":false,
|
6
|
+
"deleted":false,
|
7
|
+
"forced":false,
|
8
|
+
"compare":"https://github.com/evrone/ci-worker-test-repo/compare/b665f9023956...687753389908",
|
9
|
+
"commits":[
|
10
|
+
{
|
11
|
+
"id":"687753389908e70801dd4ff5448be908642055c6",
|
12
|
+
"distinct":true,
|
13
|
+
"message":"test commit #3",
|
14
|
+
"timestamp":"2013-08-09T05:01:52-07:00",
|
15
|
+
"url":"https://github.com/evrone/ci-worker-test-repo/commit/687753389908e70801dd4ff5448be908642055c6",
|
16
|
+
"author":{
|
17
|
+
"name":"Dmitry Galinsky",
|
18
|
+
"email":"dima.exe@gmail.com",
|
19
|
+
"username":"dima-exe"
|
20
|
+
},
|
21
|
+
"committer":{
|
22
|
+
"name":"Dmitry Galinsky",
|
23
|
+
"email":"dima.exe@gmail.com",
|
24
|
+
"username":"dima-exe"
|
25
|
+
},
|
26
|
+
"added":[
|
27
|
+
"test"
|
28
|
+
],
|
29
|
+
"removed":[
|
30
|
+
|
31
|
+
],
|
32
|
+
"modified":[
|
33
|
+
|
34
|
+
]
|
35
|
+
}
|
36
|
+
],
|
37
|
+
"head_commit":{
|
38
|
+
"id":"687753389908e70801dd4ff5448be908642055c6",
|
39
|
+
"distinct":true,
|
40
|
+
"message":"test commit #3",
|
41
|
+
"timestamp":"2013-08-09T05:01:52-07:00",
|
42
|
+
"url":"https://github.com/evrone/ci-worker-test-repo/commit/687753389908e70801dd4ff5448be908642055c6",
|
43
|
+
"author":{
|
44
|
+
"name":"Dmitry Galinsky",
|
45
|
+
"email":"dima.exe@gmail.com",
|
46
|
+
"username":"dima-exe"
|
47
|
+
},
|
48
|
+
"committer":{
|
49
|
+
"name":"Dmitry Galinsky",
|
50
|
+
"email":"dima.exe@gmail.com",
|
51
|
+
"username":"dima-exe"
|
52
|
+
},
|
53
|
+
"added":[
|
54
|
+
"test"
|
55
|
+
],
|
56
|
+
"removed":[
|
57
|
+
|
58
|
+
],
|
59
|
+
"modified":[
|
60
|
+
|
61
|
+
]
|
62
|
+
},
|
63
|
+
"repository":{
|
64
|
+
"id":11705362,
|
65
|
+
"name":"ci-worker-test-repo",
|
66
|
+
"url":"https://github.com/evrone/ci-worker-test-repo",
|
67
|
+
"description":"",
|
68
|
+
"watchers":0,
|
69
|
+
"stargazers":0,
|
70
|
+
"forks":1,
|
71
|
+
"fork":false,
|
72
|
+
"size":48,
|
73
|
+
"owner":{
|
74
|
+
"name":"evrone",
|
75
|
+
"email":"oleg@evrone.com"
|
76
|
+
},
|
77
|
+
"private":false,
|
78
|
+
"open_issues":0,
|
79
|
+
"has_issues":true,
|
80
|
+
"has_downloads":true,
|
81
|
+
"has_wiki":true,
|
82
|
+
"language":"Ruby",
|
83
|
+
"created_at":1374932007,
|
84
|
+
"pushed_at":1376049617,
|
85
|
+
"master_branch":"master",
|
86
|
+
"organization":"evrone"
|
87
|
+
},
|
88
|
+
"pusher":{
|
89
|
+
"name":"dima-exe",
|
90
|
+
"email":"dima.exe@gmail.com"
|
91
|
+
}
|
92
|
+
}
|