worochi 0.0.7 → 0.0.10
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/worochi/agent/{sample.rb → #example.rb} +2 -14
- data/lib/worochi/agent/dropbox.rb +3 -13
- data/lib/worochi/agent/github.rb +8 -23
- data/lib/worochi/agent.rb +46 -18
- data/lib/worochi/config/#example.yml +35 -0
- data/lib/worochi/config/dropbox.yml +14 -0
- data/lib/worochi/config/github.yml +17 -0
- data/lib/worochi/config.rb +9 -84
- data/lib/worochi/configurator.rb +120 -0
- data/lib/worochi/helper/github_helper.rb +111 -0
- data/lib/worochi/helper.rb +28 -7
- data/lib/worochi/item.rb +5 -3
- data/lib/worochi/log.rb +8 -14
- data/lib/worochi/oauth.rb +69 -0
- data/lib/worochi/version.rb +1 -1
- data/lib/worochi.rb +20 -3
- data/spec/cassettes/Worochi/_push/pushes_with_agents.yml +512 -0
- data/spec/cassettes/Worochi_Agent_Dropbox/_push_item/pushes_it_chunked_if_size_exceeds_limit.yml +1049 -0
- data/spec/cassettes/Worochi_Agent_Dropbox/_push_item_chunked/raises_an_error.yml +44 -0
- data/spec/cassettes/Worochi_Agent_Dropbox/_push_items/pushes_multiple_items.yml +165 -0
- data/spec/cassettes/Worochi_Agent_Dropbox/it_should_behave_like_a_service_agent/_files/raises_error_on_invalid_path.yml +38 -0
- data/spec/cassettes/Worochi_Agent_Dropbox/it_should_behave_like_a_service_agent/_files_and_folders/shows_detailed_listing.yml +79 -0
- data/spec/cassettes/Worochi_Agent_Dropbox/it_should_behave_like_a_service_agent/_files_and_folders/shows_detailed_listing_including_the_required_fields.yml +79 -0
- data/spec/cassettes/Worochi_Agent_Github/_list/works_with_absolute_paths.yml +12 -12
- data/spec/cassettes/Worochi_Agent_Github/_repos/lists_the_repos.yml +207 -0
- data/spec/cassettes/Worochi_Agent_Github/_source_branch/retrieves_the_master_branch_correctly.yml +6 -6
- data/spec/cassettes/Worochi_Agent_Github/it_should_behave_like_a_service_agent/_files/accepts_a_different_relative_path.yml +12 -12
- data/spec/cassettes/Worochi_Agent_Github/it_should_behave_like_a_service_agent/_files/contains_file1.yml +12 -12
- data/spec/cassettes/Worochi_Agent_Github/it_should_behave_like_a_service_agent/_files/does_not_contain_folder1.yml +12 -12
- data/spec/cassettes/Worochi_Agent_Github/it_should_behave_like_a_service_agent/_files/raises_error_on_invalid_path.yml +133 -0
- data/spec/cassettes/Worochi_Agent_Github/it_should_behave_like_a_service_agent/_files_and_folders/contains_folder1_and_file1.yml +24 -24
- data/spec/cassettes/Worochi_Agent_Github/it_should_behave_like_a_service_agent/_files_and_folders/shows_detailed_listing_including_the_required_fields.yml +133 -0
- data/spec/cassettes/Worochi_Agent_Github/it_should_behave_like_a_service_agent/_folders/accepts_a_different_relative_path.yml +12 -12
- data/spec/cassettes/Worochi_Agent_Github/it_should_behave_like_a_service_agent/_folders/contains_folder1.yml +12 -12
- data/spec/cassettes/Worochi_Agent_Github/it_should_behave_like_a_service_agent/_folders/does_not_contain_file1.yml +12 -12
- data/spec/cassettes/Worochi_Agent_Github/{_push_all → modifies_the_repo/_push_all}/pushes_a_list_of_items_to_create_a_new_commit.yml +80 -80
- data/spec/cassettes/Worochi_Agent_Github/{_push_all → modifies_the_repo/_push_all}/pushes_the_file_to_the_right_place.yml +60 -60
- data/spec/cassettes/Worochi_Agent_Github/modifies_the_repo/_push_blob/pushes_the_blob_even_when_it_is_larger_than_block_size.yml +181 -0
- data/spec/cassettes/Worochi_Agent_Github/modifies_the_repo/_push_item/pushes_a_single_item_and_makes_a_commit.yml +687 -0
- data/spec/cassettes/Worochi_Agent_Github/modifies_the_repo/_stream_blob/streams_the_file_as_an_Base64_JSON_field.yml +181 -0
- data/spec/cassettes/Worochi_OAuth/_flow_end/rejects_bad_code.yml +56 -0
- data/spec/{helper.rb → spec_helper.rb} +14 -1
- data/spec/support/aws_uri_matcher.rb +1 -1
- data/spec/support/shared_exampes_for_agents.rb +13 -2
- data/spec/support/test_files.rb +4 -4
- data/spec/worochi/agent/dropbox_spec.rb +29 -3
- data/spec/worochi/agent/github_spec.rb +54 -26
- data/spec/worochi/agent_spec.rb +34 -1
- data/spec/worochi/config_spec.rb +46 -30
- data/spec/worochi/helper/github_helper_spec.rb +94 -0
- data/spec/worochi/helper_spec.rb +15 -3
- data/spec/worochi/item_spec.rb +9 -6
- data/spec/worochi/log_spec.rb +30 -0
- data/spec/worochi/oauth_spec.rb +33 -0
- data/spec/worochi_spec.rb +25 -1
- data/worochi.gemspec +5 -1
- metadata +104 -11
- data/lib/worochi/helper/github.rb +0 -100
- data/spec/worochi/helper/github_spec.rb +0 -57
@@ -0,0 +1,207 @@
|
|
1
|
+
---
|
2
|
+
http_interactions:
|
3
|
+
- request:
|
4
|
+
method: get
|
5
|
+
uri: https://api.github.com/user/repos
|
6
|
+
body:
|
7
|
+
encoding: US-ASCII
|
8
|
+
string: ''
|
9
|
+
headers:
|
10
|
+
User-Agent:
|
11
|
+
- Octokit Ruby Gem 1.25.0
|
12
|
+
Accept:
|
13
|
+
- application/vnd.github.beta+json
|
14
|
+
Authorization:
|
15
|
+
- token <GITHUB_TOKEN>
|
16
|
+
Accept-Encoding:
|
17
|
+
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
18
|
+
response:
|
19
|
+
status:
|
20
|
+
code: 200
|
21
|
+
message: OK
|
22
|
+
headers:
|
23
|
+
Server:
|
24
|
+
- GitHub.com
|
25
|
+
Date:
|
26
|
+
- Thu, 15 Aug 2013 21:11:59 GMT
|
27
|
+
Content-Type:
|
28
|
+
- application/json; charset=utf-8
|
29
|
+
Transfer-Encoding:
|
30
|
+
- chunked
|
31
|
+
Status:
|
32
|
+
- 200 OK
|
33
|
+
X-Ratelimit-Limit:
|
34
|
+
- '5000'
|
35
|
+
X-Ratelimit-Remaining:
|
36
|
+
- '4682'
|
37
|
+
X-Ratelimit-Reset:
|
38
|
+
- '1376602835'
|
39
|
+
Cache-Control:
|
40
|
+
- private, max-age=60, s-maxage=60
|
41
|
+
Last-Modified:
|
42
|
+
- Thu, 15 Aug 2013 21:10:11 GMT
|
43
|
+
Etag:
|
44
|
+
- '"f17df6adf04cc645891644e6b16fde6a"'
|
45
|
+
X-Oauth-Scopes:
|
46
|
+
- user, public_repo, repo, gist
|
47
|
+
X-Accepted-Oauth-Scopes:
|
48
|
+
- repo, public_repo, repo:status, delete_repo, site_admin
|
49
|
+
Vary:
|
50
|
+
- Accept, Authorization, Cookie
|
51
|
+
- Accept-Encoding
|
52
|
+
X-Github-Media-Type:
|
53
|
+
- github.beta; format=json
|
54
|
+
X-Content-Type-Options:
|
55
|
+
- nosniff
|
56
|
+
Access-Control-Allow-Credentials:
|
57
|
+
- 'true'
|
58
|
+
Access-Control-Expose-Headers:
|
59
|
+
- ETag, Link, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, X-OAuth-Scopes,
|
60
|
+
X-Accepted-OAuth-Scopes
|
61
|
+
Access-Control-Allow-Origin:
|
62
|
+
- '*'
|
63
|
+
body:
|
64
|
+
encoding: UTF-8
|
65
|
+
string: '[{"id":11657303,"name":"cv-randomize","full_name":"darkmirage/cv-randomize","owner":{"login":"darkmirage","id":1635019,"avatar_url":"https://0.gravatar.com/avatar/5111569f6bba258cfe81d12af3ba99a2?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png","gravatar_id":"5111569f6bba258cfe81d12af3ba99a2","url":"https://api.github.com/users/darkmirage","html_url":"https://github.com/darkmirage","followers_url":"https://api.github.com/users/darkmirage/followers","following_url":"https://api.github.com/users/darkmirage/following{/other_user}","gists_url":"https://api.github.com/users/darkmirage/gists{/gist_id}","starred_url":"https://api.github.com/users/darkmirage/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/darkmirage/subscriptions","organizations_url":"https://api.github.com/users/darkmirage/orgs","repos_url":"https://api.github.com/users/darkmirage/repos","events_url":"https://api.github.com/users/darkmirage/events{/privacy}","received_events_url":"https://api.github.com/users/darkmirage/received_events","type":"User"},"private":false,"html_url":"https://github.com/darkmirage/cv-randomize","description":"Using
|
66
|
+
python-docx to generate random CVs for correspondence resume experiments","fork":false,"url":"https://api.github.com/repos/darkmirage/cv-randomize","forks_url":"https://api.github.com/repos/darkmirage/cv-randomize/forks","keys_url":"https://api.github.com/repos/darkmirage/cv-randomize/keys{/key_id}","collaborators_url":"https://api.github.com/repos/darkmirage/cv-randomize/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/darkmirage/cv-randomize/teams","hooks_url":"https://api.github.com/repos/darkmirage/cv-randomize/hooks","issue_events_url":"https://api.github.com/repos/darkmirage/cv-randomize/issues/events{/number}","events_url":"https://api.github.com/repos/darkmirage/cv-randomize/events","assignees_url":"https://api.github.com/repos/darkmirage/cv-randomize/assignees{/user}","branches_url":"https://api.github.com/repos/darkmirage/cv-randomize/branches{/branch}","tags_url":"https://api.github.com/repos/darkmirage/cv-randomize/tags","blobs_url":"https://api.github.com/repos/darkmirage/cv-randomize/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/darkmirage/cv-randomize/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/darkmirage/cv-randomize/git/refs{/sha}","trees_url":"https://api.github.com/repos/darkmirage/cv-randomize/git/trees{/sha}","statuses_url":"https://api.github.com/repos/darkmirage/cv-randomize/statuses/{sha}","languages_url":"https://api.github.com/repos/darkmirage/cv-randomize/languages","stargazers_url":"https://api.github.com/repos/darkmirage/cv-randomize/stargazers","contributors_url":"https://api.github.com/repos/darkmirage/cv-randomize/contributors","subscribers_url":"https://api.github.com/repos/darkmirage/cv-randomize/subscribers","subscription_url":"https://api.github.com/repos/darkmirage/cv-randomize/subscription","commits_url":"https://api.github.com/repos/darkmirage/cv-randomize/commits{/sha}","git_commits_url":"https://api.github.com/repos/darkmirage/cv-randomize/git/commits{/sha}","comments_url":"https://api.github.com/repos/darkmirage/cv-randomize/comments{/number}","issue_comment_url":"https://api.github.com/repos/darkmirage/cv-randomize/issues/comments/{number}","contents_url":"https://api.github.com/repos/darkmirage/cv-randomize/contents/{+path}","compare_url":"https://api.github.com/repos/darkmirage/cv-randomize/compare/{base}...{head}","merges_url":"https://api.github.com/repos/darkmirage/cv-randomize/merges","archive_url":"https://api.github.com/repos/darkmirage/cv-randomize/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/darkmirage/cv-randomize/downloads","issues_url":"https://api.github.com/repos/darkmirage/cv-randomize/issues{/number}","pulls_url":"https://api.github.com/repos/darkmirage/cv-randomize/pulls{/number}","milestones_url":"https://api.github.com/repos/darkmirage/cv-randomize/milestones{/number}","notifications_url":"https://api.github.com/repos/darkmirage/cv-randomize/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/darkmirage/cv-randomize/labels{/name}","created_at":"2013-07-25T09:52:29Z","updated_at":"2013-08-08T00:26:15Z","pushed_at":"2013-08-08T00:26:10Z","git_url":"git://github.com/darkmirage/cv-randomize.git","ssh_url":"git@github.com:darkmirage/cv-randomize.git","clone_url":"https://github.com/darkmirage/cv-randomize.git","svn_url":"https://github.com/darkmirage/cv-randomize","homepage":null,"size":158,"watchers_count":0,"language":"Python","has_issues":true,"has_downloads":true,"has_wiki":true,"forks_count":0,"mirror_url":null,"open_issues_count":0,"forks":0,"open_issues":0,"watchers":0,"master_branch":"master","default_branch":"master","permissions":{"admin":true,"push":true,"pull":true}},{"id":11464133,"name":"git-api-test","full_name":"darkmirage/git-api-test","owner":{"login":"darkmirage","id":1635019,"avatar_url":"https://0.gravatar.com/avatar/5111569f6bba258cfe81d12af3ba99a2?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png","gravatar_id":"5111569f6bba258cfe81d12af3ba99a2","url":"https://api.github.com/users/darkmirage","html_url":"https://github.com/darkmirage","followers_url":"https://api.github.com/users/darkmirage/followers","following_url":"https://api.github.com/users/darkmirage/following{/other_user}","gists_url":"https://api.github.com/users/darkmirage/gists{/gist_id}","starred_url":"https://api.github.com/users/darkmirage/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/darkmirage/subscriptions","organizations_url":"https://api.github.com/users/darkmirage/orgs","repos_url":"https://api.github.com/users/darkmirage/repos","events_url":"https://api.github.com/users/darkmirage/events{/privacy}","received_events_url":"https://api.github.com/users/darkmirage/received_events","type":"User"},"private":false,"html_url":"https://github.com/darkmirage/git-api-test","description":"Learning
|
67
|
+
how to use octokit.rb to create and push commits via the Github API","fork":false,"url":"https://api.github.com/repos/darkmirage/git-api-test","forks_url":"https://api.github.com/repos/darkmirage/git-api-test/forks","keys_url":"https://api.github.com/repos/darkmirage/git-api-test/keys{/key_id}","collaborators_url":"https://api.github.com/repos/darkmirage/git-api-test/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/darkmirage/git-api-test/teams","hooks_url":"https://api.github.com/repos/darkmirage/git-api-test/hooks","issue_events_url":"https://api.github.com/repos/darkmirage/git-api-test/issues/events{/number}","events_url":"https://api.github.com/repos/darkmirage/git-api-test/events","assignees_url":"https://api.github.com/repos/darkmirage/git-api-test/assignees{/user}","branches_url":"https://api.github.com/repos/darkmirage/git-api-test/branches{/branch}","tags_url":"https://api.github.com/repos/darkmirage/git-api-test/tags","blobs_url":"https://api.github.com/repos/darkmirage/git-api-test/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/darkmirage/git-api-test/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/darkmirage/git-api-test/git/refs{/sha}","trees_url":"https://api.github.com/repos/darkmirage/git-api-test/git/trees{/sha}","statuses_url":"https://api.github.com/repos/darkmirage/git-api-test/statuses/{sha}","languages_url":"https://api.github.com/repos/darkmirage/git-api-test/languages","stargazers_url":"https://api.github.com/repos/darkmirage/git-api-test/stargazers","contributors_url":"https://api.github.com/repos/darkmirage/git-api-test/contributors","subscribers_url":"https://api.github.com/repos/darkmirage/git-api-test/subscribers","subscription_url":"https://api.github.com/repos/darkmirage/git-api-test/subscription","commits_url":"https://api.github.com/repos/darkmirage/git-api-test/commits{/sha}","git_commits_url":"https://api.github.com/repos/darkmirage/git-api-test/git/commits{/sha}","comments_url":"https://api.github.com/repos/darkmirage/git-api-test/comments{/number}","issue_comment_url":"https://api.github.com/repos/darkmirage/git-api-test/issues/comments/{number}","contents_url":"https://api.github.com/repos/darkmirage/git-api-test/contents/{+path}","compare_url":"https://api.github.com/repos/darkmirage/git-api-test/compare/{base}...{head}","merges_url":"https://api.github.com/repos/darkmirage/git-api-test/merges","archive_url":"https://api.github.com/repos/darkmirage/git-api-test/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/darkmirage/git-api-test/downloads","issues_url":"https://api.github.com/repos/darkmirage/git-api-test/issues{/number}","pulls_url":"https://api.github.com/repos/darkmirage/git-api-test/pulls{/number}","milestones_url":"https://api.github.com/repos/darkmirage/git-api-test/milestones{/number}","notifications_url":"https://api.github.com/repos/darkmirage/git-api-test/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/darkmirage/git-api-test/labels{/name}","created_at":"2013-07-17T01:16:30Z","updated_at":"2013-07-17T01:19:01Z","pushed_at":"2013-07-17T01:19:00Z","git_url":"git://github.com/darkmirage/git-api-test.git","ssh_url":"git@github.com:darkmirage/git-api-test.git","clone_url":"https://github.com/darkmirage/git-api-test.git","svn_url":"https://github.com/darkmirage/git-api-test","homepage":null,"size":58,"watchers_count":0,"language":"Ruby","has_issues":true,"has_downloads":true,"has_wiki":true,"forks_count":0,"mirror_url":null,"open_issues_count":0,"forks":0,"open_issues":0,"watchers":0,"master_branch":"master","default_branch":"master","permissions":{"admin":true,"push":true,"pull":true}},{"id":7474709,"name":"pintos","full_name":"darkmirage/pintos","owner":{"login":"darkmirage","id":1635019,"avatar_url":"https://0.gravatar.com/avatar/5111569f6bba258cfe81d12af3ba99a2?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png","gravatar_id":"5111569f6bba258cfe81d12af3ba99a2","url":"https://api.github.com/users/darkmirage","html_url":"https://github.com/darkmirage","followers_url":"https://api.github.com/users/darkmirage/followers","following_url":"https://api.github.com/users/darkmirage/following{/other_user}","gists_url":"https://api.github.com/users/darkmirage/gists{/gist_id}","starred_url":"https://api.github.com/users/darkmirage/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/darkmirage/subscriptions","organizations_url":"https://api.github.com/users/darkmirage/orgs","repos_url":"https://api.github.com/users/darkmirage/repos","events_url":"https://api.github.com/users/darkmirage/events{/privacy}","received_events_url":"https://api.github.com/users/darkmirage/received_events","type":"User"},"private":true,"html_url":"https://github.com/darkmirage/pintos","description":"CS
|
68
|
+
140 programming projects","fork":false,"url":"https://api.github.com/repos/darkmirage/pintos","forks_url":"https://api.github.com/repos/darkmirage/pintos/forks","keys_url":"https://api.github.com/repos/darkmirage/pintos/keys{/key_id}","collaborators_url":"https://api.github.com/repos/darkmirage/pintos/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/darkmirage/pintos/teams","hooks_url":"https://api.github.com/repos/darkmirage/pintos/hooks","issue_events_url":"https://api.github.com/repos/darkmirage/pintos/issues/events{/number}","events_url":"https://api.github.com/repos/darkmirage/pintos/events","assignees_url":"https://api.github.com/repos/darkmirage/pintos/assignees{/user}","branches_url":"https://api.github.com/repos/darkmirage/pintos/branches{/branch}","tags_url":"https://api.github.com/repos/darkmirage/pintos/tags","blobs_url":"https://api.github.com/repos/darkmirage/pintos/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/darkmirage/pintos/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/darkmirage/pintos/git/refs{/sha}","trees_url":"https://api.github.com/repos/darkmirage/pintos/git/trees{/sha}","statuses_url":"https://api.github.com/repos/darkmirage/pintos/statuses/{sha}","languages_url":"https://api.github.com/repos/darkmirage/pintos/languages","stargazers_url":"https://api.github.com/repos/darkmirage/pintos/stargazers","contributors_url":"https://api.github.com/repos/darkmirage/pintos/contributors","subscribers_url":"https://api.github.com/repos/darkmirage/pintos/subscribers","subscription_url":"https://api.github.com/repos/darkmirage/pintos/subscription","commits_url":"https://api.github.com/repos/darkmirage/pintos/commits{/sha}","git_commits_url":"https://api.github.com/repos/darkmirage/pintos/git/commits{/sha}","comments_url":"https://api.github.com/repos/darkmirage/pintos/comments{/number}","issue_comment_url":"https://api.github.com/repos/darkmirage/pintos/issues/comments/{number}","contents_url":"https://api.github.com/repos/darkmirage/pintos/contents/{+path}","compare_url":"https://api.github.com/repos/darkmirage/pintos/compare/{base}...{head}","merges_url":"https://api.github.com/repos/darkmirage/pintos/merges","archive_url":"https://api.github.com/repos/darkmirage/pintos/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/darkmirage/pintos/downloads","issues_url":"https://api.github.com/repos/darkmirage/pintos/issues{/number}","pulls_url":"https://api.github.com/repos/darkmirage/pintos/pulls{/number}","milestones_url":"https://api.github.com/repos/darkmirage/pintos/milestones{/number}","notifications_url":"https://api.github.com/repos/darkmirage/pintos/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/darkmirage/pintos/labels{/name}","created_at":"2013-01-07T00:41:21Z","updated_at":"2013-03-17T00:14:20Z","pushed_at":"2013-03-17T00:14:20Z","git_url":"git://github.com/darkmirage/pintos.git","ssh_url":"git@github.com:darkmirage/pintos.git","clone_url":"https://github.com/darkmirage/pintos.git","svn_url":"https://github.com/darkmirage/pintos","homepage":null,"size":616,"watchers_count":0,"language":"C","has_issues":true,"has_downloads":true,"has_wiki":true,"forks_count":1,"mirror_url":null,"open_issues_count":0,"forks":1,"open_issues":0,"watchers":0,"master_branch":"master","default_branch":"master","permissions":{"admin":true,"push":true,"pull":true}},{"id":11385834,"name":"reddit-image-browser","full_name":"darkmirage/reddit-image-browser","owner":{"login":"darkmirage","id":1635019,"avatar_url":"https://0.gravatar.com/avatar/5111569f6bba258cfe81d12af3ba99a2?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png","gravatar_id":"5111569f6bba258cfe81d12af3ba99a2","url":"https://api.github.com/users/darkmirage","html_url":"https://github.com/darkmirage","followers_url":"https://api.github.com/users/darkmirage/followers","following_url":"https://api.github.com/users/darkmirage/following{/other_user}","gists_url":"https://api.github.com/users/darkmirage/gists{/gist_id}","starred_url":"https://api.github.com/users/darkmirage/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/darkmirage/subscriptions","organizations_url":"https://api.github.com/users/darkmirage/orgs","repos_url":"https://api.github.com/users/darkmirage/repos","events_url":"https://api.github.com/users/darkmirage/events{/privacy}","received_events_url":"https://api.github.com/users/darkmirage/received_events","type":"User"},"private":false,"html_url":"https://github.com/darkmirage/reddit-image-browser","description":"An
|
69
|
+
client-side image browser for Reddit using jQuery to process unauthenticated
|
70
|
+
JSONP with some D3.js processing.","fork":false,"url":"https://api.github.com/repos/darkmirage/reddit-image-browser","forks_url":"https://api.github.com/repos/darkmirage/reddit-image-browser/forks","keys_url":"https://api.github.com/repos/darkmirage/reddit-image-browser/keys{/key_id}","collaborators_url":"https://api.github.com/repos/darkmirage/reddit-image-browser/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/darkmirage/reddit-image-browser/teams","hooks_url":"https://api.github.com/repos/darkmirage/reddit-image-browser/hooks","issue_events_url":"https://api.github.com/repos/darkmirage/reddit-image-browser/issues/events{/number}","events_url":"https://api.github.com/repos/darkmirage/reddit-image-browser/events","assignees_url":"https://api.github.com/repos/darkmirage/reddit-image-browser/assignees{/user}","branches_url":"https://api.github.com/repos/darkmirage/reddit-image-browser/branches{/branch}","tags_url":"https://api.github.com/repos/darkmirage/reddit-image-browser/tags","blobs_url":"https://api.github.com/repos/darkmirage/reddit-image-browser/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/darkmirage/reddit-image-browser/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/darkmirage/reddit-image-browser/git/refs{/sha}","trees_url":"https://api.github.com/repos/darkmirage/reddit-image-browser/git/trees{/sha}","statuses_url":"https://api.github.com/repos/darkmirage/reddit-image-browser/statuses/{sha}","languages_url":"https://api.github.com/repos/darkmirage/reddit-image-browser/languages","stargazers_url":"https://api.github.com/repos/darkmirage/reddit-image-browser/stargazers","contributors_url":"https://api.github.com/repos/darkmirage/reddit-image-browser/contributors","subscribers_url":"https://api.github.com/repos/darkmirage/reddit-image-browser/subscribers","subscription_url":"https://api.github.com/repos/darkmirage/reddit-image-browser/subscription","commits_url":"https://api.github.com/repos/darkmirage/reddit-image-browser/commits{/sha}","git_commits_url":"https://api.github.com/repos/darkmirage/reddit-image-browser/git/commits{/sha}","comments_url":"https://api.github.com/repos/darkmirage/reddit-image-browser/comments{/number}","issue_comment_url":"https://api.github.com/repos/darkmirage/reddit-image-browser/issues/comments/{number}","contents_url":"https://api.github.com/repos/darkmirage/reddit-image-browser/contents/{+path}","compare_url":"https://api.github.com/repos/darkmirage/reddit-image-browser/compare/{base}...{head}","merges_url":"https://api.github.com/repos/darkmirage/reddit-image-browser/merges","archive_url":"https://api.github.com/repos/darkmirage/reddit-image-browser/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/darkmirage/reddit-image-browser/downloads","issues_url":"https://api.github.com/repos/darkmirage/reddit-image-browser/issues{/number}","pulls_url":"https://api.github.com/repos/darkmirage/reddit-image-browser/pulls{/number}","milestones_url":"https://api.github.com/repos/darkmirage/reddit-image-browser/milestones{/number}","notifications_url":"https://api.github.com/repos/darkmirage/reddit-image-browser/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/darkmirage/reddit-image-browser/labels{/name}","created_at":"2013-07-13T09:18:47Z","updated_at":"2013-07-31T19:38:51Z","pushed_at":"2013-07-27T21:33:58Z","git_url":"git://github.com/darkmirage/reddit-image-browser.git","ssh_url":"git@github.com:darkmirage/reddit-image-browser.git","clone_url":"https://github.com/darkmirage/reddit-image-browser.git","svn_url":"https://github.com/darkmirage/reddit-image-browser","homepage":null,"size":466,"watchers_count":2,"language":"JavaScript","has_issues":true,"has_downloads":true,"has_wiki":true,"forks_count":0,"mirror_url":null,"open_issues_count":0,"forks":0,"open_issues":0,"watchers":2,"master_branch":"master","default_branch":"master","permissions":{"admin":true,"push":true,"pull":true}},{"id":11539156,"name":"stanford-cookie-grabber","full_name":"darkmirage/stanford-cookie-grabber","owner":{"login":"darkmirage","id":1635019,"avatar_url":"https://0.gravatar.com/avatar/5111569f6bba258cfe81d12af3ba99a2?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png","gravatar_id":"5111569f6bba258cfe81d12af3ba99a2","url":"https://api.github.com/users/darkmirage","html_url":"https://github.com/darkmirage","followers_url":"https://api.github.com/users/darkmirage/followers","following_url":"https://api.github.com/users/darkmirage/following{/other_user}","gists_url":"https://api.github.com/users/darkmirage/gists{/gist_id}","starred_url":"https://api.github.com/users/darkmirage/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/darkmirage/subscriptions","organizations_url":"https://api.github.com/users/darkmirage/orgs","repos_url":"https://api.github.com/users/darkmirage/repos","events_url":"https://api.github.com/users/darkmirage/events{/privacy}","received_events_url":"https://api.github.com/users/darkmirage/received_events","type":"User"},"private":false,"html_url":"https://github.com/darkmirage/stanford-cookie-grabber","description":"Proof
|
71
|
+
of concept demonstrating user identification through cookies on the Stanford
|
72
|
+
network","fork":false,"url":"https://api.github.com/repos/darkmirage/stanford-cookie-grabber","forks_url":"https://api.github.com/repos/darkmirage/stanford-cookie-grabber/forks","keys_url":"https://api.github.com/repos/darkmirage/stanford-cookie-grabber/keys{/key_id}","collaborators_url":"https://api.github.com/repos/darkmirage/stanford-cookie-grabber/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/darkmirage/stanford-cookie-grabber/teams","hooks_url":"https://api.github.com/repos/darkmirage/stanford-cookie-grabber/hooks","issue_events_url":"https://api.github.com/repos/darkmirage/stanford-cookie-grabber/issues/events{/number}","events_url":"https://api.github.com/repos/darkmirage/stanford-cookie-grabber/events","assignees_url":"https://api.github.com/repos/darkmirage/stanford-cookie-grabber/assignees{/user}","branches_url":"https://api.github.com/repos/darkmirage/stanford-cookie-grabber/branches{/branch}","tags_url":"https://api.github.com/repos/darkmirage/stanford-cookie-grabber/tags","blobs_url":"https://api.github.com/repos/darkmirage/stanford-cookie-grabber/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/darkmirage/stanford-cookie-grabber/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/darkmirage/stanford-cookie-grabber/git/refs{/sha}","trees_url":"https://api.github.com/repos/darkmirage/stanford-cookie-grabber/git/trees{/sha}","statuses_url":"https://api.github.com/repos/darkmirage/stanford-cookie-grabber/statuses/{sha}","languages_url":"https://api.github.com/repos/darkmirage/stanford-cookie-grabber/languages","stargazers_url":"https://api.github.com/repos/darkmirage/stanford-cookie-grabber/stargazers","contributors_url":"https://api.github.com/repos/darkmirage/stanford-cookie-grabber/contributors","subscribers_url":"https://api.github.com/repos/darkmirage/stanford-cookie-grabber/subscribers","subscription_url":"https://api.github.com/repos/darkmirage/stanford-cookie-grabber/subscription","commits_url":"https://api.github.com/repos/darkmirage/stanford-cookie-grabber/commits{/sha}","git_commits_url":"https://api.github.com/repos/darkmirage/stanford-cookie-grabber/git/commits{/sha}","comments_url":"https://api.github.com/repos/darkmirage/stanford-cookie-grabber/comments{/number}","issue_comment_url":"https://api.github.com/repos/darkmirage/stanford-cookie-grabber/issues/comments/{number}","contents_url":"https://api.github.com/repos/darkmirage/stanford-cookie-grabber/contents/{+path}","compare_url":"https://api.github.com/repos/darkmirage/stanford-cookie-grabber/compare/{base}...{head}","merges_url":"https://api.github.com/repos/darkmirage/stanford-cookie-grabber/merges","archive_url":"https://api.github.com/repos/darkmirage/stanford-cookie-grabber/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/darkmirage/stanford-cookie-grabber/downloads","issues_url":"https://api.github.com/repos/darkmirage/stanford-cookie-grabber/issues{/number}","pulls_url":"https://api.github.com/repos/darkmirage/stanford-cookie-grabber/pulls{/number}","milestones_url":"https://api.github.com/repos/darkmirage/stanford-cookie-grabber/milestones{/number}","notifications_url":"https://api.github.com/repos/darkmirage/stanford-cookie-grabber/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/darkmirage/stanford-cookie-grabber/labels{/name}","created_at":"2013-07-19T23:31:33Z","updated_at":"2013-07-19T23:38:51Z","pushed_at":"2013-07-19T23:38:48Z","git_url":"git://github.com/darkmirage/stanford-cookie-grabber.git","ssh_url":"git@github.com:darkmirage/stanford-cookie-grabber.git","clone_url":"https://github.com/darkmirage/stanford-cookie-grabber.git","svn_url":"https://github.com/darkmirage/stanford-cookie-grabber","homepage":null,"size":38,"watchers_count":0,"language":"PHP","has_issues":true,"has_downloads":true,"has_wiki":true,"forks_count":0,"mirror_url":null,"open_issues_count":0,"forks":0,"open_issues":0,"watchers":0,"master_branch":"master","default_branch":"master","permissions":{"admin":true,"push":true,"pull":true}},{"id":11986043,"name":"test","full_name":"darkmirage/test","owner":{"login":"darkmirage","id":1635019,"avatar_url":"https://0.gravatar.com/avatar/5111569f6bba258cfe81d12af3ba99a2?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png","gravatar_id":"5111569f6bba258cfe81d12af3ba99a2","url":"https://api.github.com/users/darkmirage","html_url":"https://github.com/darkmirage","followers_url":"https://api.github.com/users/darkmirage/followers","following_url":"https://api.github.com/users/darkmirage/following{/other_user}","gists_url":"https://api.github.com/users/darkmirage/gists{/gist_id}","starred_url":"https://api.github.com/users/darkmirage/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/darkmirage/subscriptions","organizations_url":"https://api.github.com/users/darkmirage/orgs","repos_url":"https://api.github.com/users/darkmirage/repos","events_url":"https://api.github.com/users/darkmirage/events{/privacy}","received_events_url":"https://api.github.com/users/darkmirage/received_events","type":"User"},"private":false,"html_url":"https://github.com/darkmirage/test","description":"API
|
73
|
+
test","fork":false,"url":"https://api.github.com/repos/darkmirage/test","forks_url":"https://api.github.com/repos/darkmirage/test/forks","keys_url":"https://api.github.com/repos/darkmirage/test/keys{/key_id}","collaborators_url":"https://api.github.com/repos/darkmirage/test/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/darkmirage/test/teams","hooks_url":"https://api.github.com/repos/darkmirage/test/hooks","issue_events_url":"https://api.github.com/repos/darkmirage/test/issues/events{/number}","events_url":"https://api.github.com/repos/darkmirage/test/events","assignees_url":"https://api.github.com/repos/darkmirage/test/assignees{/user}","branches_url":"https://api.github.com/repos/darkmirage/test/branches{/branch}","tags_url":"https://api.github.com/repos/darkmirage/test/tags","blobs_url":"https://api.github.com/repos/darkmirage/test/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/darkmirage/test/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/darkmirage/test/git/refs{/sha}","trees_url":"https://api.github.com/repos/darkmirage/test/git/trees{/sha}","statuses_url":"https://api.github.com/repos/darkmirage/test/statuses/{sha}","languages_url":"https://api.github.com/repos/darkmirage/test/languages","stargazers_url":"https://api.github.com/repos/darkmirage/test/stargazers","contributors_url":"https://api.github.com/repos/darkmirage/test/contributors","subscribers_url":"https://api.github.com/repos/darkmirage/test/subscribers","subscription_url":"https://api.github.com/repos/darkmirage/test/subscription","commits_url":"https://api.github.com/repos/darkmirage/test/commits{/sha}","git_commits_url":"https://api.github.com/repos/darkmirage/test/git/commits{/sha}","comments_url":"https://api.github.com/repos/darkmirage/test/comments{/number}","issue_comment_url":"https://api.github.com/repos/darkmirage/test/issues/comments/{number}","contents_url":"https://api.github.com/repos/darkmirage/test/contents/{+path}","compare_url":"https://api.github.com/repos/darkmirage/test/compare/{base}...{head}","merges_url":"https://api.github.com/repos/darkmirage/test/merges","archive_url":"https://api.github.com/repos/darkmirage/test/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/darkmirage/test/downloads","issues_url":"https://api.github.com/repos/darkmirage/test/issues{/number}","pulls_url":"https://api.github.com/repos/darkmirage/test/pulls{/number}","milestones_url":"https://api.github.com/repos/darkmirage/test/milestones{/number}","notifications_url":"https://api.github.com/repos/darkmirage/test/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/darkmirage/test/labels{/name}","created_at":"2013-08-08T20:38:13Z","updated_at":"2013-08-15T21:10:11Z","pushed_at":"2013-08-15T21:10:11Z","git_url":"git://github.com/darkmirage/test.git","ssh_url":"git@github.com:darkmirage/test.git","clone_url":"https://github.com/darkmirage/test.git","svn_url":"https://github.com/darkmirage/test","homepage":null,"size":304,"watchers_count":0,"language":null,"has_issues":true,"has_downloads":true,"has_wiki":true,"forks_count":0,"mirror_url":null,"open_issues_count":0,"forks":0,"open_issues":0,"watchers":0,"master_branch":"master","default_branch":"master","permissions":{"admin":true,"push":true,"pull":true}}]'
|
74
|
+
http_version:
|
75
|
+
recorded_at: Thu, 15 Aug 2013 21:11:59 GMT
|
76
|
+
- request:
|
77
|
+
method: get
|
78
|
+
uri: https://api.github.com/user/orgs
|
79
|
+
body:
|
80
|
+
encoding: US-ASCII
|
81
|
+
string: ''
|
82
|
+
headers:
|
83
|
+
User-Agent:
|
84
|
+
- Octokit Ruby Gem 1.25.0
|
85
|
+
Accept:
|
86
|
+
- application/vnd.github.beta+json
|
87
|
+
Authorization:
|
88
|
+
- token <GITHUB_TOKEN>
|
89
|
+
Accept-Encoding:
|
90
|
+
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
91
|
+
response:
|
92
|
+
status:
|
93
|
+
code: 200
|
94
|
+
message: OK
|
95
|
+
headers:
|
96
|
+
Server:
|
97
|
+
- GitHub.com
|
98
|
+
Date:
|
99
|
+
- Thu, 15 Aug 2013 21:11:59 GMT
|
100
|
+
Content-Type:
|
101
|
+
- application/json; charset=utf-8
|
102
|
+
Transfer-Encoding:
|
103
|
+
- chunked
|
104
|
+
Status:
|
105
|
+
- 200 OK
|
106
|
+
X-Ratelimit-Limit:
|
107
|
+
- '5000'
|
108
|
+
X-Ratelimit-Remaining:
|
109
|
+
- '4681'
|
110
|
+
X-Ratelimit-Reset:
|
111
|
+
- '1376602835'
|
112
|
+
Cache-Control:
|
113
|
+
- private, max-age=60, s-maxage=60
|
114
|
+
Last-Modified:
|
115
|
+
- Thu, 15 Aug 2013 18:37:58 GMT
|
116
|
+
Etag:
|
117
|
+
- '"2c138003194b4f07f6ee8699b22d8827"'
|
118
|
+
X-Oauth-Scopes:
|
119
|
+
- user, public_repo, repo, gist
|
120
|
+
X-Accepted-Oauth-Scopes:
|
121
|
+
- repo, user
|
122
|
+
Vary:
|
123
|
+
- Accept, Authorization, Cookie
|
124
|
+
- Accept-Encoding
|
125
|
+
X-Github-Media-Type:
|
126
|
+
- github.beta; format=json
|
127
|
+
X-Content-Type-Options:
|
128
|
+
- nosniff
|
129
|
+
Access-Control-Allow-Credentials:
|
130
|
+
- 'true'
|
131
|
+
Access-Control-Expose-Headers:
|
132
|
+
- ETag, Link, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, X-OAuth-Scopes,
|
133
|
+
X-Accepted-OAuth-Scopes
|
134
|
+
Access-Control-Allow-Origin:
|
135
|
+
- '*'
|
136
|
+
body:
|
137
|
+
encoding: UTF-8
|
138
|
+
string: '[{"login":"Pixelapse","id":1366702,"url":"https://api.github.com/orgs/Pixelapse","repos_url":"https://api.github.com/orgs/Pixelapse/repos","events_url":"https://api.github.com/orgs/Pixelapse/events","members_url":"https://api.github.com/orgs/Pixelapse/members{/member}","public_members_url":"https://api.github.com/orgs/Pixelapse/public_members{/member}","avatar_url":"https://0.gravatar.com/avatar/464b07a6c89bf293b8fa68c9b731c11b?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-org-420.png"}]'
|
139
|
+
http_version:
|
140
|
+
recorded_at: Thu, 15 Aug 2013 21:11:59 GMT
|
141
|
+
- request:
|
142
|
+
method: get
|
143
|
+
uri: https://api.github.com/orgs/Pixelapse/repos
|
144
|
+
body:
|
145
|
+
encoding: US-ASCII
|
146
|
+
string: ''
|
147
|
+
headers:
|
148
|
+
User-Agent:
|
149
|
+
- Octokit Ruby Gem 1.25.0
|
150
|
+
Accept:
|
151
|
+
- application/vnd.github.beta+json
|
152
|
+
Authorization:
|
153
|
+
- token <GITHUB_TOKEN>
|
154
|
+
Accept-Encoding:
|
155
|
+
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
156
|
+
response:
|
157
|
+
status:
|
158
|
+
code: 200
|
159
|
+
message: OK
|
160
|
+
headers:
|
161
|
+
Server:
|
162
|
+
- GitHub.com
|
163
|
+
Date:
|
164
|
+
- Thu, 15 Aug 2013 21:12:00 GMT
|
165
|
+
Content-Type:
|
166
|
+
- application/json; charset=utf-8
|
167
|
+
Transfer-Encoding:
|
168
|
+
- chunked
|
169
|
+
Status:
|
170
|
+
- 200 OK
|
171
|
+
X-Ratelimit-Limit:
|
172
|
+
- '5000'
|
173
|
+
X-Ratelimit-Remaining:
|
174
|
+
- '4680'
|
175
|
+
X-Ratelimit-Reset:
|
176
|
+
- '1376602835'
|
177
|
+
Cache-Control:
|
178
|
+
- private, max-age=60, s-maxage=60
|
179
|
+
Last-Modified:
|
180
|
+
- Thu, 15 Aug 2013 18:29:15 GMT
|
181
|
+
Etag:
|
182
|
+
- '"f59d3a5c4ccac32a72de8ad769e7f30d"'
|
183
|
+
X-Oauth-Scopes:
|
184
|
+
- user, public_repo, repo, gist
|
185
|
+
X-Accepted-Oauth-Scopes:
|
186
|
+
- repo, public_repo, repo:status, delete_repo, site_admin
|
187
|
+
Vary:
|
188
|
+
- Accept, Authorization, Cookie
|
189
|
+
- Accept-Encoding
|
190
|
+
X-Github-Media-Type:
|
191
|
+
- github.beta; format=json
|
192
|
+
X-Content-Type-Options:
|
193
|
+
- nosniff
|
194
|
+
Access-Control-Allow-Credentials:
|
195
|
+
- 'true'
|
196
|
+
Access-Control-Expose-Headers:
|
197
|
+
- ETag, Link, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, X-OAuth-Scopes,
|
198
|
+
X-Accepted-OAuth-Scopes
|
199
|
+
Access-Control-Allow-Origin:
|
200
|
+
- '*'
|
201
|
+
body:
|
202
|
+
encoding: UTF-8
|
203
|
+
string: '[{"id":11830158,"name":"worochi","full_name":"Pixelapse/worochi","owner":{"login":"Pixelapse","id":1366702,"avatar_url":"https://0.gravatar.com/avatar/464b07a6c89bf293b8fa68c9b731c11b?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-org-420.png","gravatar_id":"464b07a6c89bf293b8fa68c9b731c11b","url":"https://api.github.com/users/Pixelapse","html_url":"https://github.com/Pixelapse","followers_url":"https://api.github.com/users/Pixelapse/followers","following_url":"https://api.github.com/users/Pixelapse/following{/other_user}","gists_url":"https://api.github.com/users/Pixelapse/gists{/gist_id}","starred_url":"https://api.github.com/users/Pixelapse/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/Pixelapse/subscriptions","organizations_url":"https://api.github.com/users/Pixelapse/orgs","repos_url":"https://api.github.com/users/Pixelapse/repos","events_url":"https://api.github.com/users/Pixelapse/events{/privacy}","received_events_url":"https://api.github.com/users/Pixelapse/received_events","type":"Organization"},"private":true,"html_url":"https://github.com/Pixelapse/worochi","description":"Ruby
|
204
|
+
third party service integrations","fork":false,"url":"https://api.github.com/repos/Pixelapse/worochi","forks_url":"https://api.github.com/repos/Pixelapse/worochi/forks","keys_url":"https://api.github.com/repos/Pixelapse/worochi/keys{/key_id}","collaborators_url":"https://api.github.com/repos/Pixelapse/worochi/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/Pixelapse/worochi/teams","hooks_url":"https://api.github.com/repos/Pixelapse/worochi/hooks","issue_events_url":"https://api.github.com/repos/Pixelapse/worochi/issues/events{/number}","events_url":"https://api.github.com/repos/Pixelapse/worochi/events","assignees_url":"https://api.github.com/repos/Pixelapse/worochi/assignees{/user}","branches_url":"https://api.github.com/repos/Pixelapse/worochi/branches{/branch}","tags_url":"https://api.github.com/repos/Pixelapse/worochi/tags","blobs_url":"https://api.github.com/repos/Pixelapse/worochi/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/Pixelapse/worochi/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/Pixelapse/worochi/git/refs{/sha}","trees_url":"https://api.github.com/repos/Pixelapse/worochi/git/trees{/sha}","statuses_url":"https://api.github.com/repos/Pixelapse/worochi/statuses/{sha}","languages_url":"https://api.github.com/repos/Pixelapse/worochi/languages","stargazers_url":"https://api.github.com/repos/Pixelapse/worochi/stargazers","contributors_url":"https://api.github.com/repos/Pixelapse/worochi/contributors","subscribers_url":"https://api.github.com/repos/Pixelapse/worochi/subscribers","subscription_url":"https://api.github.com/repos/Pixelapse/worochi/subscription","commits_url":"https://api.github.com/repos/Pixelapse/worochi/commits{/sha}","git_commits_url":"https://api.github.com/repos/Pixelapse/worochi/git/commits{/sha}","comments_url":"https://api.github.com/repos/Pixelapse/worochi/comments{/number}","issue_comment_url":"https://api.github.com/repos/Pixelapse/worochi/issues/comments/{number}","contents_url":"https://api.github.com/repos/Pixelapse/worochi/contents/{+path}","compare_url":"https://api.github.com/repos/Pixelapse/worochi/compare/{base}...{head}","merges_url":"https://api.github.com/repos/Pixelapse/worochi/merges","archive_url":"https://api.github.com/repos/Pixelapse/worochi/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/Pixelapse/worochi/downloads","issues_url":"https://api.github.com/repos/Pixelapse/worochi/issues{/number}","pulls_url":"https://api.github.com/repos/Pixelapse/worochi/pulls{/number}","milestones_url":"https://api.github.com/repos/Pixelapse/worochi/milestones{/number}","notifications_url":"https://api.github.com/repos/Pixelapse/worochi/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/Pixelapse/worochi/labels{/name}","created_at":"2013-08-01T23:20:33Z","updated_at":"2013-08-15T00:59:48Z","pushed_at":"2013-08-15T00:59:47Z","git_url":"git://github.com/Pixelapse/worochi.git","ssh_url":"git@github.com:Pixelapse/worochi.git","clone_url":"https://github.com/Pixelapse/worochi.git","svn_url":"https://github.com/Pixelapse/worochi","homepage":null,"size":177,"watchers_count":0,"language":"Ruby","has_issues":true,"has_downloads":true,"has_wiki":true,"forks_count":0,"mirror_url":null,"open_issues_count":0,"forks":0,"open_issues":0,"watchers":0,"master_branch":"master","default_branch":"master","permissions":{"admin":false,"push":true,"pull":true}}]'
|
205
|
+
http_version:
|
206
|
+
recorded_at: Thu, 15 Aug 2013 21:12:00 GMT
|
207
|
+
recorded_with: VCR 2.5.0
|
data/spec/cassettes/Worochi_Agent_Github/_source_branch/retrieves_the_master_branch_correctly.yml
CHANGED
@@ -23,7 +23,7 @@ http_interactions:
|
|
23
23
|
Server:
|
24
24
|
- GitHub.com
|
25
25
|
Date:
|
26
|
-
-
|
26
|
+
- Thu, 15 Aug 2013 21:07:56 GMT
|
27
27
|
Content-Type:
|
28
28
|
- application/json; charset=utf-8
|
29
29
|
Transfer-Encoding:
|
@@ -33,9 +33,9 @@ http_interactions:
|
|
33
33
|
X-Ratelimit-Limit:
|
34
34
|
- '5000'
|
35
35
|
X-Ratelimit-Remaining:
|
36
|
-
- '
|
36
|
+
- '4749'
|
37
37
|
X-Ratelimit-Reset:
|
38
|
-
- '
|
38
|
+
- '1376602835'
|
39
39
|
X-Oauth-Scopes:
|
40
40
|
- user, public_repo, repo, gist
|
41
41
|
X-Accepted-Oauth-Scopes:
|
@@ -52,7 +52,7 @@ http_interactions:
|
|
52
52
|
Access-Control-Allow-Origin:
|
53
53
|
- '*'
|
54
54
|
Etag:
|
55
|
-
- '"
|
55
|
+
- '"1e9a35ec492ea865f92a1b38b774b076"'
|
56
56
|
Cache-Control:
|
57
57
|
- max-age=0, private, must-revalidate
|
58
58
|
Vary:
|
@@ -62,7 +62,7 @@ http_interactions:
|
|
62
62
|
string: '{"name":"master","commit":{"sha":"cdddc3941866854cdb41c023d0f5240ed10df053","commit":{"author":{"name":"Raven
|
63
63
|
Jiang","email":"raven@cs.stanford.edu","date":"2013-08-09T23:23:24Z"},"committer":{"name":"Raven
|
64
64
|
Jiang","email":"raven@cs.stanford.edu","date":"2013-08-09T23:23:24Z"},"message":"Added
|
65
|
-
subfolder testing","tree":{"sha":"6553d302dfc55bf5cd09c07a6125753af023c7a5","url":"https://api.github.com/repos/darkmirage/test/git/trees/6553d302dfc55bf5cd09c07a6125753af023c7a5"},"url":"https://api.github.com/repos/darkmirage/test/git/commits/cdddc3941866854cdb41c023d0f5240ed10df053","comment_count":0},"url":"https://api.github.com/repos/darkmirage/test/commits/cdddc3941866854cdb41c023d0f5240ed10df053","html_url":"https://github.com/darkmirage/test/commit/cdddc3941866854cdb41c023d0f5240ed10df053","comments_url":"https://api.github.com/repos/darkmirage/test/commits/cdddc3941866854cdb41c023d0f5240ed10df053/comments","author":{"login":"darkmirage","id":1635019,"avatar_url":"https://
|
65
|
+
subfolder testing","tree":{"sha":"6553d302dfc55bf5cd09c07a6125753af023c7a5","url":"https://api.github.com/repos/darkmirage/test/git/trees/6553d302dfc55bf5cd09c07a6125753af023c7a5"},"url":"https://api.github.com/repos/darkmirage/test/git/commits/cdddc3941866854cdb41c023d0f5240ed10df053","comment_count":0},"url":"https://api.github.com/repos/darkmirage/test/commits/cdddc3941866854cdb41c023d0f5240ed10df053","html_url":"https://github.com/darkmirage/test/commit/cdddc3941866854cdb41c023d0f5240ed10df053","comments_url":"https://api.github.com/repos/darkmirage/test/commits/cdddc3941866854cdb41c023d0f5240ed10df053/comments","author":{"login":"darkmirage","id":1635019,"avatar_url":"https://0.gravatar.com/avatar/5111569f6bba258cfe81d12af3ba99a2?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png","gravatar_id":"5111569f6bba258cfe81d12af3ba99a2","url":"https://api.github.com/users/darkmirage","html_url":"https://github.com/darkmirage","followers_url":"https://api.github.com/users/darkmirage/followers","following_url":"https://api.github.com/users/darkmirage/following{/other_user}","gists_url":"https://api.github.com/users/darkmirage/gists{/gist_id}","starred_url":"https://api.github.com/users/darkmirage/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/darkmirage/subscriptions","organizations_url":"https://api.github.com/users/darkmirage/orgs","repos_url":"https://api.github.com/users/darkmirage/repos","events_url":"https://api.github.com/users/darkmirage/events{/privacy}","received_events_url":"https://api.github.com/users/darkmirage/received_events","type":"User"},"committer":{"login":"darkmirage","id":1635019,"avatar_url":"https://0.gravatar.com/avatar/5111569f6bba258cfe81d12af3ba99a2?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png","gravatar_id":"5111569f6bba258cfe81d12af3ba99a2","url":"https://api.github.com/users/darkmirage","html_url":"https://github.com/darkmirage","followers_url":"https://api.github.com/users/darkmirage/followers","following_url":"https://api.github.com/users/darkmirage/following{/other_user}","gists_url":"https://api.github.com/users/darkmirage/gists{/gist_id}","starred_url":"https://api.github.com/users/darkmirage/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/darkmirage/subscriptions","organizations_url":"https://api.github.com/users/darkmirage/orgs","repos_url":"https://api.github.com/users/darkmirage/repos","events_url":"https://api.github.com/users/darkmirage/events{/privacy}","received_events_url":"https://api.github.com/users/darkmirage/received_events","type":"User"},"parents":[{"sha":"9da46c5d5e0758a759f80de6283eba05c1f04735","url":"https://api.github.com/repos/darkmirage/test/commits/9da46c5d5e0758a759f80de6283eba05c1f04735","html_url":"https://github.com/darkmirage/test/commit/9da46c5d5e0758a759f80de6283eba05c1f04735"}]},"_links":{"self":"https://api.github.com/repos/darkmirage/test/branches/master","html":"https://github.com/darkmirage/test/tree/master"}}'
|
66
66
|
http_version:
|
67
|
-
recorded_at:
|
67
|
+
recorded_at: Thu, 15 Aug 2013 21:07:55 GMT
|
68
68
|
recorded_with: VCR 2.5.0
|
@@ -23,7 +23,7 @@ http_interactions:
|
|
23
23
|
Server:
|
24
24
|
- GitHub.com
|
25
25
|
Date:
|
26
|
-
-
|
26
|
+
- Thu, 15 Aug 2013 21:07:13 GMT
|
27
27
|
Content-Type:
|
28
28
|
- application/json; charset=utf-8
|
29
29
|
Transfer-Encoding:
|
@@ -33,9 +33,9 @@ http_interactions:
|
|
33
33
|
X-Ratelimit-Limit:
|
34
34
|
- '5000'
|
35
35
|
X-Ratelimit-Remaining:
|
36
|
-
- '
|
36
|
+
- '4804'
|
37
37
|
X-Ratelimit-Reset:
|
38
|
-
- '
|
38
|
+
- '1376602835'
|
39
39
|
X-Oauth-Scopes:
|
40
40
|
- user, public_repo, repo, gist
|
41
41
|
X-Accepted-Oauth-Scopes:
|
@@ -52,7 +52,7 @@ http_interactions:
|
|
52
52
|
Access-Control-Allow-Origin:
|
53
53
|
- '*'
|
54
54
|
Etag:
|
55
|
-
- '"
|
55
|
+
- '"1e9a35ec492ea865f92a1b38b774b076"'
|
56
56
|
Cache-Control:
|
57
57
|
- max-age=0, private, must-revalidate
|
58
58
|
Vary:
|
@@ -62,9 +62,9 @@ http_interactions:
|
|
62
62
|
string: '{"name":"master","commit":{"sha":"cdddc3941866854cdb41c023d0f5240ed10df053","commit":{"author":{"name":"Raven
|
63
63
|
Jiang","email":"raven@cs.stanford.edu","date":"2013-08-09T23:23:24Z"},"committer":{"name":"Raven
|
64
64
|
Jiang","email":"raven@cs.stanford.edu","date":"2013-08-09T23:23:24Z"},"message":"Added
|
65
|
-
subfolder testing","tree":{"sha":"6553d302dfc55bf5cd09c07a6125753af023c7a5","url":"https://api.github.com/repos/darkmirage/test/git/trees/6553d302dfc55bf5cd09c07a6125753af023c7a5"},"url":"https://api.github.com/repos/darkmirage/test/git/commits/cdddc3941866854cdb41c023d0f5240ed10df053","comment_count":0},"url":"https://api.github.com/repos/darkmirage/test/commits/cdddc3941866854cdb41c023d0f5240ed10df053","html_url":"https://github.com/darkmirage/test/commit/cdddc3941866854cdb41c023d0f5240ed10df053","comments_url":"https://api.github.com/repos/darkmirage/test/commits/cdddc3941866854cdb41c023d0f5240ed10df053/comments","author":{"login":"darkmirage","id":1635019,"avatar_url":"https://
|
65
|
+
subfolder testing","tree":{"sha":"6553d302dfc55bf5cd09c07a6125753af023c7a5","url":"https://api.github.com/repos/darkmirage/test/git/trees/6553d302dfc55bf5cd09c07a6125753af023c7a5"},"url":"https://api.github.com/repos/darkmirage/test/git/commits/cdddc3941866854cdb41c023d0f5240ed10df053","comment_count":0},"url":"https://api.github.com/repos/darkmirage/test/commits/cdddc3941866854cdb41c023d0f5240ed10df053","html_url":"https://github.com/darkmirage/test/commit/cdddc3941866854cdb41c023d0f5240ed10df053","comments_url":"https://api.github.com/repos/darkmirage/test/commits/cdddc3941866854cdb41c023d0f5240ed10df053/comments","author":{"login":"darkmirage","id":1635019,"avatar_url":"https://0.gravatar.com/avatar/5111569f6bba258cfe81d12af3ba99a2?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png","gravatar_id":"5111569f6bba258cfe81d12af3ba99a2","url":"https://api.github.com/users/darkmirage","html_url":"https://github.com/darkmirage","followers_url":"https://api.github.com/users/darkmirage/followers","following_url":"https://api.github.com/users/darkmirage/following{/other_user}","gists_url":"https://api.github.com/users/darkmirage/gists{/gist_id}","starred_url":"https://api.github.com/users/darkmirage/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/darkmirage/subscriptions","organizations_url":"https://api.github.com/users/darkmirage/orgs","repos_url":"https://api.github.com/users/darkmirage/repos","events_url":"https://api.github.com/users/darkmirage/events{/privacy}","received_events_url":"https://api.github.com/users/darkmirage/received_events","type":"User"},"committer":{"login":"darkmirage","id":1635019,"avatar_url":"https://0.gravatar.com/avatar/5111569f6bba258cfe81d12af3ba99a2?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png","gravatar_id":"5111569f6bba258cfe81d12af3ba99a2","url":"https://api.github.com/users/darkmirage","html_url":"https://github.com/darkmirage","followers_url":"https://api.github.com/users/darkmirage/followers","following_url":"https://api.github.com/users/darkmirage/following{/other_user}","gists_url":"https://api.github.com/users/darkmirage/gists{/gist_id}","starred_url":"https://api.github.com/users/darkmirage/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/darkmirage/subscriptions","organizations_url":"https://api.github.com/users/darkmirage/orgs","repos_url":"https://api.github.com/users/darkmirage/repos","events_url":"https://api.github.com/users/darkmirage/events{/privacy}","received_events_url":"https://api.github.com/users/darkmirage/received_events","type":"User"},"parents":[{"sha":"9da46c5d5e0758a759f80de6283eba05c1f04735","url":"https://api.github.com/repos/darkmirage/test/commits/9da46c5d5e0758a759f80de6283eba05c1f04735","html_url":"https://github.com/darkmirage/test/commit/9da46c5d5e0758a759f80de6283eba05c1f04735"}]},"_links":{"self":"https://api.github.com/repos/darkmirage/test/branches/master","html":"https://github.com/darkmirage/test/tree/master"}}'
|
66
66
|
http_version:
|
67
|
-
recorded_at:
|
67
|
+
recorded_at: Thu, 15 Aug 2013 21:07:13 GMT
|
68
68
|
- request:
|
69
69
|
method: get
|
70
70
|
uri: https://api.github.com/repos/darkmirage/test/git/trees/cdddc3941866854cdb41c023d0f5240ed10df053?recursive=true
|
@@ -88,7 +88,7 @@ http_interactions:
|
|
88
88
|
Server:
|
89
89
|
- GitHub.com
|
90
90
|
Date:
|
91
|
-
-
|
91
|
+
- Thu, 15 Aug 2013 21:07:14 GMT
|
92
92
|
Content-Type:
|
93
93
|
- application/json; charset=utf-8
|
94
94
|
Transfer-Encoding:
|
@@ -98,15 +98,15 @@ http_interactions:
|
|
98
98
|
X-Ratelimit-Limit:
|
99
99
|
- '5000'
|
100
100
|
X-Ratelimit-Remaining:
|
101
|
-
- '
|
101
|
+
- '4803'
|
102
102
|
X-Ratelimit-Reset:
|
103
|
-
- '
|
103
|
+
- '1376602835'
|
104
104
|
Cache-Control:
|
105
105
|
- private, max-age=60, s-maxage=60
|
106
106
|
Last-Modified:
|
107
|
-
-
|
107
|
+
- Thu, 15 Aug 2013 21:05:51 GMT
|
108
108
|
Etag:
|
109
|
-
- '"
|
109
|
+
- '"cf1c23a5a06824c37c225e090e4587d7"'
|
110
110
|
X-Oauth-Scopes:
|
111
111
|
- user, public_repo, repo, gist
|
112
112
|
X-Accepted-Oauth-Scopes:
|
@@ -129,5 +129,5 @@ http_interactions:
|
|
129
129
|
encoding: UTF-8
|
130
130
|
string: '{"sha":"cdddc3941866854cdb41c023d0f5240ed10df053","url":"https://api.github.com/repos/darkmirage/test/git/trees/cdddc3941866854cdb41c023d0f5240ed10df053","tree":[{"mode":"100644","type":"blob","sha":"398cd945a422cff4321d613a3c5aef57b0b27da2","path":"LICENSE","size":1078,"url":"https://api.github.com/repos/darkmirage/test/git/blobs/398cd945a422cff4321d613a3c5aef57b0b27da2"},{"mode":"100644","type":"blob","sha":"453312977f72f7e37d96bdc6c5b5e4c9c59072f1","path":"README.md","size":20,"url":"https://api.github.com/repos/darkmirage/test/git/blobs/453312977f72f7e37d96bdc6c5b5e4c9c59072f1"},{"mode":"100644","type":"blob","sha":"38a226454dab3931dbb694b3c3ae94e02d110dcf","path":"file1","size":18,"url":"https://api.github.com/repos/darkmirage/test/git/blobs/38a226454dab3931dbb694b3c3ae94e02d110dcf"},{"mode":"040000","type":"tree","sha":"ec677e6fb544f1f197f8f02bcbaaededaac23bb8","path":"folder1","url":"https://api.github.com/repos/darkmirage/test/git/trees/ec677e6fb544f1f197f8f02bcbaaededaac23bb8"},{"mode":"100644","type":"blob","sha":"b69c5ab7d022a2fc12f5a3395e337e4c227845c8","path":"folder1/test.txt","size":6,"url":"https://api.github.com/repos/darkmirage/test/git/blobs/b69c5ab7d022a2fc12f5a3395e337e4c227845c8"},{"mode":"040000","type":"tree","sha":"26a9ff72316b4b9af6481e28d3bb508c555d31a1","path":"folder2","url":"https://api.github.com/repos/darkmirage/test/git/trees/26a9ff72316b4b9af6481e28d3bb508c555d31a1"},{"mode":"100644","type":"blob","sha":"0d6c64027338c994e23ee2a254eb30229c2b474a","path":"folder2/lolcatsdotcomlikemyself.jpg","size":46054,"url":"https://api.github.com/repos/darkmirage/test/git/blobs/0d6c64027338c994e23ee2a254eb30229c2b474a"},{"mode":"040000","type":"tree","sha":"54051fb94eb639fb429e656b4c888bc3aba44742","path":"folder2/subfolder","url":"https://api.github.com/repos/darkmirage/test/git/trees/54051fb94eb639fb429e656b4c888bc3aba44742"},{"mode":"040000","type":"tree","sha":"14c178a91bd3eda9ac179b373c8ee35e8f3c53ad","path":"folder2/subfolder/test","url":"https://api.github.com/repos/darkmirage/test/git/trees/14c178a91bd3eda9ac179b373c8ee35e8f3c53ad"},{"mode":"100644","type":"blob","sha":"c50b9ab72268ccbaf75a53676696940cccb66b89","path":"folder2/subfolder/test/abc.txt","size":32,"url":"https://api.github.com/repos/darkmirage/test/git/blobs/c50b9ab72268ccbaf75a53676696940cccb66b89"},{"mode":"040000","type":"tree","sha":"d750655104da52a0f691c399528a29cf5fa594c2","path":"folder3","url":"https://api.github.com/repos/darkmirage/test/git/trees/d750655104da52a0f691c399528a29cf5fa594c2"},{"mode":"100644","type":"blob","sha":"131bbc4355114ce79bd3456abb10114bcc4b0ef8","path":"folder3/1000Hz-5sec.mp3","size":30440,"url":"https://api.github.com/repos/darkmirage/test/git/blobs/131bbc4355114ce79bd3456abb10114bcc4b0ef8"},{"mode":"100644","type":"blob","sha":"3904c0889abcfc104bed5970c6a53d81773ac515","path":"folder3/440Hz-5sec.mp3","size":30439,"url":"https://api.github.com/repos/darkmirage/test/git/blobs/3904c0889abcfc104bed5970c6a53d81773ac515"},{"mode":"100644","type":"blob","sha":"c45c70657ec69cd6482a4b189772d8b3aa8857be","path":"folder3/mp3tones.zip","size":32711,"url":"https://api.github.com/repos/darkmirage/test/git/blobs/c45c70657ec69cd6482a4b189772d8b3aa8857be"}]}'
|
131
131
|
http_version:
|
132
|
-
recorded_at:
|
132
|
+
recorded_at: Thu, 15 Aug 2013 21:07:14 GMT
|
133
133
|
recorded_with: VCR 2.5.0
|
@@ -23,7 +23,7 @@ http_interactions:
|
|
23
23
|
Server:
|
24
24
|
- GitHub.com
|
25
25
|
Date:
|
26
|
-
-
|
26
|
+
- Thu, 15 Aug 2013 21:07:11 GMT
|
27
27
|
Content-Type:
|
28
28
|
- application/json; charset=utf-8
|
29
29
|
Transfer-Encoding:
|
@@ -33,9 +33,9 @@ http_interactions:
|
|
33
33
|
X-Ratelimit-Limit:
|
34
34
|
- '5000'
|
35
35
|
X-Ratelimit-Remaining:
|
36
|
-
- '
|
36
|
+
- '4808'
|
37
37
|
X-Ratelimit-Reset:
|
38
|
-
- '
|
38
|
+
- '1376602835'
|
39
39
|
X-Oauth-Scopes:
|
40
40
|
- user, public_repo, repo, gist
|
41
41
|
X-Accepted-Oauth-Scopes:
|
@@ -52,7 +52,7 @@ http_interactions:
|
|
52
52
|
Access-Control-Allow-Origin:
|
53
53
|
- '*'
|
54
54
|
Etag:
|
55
|
-
- '"
|
55
|
+
- '"1e9a35ec492ea865f92a1b38b774b076"'
|
56
56
|
Cache-Control:
|
57
57
|
- max-age=0, private, must-revalidate
|
58
58
|
Vary:
|
@@ -62,9 +62,9 @@ http_interactions:
|
|
62
62
|
string: '{"name":"master","commit":{"sha":"cdddc3941866854cdb41c023d0f5240ed10df053","commit":{"author":{"name":"Raven
|
63
63
|
Jiang","email":"raven@cs.stanford.edu","date":"2013-08-09T23:23:24Z"},"committer":{"name":"Raven
|
64
64
|
Jiang","email":"raven@cs.stanford.edu","date":"2013-08-09T23:23:24Z"},"message":"Added
|
65
|
-
subfolder testing","tree":{"sha":"6553d302dfc55bf5cd09c07a6125753af023c7a5","url":"https://api.github.com/repos/darkmirage/test/git/trees/6553d302dfc55bf5cd09c07a6125753af023c7a5"},"url":"https://api.github.com/repos/darkmirage/test/git/commits/cdddc3941866854cdb41c023d0f5240ed10df053","comment_count":0},"url":"https://api.github.com/repos/darkmirage/test/commits/cdddc3941866854cdb41c023d0f5240ed10df053","html_url":"https://github.com/darkmirage/test/commit/cdddc3941866854cdb41c023d0f5240ed10df053","comments_url":"https://api.github.com/repos/darkmirage/test/commits/cdddc3941866854cdb41c023d0f5240ed10df053/comments","author":{"login":"darkmirage","id":1635019,"avatar_url":"https://
|
65
|
+
subfolder testing","tree":{"sha":"6553d302dfc55bf5cd09c07a6125753af023c7a5","url":"https://api.github.com/repos/darkmirage/test/git/trees/6553d302dfc55bf5cd09c07a6125753af023c7a5"},"url":"https://api.github.com/repos/darkmirage/test/git/commits/cdddc3941866854cdb41c023d0f5240ed10df053","comment_count":0},"url":"https://api.github.com/repos/darkmirage/test/commits/cdddc3941866854cdb41c023d0f5240ed10df053","html_url":"https://github.com/darkmirage/test/commit/cdddc3941866854cdb41c023d0f5240ed10df053","comments_url":"https://api.github.com/repos/darkmirage/test/commits/cdddc3941866854cdb41c023d0f5240ed10df053/comments","author":{"login":"darkmirage","id":1635019,"avatar_url":"https://0.gravatar.com/avatar/5111569f6bba258cfe81d12af3ba99a2?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png","gravatar_id":"5111569f6bba258cfe81d12af3ba99a2","url":"https://api.github.com/users/darkmirage","html_url":"https://github.com/darkmirage","followers_url":"https://api.github.com/users/darkmirage/followers","following_url":"https://api.github.com/users/darkmirage/following{/other_user}","gists_url":"https://api.github.com/users/darkmirage/gists{/gist_id}","starred_url":"https://api.github.com/users/darkmirage/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/darkmirage/subscriptions","organizations_url":"https://api.github.com/users/darkmirage/orgs","repos_url":"https://api.github.com/users/darkmirage/repos","events_url":"https://api.github.com/users/darkmirage/events{/privacy}","received_events_url":"https://api.github.com/users/darkmirage/received_events","type":"User"},"committer":{"login":"darkmirage","id":1635019,"avatar_url":"https://0.gravatar.com/avatar/5111569f6bba258cfe81d12af3ba99a2?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png","gravatar_id":"5111569f6bba258cfe81d12af3ba99a2","url":"https://api.github.com/users/darkmirage","html_url":"https://github.com/darkmirage","followers_url":"https://api.github.com/users/darkmirage/followers","following_url":"https://api.github.com/users/darkmirage/following{/other_user}","gists_url":"https://api.github.com/users/darkmirage/gists{/gist_id}","starred_url":"https://api.github.com/users/darkmirage/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/darkmirage/subscriptions","organizations_url":"https://api.github.com/users/darkmirage/orgs","repos_url":"https://api.github.com/users/darkmirage/repos","events_url":"https://api.github.com/users/darkmirage/events{/privacy}","received_events_url":"https://api.github.com/users/darkmirage/received_events","type":"User"},"parents":[{"sha":"9da46c5d5e0758a759f80de6283eba05c1f04735","url":"https://api.github.com/repos/darkmirage/test/commits/9da46c5d5e0758a759f80de6283eba05c1f04735","html_url":"https://github.com/darkmirage/test/commit/9da46c5d5e0758a759f80de6283eba05c1f04735"}]},"_links":{"self":"https://api.github.com/repos/darkmirage/test/branches/master","html":"https://github.com/darkmirage/test/tree/master"}}'
|
66
66
|
http_version:
|
67
|
-
recorded_at:
|
67
|
+
recorded_at: Thu, 15 Aug 2013 21:07:11 GMT
|
68
68
|
- request:
|
69
69
|
method: get
|
70
70
|
uri: https://api.github.com/repos/darkmirage/test/git/trees/cdddc3941866854cdb41c023d0f5240ed10df053?recursive=true
|
@@ -88,7 +88,7 @@ http_interactions:
|
|
88
88
|
Server:
|
89
89
|
- GitHub.com
|
90
90
|
Date:
|
91
|
-
-
|
91
|
+
- Thu, 15 Aug 2013 21:07:12 GMT
|
92
92
|
Content-Type:
|
93
93
|
- application/json; charset=utf-8
|
94
94
|
Transfer-Encoding:
|
@@ -98,15 +98,15 @@ http_interactions:
|
|
98
98
|
X-Ratelimit-Limit:
|
99
99
|
- '5000'
|
100
100
|
X-Ratelimit-Remaining:
|
101
|
-
- '
|
101
|
+
- '4807'
|
102
102
|
X-Ratelimit-Reset:
|
103
|
-
- '
|
103
|
+
- '1376602835'
|
104
104
|
Cache-Control:
|
105
105
|
- private, max-age=60, s-maxage=60
|
106
106
|
Last-Modified:
|
107
|
-
-
|
107
|
+
- Thu, 15 Aug 2013 21:05:51 GMT
|
108
108
|
Etag:
|
109
|
-
- '"
|
109
|
+
- '"cf1c23a5a06824c37c225e090e4587d7"'
|
110
110
|
X-Oauth-Scopes:
|
111
111
|
- user, public_repo, repo, gist
|
112
112
|
X-Accepted-Oauth-Scopes:
|
@@ -129,5 +129,5 @@ http_interactions:
|
|
129
129
|
encoding: UTF-8
|
130
130
|
string: '{"sha":"cdddc3941866854cdb41c023d0f5240ed10df053","url":"https://api.github.com/repos/darkmirage/test/git/trees/cdddc3941866854cdb41c023d0f5240ed10df053","tree":[{"mode":"100644","type":"blob","sha":"398cd945a422cff4321d613a3c5aef57b0b27da2","path":"LICENSE","size":1078,"url":"https://api.github.com/repos/darkmirage/test/git/blobs/398cd945a422cff4321d613a3c5aef57b0b27da2"},{"mode":"100644","type":"blob","sha":"453312977f72f7e37d96bdc6c5b5e4c9c59072f1","path":"README.md","size":20,"url":"https://api.github.com/repos/darkmirage/test/git/blobs/453312977f72f7e37d96bdc6c5b5e4c9c59072f1"},{"mode":"100644","type":"blob","sha":"38a226454dab3931dbb694b3c3ae94e02d110dcf","path":"file1","size":18,"url":"https://api.github.com/repos/darkmirage/test/git/blobs/38a226454dab3931dbb694b3c3ae94e02d110dcf"},{"mode":"040000","type":"tree","sha":"ec677e6fb544f1f197f8f02bcbaaededaac23bb8","path":"folder1","url":"https://api.github.com/repos/darkmirage/test/git/trees/ec677e6fb544f1f197f8f02bcbaaededaac23bb8"},{"mode":"100644","type":"blob","sha":"b69c5ab7d022a2fc12f5a3395e337e4c227845c8","path":"folder1/test.txt","size":6,"url":"https://api.github.com/repos/darkmirage/test/git/blobs/b69c5ab7d022a2fc12f5a3395e337e4c227845c8"},{"mode":"040000","type":"tree","sha":"26a9ff72316b4b9af6481e28d3bb508c555d31a1","path":"folder2","url":"https://api.github.com/repos/darkmirage/test/git/trees/26a9ff72316b4b9af6481e28d3bb508c555d31a1"},{"mode":"100644","type":"blob","sha":"0d6c64027338c994e23ee2a254eb30229c2b474a","path":"folder2/lolcatsdotcomlikemyself.jpg","size":46054,"url":"https://api.github.com/repos/darkmirage/test/git/blobs/0d6c64027338c994e23ee2a254eb30229c2b474a"},{"mode":"040000","type":"tree","sha":"54051fb94eb639fb429e656b4c888bc3aba44742","path":"folder2/subfolder","url":"https://api.github.com/repos/darkmirage/test/git/trees/54051fb94eb639fb429e656b4c888bc3aba44742"},{"mode":"040000","type":"tree","sha":"14c178a91bd3eda9ac179b373c8ee35e8f3c53ad","path":"folder2/subfolder/test","url":"https://api.github.com/repos/darkmirage/test/git/trees/14c178a91bd3eda9ac179b373c8ee35e8f3c53ad"},{"mode":"100644","type":"blob","sha":"c50b9ab72268ccbaf75a53676696940cccb66b89","path":"folder2/subfolder/test/abc.txt","size":32,"url":"https://api.github.com/repos/darkmirage/test/git/blobs/c50b9ab72268ccbaf75a53676696940cccb66b89"},{"mode":"040000","type":"tree","sha":"d750655104da52a0f691c399528a29cf5fa594c2","path":"folder3","url":"https://api.github.com/repos/darkmirage/test/git/trees/d750655104da52a0f691c399528a29cf5fa594c2"},{"mode":"100644","type":"blob","sha":"131bbc4355114ce79bd3456abb10114bcc4b0ef8","path":"folder3/1000Hz-5sec.mp3","size":30440,"url":"https://api.github.com/repos/darkmirage/test/git/blobs/131bbc4355114ce79bd3456abb10114bcc4b0ef8"},{"mode":"100644","type":"blob","sha":"3904c0889abcfc104bed5970c6a53d81773ac515","path":"folder3/440Hz-5sec.mp3","size":30439,"url":"https://api.github.com/repos/darkmirage/test/git/blobs/3904c0889abcfc104bed5970c6a53d81773ac515"},{"mode":"100644","type":"blob","sha":"c45c70657ec69cd6482a4b189772d8b3aa8857be","path":"folder3/mp3tones.zip","size":32711,"url":"https://api.github.com/repos/darkmirage/test/git/blobs/c45c70657ec69cd6482a4b189772d8b3aa8857be"}]}'
|
131
131
|
http_version:
|
132
|
-
recorded_at:
|
132
|
+
recorded_at: Thu, 15 Aug 2013 21:07:12 GMT
|
133
133
|
recorded_with: VCR 2.5.0
|