circle-cli 0.1.1 → 0.1.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/circle-cli.gemspec +12 -12
- data/lib/circle/cli/app.rb +33 -26
- data/lib/circle/cli/model.rb +2 -0
- data/lib/circle/cli/project.rb +5 -11
- data/lib/circle/cli/repo.rb +8 -9
- data/lib/circle/cli/version.rb +1 -1
- data/lib/circle/cli/watcher.rb +41 -0
- data/spec/cassettes/get.yml +91 -56
- data/spec/cassettes/recent_builds.yml +1552 -52
- data/spec/cassettes/recent_builds_branch.yml +206 -54
- data/spec/cassettes/tests.yml +100 -41
- data/spec/circle/cli/build_spec.rb +9 -9
- data/spec/circle/cli/project_spec.rb +5 -4
- data/spec/circle/cli/repo_spec.rb +9 -13
- data/spec/circle/cli/watcher_spec.rb +48 -0
- metadata +94 -25
@@ -2,71 +2,223 @@
|
|
2
2
|
http_interactions:
|
3
3
|
- request:
|
4
4
|
method: get
|
5
|
-
uri: https://circleci.com/api/v1/project/mtchavez/
|
5
|
+
uri: https://circleci.com/api/v1/project/mtchavez/circleci/tree/master?circle-token=123
|
6
6
|
body:
|
7
|
-
encoding:
|
8
|
-
string:
|
7
|
+
encoding: UTF-8
|
8
|
+
string: "{}"
|
9
9
|
headers:
|
10
|
-
|
10
|
+
Accept:
|
11
11
|
- application/json
|
12
|
-
|
13
|
-
- gzip, deflate
|
14
|
-
content-type:
|
12
|
+
Content-Type:
|
15
13
|
- application/json
|
16
|
-
|
14
|
+
Accept-Encoding:
|
15
|
+
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
16
|
+
User-Agent:
|
17
17
|
- Ruby
|
18
|
+
Host:
|
19
|
+
- circleci.com
|
18
20
|
response:
|
19
21
|
status:
|
20
22
|
code: 200
|
21
23
|
message: OK
|
22
24
|
headers:
|
23
|
-
|
24
|
-
-
|
25
|
-
|
26
|
-
- gzip
|
27
|
-
content-type:
|
25
|
+
Access-Control-Allow-Origin:
|
26
|
+
- "*"
|
27
|
+
Content-Type:
|
28
28
|
- application/json; charset=utf-8
|
29
|
-
|
30
|
-
-
|
31
|
-
|
32
|
-
- nginx
|
33
|
-
|
34
|
-
-
|
35
|
-
|
36
|
-
|
37
|
-
-
|
38
|
-
|
39
|
-
-
|
40
|
-
|
41
|
-
-
|
42
|
-
|
29
|
+
Date:
|
30
|
+
- Sun, 25 Sep 2016 17:42:30 GMT
|
31
|
+
Server:
|
32
|
+
- nginx
|
33
|
+
Set-Cookie:
|
34
|
+
- ab_test_user_seed=0.5636484265259967;Expires=Mon, 25 Sep 2017 17:42:30 +0000;Path=/;Secure
|
35
|
+
- ring-session=Lb6guZ3oePuo0Yu4g4tqoBZGAd0fbwerVR4sovGTRPoDnt4g%2BWZePMh6vSQwvHPC14G4sl2m19NGeu5qi54b5DWMr3I%2BnrIIp2qRuZUQLLQVER%2BguNxCWToNnaYcN3FdoEhfDnvy57JUaxf8jjnK7JMZmDHJbY8LPmW8L%2B6st65iYEqmSnxD1hz1eARjUlysMh%2FBcV3M0neSDgyG2hsP83f0%2BUWrnOq72I0GNhNns2w%3D--blONxdkFsuuZWgvuYsEJT4gWsMwkRkzUJhVY01DYQ7Q%3D;Path=/;HttpOnly;Expires=Sun,
|
36
|
+
24 Sep 2017 16:02:14 +0000;Max-Age=31536000;Secure
|
37
|
+
Strict-Transport-Security:
|
38
|
+
- max-age=15724800
|
39
|
+
X-Circleci-Identity:
|
40
|
+
- i-33e1a1cb
|
41
|
+
X-Circleci-Request-Id:
|
42
|
+
- f421686a-9071-4272-851a-b707b8f723c3
|
43
|
+
X-Circleci-Scopes:
|
44
|
+
- ":none"
|
45
|
+
- ":status"
|
46
|
+
- ":view-builds"
|
47
|
+
X-Frame-Options:
|
48
|
+
- DENY
|
49
|
+
X-Route:
|
50
|
+
- "/tree/:branch"
|
51
|
+
- ":branch"
|
52
|
+
- "[^,;?]+"
|
53
|
+
Content-Length:
|
54
|
+
- '4414'
|
55
|
+
Connection:
|
43
56
|
- keep-alive
|
44
57
|
body:
|
45
58
|
encoding: ASCII-8BIT
|
46
|
-
string:
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
|
59
|
+
string: '[{"compare":"https://github.com/mtchavez/circleci/compare/a065eb9c99a4...2a1111e72de8","previous_successful_build":null,"build_parameters":null,"oss":true,"all_commit_details_truncated":false,"committer_date":"2016-09-24T18:33:57-07:00","body":"-
|
60
|
+
Update changelog\n- Update gemspec version\n- Update checksum rake task\n-
|
61
|
+
Add gem checksum","usage_queued_at":"2016-09-25T01:35:17.555Z","fail_reason":null,"retry_of":null,"reponame":"circleci","ssh_users":[],"build_url":"https://circleci.com/gh/mtchavez/circleci/280","parallel":1,"failed":null,"branch":"master","username":"mtchavez","author_date":"2016-09-24T18:33:57-07:00","why":"github","user":{"is_user":false,"login":"mtchavez","vcs_type":"github"},"vcs_revision":"2a1111e72de8ad6242f48f13b72f26bd20bf5264","vcs_tag":null,"build_num":280,"infrastructure_fail":false,"committer_email":"matthew@el-chavez.me","has_artifacts":true,"previous":{"build_num":278,"status":"success","build_time_millis":69797},"status":"success","committer_name":"Chavez","retries":null,"subject":"Update
|
62
|
+
gem for v1.0.2","vcs_type":"github","timedout":false,"dont_build":null,"lifecycle":"finished","no_dependency_cache":false,"stop_time":"2016-09-25T01:36:03.344Z","ssh_disabled":false,"build_time_millis":52912,"circle_yml":{"string":"machine:\n ruby:\n version:
|
63
|
+
2.2.3\n"},"messages":[],"is_first_green_build":false,"job_name":null,"start_time":"2016-09-25T01:35:10.432Z","canceler":null,"all_commit_details":[{"committer_date":"2016-09-24T18:25:56-07:00","body":"","branch":"master","author_date":"2016-09-24T18:25:56-07:00","committer_email":"matthew@el-chavez.me","commit":"8fe65fa89b1b5a6a9a66c993f520b0bd28838b1b","committer_login":"mtchavez","committer_name":"Chavez","subject":"Update
|
64
|
+
markdown header styling","commit_url":"https://github.com/mtchavez/circleci/commit/8fe65fa89b1b5a6a9a66c993f520b0bd28838b1b","author_login":"mtchavez","author_name":"Chavez","author_email":"matthew@el-chavez.me"},{"committer_date":"2016-09-24T18:33:57-07:00","body":"-
|
65
|
+
Update changelog\n- Update gemspec version\n- Update checksum rake task\n-
|
66
|
+
Add gem checksum","branch":"master","author_date":"2016-09-24T18:33:57-07:00","committer_email":"matthew@el-chavez.me","commit":"2a1111e72de8ad6242f48f13b72f26bd20bf5264","committer_login":"mtchavez","committer_name":"Chavez","subject":"Update
|
67
|
+
gem for v1.0.2","commit_url":"https://github.com/mtchavez/circleci/commit/2a1111e72de8ad6242f48f13b72f26bd20bf5264","author_login":"mtchavez","author_name":"Chavez","author_email":"matthew@el-chavez.me"}],"outcome":"success","vcs_url":"https://github.com/mtchavez/circleci","author_name":"Chavez","node":null,"queued_at":"2016-09-25T01:35:10.366Z","canceled":false,"author_email":"matthew@el-chavez.me"},{"compare":"https://github.com/mtchavez/circleci/compare/a065eb9c99a4...2a1111e72de8","previous_successful_build":null,"build_parameters":null,"oss":true,"all_commit_details_truncated":false,"committer_date":"2016-09-24T18:33:57-07:00","body":"-
|
68
|
+
Update changelog\n- Update gemspec version\n- Update checksum rake task\n-
|
69
|
+
Add gem checksum","usage_queued_at":"2016-09-25T01:35:09.542Z","fail_reason":null,"retry_of":null,"reponame":"circleci","ssh_users":[],"build_url":"https://circleci.com/gh/mtchavez/circleci/279","parallel":1,"failed":null,"branch":"master","username":"mtchavez","author_date":"2016-09-24T18:33:57-07:00","why":"github","user":{"is_user":false,"login":"mtchavez","vcs_type":"github"},"vcs_revision":"2a1111e72de8ad6242f48f13b72f26bd20bf5264","vcs_tag":null,"build_num":279,"infrastructure_fail":false,"committer_email":"matthew@el-chavez.me","has_artifacts":true,"previous":{"build_num":278,"status":"success","build_time_millis":69797},"status":"success","committer_name":"Chavez","retries":null,"subject":"Update
|
70
|
+
gem for v1.0.2","vcs_type":"github","timedout":false,"dont_build":null,"lifecycle":"finished","no_dependency_cache":false,"stop_time":"2016-09-25T01:36:04.280Z","ssh_disabled":false,"build_time_millis":53875,"circle_yml":{"string":"machine:\n ruby:\n version:
|
71
|
+
2.2.3\n"},"messages":[],"is_first_green_build":false,"job_name":null,"start_time":"2016-09-25T01:35:10.405Z","canceler":null,"all_commit_details":[{"committer_date":"2016-09-24T18:25:56-07:00","body":"","branch":"master","author_date":"2016-09-24T18:25:56-07:00","committer_email":"matthew@el-chavez.me","commit":"8fe65fa89b1b5a6a9a66c993f520b0bd28838b1b","committer_login":"mtchavez","committer_name":"Chavez","subject":"Update
|
72
|
+
markdown header styling","commit_url":"https://github.com/mtchavez/circleci/commit/8fe65fa89b1b5a6a9a66c993f520b0bd28838b1b","author_login":"mtchavez","author_name":"Chavez","author_email":"matthew@el-chavez.me"},{"committer_date":"2016-09-24T18:33:57-07:00","body":"-
|
73
|
+
Update changelog\n- Update gemspec version\n- Update checksum rake task\n-
|
74
|
+
Add gem checksum","branch":"master","author_date":"2016-09-24T18:33:57-07:00","committer_email":"matthew@el-chavez.me","commit":"2a1111e72de8ad6242f48f13b72f26bd20bf5264","committer_login":"mtchavez","committer_name":"Chavez","subject":"Update
|
75
|
+
gem for v1.0.2","commit_url":"https://github.com/mtchavez/circleci/commit/2a1111e72de8ad6242f48f13b72f26bd20bf5264","author_login":"mtchavez","author_name":"Chavez","author_email":"matthew@el-chavez.me"}],"outcome":"success","vcs_url":"https://github.com/mtchavez/circleci","author_name":"Chavez","node":null,"queued_at":"2016-09-25T01:35:10.354Z","canceled":false,"author_email":"matthew@el-chavez.me"},{"compare":"https://github.com/mtchavez/circleci/compare/0970438a82e8...a065eb9c99a4","previous_successful_build":null,"build_parameters":null,"oss":true,"all_commit_details_truncated":false,"committer_date":"2016-09-24T18:23:30-07:00","body":"before
|
76
|
+
it can be used.","usage_queued_at":"2016-09-25T01:23:25.093Z","fail_reason":null,"retry_of":null,"reponame":"circleci","ssh_users":[],"build_url":"https://circleci.com/gh/mtchavez/circleci/278","parallel":1,"failed":null,"branch":"master","username":"mtchavez","author_date":"2016-09-24T18:23:30-07:00","why":"github","user":{"is_user":false,"login":"mtchavez","vcs_type":"github"},"vcs_revision":"a065eb9c99a4c5bad966baaa6cfc8ed1b2ae7420","vcs_tag":null,"build_num":278,"infrastructure_fail":false,"committer_email":"mtchavez@users.noreply.github.com","has_artifacts":true,"previous":{"build_num":274,"status":"success","build_time_millis":47701},"status":"success","committer_name":"Chavez","retries":null,"subject":"net/http
|
77
|
+
does not bring in OpenSSL. It must be explicitly required (#81)","vcs_type":"github","timedout":false,"dont_build":null,"lifecycle":"finished","no_dependency_cache":false,"stop_time":"2016-09-25T01:24:40.965Z","ssh_disabled":false,"build_time_millis":69797,"circle_yml":{"string":"machine:\n ruby:\n version:
|
78
|
+
2.2.3\n"},"messages":[],"is_first_green_build":false,"job_name":null,"start_time":"2016-09-25T01:23:31.168Z","canceler":null,"all_commit_details":[{"committer_date":"2016-09-24T18:23:30-07:00","body":"before
|
79
|
+
it can be used.","branch":"master","author_date":"2016-09-24T18:23:30-07:00","committer_email":"mtchavez@users.noreply.github.com","commit":"a065eb9c99a4c5bad966baaa6cfc8ed1b2ae7420","committer_login":"mtchavez","committer_name":"Chavez","subject":"net/http
|
80
|
+
does not bring in OpenSSL. It must be explicitly required (#81)","commit_url":"https://github.com/mtchavez/circleci/commit/a065eb9c99a4c5bad966baaa6cfc8ed1b2ae7420","author_login":"rzane","author_name":"Ray
|
81
|
+
Zane","author_email":"raymondzane@gmail.com"}],"outcome":"success","vcs_url":"https://github.com/mtchavez/circleci","author_name":"Ray
|
82
|
+
Zane","node":null,"queued_at":"2016-09-25T01:23:31.135Z","canceled":false,"author_email":"raymondzane@gmail.com"},{"compare":"https://github.com/mtchavez/circleci/compare/0970438a82e8...a065eb9c99a4","previous_successful_build":null,"build_parameters":null,"oss":true,"all_commit_details_truncated":false,"committer_date":"2016-09-24T18:23:30-07:00","body":"before
|
83
|
+
it can be used.","usage_queued_at":"2016-09-25T01:25:14.961Z","fail_reason":null,"retry_of":null,"reponame":"circleci","ssh_users":[],"build_url":"https://circleci.com/gh/mtchavez/circleci/277","parallel":1,"failed":null,"branch":"master","username":"mtchavez","author_date":"2016-09-24T18:23:30-07:00","why":"github","user":{"is_user":false,"login":"mtchavez","vcs_type":"github"},"vcs_revision":"a065eb9c99a4c5bad966baaa6cfc8ed1b2ae7420","vcs_tag":null,"build_num":277,"infrastructure_fail":false,"committer_email":"mtchavez@users.noreply.github.com","has_artifacts":true,"previous":{"build_num":274,"status":"success","build_time_millis":47701},"status":"success","committer_name":"Chavez","retries":null,"subject":"net/http
|
84
|
+
does not bring in OpenSSL. It must be explicitly required (#81)","vcs_type":"github","timedout":false,"dont_build":null,"lifecycle":"finished","no_dependency_cache":false,"stop_time":"2016-09-25T01:24:48.109Z","ssh_disabled":false,"build_time_millis":76930,"circle_yml":{"string":"machine:\n ruby:\n version:
|
85
|
+
2.2.3\n"},"messages":[],"is_first_green_build":false,"job_name":null,"start_time":"2016-09-25T01:23:31.179Z","canceler":null,"all_commit_details":[{"committer_date":"2016-09-24T18:23:30-07:00","body":"before
|
86
|
+
it can be used.","branch":"master","author_date":"2016-09-24T18:23:30-07:00","committer_email":"mtchavez@users.noreply.github.com","commit":"a065eb9c99a4c5bad966baaa6cfc8ed1b2ae7420","committer_login":"mtchavez","committer_name":"Chavez","subject":"net/http
|
87
|
+
does not bring in OpenSSL. It must be explicitly required (#81)","commit_url":"https://github.com/mtchavez/circleci/commit/a065eb9c99a4c5bad966baaa6cfc8ed1b2ae7420","author_login":"rzane","author_name":"Ray
|
88
|
+
Zane","author_email":"raymondzane@gmail.com"}],"outcome":"success","vcs_url":"https://github.com/mtchavez/circleci","author_name":"Ray
|
89
|
+
Zane","node":null,"queued_at":"2016-09-25T01:23:31.144Z","canceled":false,"author_email":"raymondzane@gmail.com"},{"compare":"https://github.com/mtchavez/circleci/compare/2ae337b56bfa...0970438a82e8","previous_successful_build":null,"build_parameters":null,"oss":true,"all_commit_details_truncated":false,"committer_date":"2016-09-14T21:03:53-07:00","body":"-
|
90
|
+
Build gem and add signed checksum\n- Add checksum task to Rakefile\n- Update
|
91
|
+
gemspec for 1.0.1","usage_queued_at":"2016-09-15T04:04:14.204Z","fail_reason":null,"retry_of":null,"reponame":"circleci","ssh_users":[],"build_url":"https://circleci.com/gh/mtchavez/circleci/274","parallel":1,"failed":null,"branch":"master","username":"mtchavez","author_date":"2016-09-14T21:03:53-07:00","why":"github","user":{"is_user":false,"login":"mtchavez","vcs_type":"github"},"vcs_revision":"0970438a82e8cf8c67298d3876bb8ab8fd982a93","vcs_tag":null,"build_num":274,"infrastructure_fail":false,"committer_email":"matthew@el-chavez.me","has_artifacts":true,"previous":{"build_num":272,"status":"success","build_time_millis":54539},"status":"success","committer_name":"Chavez","retries":null,"subject":"Version
|
92
|
+
1.0.1 build","vcs_type":"github","timedout":false,"dont_build":null,"lifecycle":"finished","no_dependency_cache":false,"stop_time":"2016-09-15T04:04:43.921Z","ssh_disabled":false,"build_time_millis":47701,"circle_yml":{"string":"machine:\n ruby:\n version:
|
93
|
+
2.2.3\n"},"messages":[],"is_first_green_build":false,"job_name":null,"start_time":"2016-09-15T04:03:56.220Z","canceler":null,"all_commit_details":[{"committer_date":"2016-09-14T21:03:53-07:00","body":"-
|
94
|
+
Build gem and add signed checksum\n- Add checksum task to Rakefile\n- Update
|
95
|
+
gemspec for 1.0.1","branch":"master","author_date":"2016-09-14T21:03:53-07:00","committer_email":"matthew@el-chavez.me","commit":"0970438a82e8cf8c67298d3876bb8ab8fd982a93","committer_login":"mtchavez","committer_name":"Chavez","subject":"Version
|
96
|
+
1.0.1 build","commit_url":"https://github.com/mtchavez/circleci/commit/0970438a82e8cf8c67298d3876bb8ab8fd982a93","author_login":"mtchavez","author_name":"Chavez","author_email":"matthew@el-chavez.me"}],"outcome":"success","vcs_url":"https://github.com/mtchavez/circleci","author_name":"Chavez","node":null,"queued_at":"2016-09-15T04:03:56.131Z","canceled":false,"author_email":"matthew@el-chavez.me"},{"compare":"https://github.com/mtchavez/circleci/compare/2ae337b56bfa...0970438a82e8","previous_successful_build":null,"build_parameters":null,"oss":true,"all_commit_details_truncated":false,"committer_date":"2016-09-14T21:03:53-07:00","body":"-
|
97
|
+
Build gem and add signed checksum\n- Add checksum task to Rakefile\n- Update
|
98
|
+
gemspec for 1.0.1","usage_queued_at":"2016-09-15T04:06:46.224Z","fail_reason":null,"retry_of":null,"reponame":"circleci","ssh_users":[],"build_url":"https://circleci.com/gh/mtchavez/circleci/273","parallel":1,"failed":null,"branch":"master","username":"mtchavez","author_date":"2016-09-14T21:03:53-07:00","why":"github","user":{"is_user":false,"login":"mtchavez","vcs_type":"github"},"vcs_revision":"0970438a82e8cf8c67298d3876bb8ab8fd982a93","vcs_tag":null,"build_num":273,"infrastructure_fail":false,"committer_email":"matthew@el-chavez.me","has_artifacts":true,"previous":{"build_num":272,"status":"success","build_time_millis":54539},"status":"success","committer_name":"Chavez","retries":null,"subject":"Version
|
99
|
+
1.0.1 build","vcs_type":"github","timedout":false,"dont_build":null,"lifecycle":"finished","no_dependency_cache":false,"stop_time":"2016-09-15T04:05:21.496Z","ssh_disabled":false,"build_time_millis":85275,"circle_yml":{"string":"machine:\n ruby:\n version:
|
100
|
+
2.2.3\n"},"messages":[],"is_first_green_build":false,"job_name":null,"start_time":"2016-09-15T04:03:56.221Z","canceler":null,"all_commit_details":[{"committer_date":"2016-09-14T21:03:53-07:00","body":"-
|
101
|
+
Build gem and add signed checksum\n- Add checksum task to Rakefile\n- Update
|
102
|
+
gemspec for 1.0.1","branch":"master","author_date":"2016-09-14T21:03:53-07:00","committer_email":"matthew@el-chavez.me","commit":"0970438a82e8cf8c67298d3876bb8ab8fd982a93","committer_login":"mtchavez","committer_name":"Chavez","subject":"Version
|
103
|
+
1.0.1 build","commit_url":"https://github.com/mtchavez/circleci/commit/0970438a82e8cf8c67298d3876bb8ab8fd982a93","author_login":"mtchavez","author_name":"Chavez","author_email":"matthew@el-chavez.me"}],"outcome":"success","vcs_url":"https://github.com/mtchavez/circleci","author_name":"Chavez","node":null,"queued_at":"2016-09-15T04:03:56.141Z","canceled":false,"author_email":"matthew@el-chavez.me"},{"compare":"https://github.com/mtchavez/circleci/compare/1015f5885463...2ae337b56bfa","previous_successful_build":null,"build_parameters":null,"oss":true,"all_commit_details_truncated":false,"committer_date":"2016-09-14T20:43:38-07:00","body":"*
|
104
|
+
Update CHANGELOG\r\n\r\n* Cert setup\r\n\r\n- Add certs dir with username
|
105
|
+
cert\r\n- Update gemspec to use cert when building","usage_queued_at":"2016-09-15T03:43:53.172Z","fail_reason":null,"retry_of":null,"reponame":"circleci","ssh_users":[],"build_url":"https://circleci.com/gh/mtchavez/circleci/272","parallel":1,"failed":null,"branch":"master","username":"mtchavez","author_date":"2016-09-14T20:43:38-07:00","why":"github","user":{"is_user":false,"login":"mtchavez","vcs_type":"github"},"vcs_revision":"2ae337b56bfadb6245e5ca11d54856f070092ba2","vcs_tag":null,"build_num":272,"infrastructure_fail":false,"committer_email":"noreply@github.com","has_artifacts":true,"previous":{"build_num":268,"status":"success","build_time_millis":85912},"status":"success","committer_name":"GitHub","retries":null,"subject":"Cert
|
106
|
+
setup (#80)","vcs_type":"github","timedout":false,"dont_build":null,"lifecycle":"finished","no_dependency_cache":false,"stop_time":"2016-09-15T03:44:34.097Z","ssh_disabled":false,"build_time_millis":54539,"circle_yml":{"string":"machine:\n ruby:\n version:
|
107
|
+
2.2.3\n"},"messages":[],"is_first_green_build":false,"job_name":null,"start_time":"2016-09-15T03:43:39.558Z","canceler":null,"all_commit_details":[{"committer_date":"2016-09-14T20:43:38-07:00","body":"*
|
108
|
+
Update CHANGELOG\r\n\r\n* Cert setup\r\n\r\n- Add certs dir with username
|
109
|
+
cert\r\n- Update gemspec to use cert when building","branch":"master","author_date":"2016-09-14T20:43:38-07:00","committer_email":"noreply@github.com","commit":"2ae337b56bfadb6245e5ca11d54856f070092ba2","committer_login":"web-flow","committer_name":"GitHub","subject":"Cert
|
110
|
+
setup (#80)","commit_url":"https://github.com/mtchavez/circleci/commit/2ae337b56bfadb6245e5ca11d54856f070092ba2","author_login":"mtchavez","author_name":"Chavez","author_email":"mtchavez@users.noreply.github.com"}],"outcome":"success","vcs_url":"https://github.com/mtchavez/circleci","author_name":"Chavez","node":null,"queued_at":"2016-09-15T03:43:39.441Z","canceled":false,"author_email":"mtchavez@users.noreply.github.com"},{"compare":"https://github.com/mtchavez/circleci/compare/1015f5885463...2ae337b56bfa","previous_successful_build":null,"build_parameters":null,"oss":true,"all_commit_details_truncated":false,"committer_date":"2016-09-14T20:43:38-07:00","body":"*
|
111
|
+
Update CHANGELOG\r\n\r\n* Cert setup\r\n\r\n- Add certs dir with username
|
112
|
+
cert\r\n- Update gemspec to use cert when building","usage_queued_at":"2016-09-15T03:45:14.060Z","fail_reason":null,"retry_of":null,"reponame":"circleci","ssh_users":[],"build_url":"https://circleci.com/gh/mtchavez/circleci/271","parallel":1,"failed":null,"branch":"master","username":"mtchavez","author_date":"2016-09-14T20:43:38-07:00","why":"github","user":{"is_user":false,"login":"mtchavez","vcs_type":"github"},"vcs_revision":"2ae337b56bfadb6245e5ca11d54856f070092ba2","vcs_tag":null,"build_num":271,"infrastructure_fail":false,"committer_email":"noreply@github.com","has_artifacts":true,"previous":{"build_num":268,"status":"success","build_time_millis":85912},"status":"success","committer_name":"GitHub","retries":null,"subject":"Cert
|
113
|
+
setup (#80)","vcs_type":"github","timedout":false,"dont_build":null,"lifecycle":"finished","no_dependency_cache":false,"stop_time":"2016-09-15T03:44:35.573Z","ssh_disabled":false,"build_time_millis":56154,"circle_yml":{"string":"machine:\n ruby:\n version:
|
114
|
+
2.2.3\n"},"messages":[],"is_first_green_build":false,"job_name":null,"start_time":"2016-09-15T03:43:39.419Z","canceler":null,"all_commit_details":[{"committer_date":"2016-09-14T20:43:38-07:00","body":"*
|
115
|
+
Update CHANGELOG\r\n\r\n* Cert setup\r\n\r\n- Add certs dir with username
|
116
|
+
cert\r\n- Update gemspec to use cert when building","branch":"master","author_date":"2016-09-14T20:43:38-07:00","committer_email":"noreply@github.com","commit":"2ae337b56bfadb6245e5ca11d54856f070092ba2","committer_login":"web-flow","committer_name":"GitHub","subject":"Cert
|
117
|
+
setup (#80)","commit_url":"https://github.com/mtchavez/circleci/commit/2ae337b56bfadb6245e5ca11d54856f070092ba2","author_login":"mtchavez","author_name":"Chavez","author_email":"mtchavez@users.noreply.github.com"}],"outcome":"success","vcs_url":"https://github.com/mtchavez/circleci","author_name":"Chavez","node":null,"queued_at":"2016-09-15T03:43:39.392Z","canceled":false,"author_email":"mtchavez@users.noreply.github.com"},{"compare":"https://github.com/mtchavez/circleci/compare/afb95a5c94b9...1015f5885463","previous_successful_build":null,"build_parameters":null,"oss":true,"all_commit_details_truncated":false,"committer_date":"2016-09-14T12:41:20-07:00","body":"-
|
118
|
+
Use POST instead of DELETE to enable project\r\n- Re-record correct interactions","usage_queued_at":"2016-09-14T19:41:13.168Z","fail_reason":null,"retry_of":null,"reponame":"circleci","ssh_users":[],"build_url":"https://circleci.com/gh/mtchavez/circleci/268","parallel":1,"failed":null,"branch":"master","username":"mtchavez","author_date":"2016-09-14T12:41:20-07:00","why":"github","user":{"is_user":false,"login":"mtchavez","vcs_type":"github"},"vcs_revision":"1015f5885463be45d854df9704982d3f21ea3403","vcs_tag":null,"build_num":268,"infrastructure_fail":false,"committer_email":"noreply@github.com","has_artifacts":true,"previous":{"build_num":262,"status":"success","build_time_millis":83976},"status":"success","committer_name":"GitHub","retries":null,"subject":"Fix:
|
119
|
+
Use correct HTTP verb for project enable (#79)","vcs_type":"github","timedout":false,"dont_build":null,"lifecycle":"finished","no_dependency_cache":false,"stop_time":"2016-09-14T19:42:48.895Z","ssh_disabled":false,"build_time_millis":85912,"circle_yml":{"string":"machine:\n ruby:\n version:
|
120
|
+
2.2.3\n"},"messages":[],"is_first_green_build":false,"job_name":null,"start_time":"2016-09-14T19:41:22.983Z","canceler":null,"all_commit_details":[{"committer_date":"2016-09-14T12:41:20-07:00","body":"-
|
121
|
+
Use POST instead of DELETE to enable project\r\n- Re-record correct interactions","branch":"master","author_date":"2016-09-14T12:41:20-07:00","committer_email":"noreply@github.com","commit":"1015f5885463be45d854df9704982d3f21ea3403","committer_login":"web-flow","committer_name":"GitHub","subject":"Fix:
|
122
|
+
Use correct HTTP verb for project enable (#79)","commit_url":"https://github.com/mtchavez/circleci/commit/1015f5885463be45d854df9704982d3f21ea3403","author_login":"mtchavez","author_name":"Chavez","author_email":"mtchavez@users.noreply.github.com"}],"outcome":"success","vcs_url":"https://github.com/mtchavez/circleci","author_name":"Chavez","node":null,"queued_at":"2016-09-14T19:41:22.682Z","canceled":false,"author_email":"mtchavez@users.noreply.github.com"},{"compare":"https://github.com/mtchavez/circleci/compare/afb95a5c94b9...1015f5885463","previous_successful_build":null,"build_parameters":null,"oss":true,"all_commit_details_truncated":false,"committer_date":"2016-09-14T12:41:20-07:00","body":"-
|
123
|
+
Use POST instead of DELETE to enable project\r\n- Re-record correct interactions","usage_queued_at":"2016-09-14T19:45:18.348Z","fail_reason":null,"retry_of":null,"reponame":"circleci","ssh_users":[],"build_url":"https://circleci.com/gh/mtchavez/circleci/267","parallel":1,"failed":null,"branch":"master","username":"mtchavez","author_date":"2016-09-14T12:41:20-07:00","why":"github","user":{"is_user":false,"login":"mtchavez","vcs_type":"github"},"vcs_revision":"1015f5885463be45d854df9704982d3f21ea3403","vcs_tag":null,"build_num":267,"infrastructure_fail":false,"committer_email":"noreply@github.com","has_artifacts":true,"previous":{"build_num":262,"status":"success","build_time_millis":83976},"status":"success","committer_name":"GitHub","retries":null,"subject":"Fix:
|
124
|
+
Use correct HTTP verb for project enable (#79)","vcs_type":"github","timedout":false,"dont_build":null,"lifecycle":"finished","no_dependency_cache":false,"stop_time":"2016-09-14T19:42:53.825Z","ssh_disabled":false,"build_time_millis":90985,"circle_yml":{"string":"machine:\n ruby:\n version:
|
125
|
+
2.2.3\n"},"messages":[],"is_first_green_build":false,"job_name":null,"start_time":"2016-09-14T19:41:22.840Z","canceler":null,"all_commit_details":[{"committer_date":"2016-09-14T12:41:20-07:00","body":"-
|
126
|
+
Use POST instead of DELETE to enable project\r\n- Re-record correct interactions","branch":"master","author_date":"2016-09-14T12:41:20-07:00","committer_email":"noreply@github.com","commit":"1015f5885463be45d854df9704982d3f21ea3403","committer_login":"web-flow","committer_name":"GitHub","subject":"Fix:
|
127
|
+
Use correct HTTP verb for project enable (#79)","commit_url":"https://github.com/mtchavez/circleci/commit/1015f5885463be45d854df9704982d3f21ea3403","author_login":"mtchavez","author_name":"Chavez","author_email":"mtchavez@users.noreply.github.com"}],"outcome":"success","vcs_url":"https://github.com/mtchavez/circleci","author_name":"Chavez","node":null,"queued_at":"2016-09-14T19:41:22.647Z","canceled":false,"author_email":"mtchavez@users.noreply.github.com"},{"compare":"https://github.com/mtchavez/circleci/compare/2b747fb3de99...afb95a5c94b9","previous_successful_build":null,"build_parameters":null,"oss":true,"all_commit_details_truncated":false,"committer_date":"2016-08-31T15:34:38-07:00","body":"","usage_queued_at":"2016-08-31T22:36:18.649Z","fail_reason":null,"retry_of":null,"reponame":"circleci","ssh_users":[],"build_url":"https://circleci.com/gh/mtchavez/circleci/262","parallel":1,"failed":null,"branch":"master","username":"mtchavez","author_date":"2016-08-31T15:34:38-07:00","why":"github","user":{"is_user":false,"login":"mtchavez","vcs_type":"github"},"vcs_revision":"afb95a5c94b99713e4082aab61aa407733ac49b8","vcs_tag":null,"build_num":262,"infrastructure_fail":false,"committer_email":"matthew@el-chavez.me","has_artifacts":true,"previous":{"build_num":260,"status":"success","build_time_millis":64615},"status":"success","committer_name":"Chavez","retries":null,"subject":"Update
|
128
|
+
gemspec for v1.0.0","vcs_type":"github","timedout":false,"dont_build":null,"lifecycle":"finished","no_dependency_cache":false,"stop_time":"2016-08-31T22:36:18.758Z","ssh_disabled":false,"build_time_millis":83976,"circle_yml":{"string":"machine:\n ruby:\n version:
|
129
|
+
2.2.3\n"},"messages":[],"is_first_green_build":false,"job_name":null,"start_time":"2016-08-31T22:34:54.782Z","canceler":null,"all_commit_details":[{"committer_date":"2016-08-31T15:29:54-07:00","body":"","branch":"master","author_date":"2016-08-31T15:29:54-07:00","committer_email":"matthew@el-chavez.me","commit":"cbd63fbd95a7bfdbb1102a1b494faf88b67d5222","committer_login":"mtchavez","committer_name":"Chavez","subject":"Update
|
130
|
+
CHANGELOG for new release","commit_url":"https://github.com/mtchavez/circleci/commit/cbd63fbd95a7bfdbb1102a1b494faf88b67d5222","author_login":"mtchavez","author_name":"Chavez","author_email":"matthew@el-chavez.me"},{"committer_date":"2016-08-31T15:34:38-07:00","body":"","branch":"master","author_date":"2016-08-31T15:34:38-07:00","committer_email":"matthew@el-chavez.me","commit":"afb95a5c94b99713e4082aab61aa407733ac49b8","committer_login":"mtchavez","committer_name":"Chavez","subject":"Update
|
131
|
+
gemspec for v1.0.0","commit_url":"https://github.com/mtchavez/circleci/commit/afb95a5c94b99713e4082aab61aa407733ac49b8","author_login":"mtchavez","author_name":"Chavez","author_email":"matthew@el-chavez.me"}],"outcome":"success","vcs_url":"https://github.com/mtchavez/circleci","author_name":"Chavez","node":null,"queued_at":"2016-08-31T22:34:54.741Z","canceled":false,"author_email":"matthew@el-chavez.me"},{"compare":"https://github.com/mtchavez/circleci/compare/2b747fb3de99...afb95a5c94b9","previous_successful_build":null,"build_parameters":null,"oss":true,"all_commit_details_truncated":false,"committer_date":"2016-08-31T15:34:38-07:00","body":"","usage_queued_at":"2016-08-31T22:36:13.235Z","fail_reason":null,"retry_of":null,"reponame":"circleci","ssh_users":[],"build_url":"https://circleci.com/gh/mtchavez/circleci/261","parallel":1,"failed":null,"branch":"master","username":"mtchavez","author_date":"2016-08-31T15:34:38-07:00","why":"github","user":{"is_user":false,"login":"mtchavez","vcs_type":"github"},"vcs_revision":"afb95a5c94b99713e4082aab61aa407733ac49b8","vcs_tag":null,"build_num":261,"infrastructure_fail":false,"committer_email":"matthew@el-chavez.me","has_artifacts":true,"previous":{"build_num":260,"status":"success","build_time_millis":64615},"status":"success","committer_name":"Chavez","retries":null,"subject":"Update
|
132
|
+
gemspec for v1.0.0","vcs_type":"github","timedout":false,"dont_build":null,"lifecycle":"finished","no_dependency_cache":false,"stop_time":"2016-08-31T22:35:48.215Z","ssh_disabled":false,"build_time_millis":53935,"circle_yml":{"string":"machine:\n ruby:\n version:
|
133
|
+
2.2.3\n"},"messages":[],"is_first_green_build":false,"job_name":null,"start_time":"2016-08-31T22:34:54.280Z","canceler":null,"all_commit_details":[{"committer_date":"2016-08-31T15:29:54-07:00","body":"","branch":"master","author_date":"2016-08-31T15:29:54-07:00","committer_email":"matthew@el-chavez.me","commit":"cbd63fbd95a7bfdbb1102a1b494faf88b67d5222","committer_login":"mtchavez","committer_name":"Chavez","subject":"Update
|
134
|
+
CHANGELOG for new release","commit_url":"https://github.com/mtchavez/circleci/commit/cbd63fbd95a7bfdbb1102a1b494faf88b67d5222","author_login":"mtchavez","author_name":"Chavez","author_email":"matthew@el-chavez.me"},{"committer_date":"2016-08-31T15:34:38-07:00","body":"","branch":"master","author_date":"2016-08-31T15:34:38-07:00","committer_email":"matthew@el-chavez.me","commit":"afb95a5c94b99713e4082aab61aa407733ac49b8","committer_login":"mtchavez","committer_name":"Chavez","subject":"Update
|
135
|
+
gemspec for v1.0.0","commit_url":"https://github.com/mtchavez/circleci/commit/afb95a5c94b99713e4082aab61aa407733ac49b8","author_login":"mtchavez","author_name":"Chavez","author_email":"matthew@el-chavez.me"}],"outcome":"success","vcs_url":"https://github.com/mtchavez/circleci","author_name":"Chavez","node":null,"queued_at":"2016-08-31T22:34:54.222Z","canceled":false,"author_email":"matthew@el-chavez.me"},{"compare":"https://github.com/mtchavez/circleci/compare/5d948d817b73...2b747fb3de99","previous_successful_build":null,"build_parameters":null,"oss":true,"all_commit_details_truncated":false,"committer_date":"2016-08-31T15:25:24-07:00","body":"*
|
136
|
+
Add proxy config variables\r\n* Use a proxy connection if proxy is enabled","usage_queued_at":"2016-08-31T22:24:54.481Z","fail_reason":null,"retry_of":null,"reponame":"circleci","ssh_users":[],"build_url":"https://circleci.com/gh/mtchavez/circleci/260","parallel":1,"failed":null,"branch":"master","username":"mtchavez","author_date":"2016-08-31T15:25:24-07:00","why":"github","user":{"is_user":false,"login":"mtchavez","vcs_type":"github"},"vcs_revision":"2b747fb3de994278249aeaefe3099518f1416086","vcs_tag":null,"build_num":260,"infrastructure_fail":false,"committer_email":"noreply@github.com","has_artifacts":true,"previous":{"build_num":252,"status":"success","build_time_millis":52006},"status":"success","committer_name":"GitHub","retries":null,"subject":"Proxy
|
137
|
+
configuration (#77)","vcs_type":"github","timedout":false,"dont_build":null,"lifecycle":"finished","no_dependency_cache":false,"stop_time":"2016-08-31T22:26:31.506Z","ssh_disabled":false,"build_time_millis":64615,"circle_yml":{"string":"machine:\n ruby:\n version:
|
138
|
+
2.2.3\n"},"messages":[],"is_first_green_build":false,"job_name":null,"start_time":"2016-08-31T22:25:26.891Z","canceler":null,"all_commit_details":[{"committer_date":"2016-08-31T15:25:24-07:00","body":"*
|
139
|
+
Add proxy config variables\r\n* Use a proxy connection if proxy is enabled","branch":"master","author_date":"2016-08-31T15:25:24-07:00","committer_email":"noreply@github.com","commit":"2b747fb3de994278249aeaefe3099518f1416086","committer_login":"web-flow","committer_name":"GitHub","subject":"Proxy
|
140
|
+
configuration (#77)","commit_url":"https://github.com/mtchavez/circleci/commit/2b747fb3de994278249aeaefe3099518f1416086","author_login":"mtchavez","author_name":"Chavez","author_email":"mtchavez@users.noreply.github.com"}],"outcome":"success","vcs_url":"https://github.com/mtchavez/circleci","author_name":"Chavez","node":null,"queued_at":"2016-08-31T22:25:26.830Z","canceled":false,"author_email":"mtchavez@users.noreply.github.com"},{"compare":"https://github.com/mtchavez/circleci/compare/5d948d817b73...2b747fb3de99","previous_successful_build":null,"build_parameters":null,"oss":true,"all_commit_details_truncated":false,"committer_date":"2016-08-31T15:25:24-07:00","body":"*
|
141
|
+
Add proxy config variables\r\n* Use a proxy connection if proxy is enabled","usage_queued_at":"2016-08-31T22:26:22.363Z","fail_reason":null,"retry_of":null,"reponame":"circleci","ssh_users":[],"build_url":"https://circleci.com/gh/mtchavez/circleci/259","parallel":1,"failed":null,"branch":"master","username":"mtchavez","author_date":"2016-08-31T15:25:24-07:00","why":"github","user":{"is_user":false,"login":"mtchavez","vcs_type":"github"},"vcs_revision":"2b747fb3de994278249aeaefe3099518f1416086","vcs_tag":null,"build_num":259,"infrastructure_fail":false,"committer_email":"noreply@github.com","has_artifacts":true,"previous":{"build_num":252,"status":"success","build_time_millis":52006},"status":"success","committer_name":"GitHub","retries":null,"subject":"Proxy
|
142
|
+
configuration (#77)","vcs_type":"github","timedout":false,"dont_build":null,"lifecycle":"finished","no_dependency_cache":false,"stop_time":"2016-08-31T22:26:28.551Z","ssh_disabled":false,"build_time_millis":61673,"circle_yml":{"string":"machine:\n ruby:\n version:
|
143
|
+
2.2.3\n"},"messages":[],"is_first_green_build":false,"job_name":null,"start_time":"2016-08-31T22:25:26.878Z","canceler":null,"all_commit_details":[{"committer_date":"2016-08-31T15:25:24-07:00","body":"*
|
144
|
+
Add proxy config variables\r\n* Use a proxy connection if proxy is enabled","branch":"master","author_date":"2016-08-31T15:25:24-07:00","committer_email":"noreply@github.com","commit":"2b747fb3de994278249aeaefe3099518f1416086","committer_login":"web-flow","committer_name":"GitHub","subject":"Proxy
|
145
|
+
configuration (#77)","commit_url":"https://github.com/mtchavez/circleci/commit/2b747fb3de994278249aeaefe3099518f1416086","author_login":"mtchavez","author_name":"Chavez","author_email":"mtchavez@users.noreply.github.com"}],"outcome":"success","vcs_url":"https://github.com/mtchavez/circleci","author_name":"Chavez","node":null,"queued_at":"2016-08-31T22:25:26.801Z","canceled":false,"author_email":"mtchavez@users.noreply.github.com"},{"compare":"https://github.com/mtchavez/circleci/compare/94e633115f27...5d948d817b73","previous_successful_build":null,"build_parameters":null,"oss":true,"all_commit_details_truncated":false,"committer_date":"2016-07-29T09:33:23-07:00","body":"","usage_queued_at":"2016-07-29T16:33:55.611Z","fail_reason":null,"retry_of":null,"reponame":"circleci","ssh_users":[],"build_url":"https://circleci.com/gh/mtchavez/circleci/252","parallel":1,"failed":null,"branch":"master","username":"mtchavez","author_date":"2016-07-29T09:33:23-07:00","why":"github","user":{"is_user":false,"login":"mtchavez","vcs_type":"github"},"vcs_revision":"5d948d817b733bc48872a19ea176e4a6c0515ebe","vcs_tag":null,"build_num":252,"infrastructure_fail":false,"committer_email":"matthew@el-chavez.me","has_artifacts":true,"previous":{"build_num":250,"status":"success","build_time_millis":51925},"status":"success","committer_name":"Chavez","retries":null,"subject":"Update
|
146
|
+
CHANGELOG","vcs_type":"github","timedout":false,"dont_build":null,"lifecycle":"finished","no_dependency_cache":false,"stop_time":"2016-07-29T16:34:19.685Z","ssh_disabled":false,"build_time_millis":52006,"circle_yml":{"string":"machine:\n ruby:\n version:
|
147
|
+
2.2.3\n"},"messages":[],"is_first_green_build":false,"job_name":null,"start_time":"2016-07-29T16:33:27.679Z","canceler":null,"all_commit_details":[{"committer_date":"2016-07-29T09:33:23-07:00","body":"","branch":"master","author_date":"2016-07-29T09:33:23-07:00","committer_email":"matthew@el-chavez.me","commit":"5d948d817b733bc48872a19ea176e4a6c0515ebe","committer_login":"mtchavez","committer_name":"Chavez","subject":"Update
|
148
|
+
CHANGELOG","commit_url":"https://github.com/mtchavez/circleci/commit/5d948d817b733bc48872a19ea176e4a6c0515ebe","author_login":"mtchavez","author_name":"Chavez","author_email":"matthew@el-chavez.me"}],"outcome":"success","vcs_url":"https://github.com/mtchavez/circleci","author_name":"Chavez","node":null,"queued_at":"2016-07-29T16:33:27.638Z","canceled":false,"author_email":"matthew@el-chavez.me"},{"compare":"https://github.com/mtchavez/circleci/compare/94e633115f27...5d948d817b73","previous_successful_build":null,"build_parameters":null,"oss":true,"all_commit_details_truncated":false,"committer_date":"2016-07-29T09:33:23-07:00","body":"","usage_queued_at":"2016-07-29T16:33:25.447Z","fail_reason":null,"retry_of":null,"reponame":"circleci","ssh_users":[],"build_url":"https://circleci.com/gh/mtchavez/circleci/251","parallel":1,"failed":null,"branch":"master","username":"mtchavez","author_date":"2016-07-29T09:33:23-07:00","why":"github","user":{"is_user":false,"login":"mtchavez","vcs_type":"github"},"vcs_revision":"5d948d817b733bc48872a19ea176e4a6c0515ebe","vcs_tag":null,"build_num":251,"infrastructure_fail":false,"committer_email":"matthew@el-chavez.me","has_artifacts":true,"previous":{"build_num":250,"status":"success","build_time_millis":51925},"status":"success","committer_name":"Chavez","retries":null,"subject":"Update
|
149
|
+
CHANGELOG","vcs_type":"github","timedout":false,"dont_build":null,"lifecycle":"finished","no_dependency_cache":false,"stop_time":"2016-07-29T16:34:19.865Z","ssh_disabled":false,"build_time_millis":52100,"circle_yml":{"string":"machine:\n ruby:\n version:
|
150
|
+
2.2.3\n"},"messages":[],"is_first_green_build":false,"job_name":null,"start_time":"2016-07-29T16:33:27.765Z","canceler":null,"all_commit_details":[{"committer_date":"2016-07-29T09:33:23-07:00","body":"","branch":"master","author_date":"2016-07-29T09:33:23-07:00","committer_email":"matthew@el-chavez.me","commit":"5d948d817b733bc48872a19ea176e4a6c0515ebe","committer_login":"mtchavez","committer_name":"Chavez","subject":"Update
|
151
|
+
CHANGELOG","commit_url":"https://github.com/mtchavez/circleci/commit/5d948d817b733bc48872a19ea176e4a6c0515ebe","author_login":"mtchavez","author_name":"Chavez","author_email":"matthew@el-chavez.me"}],"outcome":"success","vcs_url":"https://github.com/mtchavez/circleci","author_name":"Chavez","node":null,"queued_at":"2016-07-29T16:33:27.699Z","canceled":false,"author_email":"matthew@el-chavez.me"},{"compare":"https://github.com/mtchavez/circleci/compare/81da24f6831d...94e633115f27","previous_successful_build":null,"build_parameters":null,"oss":true,"all_commit_details_truncated":false,"committer_date":"2016-07-29T09:09:23-07:00","body":"*
|
152
|
+
Document build_parameters for Project#build_branch in README\r\n* Add params
|
153
|
+
for Project#build_branch to add revision or parallel","usage_queued_at":"2016-07-29T16:09:07.486Z","fail_reason":null,"retry_of":null,"reponame":"circleci","ssh_users":[],"build_url":"https://circleci.com/gh/mtchavez/circleci/250","parallel":1,"failed":null,"branch":"master","username":"mtchavez","author_date":"2016-07-29T09:09:23-07:00","why":"github","user":{"is_user":false,"login":"mtchavez","vcs_type":"github"},"vcs_revision":"94e633115f2797cf8c3f49a56cb8c3ebcdefb26e","vcs_tag":null,"build_num":250,"infrastructure_fail":false,"committer_email":"noreply@github.com","has_artifacts":true,"previous":{"build_num":246,"status":"success","build_time_millis":61505},"status":"success","committer_name":"GitHub","retries":null,"subject":"Build
|
154
|
+
branch params (#76)","vcs_type":"github","timedout":false,"dont_build":null,"lifecycle":"finished","no_dependency_cache":false,"stop_time":"2016-07-29T16:10:16.435Z","ssh_disabled":false,"build_time_millis":51925,"circle_yml":{"string":"machine:\n ruby:\n version:
|
155
|
+
2.2.3\n"},"messages":[],"is_first_green_build":false,"job_name":null,"start_time":"2016-07-29T16:09:24.510Z","canceler":null,"all_commit_details":[{"committer_date":"2016-07-29T09:09:23-07:00","body":"*
|
156
|
+
Document build_parameters for Project#build_branch in README\r\n* Add params
|
157
|
+
for Project#build_branch to add revision or parallel","branch":"master","author_date":"2016-07-29T09:09:23-07:00","committer_email":"noreply@github.com","commit":"94e633115f2797cf8c3f49a56cb8c3ebcdefb26e","committer_login":"web-flow","committer_name":"GitHub","subject":"Build
|
158
|
+
branch params (#76)","commit_url":"https://github.com/mtchavez/circleci/commit/94e633115f2797cf8c3f49a56cb8c3ebcdefb26e","author_login":"mtchavez","author_name":"Chavez","author_email":"mtchavez@users.noreply.github.com"}],"outcome":"success","vcs_url":"https://github.com/mtchavez/circleci","author_name":"Chavez","node":null,"queued_at":"2016-07-29T16:09:24.492Z","canceled":false,"author_email":"mtchavez@users.noreply.github.com"},{"compare":"https://github.com/mtchavez/circleci/compare/81da24f6831d...94e633115f27","previous_successful_build":null,"build_parameters":null,"oss":true,"all_commit_details_truncated":false,"committer_date":"2016-07-29T09:09:23-07:00","body":"*
|
159
|
+
Document build_parameters for Project#build_branch in README\r\n* Add params
|
160
|
+
for Project#build_branch to add revision or parallel","usage_queued_at":"2016-07-29T16:09:41.356Z","fail_reason":null,"retry_of":null,"reponame":"circleci","ssh_users":[],"build_url":"https://circleci.com/gh/mtchavez/circleci/249","parallel":1,"failed":null,"branch":"master","username":"mtchavez","author_date":"2016-07-29T09:09:23-07:00","why":"github","user":{"is_user":false,"login":"mtchavez","vcs_type":"github"},"vcs_revision":"94e633115f2797cf8c3f49a56cb8c3ebcdefb26e","vcs_tag":null,"build_num":249,"infrastructure_fail":false,"committer_email":"noreply@github.com","has_artifacts":true,"previous":{"build_num":246,"status":"success","build_time_millis":61505},"status":"success","committer_name":"GitHub","retries":null,"subject":"Build
|
161
|
+
branch params (#76)","vcs_type":"github","timedout":false,"dont_build":null,"lifecycle":"finished","no_dependency_cache":false,"stop_time":"2016-07-29T16:10:35.753Z","ssh_disabled":false,"build_time_millis":71264,"circle_yml":{"string":"machine:\n ruby:\n version:
|
162
|
+
2.2.3\n"},"messages":[],"is_first_green_build":false,"job_name":null,"start_time":"2016-07-29T16:09:24.489Z","canceler":null,"all_commit_details":[{"committer_date":"2016-07-29T09:09:23-07:00","body":"*
|
163
|
+
Document build_parameters for Project#build_branch in README\r\n* Add params
|
164
|
+
for Project#build_branch to add revision or parallel","branch":"master","author_date":"2016-07-29T09:09:23-07:00","committer_email":"noreply@github.com","commit":"94e633115f2797cf8c3f49a56cb8c3ebcdefb26e","committer_login":"web-flow","committer_name":"GitHub","subject":"Build
|
165
|
+
branch params (#76)","commit_url":"https://github.com/mtchavez/circleci/commit/94e633115f2797cf8c3f49a56cb8c3ebcdefb26e","author_login":"mtchavez","author_name":"Chavez","author_email":"mtchavez@users.noreply.github.com"}],"outcome":"success","vcs_url":"https://github.com/mtchavez/circleci","author_name":"Chavez","node":null,"queued_at":"2016-07-29T16:09:24.460Z","canceled":false,"author_email":"mtchavez@users.noreply.github.com"},{"compare":"https://github.com/mtchavez/circleci/compare/b601b390c86a...81da24f6831d","previous_successful_build":null,"build_parameters":null,"oss":true,"all_commit_details_truncated":false,"committer_date":"2016-07-29T08:59:42-07:00","body":"*
|
166
|
+
Remove RestClient dependency\r\n* Remove HTTP internal class\r\n* Add a Request
|
167
|
+
class\r\n* Update API calls for Request class\r\n* Re-record all cassettes","usage_queued_at":"2016-07-29T16:00:08.765Z","fail_reason":null,"retry_of":null,"reponame":"circleci","ssh_users":[],"build_url":"https://circleci.com/gh/mtchavez/circleci/246","parallel":1,"failed":null,"branch":"master","username":"mtchavez","author_date":"2016-07-29T08:59:42-07:00","why":"github","user":{"is_user":false,"login":"mtchavez","vcs_type":"github"},"vcs_revision":"81da24f6831d7f95f9708f1a6644cb402403e856","vcs_tag":null,"build_num":246,"infrastructure_fail":false,"committer_email":"noreply@github.com","has_artifacts":true,"previous":{"build_num":238,"status":"success","build_time_millis":83863},"status":"success","committer_name":"GitHub","retries":null,"subject":"Replace
|
168
|
+
RestClient with Net::HTTP (#75)","vcs_type":"github","timedout":false,"dont_build":null,"lifecycle":"finished","no_dependency_cache":false,"stop_time":"2016-07-29T16:00:45.524Z","ssh_disabled":false,"build_time_millis":61505,"circle_yml":{"string":"machine:\n ruby:\n version:
|
169
|
+
2.2.3\n"},"messages":[],"is_first_green_build":false,"job_name":null,"start_time":"2016-07-29T15:59:44.019Z","canceler":null,"all_commit_details":[{"committer_date":"2016-07-29T08:59:42-07:00","body":"*
|
170
|
+
Remove RestClient dependency\r\n* Remove HTTP internal class\r\n* Add a Request
|
171
|
+
class\r\n* Update API calls for Request class\r\n* Re-record all cassettes","branch":"master","author_date":"2016-07-29T08:59:42-07:00","committer_email":"noreply@github.com","commit":"81da24f6831d7f95f9708f1a6644cb402403e856","committer_login":"web-flow","committer_name":"GitHub","subject":"Replace
|
172
|
+
RestClient with Net::HTTP (#75)","commit_url":"https://github.com/mtchavez/circleci/commit/81da24f6831d7f95f9708f1a6644cb402403e856","author_login":"mtchavez","author_name":"Chavez","author_email":"mtchavez@users.noreply.github.com"}],"outcome":"success","vcs_url":"https://github.com/mtchavez/circleci","author_name":"Chavez","node":null,"queued_at":"2016-07-29T15:59:43.496Z","canceled":false,"author_email":"mtchavez@users.noreply.github.com"},{"compare":"https://github.com/mtchavez/circleci/compare/b601b390c86a...81da24f6831d","previous_successful_build":null,"build_parameters":null,"oss":true,"all_commit_details_truncated":false,"committer_date":"2016-07-29T08:59:42-07:00","body":"*
|
173
|
+
Remove RestClient dependency\r\n* Remove HTTP internal class\r\n* Add a Request
|
174
|
+
class\r\n* Update API calls for Request class\r\n* Re-record all cassettes","usage_queued_at":"2016-07-29T15:59:54.834Z","fail_reason":null,"retry_of":null,"reponame":"circleci","ssh_users":[],"build_url":"https://circleci.com/gh/mtchavez/circleci/245","parallel":1,"failed":null,"branch":"master","username":"mtchavez","author_date":"2016-07-29T08:59:42-07:00","why":"github","user":{"is_user":false,"login":"mtchavez","vcs_type":"github"},"vcs_revision":"81da24f6831d7f95f9708f1a6644cb402403e856","vcs_tag":null,"build_num":245,"infrastructure_fail":false,"committer_email":"noreply@github.com","has_artifacts":true,"previous":{"build_num":238,"status":"success","build_time_millis":83863},"status":"success","committer_name":"GitHub","retries":null,"subject":"Replace
|
175
|
+
RestClient with Net::HTTP (#75)","vcs_type":"github","timedout":false,"dont_build":null,"lifecycle":"finished","no_dependency_cache":false,"stop_time":"2016-07-29T16:00:41.362Z","ssh_disabled":false,"build_time_millis":57751,"circle_yml":{"string":"machine:\n ruby:\n version:
|
176
|
+
2.2.3\n"},"messages":[],"is_first_green_build":false,"job_name":null,"start_time":"2016-07-29T15:59:43.611Z","canceler":null,"all_commit_details":[{"committer_date":"2016-07-29T08:59:42-07:00","body":"*
|
177
|
+
Remove RestClient dependency\r\n* Remove HTTP internal class\r\n* Add a Request
|
178
|
+
class\r\n* Update API calls for Request class\r\n* Re-record all cassettes","branch":"master","author_date":"2016-07-29T08:59:42-07:00","committer_email":"noreply@github.com","commit":"81da24f6831d7f95f9708f1a6644cb402403e856","committer_login":"web-flow","committer_name":"GitHub","subject":"Replace
|
179
|
+
RestClient with Net::HTTP (#75)","commit_url":"https://github.com/mtchavez/circleci/commit/81da24f6831d7f95f9708f1a6644cb402403e856","author_login":"mtchavez","author_name":"Chavez","author_email":"mtchavez@users.noreply.github.com"}],"outcome":"success","vcs_url":"https://github.com/mtchavez/circleci","author_name":"Chavez","node":null,"queued_at":"2016-07-29T15:59:43.483Z","canceled":false,"author_email":"mtchavez@users.noreply.github.com"},{"compare":null,"previous_successful_build":null,"build_parameters":{},"oss":true,"all_commit_details_truncated":false,"committer_date":"2016-07-28T16:12:10Z","body":"","usage_queued_at":"2016-07-29T00:28:50.000Z","fail_reason":null,"retry_of":null,"reponame":"circleci","ssh_users":[],"build_url":"https://circleci.com/gh/mtchavez/circleci/238","parallel":1,"failed":null,"branch":"master","username":"mtchavez","author_date":"2016-07-28T16:07:56Z","why":"edit","user":{"is_user":false,"login":"none"},"vcs_revision":"b601b390c86a917d6615f160f2dc1de11b62b7c8","vcs_tag":null,"build_num":238,"infrastructure_fail":false,"committer_email":"matthew@el-chavez.me","has_artifacts":true,"previous":{"build_num":237,"status":"not_run","build_time_millis":0},"status":"success","committer_name":"Chavez","retries":null,"subject":"Add
|
180
|
+
note for minimum ruby version","vcs_type":"github","timedout":false,"dont_build":null,"lifecycle":"finished","no_dependency_cache":false,"stop_time":"2016-07-29T00:29:47.349Z","ssh_disabled":false,"build_time_millis":83863,"circle_yml":{"string":"machine:\n ruby:\n version:
|
181
|
+
2.2.3\n"},"messages":[],"is_first_green_build":false,"job_name":null,"start_time":"2016-07-29T00:28:23.486Z","canceler":null,"all_commit_details":[{"committer_date":"2016-07-28T16:12:10Z","body":"","author_date":"2016-07-28T16:07:56Z","committer_email":"matthew@el-chavez.me","commit":"b601b390c86a917d6615f160f2dc1de11b62b7c8","committer_login":"mtchavez","committer_name":"Chavez","subject":"Add
|
182
|
+
note for minimum ruby version","commit_url":"https://github.com/mtchavez/circleci/commit/b601b390c86a917d6615f160f2dc1de11b62b7c8","author_login":"mtchavez","author_name":"Chavez","author_email":"matthew@el-chavez.me"}],"outcome":"success","vcs_url":"https://github.com/mtchavez/circleci","author_name":"Chavez","node":null,"queued_at":"2016-07-29T00:28:23.443Z","canceled":false,"author_email":"matthew@el-chavez.me"},{"compare":null,"previous_successful_build":null,"build_parameters":{},"oss":true,"all_commit_details_truncated":false,"committer_date":"2016-07-28T16:12:10Z","body":"","fail_reason":null,"retry_of":null,"reponame":"circleci","ssh_users":[],"build_url":"https://circleci.com/gh/mtchavez/circleci/237","parallel":1,"failed":null,"branch":"master","username":"mtchavez","author_date":"2016-07-28T16:07:56Z","why":"api","user":{"is_user":false,"login":"none"},"vcs_revision":"b601b390c86a917d6615f160f2dc1de11b62b7c8","vcs_tag":null,"build_num":237,"infrastructure_fail":false,"committer_email":"matthew@el-chavez.me","previous":{"build_num":236,"status":"not_run","build_time_millis":0},"status":"not_run","committer_name":"Chavez","retries":null,"subject":"Add
|
183
|
+
note for minimum ruby version","vcs_type":"github","timedout":false,"dont_build":"no-followers","lifecycle":"not_run","no_dependency_cache":false,"stop_time":null,"ssh_disabled":false,"build_time_millis":null,"circle_yml":null,"messages":[{"type":"error","message":"We
|
184
|
+
did not test this push because nobody is following the project"}],"is_first_green_build":false,"job_name":null,"start_time":null,"canceler":null,"all_commit_details":[{"committer_date":"2016-07-28T16:12:10Z","body":"","author_date":"2016-07-28T16:07:56Z","committer_email":"matthew@el-chavez.me","commit":"b601b390c86a917d6615f160f2dc1de11b62b7c8","committer_login":"mtchavez","committer_name":"Chavez","subject":"Add
|
185
|
+
note for minimum ruby version","commit_url":"https://github.com/mtchavez/circleci/commit/b601b390c86a917d6615f160f2dc1de11b62b7c8","author_login":"mtchavez","author_name":"Chavez","author_email":"matthew@el-chavez.me"}],"outcome":null,"vcs_url":"https://github.com/mtchavez/circleci","author_name":"Chavez","node":null,"canceled":false,"author_email":"matthew@el-chavez.me"},{"compare":null,"previous_successful_build":null,"build_parameters":{},"oss":true,"all_commit_details_truncated":false,"committer_date":"2016-07-28T16:12:10Z","body":"","fail_reason":null,"retry_of":null,"reponame":"circleci","ssh_users":[],"build_url":"https://circleci.com/gh/mtchavez/circleci/236","parallel":1,"failed":null,"branch":"master","username":"mtchavez","author_date":"2016-07-28T16:07:56Z","why":"api","user":{"is_user":false,"login":"none"},"vcs_revision":"b601b390c86a917d6615f160f2dc1de11b62b7c8","vcs_tag":null,"build_num":236,"infrastructure_fail":false,"committer_email":"matthew@el-chavez.me","previous":{"build_num":235,"status":"not_run","build_time_millis":0},"status":"not_run","committer_name":"Chavez","retries":null,"subject":"Add
|
186
|
+
note for minimum ruby version","vcs_type":"github","timedout":false,"dont_build":"no-followers","lifecycle":"not_run","no_dependency_cache":false,"stop_time":null,"ssh_disabled":false,"build_time_millis":null,"circle_yml":null,"messages":[{"type":"error","message":"We
|
187
|
+
did not test this push because nobody is following the project"}],"is_first_green_build":false,"job_name":null,"start_time":null,"canceler":null,"all_commit_details":[{"committer_date":"2016-07-28T16:12:10Z","body":"","author_date":"2016-07-28T16:07:56Z","committer_email":"matthew@el-chavez.me","commit":"b601b390c86a917d6615f160f2dc1de11b62b7c8","committer_login":"mtchavez","committer_name":"Chavez","subject":"Add
|
188
|
+
note for minimum ruby version","commit_url":"https://github.com/mtchavez/circleci/commit/b601b390c86a917d6615f160f2dc1de11b62b7c8","author_login":"mtchavez","author_name":"Chavez","author_email":"matthew@el-chavez.me"}],"outcome":null,"vcs_url":"https://github.com/mtchavez/circleci","author_name":"Chavez","node":null,"canceled":false,"author_email":"matthew@el-chavez.me"},{"compare":null,"previous_successful_build":null,"build_parameters":{},"oss":true,"all_commit_details_truncated":false,"committer_date":"2016-07-28T16:12:10Z","body":"","fail_reason":null,"retry_of":null,"reponame":"circleci","ssh_users":[],"build_url":"https://circleci.com/gh/mtchavez/circleci/235","parallel":1,"failed":null,"branch":"master","username":"mtchavez","author_date":"2016-07-28T16:07:56Z","why":"api","user":{"is_user":false,"login":"none"},"vcs_revision":"b601b390c86a917d6615f160f2dc1de11b62b7c8","vcs_tag":null,"build_num":235,"infrastructure_fail":false,"committer_email":"matthew@el-chavez.me","previous":{"build_num":234,"status":"not_run","build_time_millis":0},"status":"not_run","committer_name":"Chavez","retries":null,"subject":"Add
|
189
|
+
note for minimum ruby version","vcs_type":"github","timedout":false,"dont_build":"no-followers","lifecycle":"not_run","no_dependency_cache":false,"stop_time":null,"ssh_disabled":false,"build_time_millis":null,"circle_yml":null,"messages":[{"type":"error","message":"We
|
190
|
+
did not test this push because nobody is following the project"}],"is_first_green_build":false,"job_name":null,"start_time":null,"canceler":null,"all_commit_details":[{"committer_date":"2016-07-28T16:12:10Z","body":"","author_date":"2016-07-28T16:07:56Z","committer_email":"matthew@el-chavez.me","commit":"b601b390c86a917d6615f160f2dc1de11b62b7c8","committer_login":"mtchavez","committer_name":"Chavez","subject":"Add
|
191
|
+
note for minimum ruby version","commit_url":"https://github.com/mtchavez/circleci/commit/b601b390c86a917d6615f160f2dc1de11b62b7c8","author_login":"mtchavez","author_name":"Chavez","author_email":"matthew@el-chavez.me"}],"outcome":null,"vcs_url":"https://github.com/mtchavez/circleci","author_name":"Chavez","node":null,"canceled":false,"author_email":"matthew@el-chavez.me"},{"compare":null,"previous_successful_build":null,"build_parameters":{},"oss":true,"all_commit_details_truncated":false,"committer_date":"2016-07-28T16:12:10Z","body":"","fail_reason":null,"retry_of":null,"reponame":"circleci","ssh_users":[],"build_url":"https://circleci.com/gh/mtchavez/circleci/234","parallel":1,"failed":null,"branch":"master","username":"mtchavez","author_date":"2016-07-28T16:07:56Z","why":"api","user":{"is_user":false,"login":"none"},"vcs_revision":"b601b390c86a917d6615f160f2dc1de11b62b7c8","vcs_tag":null,"build_num":234,"infrastructure_fail":false,"committer_email":"matthew@el-chavez.me","previous":{"build_num":233,"status":"not_run","build_time_millis":0},"status":"not_run","committer_name":"Chavez","retries":null,"subject":"Add
|
192
|
+
note for minimum ruby version","vcs_type":"github","timedout":false,"dont_build":"no-followers","lifecycle":"not_run","no_dependency_cache":false,"stop_time":null,"ssh_disabled":false,"build_time_millis":null,"circle_yml":null,"messages":[{"type":"error","message":"We
|
193
|
+
did not test this push because nobody is following the project"}],"is_first_green_build":false,"job_name":null,"start_time":null,"canceler":null,"all_commit_details":[{"committer_date":"2016-07-28T16:12:10Z","body":"","author_date":"2016-07-28T16:07:56Z","committer_email":"matthew@el-chavez.me","commit":"b601b390c86a917d6615f160f2dc1de11b62b7c8","committer_login":"mtchavez","committer_name":"Chavez","subject":"Add
|
194
|
+
note for minimum ruby version","commit_url":"https://github.com/mtchavez/circleci/commit/b601b390c86a917d6615f160f2dc1de11b62b7c8","author_login":"mtchavez","author_name":"Chavez","author_email":"matthew@el-chavez.me"}],"outcome":null,"vcs_url":"https://github.com/mtchavez/circleci","author_name":"Chavez","node":null,"canceled":false,"author_email":"matthew@el-chavez.me"},{"compare":null,"previous_successful_build":null,"build_parameters":{},"oss":true,"all_commit_details_truncated":false,"committer_date":"2016-07-28T16:12:10Z","body":"","fail_reason":null,"retry_of":null,"reponame":"circleci","ssh_users":[],"build_url":"https://circleci.com/gh/mtchavez/circleci/233","parallel":1,"failed":null,"branch":"master","username":"mtchavez","author_date":"2016-07-28T16:07:56Z","why":"api","user":{"is_user":false,"login":"none"},"vcs_revision":"b601b390c86a917d6615f160f2dc1de11b62b7c8","vcs_tag":null,"build_num":233,"infrastructure_fail":false,"committer_email":"matthew@el-chavez.me","previous":{"build_num":232,"status":"no_tests","build_time_millis":22515},"status":"not_run","committer_name":"Chavez","retries":null,"subject":"Add
|
195
|
+
note for minimum ruby version","vcs_type":"github","timedout":false,"dont_build":"no-followers","lifecycle":"not_run","no_dependency_cache":false,"stop_time":null,"ssh_disabled":false,"build_time_millis":null,"circle_yml":null,"messages":[{"type":"error","message":"We
|
196
|
+
did not test this push because nobody is following the project"}],"is_first_green_build":false,"job_name":null,"start_time":null,"canceler":null,"all_commit_details":[{"committer_date":"2016-07-28T16:12:10Z","body":"","author_date":"2016-07-28T16:07:56Z","committer_email":"matthew@el-chavez.me","commit":"b601b390c86a917d6615f160f2dc1de11b62b7c8","committer_login":"mtchavez","committer_name":"Chavez","subject":"Add
|
197
|
+
note for minimum ruby version","commit_url":"https://github.com/mtchavez/circleci/commit/b601b390c86a917d6615f160f2dc1de11b62b7c8","author_login":"mtchavez","author_name":"Chavez","author_email":"matthew@el-chavez.me"}],"outcome":null,"vcs_url":"https://github.com/mtchavez/circleci","author_name":"Chavez","node":null,"canceled":false,"author_email":"matthew@el-chavez.me"},{"compare":null,"previous_successful_build":null,"build_parameters":{},"oss":true,"all_commit_details_truncated":false,"committer_date":"2016-07-28T16:12:10Z","body":"","usage_queued_at":"2016-07-29T00:17:51.954Z","fail_reason":null,"retry_of":null,"reponame":"circleci","ssh_users":[],"build_url":"https://circleci.com/gh/mtchavez/circleci/232","parallel":1,"failed":null,"branch":"master","username":"mtchavez","author_date":"2016-07-28T16:07:56Z","why":"api","user":{"is_user":false,"login":"none"},"vcs_revision":"b601b390c86a917d6615f160f2dc1de11b62b7c8","vcs_tag":null,"build_num":232,"infrastructure_fail":false,"committer_email":"matthew@el-chavez.me","previous":{"build_num":231,"status":"no_tests","build_time_millis":22042},"status":"no_tests","committer_name":"Chavez","retries":null,"subject":"Add
|
198
|
+
note for minimum ruby version","vcs_type":"github","timedout":false,"dont_build":null,"lifecycle":"finished","no_dependency_cache":false,"stop_time":"2016-07-29T00:18:13.684Z","ssh_disabled":false,"build_time_millis":22515,"circle_yml":null,"messages":[{"type":"warning","message":"It
|
199
|
+
looks like we couldn''t infer test settings for your project. Refer to our
|
200
|
+
\"<a data-external href=''https://circleci.com/docs/manually''>Setting your
|
201
|
+
build up manually</a>\" document to get started. It should only take a few
|
202
|
+
minutes."}],"is_first_green_build":false,"job_name":null,"start_time":"2016-07-29T00:17:51.169Z","canceler":null,"all_commit_details":[{"committer_date":"2016-07-28T16:12:10Z","body":"","author_date":"2016-07-28T16:07:56Z","committer_email":"matthew@el-chavez.me","commit":"b601b390c86a917d6615f160f2dc1de11b62b7c8","committer_login":"mtchavez","committer_name":"Chavez","subject":"Add
|
203
|
+
note for minimum ruby version","commit_url":"https://github.com/mtchavez/circleci/commit/b601b390c86a917d6615f160f2dc1de11b62b7c8","author_login":"mtchavez","author_name":"Chavez","author_email":"matthew@el-chavez.me"}],"outcome":"no_tests","vcs_url":"https://github.com/mtchavez/circleci","author_name":"Chavez","node":null,"queued_at":"2016-07-29T00:17:51.135Z","canceled":false,"author_email":"matthew@el-chavez.me"},{"compare":null,"previous_successful_build":null,"build_parameters":{},"oss":true,"all_commit_details_truncated":false,"committer_date":"2016-07-28T16:12:10Z","body":"","usage_queued_at":"2016-07-29T00:17:13.776Z","fail_reason":null,"retry_of":null,"reponame":"circleci","ssh_users":[],"build_url":"https://circleci.com/gh/mtchavez/circleci/231","parallel":1,"failed":null,"branch":"master","username":"mtchavez","author_date":"2016-07-28T16:07:56Z","why":"api","user":{"is_user":false,"login":"none"},"vcs_revision":"b601b390c86a917d6615f160f2dc1de11b62b7c8","vcs_tag":null,"build_num":231,"infrastructure_fail":false,"committer_email":"matthew@el-chavez.me","previous":{"build_num":230,"status":"no_tests","build_time_millis":23862},"status":"no_tests","committer_name":"Chavez","retries":null,"subject":"Add
|
204
|
+
note for minimum ruby version","vcs_type":"github","timedout":false,"dont_build":null,"lifecycle":"finished","no_dependency_cache":false,"stop_time":"2016-07-29T00:17:52.080Z","ssh_disabled":false,"build_time_millis":22042,"circle_yml":null,"messages":[{"type":"warning","message":"It
|
205
|
+
looks like we couldn''t infer test settings for your project. Refer to our
|
206
|
+
\"<a data-external href=''https://circleci.com/docs/manually''>Setting your
|
207
|
+
build up manually</a>\" document to get started. It should only take a few
|
208
|
+
minutes."}],"is_first_green_build":false,"job_name":null,"start_time":"2016-07-29T00:17:30.038Z","canceler":null,"all_commit_details":[{"committer_date":"2016-07-28T16:12:10Z","body":"","author_date":"2016-07-28T16:07:56Z","committer_email":"matthew@el-chavez.me","commit":"b601b390c86a917d6615f160f2dc1de11b62b7c8","committer_login":"mtchavez","committer_name":"Chavez","subject":"Add
|
209
|
+
note for minimum ruby version","commit_url":"https://github.com/mtchavez/circleci/commit/b601b390c86a917d6615f160f2dc1de11b62b7c8","author_login":"mtchavez","author_name":"Chavez","author_email":"matthew@el-chavez.me"}],"outcome":"no_tests","vcs_url":"https://github.com/mtchavez/circleci","author_name":"Chavez","node":null,"queued_at":"2016-07-29T00:17:29.980Z","canceled":false,"author_email":"matthew@el-chavez.me"},{"compare":null,"previous_successful_build":null,"build_parameters":{},"oss":true,"all_commit_details_truncated":false,"committer_date":"2016-07-28T16:12:10Z","body":"","usage_queued_at":"2016-07-29T00:17:54.529Z","fail_reason":null,"retry_of":null,"reponame":"circleci","ssh_users":[],"build_url":"https://circleci.com/gh/mtchavez/circleci/230","parallel":1,"failed":null,"branch":"master","username":"mtchavez","author_date":"2016-07-28T16:07:56Z","why":"api","user":{"is_user":false,"login":"none"},"vcs_revision":"b601b390c86a917d6615f160f2dc1de11b62b7c8","vcs_tag":null,"build_num":230,"infrastructure_fail":false,"committer_email":"matthew@el-chavez.me","previous":{"build_num":229,"status":"no_tests","build_time_millis":32193},"status":"no_tests","committer_name":"Chavez","retries":null,"subject":"Add
|
210
|
+
note for minimum ruby version","vcs_type":"github","timedout":false,"dont_build":null,"lifecycle":"finished","no_dependency_cache":false,"stop_time":"2016-07-29T00:17:53.286Z","ssh_disabled":false,"build_time_millis":23862,"circle_yml":null,"messages":[{"type":"warning","message":"It
|
211
|
+
looks like we couldn''t infer test settings for your project. Refer to our
|
212
|
+
\"<a data-external href=''https://circleci.com/docs/manually''>Setting your
|
213
|
+
build up manually</a>\" document to get started. It should only take a few
|
214
|
+
minutes."}],"is_first_green_build":false,"job_name":null,"start_time":"2016-07-29T00:17:29.424Z","canceler":null,"all_commit_details":[{"committer_date":"2016-07-28T16:12:10Z","body":"","author_date":"2016-07-28T16:07:56Z","committer_email":"matthew@el-chavez.me","commit":"b601b390c86a917d6615f160f2dc1de11b62b7c8","committer_login":"mtchavez","committer_name":"Chavez","subject":"Add
|
215
|
+
note for minimum ruby version","commit_url":"https://github.com/mtchavez/circleci/commit/b601b390c86a917d6615f160f2dc1de11b62b7c8","author_login":"mtchavez","author_name":"Chavez","author_email":"matthew@el-chavez.me"}],"outcome":"no_tests","vcs_url":"https://github.com/mtchavez/circleci","author_name":"Chavez","node":null,"queued_at":"2016-07-29T00:17:29.405Z","canceled":false,"author_email":"matthew@el-chavez.me"},{"compare":null,"previous_successful_build":null,"build_parameters":{},"oss":true,"all_commit_details_truncated":false,"committer_date":"2016-07-28T16:12:10Z","body":"","usage_queued_at":"2016-07-29T00:17:40.908Z","fail_reason":null,"retry_of":null,"reponame":"circleci","ssh_users":[],"build_url":"https://circleci.com/gh/mtchavez/circleci/229","parallel":1,"failed":null,"branch":"master","username":"mtchavez","author_date":"2016-07-28T16:07:56Z","why":"api","user":{"is_user":false,"login":"none"},"vcs_revision":"b601b390c86a917d6615f160f2dc1de11b62b7c8","vcs_tag":null,"build_num":229,"infrastructure_fail":false,"committer_email":"matthew@el-chavez.me","previous":{"build_num":228,"status":"no_tests","build_time_millis":22750},"status":"no_tests","committer_name":"Chavez","retries":null,"subject":"Add
|
216
|
+
note for minimum ruby version","vcs_type":"github","timedout":false,"dont_build":null,"lifecycle":"finished","no_dependency_cache":false,"stop_time":"2016-07-29T00:18:01.090Z","ssh_disabled":false,"build_time_millis":32193,"circle_yml":null,"messages":[{"type":"warning","message":"It
|
217
|
+
looks like we couldn''t infer test settings for your project. Refer to our
|
218
|
+
\"<a data-external href=''https://circleci.com/docs/manually''>Setting your
|
219
|
+
build up manually</a>\" document to get started. It should only take a few
|
220
|
+
minutes."}],"is_first_green_build":false,"job_name":null,"start_time":"2016-07-29T00:17:28.897Z","canceler":null,"all_commit_details":[{"committer_date":"2016-07-28T16:12:10Z","body":"","author_date":"2016-07-28T16:07:56Z","committer_email":"matthew@el-chavez.me","commit":"b601b390c86a917d6615f160f2dc1de11b62b7c8","committer_login":"mtchavez","committer_name":"Chavez","subject":"Add
|
221
|
+
note for minimum ruby version","commit_url":"https://github.com/mtchavez/circleci/commit/b601b390c86a917d6615f160f2dc1de11b62b7c8","author_login":"mtchavez","author_name":"Chavez","author_email":"matthew@el-chavez.me"}],"outcome":"no_tests","vcs_url":"https://github.com/mtchavez/circleci","author_name":"Chavez","node":null,"queued_at":"2016-07-29T00:17:28.844Z","canceled":false,"author_email":"matthew@el-chavez.me"}]'
|
222
|
+
http_version:
|
223
|
+
recorded_at: Sun, 25 Sep 2016 17:42:11 GMT
|
224
|
+
recorded_with: VCR 3.0.3
|
data/spec/cassettes/tests.yml
CHANGED
@@ -2,19 +2,21 @@
|
|
2
2
|
http_interactions:
|
3
3
|
- request:
|
4
4
|
method: get
|
5
|
-
uri: https://circleci.com/api/v1/project/mtchavez/
|
5
|
+
uri: https://circleci.com/api/v1/project/mtchavez/circleci/140/tests?circle-token=123
|
6
6
|
body:
|
7
|
-
encoding:
|
8
|
-
string:
|
7
|
+
encoding: UTF-8
|
8
|
+
string: "{}"
|
9
9
|
headers:
|
10
10
|
Accept:
|
11
11
|
- application/json
|
12
|
-
Accept-Encoding:
|
13
|
-
- gzip, deflate
|
14
12
|
Content-Type:
|
15
13
|
- application/json
|
14
|
+
Accept-Encoding:
|
15
|
+
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
16
16
|
User-Agent:
|
17
17
|
- Ruby
|
18
|
+
Host:
|
19
|
+
- circleci.com
|
18
20
|
response:
|
19
21
|
status:
|
20
22
|
code: 200
|
@@ -22,60 +24,117 @@ http_interactions:
|
|
22
24
|
headers:
|
23
25
|
Access-Control-Allow-Origin:
|
24
26
|
- "*"
|
25
|
-
Content-Encoding:
|
26
|
-
- gzip
|
27
27
|
Content-Type:
|
28
28
|
- application/json; charset=utf-8
|
29
29
|
Date:
|
30
|
-
- Sun,
|
30
|
+
- Sun, 25 Sep 2016 17:42:18 GMT
|
31
31
|
Server:
|
32
32
|
- nginx
|
33
33
|
Set-Cookie:
|
34
|
-
- ab_test_user_seed=0.
|
35
|
-
- ring-session=
|
36
|
-
|
34
|
+
- ab_test_user_seed=0.9072782664205761;Expires=Mon, 25 Sep 2017 17:42:18 +0000;Path=/;Secure
|
35
|
+
- ring-session=nld5qTzYAN6AwdEMgjkeA8mHvK5EHL63rvI7tRI9L8olux5VJeX4G4y4BSdELFZrt3qgjY7Pkkwv%2FvAyl9q4oDgDOetMF54sRhMgVKn30VA%2FW7kWac1Va7s7gU2WSD5fO8s9T5DauTuMHYArhzqPqRKCZKX46upGczwuHn%2FfqtsWQbwRjYgVVwdUAvD0aWUaa7Bgg5KEjW%2FEOteddvMJ3b0zjLuVosATweHctBnpAw0%3D--K4Q0BElHok6vp8LrzrmkIDPnox54RuBWwtWpm3q6bWc%3D;Path=/;HttpOnly;Expires=Mon,
|
36
|
+
25 Sep 2017 17:00:26 +0000;Max-Age=31536000;Secure
|
37
|
+
Strict-Transport-Security:
|
38
|
+
- max-age=15724800
|
37
39
|
X-Circleci-Identity:
|
38
|
-
- i-
|
40
|
+
- i-99bbbc8e
|
41
|
+
X-Circleci-Request-Id:
|
42
|
+
- 2cd887b0-c20b-4577-87f4-3c26a7abedab
|
39
43
|
X-Circleci-Scopes:
|
40
|
-
- ":all"
|
41
44
|
- ":none"
|
42
|
-
- ":read-settings"
|
43
45
|
- ":status"
|
44
46
|
- ":view-builds"
|
45
|
-
- ":write-settings"
|
46
47
|
X-Frame-Options:
|
47
48
|
- DENY
|
48
49
|
X-Route:
|
49
|
-
- "/
|
50
|
+
- "/tests"
|
50
51
|
- ":build_num"
|
51
52
|
- "\\d+"
|
52
53
|
Content-Length:
|
53
|
-
- '
|
54
|
+
- '1337'
|
54
55
|
Connection:
|
55
56
|
- keep-alive
|
56
57
|
body:
|
57
58
|
encoding: ASCII-8BIT
|
58
|
-
string:
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
|
75
|
-
|
76
|
-
|
77
|
-
|
78
|
-
|
79
|
-
|
80
|
-
|
81
|
-
|
59
|
+
string: '{"tests":[{"classname":"spec.circleci.build_spec","file":"spec/circleci/build_spec.rb","name":"CircleCi::Build
|
60
|
+
artifacts successfully returns a response object","result":"success","run_time":0.011007,"message":null,"source":"rspec","source_type":"rspec"},{"classname":"spec.circleci.build_spec","file":"spec/circleci/build_spec.rb","name":"CircleCi::Build
|
61
|
+
artifacts successfully returns all artifacts for build","result":"success","run_time":0.005647,"message":null,"source":"rspec","source_type":"rspec"},{"classname":"spec.circleci.build_spec","file":"spec/circleci/build_spec.rb","name":"CircleCi::Build
|
62
|
+
cancel successfully returns a response object","result":"success","run_time":0.007057,"message":null,"source":"rspec","source_type":"rspec"},{"classname":"spec.circleci.build_spec","file":"spec/circleci/build_spec.rb","name":"CircleCi::Build
|
63
|
+
cancel successfully returns a canceled build","result":"success","run_time":0.004901,"message":null,"source":"rspec","source_type":"rspec"},{"classname":"spec.circleci.build_spec","file":"spec/circleci/build_spec.rb","name":"CircleCi::Build
|
64
|
+
get successfully returns a response object","result":"success","run_time":0.006744,"message":null,"source":"rspec","source_type":"rspec"},{"classname":"spec.circleci.build_spec","file":"spec/circleci/build_spec.rb","name":"CircleCi::Build
|
65
|
+
get successfully returns all projects","result":"success","run_time":0.0047,"message":null,"source":"rspec","source_type":"rspec"},{"classname":"spec.circleci.build_spec","file":"spec/circleci/build_spec.rb","name":"CircleCi::Build
|
66
|
+
retry successfully returns a response object","result":"success","run_time":0.007137,"message":null,"source":"rspec","source_type":"rspec"},{"classname":"spec.circleci.build_spec","file":"spec/circleci/build_spec.rb","name":"CircleCi::Build
|
67
|
+
retry successfully returns all projects","result":"success","run_time":0.004901,"message":null,"source":"rspec","source_type":"rspec"},{"classname":"spec.circleci.build_spec","file":"spec/circleci/build_spec.rb","name":"CircleCi::Build
|
68
|
+
tests successfully returns a response object","result":"success","run_time":0.00875,"message":null,"source":"rspec","source_type":"rspec"},{"classname":"spec.circleci.build_spec","file":"spec/circleci/build_spec.rb","name":"CircleCi::Build
|
69
|
+
tests successfully returns all artifacts for build","result":"success","run_time":0.006534,"message":null,"source":"rspec","source_type":"rspec"},{"classname":"spec.circleci.config_spec","file":"spec/circleci/config_spec.rb","name":"CircleCi::Config
|
70
|
+
initialize sets default host","result":"success","run_time":1.15E-4,"message":null,"source":"rspec","source_type":"rspec"},{"classname":"spec.circleci.config_spec","file":"spec/circleci/config_spec.rb","name":"CircleCi::Config
|
71
|
+
initialize sets default version","result":"success","run_time":8.5E-5,"message":null,"source":"rspec","source_type":"rspec"},{"classname":"spec.circleci.config_spec","file":"spec/circleci/config_spec.rb","name":"CircleCi::Config
|
72
|
+
initialize sets default port","result":"success","run_time":8.5E-5,"message":null,"source":"rspec","source_type":"rspec"},{"classname":"spec.circleci.config_spec","file":"spec/circleci/config_spec.rb","name":"CircleCi::Config
|
73
|
+
uri includes port if not 80","result":"success","run_time":4.68E-4,"message":null,"source":"rspec","source_type":"rspec"},{"classname":"spec.circleci.config_spec","file":"spec/circleci/config_spec.rb","name":"CircleCi::Config
|
74
|
+
uri does not include default port","result":"success","run_time":1.19E-4,"message":null,"source":"rspec","source_type":"rspec"},{"classname":"spec.circleci.config_spec","file":"spec/circleci/config_spec.rb","name":"CircleCi::Config
|
75
|
+
uri includes port if set on host","result":"success","run_time":1.79E-4,"message":null,"source":"rspec","source_type":"rspec"},{"classname":"spec.circleci.config_spec","file":"spec/circleci/config_spec.rb","name":"CircleCi::Config
|
76
|
+
is port 80 returns true if default port","result":"success","run_time":1.07E-4,"message":null,"source":"rspec","source_type":"rspec"},{"classname":"spec.circleci.config_spec","file":"spec/circleci/config_spec.rb","name":"CircleCi::Config
|
77
|
+
is port 80 returns false if not default port","result":"success","run_time":9.9E-5,"message":null,"source":"rspec","source_type":"rspec"},{"classname":"spec.circleci.config_spec","file":"spec/circleci/config_spec.rb","name":"CircleCi::Config
|
78
|
+
host has port returns true if host has port set","result":"success","run_time":1.16E-4,"message":null,"source":"rspec","source_type":"rspec"},{"classname":"spec.circleci.config_spec","file":"spec/circleci/config_spec.rb","name":"CircleCi::Config
|
79
|
+
host has port returns false if host does not have port set","result":"success","run_time":9.1E-5,"message":null,"source":"rspec","source_type":"rspec"},{"classname":"spec.circleci.project_spec","file":"spec/circleci/project_spec.rb","name":"CircleCi::Project
|
80
|
+
all successfully returns a response object","result":"success","run_time":0.008592,"message":null,"source":"rspec","source_type":"rspec"},{"classname":"spec.circleci.project_spec","file":"spec/circleci/project_spec.rb","name":"CircleCi::Project
|
81
|
+
all successfully returns all projects","result":"success","run_time":0.00939,"message":null,"source":"rspec","source_type":"rspec"},{"classname":"spec.circleci.project_spec","file":"spec/circleci/project_spec.rb","name":"CircleCi::Project
|
82
|
+
build successfully returns a response object","result":"success","run_time":0.006901,"message":null,"source":"rspec","source_type":"rspec"},{"classname":"spec.circleci.project_spec","file":"spec/circleci/project_spec.rb","name":"CircleCi::Project
|
83
|
+
build successfully returns newly created build","result":"success","run_time":0.004704,"message":null,"source":"rspec","source_type":"rspec"},{"classname":"spec.circleci.project_spec","file":"spec/circleci/project_spec.rb","name":"CircleCi::Project
|
84
|
+
build_branch successfully returns a response object","result":"success","run_time":0.007272,"message":null,"source":"rspec","source_type":"rspec"},{"classname":"spec.circleci.project_spec","file":"spec/circleci/project_spec.rb","name":"CircleCi::Project
|
85
|
+
build_branch successfully returns newly created build","result":"success","run_time":0.005112,"message":null,"source":"rspec","source_type":"rspec"},{"classname":"spec.circleci.project_spec","file":"spec/circleci/project_spec.rb","name":"CircleCi::Project
|
86
|
+
build_branch successfully can use experimental API for Build Parameters","result":"success","run_time":0.00471,"message":null,"source":"rspec","source_type":"rspec"},{"classname":"spec.circleci.project_spec","file":"spec/circleci/project_spec.rb","name":"CircleCi::Project
|
87
|
+
build_ssh_key successfully returns a response object","result":"success","run_time":0.00739,"message":null,"source":"rspec","source_type":"rspec"},{"classname":"spec.circleci.project_spec","file":"spec/circleci/project_spec.rb","name":"CircleCi::Project
|
88
|
+
delete_checkout_key successfully returns a response object","result":"success","run_time":0.008897,"message":null,"source":"rspec","source_type":"rspec"},{"classname":"spec.circleci.project_spec","file":"spec/circleci/project_spec.rb","name":"CircleCi::Project
|
89
|
+
delete_checkout_key successfully returns message","result":"success","run_time":0.00602,"message":null,"source":"rspec","source_type":"rspec"},{"classname":"spec.circleci.project_spec","file":"spec/circleci/project_spec.rb","name":"CircleCi::Project
|
90
|
+
delete_checkout_key unsuccessfully returns a response object","result":"success","run_time":0.010369,"message":null,"source":"rspec","source_type":"rspec"},{"classname":"spec.circleci.project_spec","file":"spec/circleci/project_spec.rb","name":"CircleCi::Project
|
91
|
+
delete_checkout_key unsuccessfully returns an error message","result":"success","run_time":0.004884,"message":null,"source":"rspec","source_type":"rspec"},{"classname":"spec.circleci.project_spec","file":"spec/circleci/project_spec.rb","name":"CircleCi::Project
|
92
|
+
get_checkout_key successfully returns a response object","result":"success","run_time":0.008348,"message":null,"source":"rspec","source_type":"rspec"},{"classname":"spec.circleci.project_spec","file":"spec/circleci/project_spec.rb","name":"CircleCi::Project
|
93
|
+
get_checkout_key successfully returns key","result":"success","run_time":0.005387,"message":null,"source":"rspec","source_type":"rspec"},{"classname":"spec.circleci.project_spec","file":"spec/circleci/project_spec.rb","name":"CircleCi::Project
|
94
|
+
get_checkout_key unsuccessfully returns a response object","result":"success","run_time":0.005295,"message":null,"source":"rspec","source_type":"rspec"},{"classname":"spec.circleci.project_spec","file":"spec/circleci/project_spec.rb","name":"CircleCi::Project
|
95
|
+
get_checkout_key unsuccessfully returns an error message","result":"success","run_time":0.005373,"message":null,"source":"rspec","source_type":"rspec"},{"classname":"spec.circleci.project_spec","file":"spec/circleci/project_spec.rb","name":"CircleCi::Project
|
96
|
+
list_checkout_keys successfully returns a response object","result":"success","run_time":0.007017,"message":null,"source":"rspec","source_type":"rspec"},{"classname":"spec.circleci.project_spec","file":"spec/circleci/project_spec.rb","name":"CircleCi::Project
|
97
|
+
list_checkout_keys successfully returns a list of checkout keys","result":"success","run_time":0.0049,"message":null,"source":"rspec","source_type":"rspec"},{"classname":"spec.circleci.project_spec","file":"spec/circleci/project_spec.rb","name":"CircleCi::Project
|
98
|
+
new_checkout_key successfully returns a response object","result":"success","run_time":0.004702,"message":null,"source":"rspec","source_type":"rspec"},{"classname":"spec.circleci.project_spec","file":"spec/circleci/project_spec.rb","name":"CircleCi::Project
|
99
|
+
new_checkout_key successfully returns created key","result":"success","run_time":0.00501,"message":null,"source":"rspec","source_type":"rspec"},{"classname":"spec.circleci.project_spec","file":"spec/circleci/project_spec.rb","name":"CircleCi::Project
|
100
|
+
new_checkout_key unsuccessfully returns a response object","result":"success","run_time":0.006726,"message":null,"source":"rspec","source_type":"rspec"},{"classname":"spec.circleci.project_spec","file":"spec/circleci/project_spec.rb","name":"CircleCi::Project
|
101
|
+
new_checkout_key unsuccessfully returns an error message","result":"success","run_time":0.004874,"message":null,"source":"rspec","source_type":"rspec"},{"classname":"spec.circleci.project_spec","file":"spec/circleci/project_spec.rb","name":"CircleCi::Project
|
102
|
+
recent_builds successfully returns a response object","result":"success","run_time":0.008803,"message":null,"source":"rspec","source_type":"rspec"},{"classname":"spec.circleci.project_spec","file":"spec/circleci/project_spec.rb","name":"CircleCi::Project
|
103
|
+
recent_builds successfully returns all projects","result":"success","run_time":0.006853,"message":null,"source":"rspec","source_type":"rspec"},{"classname":"spec.circleci.project_spec","file":"spec/circleci/project_spec.rb","name":"CircleCi::Project
|
104
|
+
recent_builds successfully params limit returns correct total of builds","result":"success","run_time":0.009766,"message":null,"source":"rspec","source_type":"rspec"},{"classname":"spec.circleci.project_spec","file":"spec/circleci/project_spec.rb","name":"CircleCi::Project
|
105
|
+
recent_builds successfully params filter returns builds filtered by status","result":"success","run_time":0.01054,"message":null,"source":"rspec","source_type":"rspec"},{"classname":"spec.circleci.project_spec","file":"spec/circleci/project_spec.rb","name":"CircleCi::Project
|
106
|
+
recent_builds non-utf8 encoding JSON parsed correctly","result":"success","run_time":0.009901,"message":null,"source":"rspec","source_type":"rspec"},{"classname":"spec.circleci.project_spec","file":"spec/circleci/project_spec.rb","name":"CircleCi::Project
|
107
|
+
recent_builds_branch successfully returns a response object","result":"success","run_time":0.007433,"message":null,"source":"rspec","source_type":"rspec"},{"classname":"spec.circleci.project_spec","file":"spec/circleci/project_spec.rb","name":"CircleCi::Project
|
108
|
+
recent_builds_branch successfully returns all projects for a branch","result":"success","run_time":0.005221,"message":null,"source":"rspec","source_type":"rspec"},{"classname":"spec.circleci.project_spec","file":"spec/circleci/project_spec.rb","name":"CircleCi::Project
|
109
|
+
ssh_key successfully returns a response object","result":"success","run_time":0.007255,"message":null,"source":"rspec","source_type":"rspec"},{"classname":"spec.circleci.project_spec","file":"spec/circleci/project_spec.rb","name":"CircleCi::Project
|
110
|
+
ssh_key unsuccessfully returns a response object","result":"success","run_time":0.004506,"message":null,"source":"rspec","source_type":"rspec"},{"classname":"spec.circleci.project_spec","file":"spec/circleci/project_spec.rb","name":"CircleCi::Project
|
111
|
+
ssh_key unsuccessfully returns error message","result":"success","run_time":0.004867,"message":null,"source":"rspec","source_type":"rspec"},{"classname":"spec.circleci.project_spec","file":"spec/circleci/project_spec.rb","name":"CircleCi::Project
|
112
|
+
clear_cache successfully returns a response object","result":"success","run_time":0.006839,"message":null,"source":"rspec","source_type":"rspec"},{"classname":"spec.circleci.project_spec","file":"spec/circleci/project_spec.rb","name":"CircleCi::Project
|
113
|
+
clear_cache successfully returns all projects","result":"success","run_time":0.004662,"message":null,"source":"rspec","source_type":"rspec"},{"classname":"spec.circleci.project_spec","file":"spec/circleci/project_spec.rb","name":"CircleCi::Project
|
114
|
+
enable successfully returns a response object","result":"success","run_time":0.007013,"message":null,"source":"rspec","source_type":"rspec"},{"classname":"spec.circleci.project_spec","file":"spec/circleci/project_spec.rb","name":"CircleCi::Project
|
115
|
+
enable successfully returns the circleci project settings","result":"success","run_time":0.004877,"message":null,"source":"rspec","source_type":"rspec"},{"classname":"spec.circleci.project_spec","file":"spec/circleci/project_spec.rb","name":"CircleCi::Project
|
116
|
+
follow successfully returns a response object","result":"success","run_time":0.009299,"message":null,"source":"rspec","source_type":"rspec"},{"classname":"spec.circleci.project_spec","file":"spec/circleci/project_spec.rb","name":"CircleCi::Project
|
117
|
+
follow successfully returns a response hash","result":"success","run_time":0.00475,"message":null,"source":"rspec","source_type":"rspec"},{"classname":"spec.circleci.project_spec","file":"spec/circleci/project_spec.rb","name":"CircleCi::Project
|
118
|
+
unfollow successfully returns a response object","result":"success","run_time":0.006762,"message":null,"source":"rspec","source_type":"rspec"},{"classname":"spec.circleci.project_spec","file":"spec/circleci/project_spec.rb","name":"CircleCi::Project
|
119
|
+
unfollow successfully returns a response hash","result":"success","run_time":0.004754,"message":null,"source":"rspec","source_type":"rspec"},{"classname":"spec.circleci.project_spec","file":"spec/circleci/project_spec.rb","name":"CircleCi::Project
|
120
|
+
settings successfully returns a response object","result":"success","run_time":0.007047,"message":null,"source":"rspec","source_type":"rspec"},{"classname":"spec.circleci.project_spec","file":"spec/circleci/project_spec.rb","name":"CircleCi::Project
|
121
|
+
settings successfully returns a response hash","result":"success","run_time":0.004793,"message":null,"source":"rspec","source_type":"rspec"},{"classname":"spec.circleci.project_spec","file":"spec/circleci/project_spec.rb","name":"CircleCi::Project
|
122
|
+
envvar successfully returns a response object","result":"success","run_time":0.006897,"message":null,"source":"rspec","source_type":"rspec"},{"classname":"spec.circleci.project_spec","file":"spec/circleci/project_spec.rb","name":"CircleCi::Project
|
123
|
+
envvar successfully returns a response hash","result":"success","run_time":0.004793,"message":null,"source":"rspec","source_type":"rspec"},{"classname":"spec.circleci.project_spec","file":"spec/circleci/project_spec.rb","name":"CircleCi::Project
|
124
|
+
envvar unsuccessfully returns a response object","result":"success","run_time":0.006734,"message":null,"source":"rspec","source_type":"rspec"},{"classname":"spec.circleci.project_spec","file":"spec/circleci/project_spec.rb","name":"CircleCi::Project
|
125
|
+
envvar unsuccessfully returns an error message","result":"success","run_time":0.004681,"message":null,"source":"rspec","source_type":"rspec"},{"classname":"spec.circleci.project_spec","file":"spec/circleci/project_spec.rb","name":"CircleCi::Project
|
126
|
+
set_envvar successfully returns a response object","result":"success","run_time":0.004594,"message":null,"source":"rspec","source_type":"rspec"},{"classname":"spec.circleci.project_spec","file":"spec/circleci/project_spec.rb","name":"CircleCi::Project
|
127
|
+
set_envvar successfully returns a response hash","result":"success","run_time":0.005183,"message":null,"source":"rspec","source_type":"rspec"},{"classname":"spec.circleci.project_spec","file":"spec/circleci/project_spec.rb","name":"CircleCi::Project
|
128
|
+
set_envvar unsuccessfully returns a response object","result":"success","run_time":0.004482,"message":null,"source":"rspec","source_type":"rspec"},{"classname":"spec.circleci.project_spec","file":"spec/circleci/project_spec.rb","name":"CircleCi::Project
|
129
|
+
set_envvar unsuccessfully returns an error message","result":"success","run_time":0.004774,"message":null,"source":"rspec","source_type":"rspec"},{"classname":"spec.circleci.recent_builds_spec","file":"spec/circleci/recent_builds_spec.rb","name":"CircleCi::RecentBuilds
|
130
|
+
get successfully returns a response object","result":"success","run_time":0.009181,"message":null,"source":"rspec","source_type":"rspec"},{"classname":"spec.circleci.recent_builds_spec","file":"spec/circleci/recent_builds_spec.rb","name":"CircleCi::RecentBuilds
|
131
|
+
get successfully returns recent builds","result":"success","run_time":0.007523,"message":null,"source":"rspec","source_type":"rspec"},{"classname":"spec.circleci.recent_builds_spec","file":"spec/circleci/recent_builds_spec.rb","name":"CircleCi::RecentBuilds
|
132
|
+
get successfully with limit returns correct total of builds","result":"success","run_time":0.007967,"message":null,"source":"rspec","source_type":"rspec"},{"classname":"spec.circleci.user_spec","file":"spec/circleci/user_spec.rb","name":"CircleCi::User
|
133
|
+
me successfully returns a response object","result":"success","run_time":0.005693,"message":null,"source":"rspec","source_type":"rspec"},{"classname":"spec.circleci.user_spec","file":"spec/circleci/user_spec.rb","name":"CircleCi::User
|
134
|
+
me successfully returns my data","result":"success","run_time":0.004187,"message":null,"source":"rspec","source_type":"rspec"},{"classname":"spec.circleci.user_spec","file":"spec/circleci/user_spec.rb","name":"CircleCi::User
|
135
|
+
heroku-key successfully returns a response object","result":"success","run_time":0.006424,"message":null,"source":"rspec","source_type":"rspec"},{"classname":"spec.circleci_spec","file":"spec/circleci_spec.rb","name":"CircleCi
|
136
|
+
configuration takes block to set config","result":"success","run_time":9.8E-5,"message":null,"source":"rspec","source_type":"rspec"},{"classname":"spec.circleci_spec","file":"spec/circleci_spec.rb","name":"CircleCi
|
137
|
+
configuration can be accessed after being set","result":"success","run_time":1.03E-4,"message":null,"source":"rspec","source_type":"rspec"}],"exceptions":[]}'
|
138
|
+
http_version:
|
139
|
+
recorded_at: Sun, 25 Sep 2016 17:42:12 GMT
|
140
|
+
recorded_with: VCR 3.0.3
|