inq 26.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +7 -0
- data/.cirrus.yml +84 -0
- data/.codeclimate.yml +23 -0
- data/.github_changelog_generator +2 -0
- data/.gitignore +15 -0
- data/.rspec +2 -0
- data/.rubocop.yml +260 -0
- data/.travis.yml +24 -0
- data/CHANGELOG.md +499 -0
- data/CODE_OF_CONDUCT.md +49 -0
- data/CONTRIBUTING.md +34 -0
- data/Gemfile +15 -0
- data/ISSUES.md +62 -0
- data/LICENSE.txt +21 -0
- data/README.md +91 -0
- data/Rakefile +76 -0
- data/bin/console +14 -0
- data/bin/prerelease-generate-changelog +28 -0
- data/bin/setup +8 -0
- data/bors.toml +17 -0
- data/build-debug.rb +20 -0
- data/exe/inq +7 -0
- data/fixtures/vcr_cassettes/how-is-example-empty-repository.yml +597 -0
- data/fixtures/vcr_cassettes/how-is-example-repository.yml +768 -0
- data/fixtures/vcr_cassettes/how-is-from-config-frontmatter.yml +23940 -0
- data/fixtures/vcr_cassettes/how-is-how-is-travis-api-repos-builds.yml +66 -0
- data/fixtures/vcr_cassettes/how-is-with-config-file.yml +23940 -0
- data/fixtures/vcr_cassettes/how_is_contributions_additions_count.yml +247 -0
- data/fixtures/vcr_cassettes/how_is_contributions_all_contributors.yml +247 -0
- data/fixtures/vcr_cassettes/how_is_contributions_changed_files.yml +247 -0
- data/fixtures/vcr_cassettes/how_is_contributions_changes.yml +247 -0
- data/fixtures/vcr_cassettes/how_is_contributions_commits.yml +247 -0
- data/fixtures/vcr_cassettes/how_is_contributions_compare_url.yml +81 -0
- data/fixtures/vcr_cassettes/how_is_contributions_default_branch.yml +81 -0
- data/fixtures/vcr_cassettes/how_is_contributions_deletions_count.yml +247 -0
- data/fixtures/vcr_cassettes/how_is_contributions_new_contributors.yml +402 -0
- data/fixtures/vcr_cassettes/how_is_contributions_summary.yml +325 -0
- data/fixtures/vcr_cassettes/how_is_contributions_summary_2.yml +325 -0
- data/inq.gemspec +45 -0
- data/lib/inq.rb +63 -0
- data/lib/inq/cacheable.rb +71 -0
- data/lib/inq/cli.rb +135 -0
- data/lib/inq/config.rb +123 -0
- data/lib/inq/constants.rb +9 -0
- data/lib/inq/date_time_helpers.rb +48 -0
- data/lib/inq/exe.rb +66 -0
- data/lib/inq/frontmatter.rb +51 -0
- data/lib/inq/report.rb +140 -0
- data/lib/inq/report_collection.rb +113 -0
- data/lib/inq/sources.rb +11 -0
- data/lib/inq/sources/ci/appveyor.rb +87 -0
- data/lib/inq/sources/ci/travis.rb +159 -0
- data/lib/inq/sources/github.rb +57 -0
- data/lib/inq/sources/github/contributions.rb +204 -0
- data/lib/inq/sources/github/issue_fetcher.rb +148 -0
- data/lib/inq/sources/github/issues.rb +126 -0
- data/lib/inq/sources/github/pulls.rb +29 -0
- data/lib/inq/sources/github_helpers.rb +106 -0
- data/lib/inq/template.rb +9 -0
- data/lib/inq/templates/contributions_partial.html +1 -0
- data/lib/inq/templates/issues_or_pulls_partial.html +7 -0
- data/lib/inq/templates/new_contributors_partial.html +5 -0
- data/lib/inq/templates/report.html +19 -0
- data/lib/inq/templates/report_partial.html +12 -0
- data/lib/inq/text.rb +26 -0
- data/lib/inq/version.rb +6 -0
- metadata +263 -0
@@ -0,0 +1,768 @@
|
|
1
|
+
---
|
2
|
+
http_interactions:
|
3
|
+
- request:
|
4
|
+
method: get
|
5
|
+
uri: https://api.github.com/repos/how-is/example-repository
|
6
|
+
body:
|
7
|
+
encoding: US-ASCII
|
8
|
+
string: ''
|
9
|
+
headers:
|
10
|
+
Accept:
|
11
|
+
- application/vnd.github.v3+json,application/vnd.github.beta+json;q=0.5,application/json;q=0.1
|
12
|
+
Accept-Charset:
|
13
|
+
- utf-8
|
14
|
+
User-Agent:
|
15
|
+
- Github API Ruby Gem 0.18.2
|
16
|
+
Authorization:
|
17
|
+
- Basic ZHVja2luYXRvcjo5MTgyNzc3ZmYzYzAwNjc5NTE5M2E1NzBjZGFjMzI2YjY0NDU5ZGM5
|
18
|
+
Accept-Encoding:
|
19
|
+
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
20
|
+
response:
|
21
|
+
status:
|
22
|
+
code: 200
|
23
|
+
message: OK
|
24
|
+
headers:
|
25
|
+
Server:
|
26
|
+
- GitHub.com
|
27
|
+
Date:
|
28
|
+
- Wed, 01 May 2019 13:52:47 GMT
|
29
|
+
Content-Type:
|
30
|
+
- application/json; charset=utf-8
|
31
|
+
Transfer-Encoding:
|
32
|
+
- chunked
|
33
|
+
Status:
|
34
|
+
- 200 OK
|
35
|
+
X-Ratelimit-Limit:
|
36
|
+
- '5000'
|
37
|
+
X-Ratelimit-Remaining:
|
38
|
+
- '4604'
|
39
|
+
X-Ratelimit-Reset:
|
40
|
+
- '1556722011'
|
41
|
+
Cache-Control:
|
42
|
+
- private, max-age=60, s-maxage=60
|
43
|
+
Vary:
|
44
|
+
- Accept, Authorization, Cookie, X-GitHub-OTP
|
45
|
+
Etag:
|
46
|
+
- W/"0e7a2b8cb1d4abfed8e64ef6d9b2871f"
|
47
|
+
Last-Modified:
|
48
|
+
- Sun, 07 Aug 2016 03:52:53 GMT
|
49
|
+
X-Oauth-Scopes:
|
50
|
+
- ''
|
51
|
+
X-Accepted-Oauth-Scopes:
|
52
|
+
- repo
|
53
|
+
X-Github-Media-Type:
|
54
|
+
- github.v3; format=json
|
55
|
+
Access-Control-Expose-Headers:
|
56
|
+
- ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining,
|
57
|
+
X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval,
|
58
|
+
X-GitHub-Media-Type
|
59
|
+
Access-Control-Allow-Origin:
|
60
|
+
- "*"
|
61
|
+
Strict-Transport-Security:
|
62
|
+
- max-age=31536000; includeSubdomains; preload
|
63
|
+
X-Frame-Options:
|
64
|
+
- deny
|
65
|
+
X-Content-Type-Options:
|
66
|
+
- nosniff
|
67
|
+
X-Xss-Protection:
|
68
|
+
- 1; mode=block
|
69
|
+
Referrer-Policy:
|
70
|
+
- origin-when-cross-origin, strict-origin-when-cross-origin
|
71
|
+
Content-Security-Policy:
|
72
|
+
- default-src 'none'
|
73
|
+
X-Github-Request-Id:
|
74
|
+
- 2E4D:67F0:14F185:34F1A9:5CC9A4AF
|
75
|
+
body:
|
76
|
+
encoding: ASCII-8BIT
|
77
|
+
string: '{"id":65114449,"node_id":"MDEwOlJlcG9zaXRvcnk2NTExNDQ0OQ==","name":"example-repository","full_name":"how-is/example-repository","private":false,"owner":{"login":"how-is","id":20577802,"node_id":"MDEyOk9yZ2FuaXphdGlvbjIwNTc3ODAy","avatar_url":"https://avatars0.githubusercontent.com/u/20577802?v=4","gravatar_id":"","url":"https://api.github.com/users/how-is","html_url":"https://github.com/how-is","followers_url":"https://api.github.com/users/how-is/followers","following_url":"https://api.github.com/users/how-is/following{/other_user}","gists_url":"https://api.github.com/users/how-is/gists{/gist_id}","starred_url":"https://api.github.com/users/how-is/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/how-is/subscriptions","organizations_url":"https://api.github.com/users/how-is/orgs","repos_url":"https://api.github.com/users/how-is/repos","events_url":"https://api.github.com/users/how-is/events{/privacy}","received_events_url":"https://api.github.com/users/how-is/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/how-is/example-repository","description":"Example
|
78
|
+
repository for testing how_is.","fork":false,"url":"https://api.github.com/repos/how-is/example-repository","forks_url":"https://api.github.com/repos/how-is/example-repository/forks","keys_url":"https://api.github.com/repos/how-is/example-repository/keys{/key_id}","collaborators_url":"https://api.github.com/repos/how-is/example-repository/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/how-is/example-repository/teams","hooks_url":"https://api.github.com/repos/how-is/example-repository/hooks","issue_events_url":"https://api.github.com/repos/how-is/example-repository/issues/events{/number}","events_url":"https://api.github.com/repos/how-is/example-repository/events","assignees_url":"https://api.github.com/repos/how-is/example-repository/assignees{/user}","branches_url":"https://api.github.com/repos/how-is/example-repository/branches{/branch}","tags_url":"https://api.github.com/repos/how-is/example-repository/tags","blobs_url":"https://api.github.com/repos/how-is/example-repository/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/how-is/example-repository/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/how-is/example-repository/git/refs{/sha}","trees_url":"https://api.github.com/repos/how-is/example-repository/git/trees{/sha}","statuses_url":"https://api.github.com/repos/how-is/example-repository/statuses/{sha}","languages_url":"https://api.github.com/repos/how-is/example-repository/languages","stargazers_url":"https://api.github.com/repos/how-is/example-repository/stargazers","contributors_url":"https://api.github.com/repos/how-is/example-repository/contributors","subscribers_url":"https://api.github.com/repos/how-is/example-repository/subscribers","subscription_url":"https://api.github.com/repos/how-is/example-repository/subscription","commits_url":"https://api.github.com/repos/how-is/example-repository/commits{/sha}","git_commits_url":"https://api.github.com/repos/how-is/example-repository/git/commits{/sha}","comments_url":"https://api.github.com/repos/how-is/example-repository/comments{/number}","issue_comment_url":"https://api.github.com/repos/how-is/example-repository/issues/comments{/number}","contents_url":"https://api.github.com/repos/how-is/example-repository/contents/{+path}","compare_url":"https://api.github.com/repos/how-is/example-repository/compare/{base}...{head}","merges_url":"https://api.github.com/repos/how-is/example-repository/merges","archive_url":"https://api.github.com/repos/how-is/example-repository/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/how-is/example-repository/downloads","issues_url":"https://api.github.com/repos/how-is/example-repository/issues{/number}","pulls_url":"https://api.github.com/repos/how-is/example-repository/pulls{/number}","milestones_url":"https://api.github.com/repos/how-is/example-repository/milestones{/number}","notifications_url":"https://api.github.com/repos/how-is/example-repository/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/how-is/example-repository/labels{/name}","releases_url":"https://api.github.com/repos/how-is/example-repository/releases{/id}","deployments_url":"https://api.github.com/repos/how-is/example-repository/deployments","created_at":"2016-08-07T03:52:53Z","updated_at":"2016-08-07T03:52:53Z","pushed_at":"2017-08-05T20:39:30Z","git_url":"git://github.com/how-is/example-repository.git","ssh_url":"git@github.com:how-is/example-repository.git","clone_url":"https://github.com/how-is/example-repository.git","svn_url":"https://github.com/how-is/example-repository","homepage":null,"size":0,"stargazers_count":0,"watchers_count":0,"language":null,"has_issues":true,"has_projects":true,"has_downloads":true,"has_wiki":true,"has_pages":false,"forks_count":0,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":4,"license":null,"forks":0,"open_issues":4,"watchers":0,"default_branch":"master","permissions":{"admin":true,"push":true,"pull":true},"organization":{"login":"how-is","id":20577802,"node_id":"MDEyOk9yZ2FuaXphdGlvbjIwNTc3ODAy","avatar_url":"https://avatars0.githubusercontent.com/u/20577802?v=4","gravatar_id":"","url":"https://api.github.com/users/how-is","html_url":"https://github.com/how-is","followers_url":"https://api.github.com/users/how-is/followers","following_url":"https://api.github.com/users/how-is/following{/other_user}","gists_url":"https://api.github.com/users/how-is/gists{/gist_id}","starred_url":"https://api.github.com/users/how-is/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/how-is/subscriptions","organizations_url":"https://api.github.com/users/how-is/orgs","repos_url":"https://api.github.com/users/how-is/repos","events_url":"https://api.github.com/users/how-is/events{/privacy}","received_events_url":"https://api.github.com/users/how-is/received_events","type":"Organization","site_admin":false},"network_count":0,"subscribers_count":1}'
|
79
|
+
http_version:
|
80
|
+
recorded_at: Tue, 01 Nov 2016 00:00:00 GMT
|
81
|
+
- request:
|
82
|
+
method: get
|
83
|
+
uri: https://api.github.com/repos/how-is/example-repository/commits?since=2016-08-01&until=2016-09-01
|
84
|
+
body:
|
85
|
+
encoding: US-ASCII
|
86
|
+
string: ''
|
87
|
+
headers:
|
88
|
+
Accept:
|
89
|
+
- application/vnd.github.v3+json,application/vnd.github.beta+json;q=0.5,application/json;q=0.1
|
90
|
+
Accept-Charset:
|
91
|
+
- utf-8
|
92
|
+
User-Agent:
|
93
|
+
- Github API Ruby Gem 0.18.2
|
94
|
+
Authorization:
|
95
|
+
- Basic ZHVja2luYXRvcjo5MTgyNzc3ZmYzYzAwNjc5NTE5M2E1NzBjZGFjMzI2YjY0NDU5ZGM5
|
96
|
+
Accept-Encoding:
|
97
|
+
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
98
|
+
response:
|
99
|
+
status:
|
100
|
+
code: 200
|
101
|
+
message: OK
|
102
|
+
headers:
|
103
|
+
Server:
|
104
|
+
- GitHub.com
|
105
|
+
Date:
|
106
|
+
- Wed, 01 May 2019 13:52:47 GMT
|
107
|
+
Content-Type:
|
108
|
+
- application/json; charset=utf-8
|
109
|
+
Transfer-Encoding:
|
110
|
+
- chunked
|
111
|
+
Status:
|
112
|
+
- 200 OK
|
113
|
+
X-Ratelimit-Limit:
|
114
|
+
- '5000'
|
115
|
+
X-Ratelimit-Remaining:
|
116
|
+
- '4603'
|
117
|
+
X-Ratelimit-Reset:
|
118
|
+
- '1556722011'
|
119
|
+
Cache-Control:
|
120
|
+
- private, max-age=60, s-maxage=60
|
121
|
+
Vary:
|
122
|
+
- Accept, Authorization, Cookie, X-GitHub-OTP
|
123
|
+
Etag:
|
124
|
+
- W/"923a0556422a04ad68ef70c98106927e"
|
125
|
+
Last-Modified:
|
126
|
+
- Sun, 07 Aug 2016 03:52:54 GMT
|
127
|
+
X-Oauth-Scopes:
|
128
|
+
- ''
|
129
|
+
X-Accepted-Oauth-Scopes:
|
130
|
+
- ''
|
131
|
+
X-Github-Media-Type:
|
132
|
+
- github.v3; format=json
|
133
|
+
Access-Control-Expose-Headers:
|
134
|
+
- ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining,
|
135
|
+
X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval,
|
136
|
+
X-GitHub-Media-Type
|
137
|
+
Access-Control-Allow-Origin:
|
138
|
+
- "*"
|
139
|
+
Strict-Transport-Security:
|
140
|
+
- max-age=31536000; includeSubdomains; preload
|
141
|
+
X-Frame-Options:
|
142
|
+
- deny
|
143
|
+
X-Content-Type-Options:
|
144
|
+
- nosniff
|
145
|
+
X-Xss-Protection:
|
146
|
+
- 1; mode=block
|
147
|
+
Referrer-Policy:
|
148
|
+
- origin-when-cross-origin, strict-origin-when-cross-origin
|
149
|
+
Content-Security-Policy:
|
150
|
+
- default-src 'none'
|
151
|
+
X-Github-Request-Id:
|
152
|
+
- 5622:0283:C0D91:20677E:5CC9A4AF
|
153
|
+
body:
|
154
|
+
encoding: ASCII-8BIT
|
155
|
+
string: '[{"sha":"9e29405efa433529b86722542b8fb4b34dfd9edd","node_id":"MDY6Q29tbWl0NjUxMTQ0NDk6OWUyOTQwNWVmYTQzMzUyOWI4NjcyMjU0MmI4ZmI0YjM0ZGZkOWVkZA==","commit":{"author":{"name":"Ellen
|
156
|
+
Marie Dash","email":"me@duckie.co","date":"2016-08-07T03:52:54Z"},"committer":{"name":"Ellen
|
157
|
+
Marie Dash","email":"me@duckie.co","date":"2016-08-07T03:52:54Z"},"message":"Initial
|
158
|
+
commit","tree":{"sha":"7bee2a10cc8c7c036d5006fa0aacadd869d09c4e","url":"https://api.github.com/repos/how-is/example-repository/git/trees/7bee2a10cc8c7c036d5006fa0aacadd869d09c4e"},"url":"https://api.github.com/repos/how-is/example-repository/git/commits/9e29405efa433529b86722542b8fb4b34dfd9edd","comment_count":0,"verification":{"verified":false,"reason":"unsigned","signature":null,"payload":null}},"url":"https://api.github.com/repos/how-is/example-repository/commits/9e29405efa433529b86722542b8fb4b34dfd9edd","html_url":"https://github.com/how-is/example-repository/commit/9e29405efa433529b86722542b8fb4b34dfd9edd","comments_url":"https://api.github.com/repos/how-is/example-repository/commits/9e29405efa433529b86722542b8fb4b34dfd9edd/comments","author":{"login":"duckinator","id":39698,"node_id":"MDQ6VXNlcjM5Njk4","avatar_url":"https://avatars3.githubusercontent.com/u/39698?v=4","gravatar_id":"","url":"https://api.github.com/users/duckinator","html_url":"https://github.com/duckinator","followers_url":"https://api.github.com/users/duckinator/followers","following_url":"https://api.github.com/users/duckinator/following{/other_user}","gists_url":"https://api.github.com/users/duckinator/gists{/gist_id}","starred_url":"https://api.github.com/users/duckinator/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/duckinator/subscriptions","organizations_url":"https://api.github.com/users/duckinator/orgs","repos_url":"https://api.github.com/users/duckinator/repos","events_url":"https://api.github.com/users/duckinator/events{/privacy}","received_events_url":"https://api.github.com/users/duckinator/received_events","type":"User","site_admin":false},"committer":{"login":"duckinator","id":39698,"node_id":"MDQ6VXNlcjM5Njk4","avatar_url":"https://avatars3.githubusercontent.com/u/39698?v=4","gravatar_id":"","url":"https://api.github.com/users/duckinator","html_url":"https://github.com/duckinator","followers_url":"https://api.github.com/users/duckinator/followers","following_url":"https://api.github.com/users/duckinator/following{/other_user}","gists_url":"https://api.github.com/users/duckinator/gists{/gist_id}","starred_url":"https://api.github.com/users/duckinator/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/duckinator/subscriptions","organizations_url":"https://api.github.com/users/duckinator/orgs","repos_url":"https://api.github.com/users/duckinator/repos","events_url":"https://api.github.com/users/duckinator/events{/privacy}","received_events_url":"https://api.github.com/users/duckinator/received_events","type":"User","site_admin":false},"parents":[]}]'
|
159
|
+
http_version:
|
160
|
+
recorded_at: Tue, 01 Nov 2016 00:00:00 GMT
|
161
|
+
- request:
|
162
|
+
method: get
|
163
|
+
uri: https://api.github.com/repos/how-is/example-repository/commits/9e29405efa433529b86722542b8fb4b34dfd9edd
|
164
|
+
body:
|
165
|
+
encoding: US-ASCII
|
166
|
+
string: ''
|
167
|
+
headers:
|
168
|
+
Accept:
|
169
|
+
- application/vnd.github.v3+json,application/vnd.github.beta+json;q=0.5,application/json;q=0.1
|
170
|
+
Accept-Charset:
|
171
|
+
- utf-8
|
172
|
+
User-Agent:
|
173
|
+
- Github API Ruby Gem 0.18.2
|
174
|
+
Authorization:
|
175
|
+
- Basic ZHVja2luYXRvcjo5MTgyNzc3ZmYzYzAwNjc5NTE5M2E1NzBjZGFjMzI2YjY0NDU5ZGM5
|
176
|
+
Accept-Encoding:
|
177
|
+
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
178
|
+
response:
|
179
|
+
status:
|
180
|
+
code: 200
|
181
|
+
message: OK
|
182
|
+
headers:
|
183
|
+
Server:
|
184
|
+
- GitHub.com
|
185
|
+
Date:
|
186
|
+
- Wed, 01 May 2019 13:52:47 GMT
|
187
|
+
Content-Type:
|
188
|
+
- application/json; charset=utf-8
|
189
|
+
Transfer-Encoding:
|
190
|
+
- chunked
|
191
|
+
Status:
|
192
|
+
- 200 OK
|
193
|
+
X-Ratelimit-Limit:
|
194
|
+
- '5000'
|
195
|
+
X-Ratelimit-Remaining:
|
196
|
+
- '4602'
|
197
|
+
X-Ratelimit-Reset:
|
198
|
+
- '1556722011'
|
199
|
+
Cache-Control:
|
200
|
+
- private, max-age=60, s-maxage=60
|
201
|
+
Vary:
|
202
|
+
- Accept, Authorization, Cookie, X-GitHub-OTP
|
203
|
+
Etag:
|
204
|
+
- W/"1667953f17df25ca84eb7770aedeb8ac"
|
205
|
+
Last-Modified:
|
206
|
+
- Sun, 07 Aug 2016 03:52:54 GMT
|
207
|
+
X-Oauth-Scopes:
|
208
|
+
- ''
|
209
|
+
X-Accepted-Oauth-Scopes:
|
210
|
+
- ''
|
211
|
+
X-Github-Media-Type:
|
212
|
+
- github.v3; format=json
|
213
|
+
Access-Control-Expose-Headers:
|
214
|
+
- ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining,
|
215
|
+
X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval,
|
216
|
+
X-GitHub-Media-Type
|
217
|
+
Access-Control-Allow-Origin:
|
218
|
+
- "*"
|
219
|
+
Strict-Transport-Security:
|
220
|
+
- max-age=31536000; includeSubdomains; preload
|
221
|
+
X-Frame-Options:
|
222
|
+
- deny
|
223
|
+
X-Content-Type-Options:
|
224
|
+
- nosniff
|
225
|
+
X-Xss-Protection:
|
226
|
+
- 1; mode=block
|
227
|
+
Referrer-Policy:
|
228
|
+
- origin-when-cross-origin, strict-origin-when-cross-origin
|
229
|
+
Content-Security-Policy:
|
230
|
+
- default-src 'none'
|
231
|
+
X-Github-Request-Id:
|
232
|
+
- 1AF8:49D7:1706DB:398A36:5CC9A4AF
|
233
|
+
body:
|
234
|
+
encoding: ASCII-8BIT
|
235
|
+
string: '{"sha":"9e29405efa433529b86722542b8fb4b34dfd9edd","node_id":"MDY6Q29tbWl0NjUxMTQ0NDk6OWUyOTQwNWVmYTQzMzUyOWI4NjcyMjU0MmI4ZmI0YjM0ZGZkOWVkZA==","commit":{"author":{"name":"Ellen
|
236
|
+
Marie Dash","email":"me@duckie.co","date":"2016-08-07T03:52:54Z"},"committer":{"name":"Ellen
|
237
|
+
Marie Dash","email":"me@duckie.co","date":"2016-08-07T03:52:54Z"},"message":"Initial
|
238
|
+
commit","tree":{"sha":"7bee2a10cc8c7c036d5006fa0aacadd869d09c4e","url":"https://api.github.com/repos/how-is/example-repository/git/trees/7bee2a10cc8c7c036d5006fa0aacadd869d09c4e"},"url":"https://api.github.com/repos/how-is/example-repository/git/commits/9e29405efa433529b86722542b8fb4b34dfd9edd","comment_count":0,"verification":{"verified":false,"reason":"unsigned","signature":null,"payload":null}},"url":"https://api.github.com/repos/how-is/example-repository/commits/9e29405efa433529b86722542b8fb4b34dfd9edd","html_url":"https://github.com/how-is/example-repository/commit/9e29405efa433529b86722542b8fb4b34dfd9edd","comments_url":"https://api.github.com/repos/how-is/example-repository/commits/9e29405efa433529b86722542b8fb4b34dfd9edd/comments","author":{"login":"duckinator","id":39698,"node_id":"MDQ6VXNlcjM5Njk4","avatar_url":"https://avatars3.githubusercontent.com/u/39698?v=4","gravatar_id":"","url":"https://api.github.com/users/duckinator","html_url":"https://github.com/duckinator","followers_url":"https://api.github.com/users/duckinator/followers","following_url":"https://api.github.com/users/duckinator/following{/other_user}","gists_url":"https://api.github.com/users/duckinator/gists{/gist_id}","starred_url":"https://api.github.com/users/duckinator/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/duckinator/subscriptions","organizations_url":"https://api.github.com/users/duckinator/orgs","repos_url":"https://api.github.com/users/duckinator/repos","events_url":"https://api.github.com/users/duckinator/events{/privacy}","received_events_url":"https://api.github.com/users/duckinator/received_events","type":"User","site_admin":false},"committer":{"login":"duckinator","id":39698,"node_id":"MDQ6VXNlcjM5Njk4","avatar_url":"https://avatars3.githubusercontent.com/u/39698?v=4","gravatar_id":"","url":"https://api.github.com/users/duckinator","html_url":"https://github.com/duckinator","followers_url":"https://api.github.com/users/duckinator/followers","following_url":"https://api.github.com/users/duckinator/following{/other_user}","gists_url":"https://api.github.com/users/duckinator/gists{/gist_id}","starred_url":"https://api.github.com/users/duckinator/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/duckinator/subscriptions","organizations_url":"https://api.github.com/users/duckinator/orgs","repos_url":"https://api.github.com/users/duckinator/repos","events_url":"https://api.github.com/users/duckinator/events{/privacy}","received_events_url":"https://api.github.com/users/duckinator/received_events","type":"User","site_admin":false},"parents":[],"stats":{"total":2,"additions":2,"deletions":0},"files":[{"sha":"e6fe1bae7e775ad465c33a764c2d45478ad31242","filename":"README.md","status":"added","additions":2,"deletions":0,"changes":2,"blob_url":"https://github.com/how-is/example-repository/blob/9e29405efa433529b86722542b8fb4b34dfd9edd/README.md","raw_url":"https://github.com/how-is/example-repository/raw/9e29405efa433529b86722542b8fb4b34dfd9edd/README.md","contents_url":"https://api.github.com/repos/how-is/example-repository/contents/README.md?ref=9e29405efa433529b86722542b8fb4b34dfd9edd","patch":"@@
|
239
|
+
-0,0 +1,2 @@\n+# example-repository\n+Example repository for testing how_is."}]}'
|
240
|
+
http_version:
|
241
|
+
recorded_at: Tue, 01 Nov 2016 00:00:00 GMT
|
242
|
+
- request:
|
243
|
+
method: get
|
244
|
+
uri: https://api.github.com/repos/how-is/example-repository/commits?author=me@duckie.co&until=2016-08-01
|
245
|
+
body:
|
246
|
+
encoding: US-ASCII
|
247
|
+
string: ''
|
248
|
+
headers:
|
249
|
+
Accept:
|
250
|
+
- application/vnd.github.v3+json,application/vnd.github.beta+json;q=0.5,application/json;q=0.1
|
251
|
+
Accept-Charset:
|
252
|
+
- utf-8
|
253
|
+
User-Agent:
|
254
|
+
- Github API Ruby Gem 0.18.2
|
255
|
+
Authorization:
|
256
|
+
- Basic ZHVja2luYXRvcjo5MTgyNzc3ZmYzYzAwNjc5NTE5M2E1NzBjZGFjMzI2YjY0NDU5ZGM5
|
257
|
+
Accept-Encoding:
|
258
|
+
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
259
|
+
response:
|
260
|
+
status:
|
261
|
+
code: 200
|
262
|
+
message: OK
|
263
|
+
headers:
|
264
|
+
Server:
|
265
|
+
- GitHub.com
|
266
|
+
Date:
|
267
|
+
- Wed, 01 May 2019 13:52:47 GMT
|
268
|
+
Content-Type:
|
269
|
+
- application/json; charset=utf-8
|
270
|
+
Content-Length:
|
271
|
+
- '2'
|
272
|
+
Status:
|
273
|
+
- 200 OK
|
274
|
+
X-Ratelimit-Limit:
|
275
|
+
- '5000'
|
276
|
+
X-Ratelimit-Remaining:
|
277
|
+
- '4601'
|
278
|
+
X-Ratelimit-Reset:
|
279
|
+
- '1556722011'
|
280
|
+
Cache-Control:
|
281
|
+
- private, max-age=60, s-maxage=60
|
282
|
+
Vary:
|
283
|
+
- Accept, Authorization, Cookie, X-GitHub-OTP
|
284
|
+
Etag:
|
285
|
+
- '"74b5718094ce8869d8149d99338cb4f8"'
|
286
|
+
X-Oauth-Scopes:
|
287
|
+
- ''
|
288
|
+
X-Accepted-Oauth-Scopes:
|
289
|
+
- ''
|
290
|
+
X-Github-Media-Type:
|
291
|
+
- github.v3; format=json
|
292
|
+
Access-Control-Expose-Headers:
|
293
|
+
- ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining,
|
294
|
+
X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval,
|
295
|
+
X-GitHub-Media-Type
|
296
|
+
Access-Control-Allow-Origin:
|
297
|
+
- "*"
|
298
|
+
Strict-Transport-Security:
|
299
|
+
- max-age=31536000; includeSubdomains; preload
|
300
|
+
X-Frame-Options:
|
301
|
+
- deny
|
302
|
+
X-Content-Type-Options:
|
303
|
+
- nosniff
|
304
|
+
X-Xss-Protection:
|
305
|
+
- 1; mode=block
|
306
|
+
Referrer-Policy:
|
307
|
+
- origin-when-cross-origin, strict-origin-when-cross-origin
|
308
|
+
Content-Security-Policy:
|
309
|
+
- default-src 'none'
|
310
|
+
X-Github-Request-Id:
|
311
|
+
- 4D8F:5CEE:D3B9E:23B196:5CC9A4AF
|
312
|
+
body:
|
313
|
+
encoding: UTF-8
|
314
|
+
string: "[]"
|
315
|
+
http_version:
|
316
|
+
recorded_at: Tue, 01 Nov 2016 00:00:00 GMT
|
317
|
+
- request:
|
318
|
+
method: post
|
319
|
+
uri: https://api.github.com/graphql
|
320
|
+
body:
|
321
|
+
encoding: UTF-8
|
322
|
+
string: '{"query":"query {\n repository(owner: \"how-is\", name: \"example-repository\")
|
323
|
+
{\n issues(last: 1, orderBy:{field: CREATED_AT, direction: ASC}) {\n edges
|
324
|
+
{\n cursor\n }\n }\n }\n}"}'
|
325
|
+
headers:
|
326
|
+
Accept-Encoding:
|
327
|
+
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
328
|
+
Accept:
|
329
|
+
- application/vnd.github.v4.idl
|
330
|
+
User-Agent:
|
331
|
+
- Ruby
|
332
|
+
Host:
|
333
|
+
- api.github.com
|
334
|
+
Authorization:
|
335
|
+
- bearer 9182777ff3c006795193a570cdac326b64459dc9
|
336
|
+
Bearer-Token:
|
337
|
+
- 9182777ff3c006795193a570cdac326b64459dc9
|
338
|
+
response:
|
339
|
+
status:
|
340
|
+
code: 200
|
341
|
+
message: OK
|
342
|
+
headers:
|
343
|
+
Server:
|
344
|
+
- GitHub.com
|
345
|
+
Date:
|
346
|
+
- Wed, 01 May 2019 13:52:47 GMT
|
347
|
+
Content-Type:
|
348
|
+
- application/json; charset=utf-8
|
349
|
+
Transfer-Encoding:
|
350
|
+
- chunked
|
351
|
+
Status:
|
352
|
+
- 200 OK
|
353
|
+
Cache-Control:
|
354
|
+
- no-cache
|
355
|
+
X-Oauth-Scopes:
|
356
|
+
- ''
|
357
|
+
X-Accepted-Oauth-Scopes:
|
358
|
+
- repo
|
359
|
+
X-Github-Media-Type:
|
360
|
+
- github.v4; param=idl
|
361
|
+
X-Ratelimit-Limit:
|
362
|
+
- '5000'
|
363
|
+
X-Ratelimit-Remaining:
|
364
|
+
- '4925'
|
365
|
+
X-Ratelimit-Reset:
|
366
|
+
- '1556722266'
|
367
|
+
Access-Control-Expose-Headers:
|
368
|
+
- ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining,
|
369
|
+
X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval,
|
370
|
+
X-GitHub-Media-Type
|
371
|
+
Access-Control-Allow-Origin:
|
372
|
+
- "*"
|
373
|
+
Strict-Transport-Security:
|
374
|
+
- max-age=31536000; includeSubdomains; preload
|
375
|
+
X-Frame-Options:
|
376
|
+
- deny
|
377
|
+
X-Content-Type-Options:
|
378
|
+
- nosniff
|
379
|
+
X-Xss-Protection:
|
380
|
+
- 1; mode=block
|
381
|
+
Referrer-Policy:
|
382
|
+
- origin-when-cross-origin, strict-origin-when-cross-origin
|
383
|
+
Content-Security-Policy:
|
384
|
+
- default-src 'none'
|
385
|
+
X-Github-Request-Id:
|
386
|
+
- E94B:1AB9:155721:378F6D:5CC9A4AF
|
387
|
+
body:
|
388
|
+
encoding: ASCII-8BIT
|
389
|
+
string: '{"data":{"repository":{"issues":{"edges":[{"cursor":"Y3Vyc29yOnYyOpK5MjAxNi0wOC0wNlQyMzo1NDozMy0wNDowMM4KHp08"}]}}}}'
|
390
|
+
http_version:
|
391
|
+
recorded_at: Tue, 01 Nov 2016 00:00:00 GMT
|
392
|
+
- request:
|
393
|
+
method: post
|
394
|
+
uri: https://api.github.com/graphql
|
395
|
+
body:
|
396
|
+
encoding: UTF-8
|
397
|
+
string: '{"query":"query {\n repository(owner: \"how-is\", name: \"example-repository\")
|
398
|
+
{\n issues(first: 100, orderBy:{field: CREATED_AT, direction: ASC}) {\n edges
|
399
|
+
{\n cursor\n node {\n number\n createdAt\n closedAt\n updatedAt\n state\n title\n url\n labels(first:
|
400
|
+
100) {\n nodes {\n name\n }\n }\n }\n }\n }\n }\n}"}'
|
401
|
+
headers:
|
402
|
+
Accept-Encoding:
|
403
|
+
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
404
|
+
Accept:
|
405
|
+
- application/vnd.github.v4.idl
|
406
|
+
User-Agent:
|
407
|
+
- Ruby
|
408
|
+
Host:
|
409
|
+
- api.github.com
|
410
|
+
Authorization:
|
411
|
+
- bearer 9182777ff3c006795193a570cdac326b64459dc9
|
412
|
+
Bearer-Token:
|
413
|
+
- 9182777ff3c006795193a570cdac326b64459dc9
|
414
|
+
response:
|
415
|
+
status:
|
416
|
+
code: 200
|
417
|
+
message: OK
|
418
|
+
headers:
|
419
|
+
Server:
|
420
|
+
- GitHub.com
|
421
|
+
Date:
|
422
|
+
- Wed, 01 May 2019 13:52:48 GMT
|
423
|
+
Content-Type:
|
424
|
+
- application/json; charset=utf-8
|
425
|
+
Transfer-Encoding:
|
426
|
+
- chunked
|
427
|
+
Status:
|
428
|
+
- 200 OK
|
429
|
+
Cache-Control:
|
430
|
+
- no-cache
|
431
|
+
X-Oauth-Scopes:
|
432
|
+
- ''
|
433
|
+
X-Accepted-Oauth-Scopes:
|
434
|
+
- repo
|
435
|
+
X-Github-Media-Type:
|
436
|
+
- github.v4; param=idl
|
437
|
+
X-Ratelimit-Limit:
|
438
|
+
- '5000'
|
439
|
+
X-Ratelimit-Remaining:
|
440
|
+
- '4924'
|
441
|
+
X-Ratelimit-Reset:
|
442
|
+
- '1556722266'
|
443
|
+
Access-Control-Expose-Headers:
|
444
|
+
- ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining,
|
445
|
+
X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval,
|
446
|
+
X-GitHub-Media-Type
|
447
|
+
Access-Control-Allow-Origin:
|
448
|
+
- "*"
|
449
|
+
Strict-Transport-Security:
|
450
|
+
- max-age=31536000; includeSubdomains; preload
|
451
|
+
X-Frame-Options:
|
452
|
+
- deny
|
453
|
+
X-Content-Type-Options:
|
454
|
+
- nosniff
|
455
|
+
X-Xss-Protection:
|
456
|
+
- 1; mode=block
|
457
|
+
Referrer-Policy:
|
458
|
+
- origin-when-cross-origin, strict-origin-when-cross-origin
|
459
|
+
Content-Security-Policy:
|
460
|
+
- default-src 'none'
|
461
|
+
X-Github-Request-Id:
|
462
|
+
- 64AA:576A:376B39:70C805:5CC9A4AF
|
463
|
+
body:
|
464
|
+
encoding: ASCII-8BIT
|
465
|
+
string: '{"data":{"repository":{"issues":{"edges":[{"cursor":"Y3Vyc29yOnYyOpK5MjAxNi0wOC0wNlQyMzo1MzoyNi0wNDowMM4KHp0f","node":{"number":1,"createdAt":"2016-08-07T03:53:26Z","closedAt":null,"updatedAt":"2016-08-07T03:53:49Z","state":"OPEN","title":"An
|
466
|
+
issue","url":"https://github.com/how-is/example-repository/issues/1","labels":{"nodes":[{"name":"bug"}]}}},{"cursor":"Y3Vyc29yOnYyOpK5MjAxNi0wOC0wNlQyMzo1NDoxMy0wNDowMM4KHp00","node":{"number":2,"createdAt":"2016-08-07T03:54:13Z","closedAt":null,"updatedAt":"2016-08-07T03:54:13Z","state":"OPEN","title":"Another
|
467
|
+
issue","url":"https://github.com/how-is/example-repository/issues/2","labels":{"nodes":[{"name":"bug"},{"name":"question"}]}}},{"cursor":"Y3Vyc29yOnYyOpK5MjAxNi0wOC0wNlQyMzo1NDozMy0wNDowMM4KHp08","node":{"number":3,"createdAt":"2016-08-07T03:54:33Z","closedAt":null,"updatedAt":"2016-08-07T03:54:33Z","state":"OPEN","title":"Yet
|
468
|
+
another issue!","url":"https://github.com/how-is/example-repository/issues/3","labels":{"nodes":[]}}}]}}}}'
|
469
|
+
http_version:
|
470
|
+
recorded_at: Tue, 01 Nov 2016 00:00:00 GMT
|
471
|
+
- request:
|
472
|
+
method: post
|
473
|
+
uri: https://api.github.com/graphql
|
474
|
+
body:
|
475
|
+
encoding: UTF-8
|
476
|
+
string: '{"query":"query {\n repository(owner: \"how-is\", name: \"example-repository\")
|
477
|
+
{\n pullRequests(last: 1, orderBy:{field: CREATED_AT, direction: ASC})
|
478
|
+
{\n edges {\n cursor\n }\n }\n }\n}"}'
|
479
|
+
headers:
|
480
|
+
Accept-Encoding:
|
481
|
+
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
482
|
+
Accept:
|
483
|
+
- application/vnd.github.v4.idl
|
484
|
+
User-Agent:
|
485
|
+
- Ruby
|
486
|
+
Host:
|
487
|
+
- api.github.com
|
488
|
+
Authorization:
|
489
|
+
- bearer 9182777ff3c006795193a570cdac326b64459dc9
|
490
|
+
Bearer-Token:
|
491
|
+
- 9182777ff3c006795193a570cdac326b64459dc9
|
492
|
+
response:
|
493
|
+
status:
|
494
|
+
code: 200
|
495
|
+
message: OK
|
496
|
+
headers:
|
497
|
+
Server:
|
498
|
+
- GitHub.com
|
499
|
+
Date:
|
500
|
+
- Wed, 01 May 2019 13:52:48 GMT
|
501
|
+
Content-Type:
|
502
|
+
- application/json; charset=utf-8
|
503
|
+
Transfer-Encoding:
|
504
|
+
- chunked
|
505
|
+
Status:
|
506
|
+
- 200 OK
|
507
|
+
Cache-Control:
|
508
|
+
- no-cache
|
509
|
+
X-Oauth-Scopes:
|
510
|
+
- ''
|
511
|
+
X-Accepted-Oauth-Scopes:
|
512
|
+
- repo
|
513
|
+
X-Github-Media-Type:
|
514
|
+
- github.v4; param=idl
|
515
|
+
X-Ratelimit-Limit:
|
516
|
+
- '5000'
|
517
|
+
X-Ratelimit-Remaining:
|
518
|
+
- '4923'
|
519
|
+
X-Ratelimit-Reset:
|
520
|
+
- '1556722266'
|
521
|
+
Access-Control-Expose-Headers:
|
522
|
+
- ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining,
|
523
|
+
X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval,
|
524
|
+
X-GitHub-Media-Type
|
525
|
+
Access-Control-Allow-Origin:
|
526
|
+
- "*"
|
527
|
+
Strict-Transport-Security:
|
528
|
+
- max-age=31536000; includeSubdomains; preload
|
529
|
+
X-Frame-Options:
|
530
|
+
- deny
|
531
|
+
X-Content-Type-Options:
|
532
|
+
- nosniff
|
533
|
+
X-Xss-Protection:
|
534
|
+
- 1; mode=block
|
535
|
+
Referrer-Policy:
|
536
|
+
- origin-when-cross-origin, strict-origin-when-cross-origin
|
537
|
+
Content-Security-Policy:
|
538
|
+
- default-src 'none'
|
539
|
+
X-Github-Request-Id:
|
540
|
+
- A15C:285E:D486D:2304B5:5CC9A4B0
|
541
|
+
body:
|
542
|
+
encoding: ASCII-8BIT
|
543
|
+
string: '{"data":{"repository":{"pullRequests":{"edges":[{"cursor":"Y3Vyc29yOnYyOpK5MjAxNi0wOC0wN1QwMDowMjo1OS0wNDowMM4Eyikb"}]}}}}'
|
544
|
+
http_version:
|
545
|
+
recorded_at: Tue, 01 Nov 2016 00:00:00 GMT
|
546
|
+
- request:
|
547
|
+
method: post
|
548
|
+
uri: https://api.github.com/graphql
|
549
|
+
body:
|
550
|
+
encoding: UTF-8
|
551
|
+
string: '{"query":"query {\n repository(owner: \"how-is\", name: \"example-repository\")
|
552
|
+
{\n pullRequests(first: 100, orderBy:{field: CREATED_AT, direction: ASC})
|
553
|
+
{\n edges {\n cursor\n node {\n number\n createdAt\n closedAt\n updatedAt\n state\n title\n url\n labels(first:
|
554
|
+
100) {\n nodes {\n name\n }\n }\n }\n }\n }\n }\n}"}'
|
555
|
+
headers:
|
556
|
+
Accept-Encoding:
|
557
|
+
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
558
|
+
Accept:
|
559
|
+
- application/vnd.github.v4.idl
|
560
|
+
User-Agent:
|
561
|
+
- Ruby
|
562
|
+
Host:
|
563
|
+
- api.github.com
|
564
|
+
Authorization:
|
565
|
+
- bearer 9182777ff3c006795193a570cdac326b64459dc9
|
566
|
+
Bearer-Token:
|
567
|
+
- 9182777ff3c006795193a570cdac326b64459dc9
|
568
|
+
response:
|
569
|
+
status:
|
570
|
+
code: 200
|
571
|
+
message: OK
|
572
|
+
headers:
|
573
|
+
Server:
|
574
|
+
- GitHub.com
|
575
|
+
Date:
|
576
|
+
- Wed, 01 May 2019 13:52:48 GMT
|
577
|
+
Content-Type:
|
578
|
+
- application/json; charset=utf-8
|
579
|
+
Transfer-Encoding:
|
580
|
+
- chunked
|
581
|
+
Status:
|
582
|
+
- 200 OK
|
583
|
+
Cache-Control:
|
584
|
+
- no-cache
|
585
|
+
X-Oauth-Scopes:
|
586
|
+
- ''
|
587
|
+
X-Accepted-Oauth-Scopes:
|
588
|
+
- repo
|
589
|
+
X-Github-Media-Type:
|
590
|
+
- github.v4; param=idl
|
591
|
+
X-Ratelimit-Limit:
|
592
|
+
- '5000'
|
593
|
+
X-Ratelimit-Remaining:
|
594
|
+
- '4922'
|
595
|
+
X-Ratelimit-Reset:
|
596
|
+
- '1556722266'
|
597
|
+
Access-Control-Expose-Headers:
|
598
|
+
- ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining,
|
599
|
+
X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval,
|
600
|
+
X-GitHub-Media-Type
|
601
|
+
Access-Control-Allow-Origin:
|
602
|
+
- "*"
|
603
|
+
Strict-Transport-Security:
|
604
|
+
- max-age=31536000; includeSubdomains; preload
|
605
|
+
X-Frame-Options:
|
606
|
+
- deny
|
607
|
+
X-Content-Type-Options:
|
608
|
+
- nosniff
|
609
|
+
X-Xss-Protection:
|
610
|
+
- 1; mode=block
|
611
|
+
Referrer-Policy:
|
612
|
+
- origin-when-cross-origin, strict-origin-when-cross-origin
|
613
|
+
Content-Security-Policy:
|
614
|
+
- default-src 'none'
|
615
|
+
X-Github-Request-Id:
|
616
|
+
- 0744:49D8:2AFC58:59B92E:5CC9A4B0
|
617
|
+
body:
|
618
|
+
encoding: ASCII-8BIT
|
619
|
+
string: '{"data":{"repository":{"pullRequests":{"edges":[{"cursor":"Y3Vyc29yOnYyOpK5MjAxNi0wOC0wN1QwMDowMjo1OS0wNDowMM4Eyikb","node":{"number":4,"createdAt":"2016-08-07T04:02:59Z","closedAt":null,"updatedAt":"2017-08-05T20:23:15Z","state":"OPEN","title":"Example
|
620
|
+
Pull Request.","url":"https://github.com/how-is/example-repository/pull/4","labels":{"nodes":[]}}}]}}}}'
|
621
|
+
http_version:
|
622
|
+
recorded_at: Tue, 01 Nov 2016 00:00:00 GMT
|
623
|
+
- request:
|
624
|
+
method: get
|
625
|
+
uri: https://api.travis-ci.org/repo/how-is%2Fexample-repository/branches?sort_by=default_branch
|
626
|
+
body:
|
627
|
+
encoding: US-ASCII
|
628
|
+
string: ''
|
629
|
+
headers:
|
630
|
+
Accept-Encoding:
|
631
|
+
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
632
|
+
Accept:
|
633
|
+
- application/json
|
634
|
+
User-Agent:
|
635
|
+
- inq/25.0.0 (https://github.com/duckinator/inq)
|
636
|
+
Host:
|
637
|
+
- api.travis-ci.org
|
638
|
+
Travis-Api-Version:
|
639
|
+
- '3'
|
640
|
+
response:
|
641
|
+
status:
|
642
|
+
code: 200
|
643
|
+
message: OK
|
644
|
+
headers:
|
645
|
+
Connection:
|
646
|
+
- keep-alive
|
647
|
+
Server:
|
648
|
+
- nginx
|
649
|
+
Date:
|
650
|
+
- Wed, 01 May 2019 13:52:48 GMT
|
651
|
+
Content-Type:
|
652
|
+
- application/json
|
653
|
+
Transfer-Encoding:
|
654
|
+
- chunked
|
655
|
+
Strict-Transport-Security:
|
656
|
+
- max-age=31536000
|
657
|
+
X-Endpoint:
|
658
|
+
- Travis::API::V3::Services::Branches::Find
|
659
|
+
X-Oauth-Scopes:
|
660
|
+
- ''
|
661
|
+
Vary:
|
662
|
+
- Accept-Encoding
|
663
|
+
X-Rack-Cache:
|
664
|
+
- miss
|
665
|
+
X-Request-Id:
|
666
|
+
- 84be5840-a2b3-464c-b456-7dcf417e1fba
|
667
|
+
Access-Control-Allow-Origin:
|
668
|
+
- "*"
|
669
|
+
Access-Control-Allow-Credentials:
|
670
|
+
- 'true'
|
671
|
+
Access-Control-Expose-Headers:
|
672
|
+
- Content-Type, Cache-Control, Expires, Etag, Last-Modified, X-Request-ID
|
673
|
+
Via:
|
674
|
+
- 1.1 vegur
|
675
|
+
body:
|
676
|
+
encoding: ASCII-8BIT
|
677
|
+
string: |-
|
678
|
+
{
|
679
|
+
"@type": "branches",
|
680
|
+
"@href": "/repo/how-is%2Fexample-repository/branches?sort_by=default_branch",
|
681
|
+
"@representation": "standard",
|
682
|
+
"@pagination": {
|
683
|
+
"limit": 25,
|
684
|
+
"offset": 0,
|
685
|
+
"count": 1,
|
686
|
+
"is_first": true,
|
687
|
+
"is_last": true,
|
688
|
+
"next": null,
|
689
|
+
"prev": null,
|
690
|
+
"first": {
|
691
|
+
"@href": "/repo/how-is%2Fexample-repository/branches?sort_by=default_branch",
|
692
|
+
"offset": 0,
|
693
|
+
"limit": 25
|
694
|
+
},
|
695
|
+
"last": {
|
696
|
+
"@href": "/repo/how-is%2Fexample-repository/branches?sort_by=default_branch",
|
697
|
+
"offset": 0,
|
698
|
+
"limit": 25
|
699
|
+
}
|
700
|
+
},
|
701
|
+
"branches": [
|
702
|
+
{
|
703
|
+
"@type": "branch",
|
704
|
+
"@href": "/repo/9682159/branch/master",
|
705
|
+
"@representation": "standard",
|
706
|
+
"name": "master",
|
707
|
+
"repository": {
|
708
|
+
"@type": "repository",
|
709
|
+
"@href": "/repo/9682159",
|
710
|
+
"@representation": "minimal",
|
711
|
+
"id": 9682159,
|
712
|
+
"name": "example-repository",
|
713
|
+
"slug": "how-is/example-repository"
|
714
|
+
},
|
715
|
+
"default_branch": true,
|
716
|
+
"exists_on_github": true,
|
717
|
+
"last_build": null
|
718
|
+
}
|
719
|
+
]
|
720
|
+
}
|
721
|
+
http_version:
|
722
|
+
recorded_at: Tue, 01 Nov 2016 00:00:00 GMT
|
723
|
+
- request:
|
724
|
+
method: get
|
725
|
+
uri: https://ci.appveyor.com/api/projects/how-is/example-repository/history?recordsNumber=100
|
726
|
+
body:
|
727
|
+
encoding: US-ASCII
|
728
|
+
string: ''
|
729
|
+
headers:
|
730
|
+
Accept-Encoding:
|
731
|
+
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
732
|
+
Accept:
|
733
|
+
- application/json
|
734
|
+
User-Agent:
|
735
|
+
- inq/25.0.0 (https://github.com/duckinator/inq)
|
736
|
+
Host:
|
737
|
+
- ci.appveyor.com
|
738
|
+
response:
|
739
|
+
status:
|
740
|
+
code: 404
|
741
|
+
message: Not Found
|
742
|
+
headers:
|
743
|
+
Cache-Control:
|
744
|
+
- no-cache
|
745
|
+
Pragma:
|
746
|
+
- no-cache
|
747
|
+
Content-Length:
|
748
|
+
- '49'
|
749
|
+
Content-Type:
|
750
|
+
- application/json; charset=utf-8
|
751
|
+
Expires:
|
752
|
+
- "-1"
|
753
|
+
X-Xss-Protection:
|
754
|
+
- 1; mode=block
|
755
|
+
X-Frame-Options:
|
756
|
+
- SAMEORIGIN
|
757
|
+
Strict-Transport-Security:
|
758
|
+
- max-age=31536000
|
759
|
+
X-Content-Type-Options:
|
760
|
+
- nosniff
|
761
|
+
Date:
|
762
|
+
- Wed, 01 May 2019 13:52:48 GMT
|
763
|
+
body:
|
764
|
+
encoding: UTF-8
|
765
|
+
string: '{"message":"Project not found or access denied."}'
|
766
|
+
http_version:
|
767
|
+
recorded_at: Tue, 01 Nov 2016 00:00:00 GMT
|
768
|
+
recorded_with: VCR 4.0.0
|