capistrano-ci 0.0.4 → 0.0.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +6 -14
- data/lib/capistrano/ci/clients/travis.rb +1 -1
- data/lib/capistrano/ci/clients/travis_pro.rb +1 -1
- data/lib/capistrano/ci/version.rb +1 -1
- data/spec/capistrano/ci/clients/circle_spec.rb +1 -1
- data/spec/capistrano/ci/clients/travis_pro_spec.rb +2 -2
- data/spec/vcr/Capistrano_CI_Clients_Circle/_state/when_repository_was_not_found/.yml +1 -1
- data/spec/vcr/Capistrano_CI_Clients_Travis/_passed_/when_failed/.yml +20 -20
- data/spec/vcr/Capistrano_CI_Clients_Travis/_passed_/when_passed/.yml +31 -30
- data/spec/vcr/Capistrano_CI_Clients_Travis/_state/when_failed/.yml +19 -19
- data/spec/vcr/Capistrano_CI_Clients_Travis/_state/when_passed/.yml +33 -32
- data/spec/vcr/Capistrano_CI_Clients_Travis/_state/when_repository_was_not_found/.yml +14 -8
- data/spec/vcr/Capistrano_CI_Clients_TravisPro/_passed_/when_not_passed/.yml +24 -24
- data/spec/vcr/Capistrano_CI_Clients_TravisPro/_passed_/when_passed/.yml +25 -26
- data/spec/vcr/Capistrano_CI_Clients_TravisPro/_state/when_not_passed/.yml +23 -23
- data/spec/vcr/Capistrano_CI_Clients_TravisPro/_state/when_passed/.yml +23 -24
- data/spec/vcr/Capistrano_CI_Clients_TravisPro/_state/when_repository_was_not_found/.yml +6 -6
- metadata +21 -21
@@ -8,20 +8,26 @@ http_interactions:
|
|
8
8
|
string: ''
|
9
9
|
headers:
|
10
10
|
Accept:
|
11
|
-
- application/json
|
11
|
+
- application/vnd.travis-ci.2+json
|
12
12
|
response:
|
13
13
|
status:
|
14
14
|
code: 404
|
15
15
|
message: Not Found
|
16
16
|
headers:
|
17
|
+
Access-Control-Allow-Credentials:
|
18
|
+
- 'true'
|
19
|
+
Access-Control-Allow-Origin:
|
20
|
+
- "*"
|
21
|
+
Access-Control-Expose-Headers:
|
22
|
+
- Content-Type, Cache-Control, Expires, Etag, Last-Modified
|
17
23
|
Cache-Control:
|
18
24
|
- no-cache
|
19
25
|
Content-Type:
|
20
26
|
- application/json;charset=utf-8
|
21
27
|
Date:
|
22
|
-
- Sat,
|
28
|
+
- Sat, 21 Jun 2014 13:11:52 GMT
|
23
29
|
Server:
|
24
|
-
- nginx/1.5.
|
30
|
+
- nginx/1.5.7
|
25
31
|
Status:
|
26
32
|
- 404 Not Found
|
27
33
|
Strict-Transport-Security:
|
@@ -35,7 +41,7 @@ http_interactions:
|
|
35
41
|
X-Oauth-Scopes:
|
36
42
|
- public
|
37
43
|
X-Pattern:
|
38
|
-
- /:owner_name/:name
|
44
|
+
- "/:owner_name/:name"
|
39
45
|
X-Rack-Cache:
|
40
46
|
- miss
|
41
47
|
Content-Length:
|
@@ -43,8 +49,8 @@ http_interactions:
|
|
43
49
|
Connection:
|
44
50
|
- keep-alive
|
45
51
|
body:
|
46
|
-
encoding:
|
47
|
-
string:
|
52
|
+
encoding: UTF-8
|
53
|
+
string: '{"file":"not found"}'
|
48
54
|
http_version:
|
49
|
-
recorded_at: Sat,
|
50
|
-
recorded_with: VCR 2.
|
55
|
+
recorded_at: Sat, 21 Jun 2014 13:11:53 GMT
|
56
|
+
recorded_with: VCR 2.9.2
|
@@ -2,13 +2,13 @@
|
|
2
2
|
http_interactions:
|
3
3
|
- request:
|
4
4
|
method: get
|
5
|
-
uri: https://api.travis-ci.com/repos/rails
|
5
|
+
uri: https://api.travis-ci.com/repos/rails-private
|
6
6
|
body:
|
7
7
|
encoding: US-ASCII
|
8
8
|
string: ''
|
9
9
|
headers:
|
10
10
|
Accept:
|
11
|
-
- application/json
|
11
|
+
- application/vnd.travis-ci.2+json
|
12
12
|
Authorization:
|
13
13
|
- token secret_token
|
14
14
|
response:
|
@@ -19,7 +19,7 @@ http_interactions:
|
|
19
19
|
Access-Control-Allow-Credentials:
|
20
20
|
- 'true'
|
21
21
|
Access-Control-Allow-Origin:
|
22
|
-
-
|
22
|
+
- "*"
|
23
23
|
Access-Control-Expose-Headers:
|
24
24
|
- Content-Type, Cache-Control, Expires, Etag, Last-Modified
|
25
25
|
Cache-Control:
|
@@ -27,11 +27,11 @@ http_interactions:
|
|
27
27
|
Content-Type:
|
28
28
|
- application/json;charset=utf-8
|
29
29
|
Date:
|
30
|
-
- Sat,
|
30
|
+
- Sat, 21 Jun 2014 13:11:47 GMT
|
31
31
|
Etag:
|
32
|
-
-
|
32
|
+
- '"fcc3b707b6977cf3f5d932d09f682d73"'
|
33
33
|
Server:
|
34
|
-
- nginx/1.5.
|
34
|
+
- nginx/1.5.7
|
35
35
|
Status:
|
36
36
|
- 200 OK
|
37
37
|
Strict-Transport-Security:
|
@@ -45,25 +45,26 @@ http_interactions:
|
|
45
45
|
X-Oauth-Scopes:
|
46
46
|
- public,private
|
47
47
|
X-Pattern:
|
48
|
-
- /:owner_name/:name
|
48
|
+
- "/:owner_name/:name"
|
49
49
|
Content-Length:
|
50
|
-
- '
|
50
|
+
- '360'
|
51
51
|
Connection:
|
52
52
|
- keep-alive
|
53
53
|
body:
|
54
|
-
encoding:
|
55
|
-
string:
|
54
|
+
encoding: UTF-8
|
55
|
+
string: '{"repo":{"id":95390,"slug":"rails-private","description":"Main
|
56
|
+
application for ","last_build_id":4494111,"last_build_number":"2376","last_build_state":"failed","last_build_duration":1140,"last_build_language":null,"last_build_started_at":"2014-06-20T21:11:40Z","last_build_finished_at":"2014-06-20T21:22:03Z","github_language":"Ruby"}}'
|
56
57
|
http_version:
|
57
|
-
recorded_at: Sat,
|
58
|
+
recorded_at: Sat, 21 Jun 2014 13:11:48 GMT
|
58
59
|
- request:
|
59
60
|
method: get
|
60
|
-
uri: https://api.travis-ci.com/repos/95390/branches/
|
61
|
+
uri: https://api.travis-ci.com/repos/95390/branches/failed-branch
|
61
62
|
body:
|
62
63
|
encoding: US-ASCII
|
63
64
|
string: ''
|
64
65
|
headers:
|
65
66
|
Accept:
|
66
|
-
- application/json
|
67
|
+
- application/vnd.travis-ci.2+json
|
67
68
|
Authorization:
|
68
69
|
- token secret_token
|
69
70
|
response:
|
@@ -74,7 +75,7 @@ http_interactions:
|
|
74
75
|
Access-Control-Allow-Credentials:
|
75
76
|
- 'true'
|
76
77
|
Access-Control-Allow-Origin:
|
77
|
-
-
|
78
|
+
- "*"
|
78
79
|
Access-Control-Expose-Headers:
|
79
80
|
- Content-Type, Cache-Control, Expires, Etag, Last-Modified
|
80
81
|
Cache-Control:
|
@@ -82,11 +83,11 @@ http_interactions:
|
|
82
83
|
Content-Type:
|
83
84
|
- application/json;charset=utf-8
|
84
85
|
Date:
|
85
|
-
- Sat,
|
86
|
+
- Sat, 21 Jun 2014 13:11:48 GMT
|
86
87
|
Etag:
|
87
|
-
-
|
88
|
+
- '"53f65f5ea1597f1451a396d4c913b684"'
|
88
89
|
Server:
|
89
|
-
- nginx/1.5.
|
90
|
+
- nginx/1.5.7
|
90
91
|
Status:
|
91
92
|
- 200 OK
|
92
93
|
Strict-Transport-Security:
|
@@ -100,15 +101,14 @@ http_interactions:
|
|
100
101
|
X-Oauth-Scopes:
|
101
102
|
- public,private
|
102
103
|
X-Pattern:
|
103
|
-
- /:repository_id/branches/:branch
|
104
|
+
- "/:repository_id/branches/:branch"
|
104
105
|
Content-Length:
|
105
|
-
- '
|
106
|
+
- '1591'
|
106
107
|
Connection:
|
107
108
|
- keep-alive
|
108
109
|
body:
|
109
|
-
encoding:
|
110
|
-
string:
|
111
|
-
publish monitoring event when finish test","committed_at":"2013-10-18T14:42:04Z","author_name":"paladiy","author_email":"olexanderpaladiy@gmail.com","committer_name":"paladiy","committer_email":"olexanderpaladiy@gmail.com","compare_url":"https://github.com/rails/rails-private/compare/e022614de429...9ba68cf72ce4"}}'
|
110
|
+
encoding: UTF-8
|
111
|
+
string: '{"branch":{"id":4492291,"repository_id":95390,"commit_id":5457539,"number":"2375","state":"failed","started_at":"2014-06-20T19:35:16Z","finished_at":"2014-06-20T20:03:11Z","duration":2230,"job_ids":[6268616,6268617],"pull_request":false},"commit":{"id":5457539,"sha":"f6815bd87e36e5aff0c6ba0a5c2dd1c9fa2691f8","branch":"failed-branch","compare_url":"https://github.com/rails-private/compare/c544a09657c4...f6815bd87e36"}}'
|
112
112
|
http_version:
|
113
|
-
recorded_at: Sat,
|
114
|
-
recorded_with: VCR 2.
|
113
|
+
recorded_at: Sat, 21 Jun 2014 13:11:48 GMT
|
114
|
+
recorded_with: VCR 2.9.2
|
@@ -2,15 +2,15 @@
|
|
2
2
|
http_interactions:
|
3
3
|
- request:
|
4
4
|
method: get
|
5
|
-
uri: https://api.travis-ci.com/repos/rails
|
5
|
+
uri: https://api.travis-ci.com/repos/rails-private
|
6
6
|
body:
|
7
7
|
encoding: US-ASCII
|
8
8
|
string: ''
|
9
9
|
headers:
|
10
10
|
Accept:
|
11
|
-
- application/json
|
11
|
+
- application/vnd.travis-ci.2+json
|
12
12
|
Authorization:
|
13
|
-
- token
|
13
|
+
- token secret_token
|
14
14
|
response:
|
15
15
|
status:
|
16
16
|
code: 200
|
@@ -19,7 +19,7 @@ http_interactions:
|
|
19
19
|
Access-Control-Allow-Credentials:
|
20
20
|
- 'true'
|
21
21
|
Access-Control-Allow-Origin:
|
22
|
-
-
|
22
|
+
- "*"
|
23
23
|
Access-Control-Expose-Headers:
|
24
24
|
- Content-Type, Cache-Control, Expires, Etag, Last-Modified
|
25
25
|
Cache-Control:
|
@@ -27,11 +27,11 @@ http_interactions:
|
|
27
27
|
Content-Type:
|
28
28
|
- application/json;charset=utf-8
|
29
29
|
Date:
|
30
|
-
- Sat,
|
30
|
+
- Sat, 21 Jun 2014 13:11:49 GMT
|
31
31
|
Etag:
|
32
|
-
-
|
32
|
+
- '"fcc3b707b6977cf3f5d932d09f682d73"'
|
33
33
|
Server:
|
34
|
-
- nginx/1.5.
|
34
|
+
- nginx/1.5.7
|
35
35
|
Status:
|
36
36
|
- 200 OK
|
37
37
|
Strict-Transport-Security:
|
@@ -45,16 +45,17 @@ http_interactions:
|
|
45
45
|
X-Oauth-Scopes:
|
46
46
|
- public,private
|
47
47
|
X-Pattern:
|
48
|
-
- /:owner_name/:name
|
48
|
+
- "/:owner_name/:name"
|
49
49
|
Content-Length:
|
50
|
-
- '
|
50
|
+
- '360'
|
51
51
|
Connection:
|
52
52
|
- keep-alive
|
53
53
|
body:
|
54
|
-
encoding:
|
55
|
-
string:
|
54
|
+
encoding: UTF-8
|
55
|
+
string: '{"repo":{"id":95390,"slug":"rails-private","description":"Main
|
56
|
+
application for ","last_build_id":4494111,"last_build_number":"2376","last_build_state":"failed","last_build_duration":1140,"last_build_language":null,"last_build_started_at":"2014-06-20T21:11:40Z","last_build_finished_at":"2014-06-20T21:22:03Z","github_language":"Ruby"}}'
|
56
57
|
http_version:
|
57
|
-
recorded_at: Sat,
|
58
|
+
recorded_at: Sat, 21 Jun 2014 13:11:49 GMT
|
58
59
|
- request:
|
59
60
|
method: get
|
60
61
|
uri: https://api.travis-ci.com/repos/95390/branches/master
|
@@ -63,9 +64,9 @@ http_interactions:
|
|
63
64
|
string: ''
|
64
65
|
headers:
|
65
66
|
Accept:
|
66
|
-
- application/json
|
67
|
+
- application/vnd.travis-ci.2+json
|
67
68
|
Authorization:
|
68
|
-
- token
|
69
|
+
- token secret_token
|
69
70
|
response:
|
70
71
|
status:
|
71
72
|
code: 200
|
@@ -74,7 +75,7 @@ http_interactions:
|
|
74
75
|
Access-Control-Allow-Credentials:
|
75
76
|
- 'true'
|
76
77
|
Access-Control-Allow-Origin:
|
77
|
-
-
|
78
|
+
- "*"
|
78
79
|
Access-Control-Expose-Headers:
|
79
80
|
- Content-Type, Cache-Control, Expires, Etag, Last-Modified
|
80
81
|
Cache-Control:
|
@@ -82,11 +83,11 @@ http_interactions:
|
|
82
83
|
Content-Type:
|
83
84
|
- application/json;charset=utf-8
|
84
85
|
Date:
|
85
|
-
- Sat,
|
86
|
+
- Sat, 21 Jun 2014 13:11:49 GMT
|
86
87
|
Etag:
|
87
|
-
-
|
88
|
+
- '"eed58675d583cef393712550169c2a63"'
|
88
89
|
Server:
|
89
|
-
- nginx/1.5.
|
90
|
+
- nginx/1.5.7
|
90
91
|
Status:
|
91
92
|
- 200 OK
|
92
93
|
Strict-Transport-Security:
|
@@ -100,16 +101,14 @@ http_interactions:
|
|
100
101
|
X-Oauth-Scopes:
|
101
102
|
- public,private
|
102
103
|
X-Pattern:
|
103
|
-
- /:repository_id/branches/:branch
|
104
|
+
- "/:repository_id/branches/:branch"
|
104
105
|
Content-Length:
|
105
|
-
- '
|
106
|
+
- '1767'
|
106
107
|
Connection:
|
107
108
|
- keep-alive
|
108
109
|
body:
|
109
|
-
encoding:
|
110
|
-
string:
|
111
|
-
Vasiliev","author_email":"leopard.not.a@gmail.com","committer_name":"Alexey
|
112
|
-
Vasiliev","committer_email":"leopard.not.a@gmail.com","compare_url":"https://github.com/rails/rails-private/compare/cd8a61a091b8...c00e43c06f1c"}}'
|
110
|
+
encoding: UTF-8
|
111
|
+
string: '{"branch":{"id":4487357,"repository_id":95390,"commit_id":5450982,"number":"2372","state":"passed","started_at":"2014-06-20T15:39:36Z","finished_at":"2014-06-20T15:51:12Z","duration":1254,"job_ids":[6261225,6261226],"pull_request":false},"commit":{"id":5450982,"sha":"0234fbd69997ff9720459baaed7648a1d2fcd1fd","branch":"master","compare_url":"https://github.com/rails-private/compare/964c4463fddb...0234fbd69997"}}'
|
113
112
|
http_version:
|
114
|
-
recorded_at: Sat,
|
115
|
-
recorded_with: VCR 2.
|
113
|
+
recorded_at: Sat, 21 Jun 2014 13:11:49 GMT
|
114
|
+
recorded_with: VCR 2.9.2
|
@@ -2,13 +2,13 @@
|
|
2
2
|
http_interactions:
|
3
3
|
- request:
|
4
4
|
method: get
|
5
|
-
uri: https://api.travis-ci.com/repos/rails
|
5
|
+
uri: https://api.travis-ci.com/repos/rails-private
|
6
6
|
body:
|
7
7
|
encoding: US-ASCII
|
8
8
|
string: ''
|
9
9
|
headers:
|
10
10
|
Accept:
|
11
|
-
- application/json
|
11
|
+
- application/vnd.travis-ci.2+json
|
12
12
|
Authorization:
|
13
13
|
- token secret_token
|
14
14
|
response:
|
@@ -19,7 +19,7 @@ http_interactions:
|
|
19
19
|
Access-Control-Allow-Credentials:
|
20
20
|
- 'true'
|
21
21
|
Access-Control-Allow-Origin:
|
22
|
-
-
|
22
|
+
- "*"
|
23
23
|
Access-Control-Expose-Headers:
|
24
24
|
- Content-Type, Cache-Control, Expires, Etag, Last-Modified
|
25
25
|
Cache-Control:
|
@@ -27,11 +27,11 @@ http_interactions:
|
|
27
27
|
Content-Type:
|
28
28
|
- application/json;charset=utf-8
|
29
29
|
Date:
|
30
|
-
- Sat,
|
30
|
+
- Sat, 21 Jun 2014 13:11:44 GMT
|
31
31
|
Etag:
|
32
|
-
-
|
32
|
+
- '"fcc3b707b6977cf3f5d932d09f682d73"'
|
33
33
|
Server:
|
34
|
-
- nginx/1.5.
|
34
|
+
- nginx/1.5.7
|
35
35
|
Status:
|
36
36
|
- 200 OK
|
37
37
|
Strict-Transport-Security:
|
@@ -45,16 +45,17 @@ http_interactions:
|
|
45
45
|
X-Oauth-Scopes:
|
46
46
|
- public,private
|
47
47
|
X-Pattern:
|
48
|
-
- /:owner_name/:name
|
48
|
+
- "/:owner_name/:name"
|
49
49
|
Content-Length:
|
50
|
-
- '
|
50
|
+
- '360'
|
51
51
|
Connection:
|
52
52
|
- keep-alive
|
53
53
|
body:
|
54
|
-
encoding:
|
55
|
-
string:
|
54
|
+
encoding: UTF-8
|
55
|
+
string: '{"repo":{"id":95390,"slug":"rails-private","description":"Main
|
56
|
+
application for ","last_build_id":4494111,"last_build_number":"2376","last_build_state":"failed","last_build_duration":1140,"last_build_language":null,"last_build_started_at":"2014-06-20T21:11:40Z","last_build_finished_at":"2014-06-20T21:22:03Z","github_language":"Ruby"}}'
|
56
57
|
http_version:
|
57
|
-
recorded_at: Sat,
|
58
|
+
recorded_at: Sat, 21 Jun 2014 13:11:45 GMT
|
58
59
|
- request:
|
59
60
|
method: get
|
60
61
|
uri: https://api.travis-ci.com/repos/95390/branches/events-framework
|
@@ -63,7 +64,7 @@ http_interactions:
|
|
63
64
|
string: ''
|
64
65
|
headers:
|
65
66
|
Accept:
|
66
|
-
- application/json
|
67
|
+
- application/vnd.travis-ci.2+json
|
67
68
|
Authorization:
|
68
69
|
- token secret_token
|
69
70
|
response:
|
@@ -74,7 +75,7 @@ http_interactions:
|
|
74
75
|
Access-Control-Allow-Credentials:
|
75
76
|
- 'true'
|
76
77
|
Access-Control-Allow-Origin:
|
77
|
-
-
|
78
|
+
- "*"
|
78
79
|
Access-Control-Expose-Headers:
|
79
80
|
- Content-Type, Cache-Control, Expires, Etag, Last-Modified
|
80
81
|
Cache-Control:
|
@@ -82,11 +83,11 @@ http_interactions:
|
|
82
83
|
Content-Type:
|
83
84
|
- application/json;charset=utf-8
|
84
85
|
Date:
|
85
|
-
- Sat,
|
86
|
+
- Sat, 21 Jun 2014 13:11:45 GMT
|
86
87
|
Etag:
|
87
|
-
-
|
88
|
+
- '"3cc2ca69f6229073788ba69615e9e54d"'
|
88
89
|
Server:
|
89
|
-
- nginx/1.5.
|
90
|
+
- nginx/1.5.7
|
90
91
|
Status:
|
91
92
|
- 200 OK
|
92
93
|
Strict-Transport-Security:
|
@@ -100,15 +101,14 @@ http_interactions:
|
|
100
101
|
X-Oauth-Scopes:
|
101
102
|
- public,private
|
102
103
|
X-Pattern:
|
103
|
-
- /:repository_id/branches/:branch
|
104
|
+
- "/:repository_id/branches/:branch"
|
104
105
|
Content-Length:
|
105
|
-
- '
|
106
|
+
- '1682'
|
106
107
|
Connection:
|
107
108
|
- keep-alive
|
108
109
|
body:
|
109
|
-
encoding:
|
110
|
-
string:
|
111
|
-
publish monitoring event when finish test","committed_at":"2013-10-18T14:42:04Z","author_name":"paladiy","author_email":"olexanderpaladiy@gmail.com","committer_name":"paladiy","committer_email":"olexanderpaladiy@gmail.com","compare_url":"https://github.com/rails/rails-private/compare/e022614de429...9ba68cf72ce4"}}'
|
110
|
+
encoding: UTF-8
|
111
|
+
string: '{"branch":{"id":1452741,"repository_id":95390,"commit_id":1696175,"number":"656","state":"started","started_at":"2013-10-21T09:20:12Z","finished_at":"2013-10-21T09:30:59Z","duration":647,"job_ids":[1987986],"pull_request":false},"commit":{"id":1696175,"sha":"8f87e82634cc151d1f60d24ee6513146b1b4ce44","branch":"events-framework","compare_url":"https://github.com/rails-private/compare/fb18de186082...8f87e82634cc"}}'
|
112
112
|
http_version:
|
113
|
-
recorded_at: Sat,
|
114
|
-
recorded_with: VCR 2.
|
113
|
+
recorded_at: Sat, 21 Jun 2014 13:11:45 GMT
|
114
|
+
recorded_with: VCR 2.9.2
|
@@ -2,13 +2,13 @@
|
|
2
2
|
http_interactions:
|
3
3
|
- request:
|
4
4
|
method: get
|
5
|
-
uri: https://api.travis-ci.com/repos/rails
|
5
|
+
uri: https://api.travis-ci.com/repos/rails-private
|
6
6
|
body:
|
7
7
|
encoding: US-ASCII
|
8
8
|
string: ''
|
9
9
|
headers:
|
10
10
|
Accept:
|
11
|
-
- application/json
|
11
|
+
- application/vnd.travis-ci.2+json
|
12
12
|
Authorization:
|
13
13
|
- token secret_token
|
14
14
|
response:
|
@@ -19,7 +19,7 @@ http_interactions:
|
|
19
19
|
Access-Control-Allow-Credentials:
|
20
20
|
- 'true'
|
21
21
|
Access-Control-Allow-Origin:
|
22
|
-
-
|
22
|
+
- "*"
|
23
23
|
Access-Control-Expose-Headers:
|
24
24
|
- Content-Type, Cache-Control, Expires, Etag, Last-Modified
|
25
25
|
Cache-Control:
|
@@ -27,11 +27,11 @@ http_interactions:
|
|
27
27
|
Content-Type:
|
28
28
|
- application/json;charset=utf-8
|
29
29
|
Date:
|
30
|
-
- Sat,
|
30
|
+
- Sat, 21 Jun 2014 13:11:46 GMT
|
31
31
|
Etag:
|
32
|
-
-
|
32
|
+
- '"fcc3b707b6977cf3f5d932d09f682d73"'
|
33
33
|
Server:
|
34
|
-
- nginx/1.5.
|
34
|
+
- nginx/1.5.7
|
35
35
|
Status:
|
36
36
|
- 200 OK
|
37
37
|
Strict-Transport-Security:
|
@@ -45,16 +45,17 @@ http_interactions:
|
|
45
45
|
X-Oauth-Scopes:
|
46
46
|
- public,private
|
47
47
|
X-Pattern:
|
48
|
-
- /:owner_name/:name
|
48
|
+
- "/:owner_name/:name"
|
49
49
|
Content-Length:
|
50
|
-
- '
|
50
|
+
- '360'
|
51
51
|
Connection:
|
52
52
|
- keep-alive
|
53
53
|
body:
|
54
|
-
encoding:
|
55
|
-
string:
|
54
|
+
encoding: UTF-8
|
55
|
+
string: '{"repo":{"id":95390,"slug":"rails-private","description":"Main
|
56
|
+
application for ","last_build_id":4494111,"last_build_number":"2376","last_build_state":"failed","last_build_duration":1140,"last_build_language":null,"last_build_started_at":"2014-06-20T21:11:40Z","last_build_finished_at":"2014-06-20T21:22:03Z","github_language":"Ruby"}}'
|
56
57
|
http_version:
|
57
|
-
recorded_at: Sat,
|
58
|
+
recorded_at: Sat, 21 Jun 2014 13:11:46 GMT
|
58
59
|
- request:
|
59
60
|
method: get
|
60
61
|
uri: https://api.travis-ci.com/repos/95390/branches/master
|
@@ -63,7 +64,7 @@ http_interactions:
|
|
63
64
|
string: ''
|
64
65
|
headers:
|
65
66
|
Accept:
|
66
|
-
- application/json
|
67
|
+
- application/vnd.travis-ci.2+json
|
67
68
|
Authorization:
|
68
69
|
- token secret_token
|
69
70
|
response:
|
@@ -74,7 +75,7 @@ http_interactions:
|
|
74
75
|
Access-Control-Allow-Credentials:
|
75
76
|
- 'true'
|
76
77
|
Access-Control-Allow-Origin:
|
77
|
-
-
|
78
|
+
- "*"
|
78
79
|
Access-Control-Expose-Headers:
|
79
80
|
- Content-Type, Cache-Control, Expires, Etag, Last-Modified
|
80
81
|
Cache-Control:
|
@@ -82,11 +83,11 @@ http_interactions:
|
|
82
83
|
Content-Type:
|
83
84
|
- application/json;charset=utf-8
|
84
85
|
Date:
|
85
|
-
- Sat,
|
86
|
+
- Sat, 21 Jun 2014 13:11:46 GMT
|
86
87
|
Etag:
|
87
|
-
-
|
88
|
+
- '"eed58675d583cef393712550169c2a63"'
|
88
89
|
Server:
|
89
|
-
- nginx/1.5.
|
90
|
+
- nginx/1.5.7
|
90
91
|
Status:
|
91
92
|
- 200 OK
|
92
93
|
Strict-Transport-Security:
|
@@ -100,16 +101,14 @@ http_interactions:
|
|
100
101
|
X-Oauth-Scopes:
|
101
102
|
- public,private
|
102
103
|
X-Pattern:
|
103
|
-
- /:repository_id/branches/:branch
|
104
|
+
- "/:repository_id/branches/:branch"
|
104
105
|
Content-Length:
|
105
|
-
- '
|
106
|
+
- '1767'
|
106
107
|
Connection:
|
107
108
|
- keep-alive
|
108
109
|
body:
|
109
|
-
encoding:
|
110
|
-
string:
|
111
|
-
Vasiliev","author_email":"leopard.not.a@gmail.com","committer_name":"Alexey
|
112
|
-
Vasiliev","committer_email":"leopard.not.a@gmail.com","compare_url":"https://github.com/rails/rails-private/compare/cd8a61a091b8...c00e43c06f1c"}}'
|
110
|
+
encoding: UTF-8
|
111
|
+
string: '{"branch":{"id":4487357,"repository_id":95390,"commit_id":5450982,"number":"2372","state":"passed","started_at":"2014-06-20T15:39:36Z","finished_at":"2014-06-20T15:51:12Z","duration":1254,"job_ids":[6261225,6261226],"pull_request":false},"commit":{"id":5450982,"sha":"0234fbd69997ff9720459baaed7648a1d2fcd1fd","branch":"master","compare_url":"https://github.com/rails-private/compare/964c4463fddb...0234fbd69997"}}'
|
113
112
|
http_version:
|
114
|
-
recorded_at: Sat,
|
115
|
-
recorded_with: VCR 2.
|
113
|
+
recorded_at: Sat, 21 Jun 2014 13:11:46 GMT
|
114
|
+
recorded_with: VCR 2.9.2
|