appveyor-api 0.0.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/.circle.yml +8 -0
- data/.github/CONTRIBUTING.md +5 -0
- data/.gitignore +50 -0
- data/.rubocop.yml +10 -0
- data/.ruby-version +1 -0
- data/Gemfile +5 -0
- data/Gemfile.lock +112 -0
- data/Guardfile +22 -0
- data/LICENSE +674 -0
- data/README.md +26 -0
- data/appveyor.gemspec +37 -0
- data/lib/appveyor-api.rb +6 -0
- data/lib/appveyor-api/build.rb +34 -0
- data/lib/appveyor-api/client.rb +78 -0
- data/lib/appveyor-api/collaborators.rb +21 -0
- data/lib/appveyor-api/deployment.rb +47 -0
- data/lib/appveyor-api/environments.rb +116 -0
- data/lib/appveyor-api/projects.rb +116 -0
- data/lib/appveyor-api/response.rb +26 -0
- data/lib/appveyor-api/roles.rb +17 -0
- data/lib/appveyor-api/users.rb +24 -0
- data/spec/appveyor-api/client_spec.rb +16 -0
- data/spec/appveyor-api/environment_spec.rb +153 -0
- data/spec/appveyor-api/environments_spec.rb +48 -0
- data/spec/appveyor-api/project_spec.rb +109 -0
- data/spec/cassettes/add_FTP_environment_cassette.yml +49 -0
- data/spec/cassettes/create_environment_cassette.yml +49 -0
- data/spec/cassettes/delete_environment.yml +42 -0
- data/spec/cassettes/dev_environment_cassette.yml +93 -0
- data/spec/cassettes/environment_12168.yml +47 -0
- data/spec/cassettes/environment_cassette.yml +93 -0
- data/spec/cassettes/environment_list_after_delete.yml +46 -0
- data/spec/cassettes/environment_list_cassette.yml +49 -0
- data/spec/cassettes/find_environment_12168.yml +47 -0
- data/spec/cassettes/find_production_environment.yml +95 -0
- data/spec/cassettes/project_list.yml +60 -0
- data/spec/cassettes/projects_list.yml +288 -0
- data/spec/cassettes/update_FTP_environment_cassette.yml +49 -0
- data/spec/cassettes/update_environment_cassette.yml +49 -0
- data/spec/spec_helper.rb +28 -0
- metadata +299 -0
@@ -0,0 +1,95 @@
|
|
1
|
+
---
|
2
|
+
http_interactions:
|
3
|
+
- request:
|
4
|
+
method: get
|
5
|
+
uri: https://ci.appveyor.com/api/environments
|
6
|
+
body:
|
7
|
+
encoding: US-ASCII
|
8
|
+
string: ''
|
9
|
+
headers:
|
10
|
+
Accept:
|
11
|
+
- application/json
|
12
|
+
Authorization:
|
13
|
+
- Bearer <APPVEYOR_API_KEY>
|
14
|
+
User-Agent:
|
15
|
+
- Faraday v0.9.2
|
16
|
+
Accept-Encoding:
|
17
|
+
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
18
|
+
response:
|
19
|
+
status:
|
20
|
+
code: 200
|
21
|
+
message: OK
|
22
|
+
headers:
|
23
|
+
Cache-Control:
|
24
|
+
- no-cache
|
25
|
+
Pragma:
|
26
|
+
- no-cache
|
27
|
+
Content-Type:
|
28
|
+
- application/json; charset=utf-8
|
29
|
+
Expires:
|
30
|
+
- "-1"
|
31
|
+
Server:
|
32
|
+
- Microsoft-IIS/8.5
|
33
|
+
X-Aspnet-Version:
|
34
|
+
- 4.0.30319
|
35
|
+
X-Powered-By:
|
36
|
+
- ASP.NET
|
37
|
+
Date:
|
38
|
+
- Mon, 28 Nov 2016 14:21:51 GMT
|
39
|
+
Content-Length:
|
40
|
+
- '3684'
|
41
|
+
body:
|
42
|
+
encoding: UTF-8
|
43
|
+
string: '[{"deploymentEnvironmentId":7437,"accountId":33256,"name":"chef-appveyor-ci-cookbook","provider":"Agent","projectsMode":0,"securityDescriptor":{"accessRightDefinitions":[{"name":"View","description":"View"},{"name":"Deploy","description":"Deploy
|
44
|
+
build"},{"name":"Update","description":"Update"},{"name":"Delete","description":"Delete"}],"roleAces":[{"roleId":53960,"name":"Administrator","isAdmin":true,"accessRights":[{"name":"View","allowed":true},{"name":"Deploy","allowed":true},{"name":"Update","allowed":true},{"name":"Delete","allowed":true}]},{"roleId":53961,"name":"User","isAdmin":false,"accessRights":[{"name":"View"},{"name":"Deploy"},{"name":"Update"},{"name":"Delete"}]}]},"created":"2016-01-25T15:48:33.5056397+00:00","updated":"2016-09-23T15:18:43.9334161+00:00"},{"deploymentEnvironmentId":10988,"accountId":33256,"name":"dev","provider":"Agent","projectsMode":0,"securityDescriptor":{"accessRightDefinitions":[{"name":"View","description":"View"},{"name":"Deploy","description":"Deploy
|
45
|
+
build"},{"name":"Update","description":"Update"},{"name":"Delete","description":"Delete"}],"roleAces":[{"roleId":53960,"name":"Administrator","isAdmin":true,"accessRights":[{"name":"View","allowed":true},{"name":"Deploy","allowed":true},{"name":"Update","allowed":true},{"name":"Delete","allowed":true}]},{"roleId":53961,"name":"User","isAdmin":false,"accessRights":[{"name":"View"},{"name":"Deploy"},{"name":"Update"},{"name":"Delete"}]}]},"created":"2016-09-26T14:26:19.8003584+00:00","updated":"2016-09-27T10:41:46.8829381+00:00"},{"deploymentEnvironmentId":12168,"accountId":33256,"name":"production","provider":"FTP","projectsMode":0,"securityDescriptor":{"accessRightDefinitions":[{"name":"View","description":"View"},{"name":"Deploy","description":"Deploy
|
46
|
+
build"},{"name":"Update","description":"Update"},{"name":"Delete","description":"Delete"}],"roleAces":[{"roleId":53960,"name":"Administrator","isAdmin":true,"accessRights":[{"name":"View","allowed":true},{"name":"Deploy","allowed":true},{"name":"Update","allowed":true},{"name":"Delete","allowed":true}]},{"roleId":53961,"name":"User","isAdmin":false,"accessRights":[{"name":"View"},{"name":"Deploy"},{"name":"Update"},{"name":"Delete"}]}]},"created":"2016-11-28T12:49:18.8589298+00:00"},{"deploymentEnvironmentId":12172,"accountId":33256,"name":"production","provider":"FTP","projectsMode":0,"securityDescriptor":{"accessRightDefinitions":[{"name":"View","description":"View"},{"name":"Deploy","description":"Deploy
|
47
|
+
build"},{"name":"Update","description":"Update"},{"name":"Delete","description":"Delete"}],"roleAces":[{"roleId":53960,"name":"Administrator","isAdmin":true,"accessRights":[{"name":"View","allowed":true},{"name":"Deploy","allowed":true},{"name":"Update","allowed":true},{"name":"Delete","allowed":true}]},{"roleId":53961,"name":"User","isAdmin":false,"accessRights":[{"name":"View"},{"name":"Deploy"},{"name":"Update"},{"name":"Delete"}]}]},"created":"2016-11-28T14:12:38.747127+00:00"},{"deploymentEnvironmentId":10989,"accountId":33256,"name":"test","provider":"Agent","projectsMode":0,"securityDescriptor":{"accessRightDefinitions":[{"name":"View","description":"View"},{"name":"Deploy","description":"Deploy
|
48
|
+
build"},{"name":"Update","description":"Update"},{"name":"Delete","description":"Delete"}],"roleAces":[{"roleId":53960,"name":"Administrator","isAdmin":true,"accessRights":[{"name":"View","allowed":true},{"name":"Deploy","allowed":true},{"name":"Update","allowed":true},{"name":"Delete","allowed":true}]},{"roleId":53961,"name":"User","isAdmin":false,"accessRights":[{"name":"View"},{"name":"Deploy"},{"name":"Update"},{"name":"Delete"}]}]},"created":"2016-09-26T14:27:38.3644471+00:00"}]'
|
49
|
+
http_version:
|
50
|
+
recorded_at: Mon, 28 Nov 2016 14:21:51 GMT
|
51
|
+
- request:
|
52
|
+
method: get
|
53
|
+
uri: https://ci.appveyor.com/api/environments/12172/settings
|
54
|
+
body:
|
55
|
+
encoding: US-ASCII
|
56
|
+
string: ''
|
57
|
+
headers:
|
58
|
+
Accept:
|
59
|
+
- application/json
|
60
|
+
Authorization:
|
61
|
+
- Bearer <APPVEYOR_API_KEY>
|
62
|
+
User-Agent:
|
63
|
+
- Faraday v0.9.2
|
64
|
+
Accept-Encoding:
|
65
|
+
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
66
|
+
response:
|
67
|
+
status:
|
68
|
+
code: 200
|
69
|
+
message: OK
|
70
|
+
headers:
|
71
|
+
Cache-Control:
|
72
|
+
- no-cache
|
73
|
+
Pragma:
|
74
|
+
- no-cache
|
75
|
+
Content-Type:
|
76
|
+
- application/json; charset=utf-8
|
77
|
+
Expires:
|
78
|
+
- "-1"
|
79
|
+
Server:
|
80
|
+
- Microsoft-IIS/8.5
|
81
|
+
X-Aspnet-Version:
|
82
|
+
- 4.0.30319
|
83
|
+
X-Powered-By:
|
84
|
+
- ASP.NET
|
85
|
+
Date:
|
86
|
+
- Mon, 28 Nov 2016 14:21:57 GMT
|
87
|
+
Content-Length:
|
88
|
+
- '1351'
|
89
|
+
body:
|
90
|
+
encoding: UTF-8
|
91
|
+
string: '{"environment":{"deploymentEnvironmentId":12172,"accountId":33256,"name":"production","provider":"FTP","environmentAccessKey":"qd3tf55evhthpimc","settings":{"providerSettings":[{"name":"server","value":{"isEncrypted":false,"value":"ftp.server.com"}},{"name":"username","value":{"isEncrypted":false,"value":"ftp-user"}},{"name":"password","value":{"isEncrypted":true,"value":"password"}}],"environmentVariables":[{"name":"my-var","value":{"isEncrypted":false,"value":"123"}}],"notifications":[]},"projectsMode":0,"selectedProjects":[],"projects":[{"projectId":232326,"name":"asp_core","isSelected":false},{"projectId":223829,"name":"chef-appveyor-ci","isSelected":false},{"projectId":253781,"name":"chef-opsview-client","isSelected":false}],"securityDescriptor":{"accessRightDefinitions":[{"name":"View","description":"View"},{"name":"Deploy","description":"Deploy
|
92
|
+
build"},{"name":"Update","description":"Update"},{"name":"Delete","description":"Delete"}],"roleAces":[{"roleId":53960,"name":"Administrator","isAdmin":true,"accessRights":[{"name":"View","allowed":true},{"name":"Deploy","allowed":true},{"name":"Update","allowed":true},{"name":"Delete","allowed":true}]},{"roleId":53961,"name":"User","isAdmin":false,"accessRights":[{"name":"View"},{"name":"Deploy"},{"name":"Update"},{"name":"Delete"}]}]},"created":"2016-11-28T14:12:38.747127+00:00"}}'
|
93
|
+
http_version:
|
94
|
+
recorded_at: Mon, 28 Nov 2016 14:21:57 GMT
|
95
|
+
recorded_with: VCR 3.0.3
|
@@ -0,0 +1,60 @@
|
|
1
|
+
---
|
2
|
+
http_interactions:
|
3
|
+
- request:
|
4
|
+
method: get
|
5
|
+
uri: https://ci.appveyor.com/api/projects
|
6
|
+
body:
|
7
|
+
encoding: US-ASCII
|
8
|
+
string: ''
|
9
|
+
headers:
|
10
|
+
Accept:
|
11
|
+
- application/json
|
12
|
+
Authorization:
|
13
|
+
- Bearer <APPVEYOR_API_KEY>
|
14
|
+
User-Agent:
|
15
|
+
- Faraday v0.9.2
|
16
|
+
Accept-Encoding:
|
17
|
+
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
18
|
+
response:
|
19
|
+
status:
|
20
|
+
code: 200
|
21
|
+
message: OK
|
22
|
+
headers:
|
23
|
+
Cache-Control:
|
24
|
+
- no-cache
|
25
|
+
Pragma:
|
26
|
+
- no-cache
|
27
|
+
Content-Type:
|
28
|
+
- application/json; charset=utf-8
|
29
|
+
Expires:
|
30
|
+
- "-1"
|
31
|
+
Server:
|
32
|
+
- Microsoft-IIS/8.5
|
33
|
+
X-Aspnet-Version:
|
34
|
+
- 4.0.30319
|
35
|
+
X-Powered-By:
|
36
|
+
- ASP.NET
|
37
|
+
Date:
|
38
|
+
- Wed, 30 Nov 2016 14:25:47 GMT
|
39
|
+
Content-Length:
|
40
|
+
- '5747'
|
41
|
+
body:
|
42
|
+
encoding: UTF-8
|
43
|
+
string: '[{"projectId":223829,"accountId":33256,"accountName":"damacus","builds":[{"buildId":5907305,"jobs":[],"buildNumber":45,"version":"1.0.45","message":"Merge
|
44
|
+
branch ''master'' of github.com:damacus/chef-appveyor-ci","branch":"master","isTag":false,"commitId":"40e8d0d01b635ccea95c08ec3ecf72cca44af312","authorName":"Dan
|
45
|
+
Webb","authorUsername":"damacus","committerName":"Dan Webb","committerUsername":"damacus","committed":"2016-11-30T11:52:59+00:00","messages":[],"status":"success","started":"2016-11-30T11:53:22.57891+00:00","finished":"2016-11-30T11:55:56.7281495+00:00","created":"2016-11-30T11:53:12.5008694+00:00","updated":"2016-11-30T11:55:56.7281495+00:00"}],"name":"chef-appveyor-ci","slug":"chef-appveyor-ci","repositoryType":"gitHub","repositoryScm":"git","repositoryName":"damacus/chef-appveyor-ci","repositoryBranch":"master","isPrivate":false,"skipBranchesWithoutAppveyorYml":false,"enableSecureVariablesInPullRequests":false,"enableSecureVariablesInPullRequestsFromSameRepo":false,"enableDeploymentInPullRequests":false,"rollingBuilds":false,"alwaysBuildClosedPullRequests":false,"tags":"","nuGetFeed":{"id":"chef-appveyor-ci-t9dx8kkf68cy","name":"Project
|
46
|
+
chef-appveyor-ci","publishingEnabled":false,"created":"2016-08-11T13:00:47.2683649+00:00"},"securityDescriptor":{"accessRightDefinitions":[{"name":"View","description":"View"},{"name":"RunBuild","description":"Run
|
47
|
+
build"},{"name":"Update","description":"Update settings"},{"name":"Delete","description":"Delete
|
48
|
+
project"}],"roleAces":[{"roleId":53960,"name":"Administrator","isAdmin":true,"accessRights":[{"name":"View","allowed":true},{"name":"RunBuild","allowed":true},{"name":"Update","allowed":true},{"name":"Delete","allowed":true}]},{"roleId":53961,"name":"User","isAdmin":false,"accessRights":[{"name":"View"},{"name":"RunBuild"},{"name":"Update"},{"name":"Delete"}]}]},"created":"2016-08-11T13:00:44.7683556+00:00","updated":"2016-11-30T11:25:35.9577611+00:00"},{"projectId":253781,"accountId":33256,"accountName":"damacus","builds":[{"buildId":5827807,"jobs":[],"buildNumber":17,"version":"1.0.17","message":"Rubocopping","branch":"custom_resource","isTag":false,"commitId":"1a5dcedd40582a4ae9e1d39017c0d4ea80e4212d","authorName":"Dan
|
49
|
+
Webb","authorUsername":"damacus","committerName":"Dan Webb","committerUsername":"damacus","committed":"2016-11-23T23:13:26+00:00","messages":[],"status":"success","started":"2016-11-23T23:14:00.0819882+00:00","finished":"2016-11-23T23:16:09.0466691+00:00","created":"2016-11-23T23:13:53.5210388+00:00","updated":"2016-11-23T23:16:09.0466691+00:00"}],"name":"chef-opsview-client","slug":"chef-opsview-client","repositoryType":"gitHub","repositoryScm":"git","repositoryName":"damacus/chef-opsview-client","repositoryBranch":"custom_resource","isPrivate":false,"skipBranchesWithoutAppveyorYml":false,"enableSecureVariablesInPullRequests":false,"enableSecureVariablesInPullRequestsFromSameRepo":false,"enableDeploymentInPullRequests":false,"rollingBuilds":false,"alwaysBuildClosedPullRequests":false,"tags":"","nuGetFeed":{"id":"chef-opsview-client-h4ujwyhcqlss","name":"Project
|
50
|
+
chef-opsview-client","publishingEnabled":false,"created":"2016-11-13T14:31:03.3641232+00:00"},"securityDescriptor":{"accessRightDefinitions":[{"name":"View","description":"View"},{"name":"RunBuild","description":"Run
|
51
|
+
build"},{"name":"Update","description":"Update settings"},{"name":"Delete","description":"Delete
|
52
|
+
project"}],"roleAces":[{"roleId":53960,"name":"Administrator","isAdmin":true,"accessRights":[{"name":"View","allowed":true},{"name":"RunBuild","allowed":true},{"name":"Update","allowed":true},{"name":"Delete","allowed":true}]},{"roleId":53961,"name":"User","isAdmin":false,"accessRights":[{"name":"View"},{"name":"RunBuild"},{"name":"Update"},{"name":"Delete"}]}]},"created":"2016-11-13T14:31:01.25483+00:00","updated":"2016-11-13T14:31:39.8699239+00:00"},{"projectId":232326,"accountId":33256,"accountName":"damacus","builds":[{"buildId":5083538,"jobs":[],"buildNumber":36,"version":"1.0.36","message":"Add
|
53
|
+
RDP on finish block to investigate appx builds","branch":"nano_support","isTag":false,"commitId":"655c667aebbc331eb4d70f590a753a0d33106598","authorName":"Dan
|
54
|
+
Webb","authorUsername":"damacus","committerName":"Dan Webb","committerUsername":"damacus","committed":"2016-09-29T08:55:33+00:00","messages":[],"status":"failed","started":"2016-09-29T08:56:15.9710071+00:00","finished":"2016-09-29T09:05:35.6157383+00:00","created":"2016-09-29T08:56:07.8554634+00:00","updated":"2016-09-29T09:05:35.6157383+00:00"}],"name":"asp_core","slug":"asp-core","repositoryType":"gitHub","repositoryScm":"git","repositoryName":"damacus/asp_core","repositoryBranch":"master","isPrivate":false,"skipBranchesWithoutAppveyorYml":false,"enableSecureVariablesInPullRequests":false,"enableSecureVariablesInPullRequestsFromSameRepo":false,"enableDeploymentInPullRequests":false,"rollingBuilds":false,"alwaysBuildClosedPullRequests":false,"tags":"","nuGetFeed":{"id":"asp-core-h5xetiofx5yx","name":"Project
|
55
|
+
asp_core","publishingEnabled":false,"created":"2016-09-07T12:38:21.5420578+00:00"},"securityDescriptor":{"accessRightDefinitions":[{"name":"View","description":"View"},{"name":"RunBuild","description":"Run
|
56
|
+
build"},{"name":"Update","description":"Update settings"},{"name":"Delete","description":"Delete
|
57
|
+
project"}],"roleAces":[{"roleId":53960,"name":"Administrator","isAdmin":true,"accessRights":[{"name":"View","allowed":true},{"name":"RunBuild","allowed":true},{"name":"Update","allowed":true},{"name":"Delete","allowed":true}]},{"roleId":53961,"name":"User","isAdmin":false,"accessRights":[{"name":"View"},{"name":"RunBuild"},{"name":"Update"},{"name":"Delete"}]}]},"created":"2016-09-07T12:38:20.0733228+00:00","updated":"2016-09-07T12:45:38.9804946+00:00"}]'
|
58
|
+
http_version:
|
59
|
+
recorded_at: Wed, 30 Nov 2016 14:25:48 GMT
|
60
|
+
recorded_with: VCR 3.0.3
|
@@ -0,0 +1,288 @@
|
|
1
|
+
---
|
2
|
+
http_interactions:
|
3
|
+
- request:
|
4
|
+
method: get
|
5
|
+
uri: https://ci.appveyor.com/api/projects
|
6
|
+
body:
|
7
|
+
encoding: US-ASCII
|
8
|
+
string: ''
|
9
|
+
headers:
|
10
|
+
Accept:
|
11
|
+
- application/json
|
12
|
+
Authorization:
|
13
|
+
- Bearer <APPVEYOR_API_KEY>
|
14
|
+
User-Agent:
|
15
|
+
- Faraday v0.9.2
|
16
|
+
Accept-Encoding:
|
17
|
+
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
18
|
+
response:
|
19
|
+
status:
|
20
|
+
code: 200
|
21
|
+
message: OK
|
22
|
+
headers:
|
23
|
+
Cache-Control:
|
24
|
+
- no-cache
|
25
|
+
Pragma:
|
26
|
+
- no-cache
|
27
|
+
Content-Type:
|
28
|
+
- application/json; charset=utf-8
|
29
|
+
Expires:
|
30
|
+
- "-1"
|
31
|
+
Server:
|
32
|
+
- Microsoft-IIS/8.5
|
33
|
+
X-Aspnet-Version:
|
34
|
+
- 4.0.30319
|
35
|
+
X-Powered-By:
|
36
|
+
- ASP.NET
|
37
|
+
Date:
|
38
|
+
- Wed, 30 Nov 2016 14:53:04 GMT
|
39
|
+
Content-Length:
|
40
|
+
- '5747'
|
41
|
+
body:
|
42
|
+
encoding: UTF-8
|
43
|
+
string: '[{"projectId":223829,"accountId":33256,"accountName":"damacus","builds":[{"buildId":5907305,"jobs":[],"buildNumber":45,"version":"1.0.45","message":"Merge
|
44
|
+
branch ''master'' of github.com:damacus/chef-appveyor-ci","branch":"master","isTag":false,"commitId":"40e8d0d01b635ccea95c08ec3ecf72cca44af312","authorName":"Dan
|
45
|
+
Webb","authorUsername":"damacus","committerName":"Dan Webb","committerUsername":"damacus","committed":"2016-11-30T11:52:59+00:00","messages":[],"status":"success","started":"2016-11-30T11:53:22.57891+00:00","finished":"2016-11-30T11:55:56.7281495+00:00","created":"2016-11-30T11:53:12.5008694+00:00","updated":"2016-11-30T11:55:56.7281495+00:00"}],"name":"chef-appveyor-ci","slug":"chef-appveyor-ci","repositoryType":"gitHub","repositoryScm":"git","repositoryName":"damacus/chef-appveyor-ci","repositoryBranch":"master","isPrivate":false,"skipBranchesWithoutAppveyorYml":false,"enableSecureVariablesInPullRequests":false,"enableSecureVariablesInPullRequestsFromSameRepo":false,"enableDeploymentInPullRequests":false,"rollingBuilds":false,"alwaysBuildClosedPullRequests":false,"tags":"","nuGetFeed":{"id":"chef-appveyor-ci-t9dx8kkf68cy","name":"Project
|
46
|
+
chef-appveyor-ci","publishingEnabled":false,"created":"2016-08-11T13:00:47.2683649+00:00"},"securityDescriptor":{"accessRightDefinitions":[{"name":"View","description":"View"},{"name":"RunBuild","description":"Run
|
47
|
+
build"},{"name":"Update","description":"Update settings"},{"name":"Delete","description":"Delete
|
48
|
+
project"}],"roleAces":[{"roleId":53960,"name":"Administrator","isAdmin":true,"accessRights":[{"name":"View","allowed":true},{"name":"RunBuild","allowed":true},{"name":"Update","allowed":true},{"name":"Delete","allowed":true}]},{"roleId":53961,"name":"User","isAdmin":false,"accessRights":[{"name":"View"},{"name":"RunBuild"},{"name":"Update"},{"name":"Delete"}]}]},"created":"2016-08-11T13:00:44.7683556+00:00","updated":"2016-11-30T11:25:35.9577611+00:00"},{"projectId":253781,"accountId":33256,"accountName":"damacus","builds":[{"buildId":5827807,"jobs":[],"buildNumber":17,"version":"1.0.17","message":"Rubocopping","branch":"custom_resource","isTag":false,"commitId":"1a5dcedd40582a4ae9e1d39017c0d4ea80e4212d","authorName":"Dan
|
49
|
+
Webb","authorUsername":"damacus","committerName":"Dan Webb","committerUsername":"damacus","committed":"2016-11-23T23:13:26+00:00","messages":[],"status":"success","started":"2016-11-23T23:14:00.0819882+00:00","finished":"2016-11-23T23:16:09.0466691+00:00","created":"2016-11-23T23:13:53.5210388+00:00","updated":"2016-11-23T23:16:09.0466691+00:00"}],"name":"chef-opsview-client","slug":"chef-opsview-client","repositoryType":"gitHub","repositoryScm":"git","repositoryName":"damacus/chef-opsview-client","repositoryBranch":"custom_resource","isPrivate":false,"skipBranchesWithoutAppveyorYml":false,"enableSecureVariablesInPullRequests":false,"enableSecureVariablesInPullRequestsFromSameRepo":false,"enableDeploymentInPullRequests":false,"rollingBuilds":false,"alwaysBuildClosedPullRequests":false,"tags":"","nuGetFeed":{"id":"chef-opsview-client-h4ujwyhcqlss","name":"Project
|
50
|
+
chef-opsview-client","publishingEnabled":false,"created":"2016-11-13T14:31:03.3641232+00:00"},"securityDescriptor":{"accessRightDefinitions":[{"name":"View","description":"View"},{"name":"RunBuild","description":"Run
|
51
|
+
build"},{"name":"Update","description":"Update settings"},{"name":"Delete","description":"Delete
|
52
|
+
project"}],"roleAces":[{"roleId":53960,"name":"Administrator","isAdmin":true,"accessRights":[{"name":"View","allowed":true},{"name":"RunBuild","allowed":true},{"name":"Update","allowed":true},{"name":"Delete","allowed":true}]},{"roleId":53961,"name":"User","isAdmin":false,"accessRights":[{"name":"View"},{"name":"RunBuild"},{"name":"Update"},{"name":"Delete"}]}]},"created":"2016-11-13T14:31:01.25483+00:00","updated":"2016-11-13T14:31:39.8699239+00:00"},{"projectId":232326,"accountId":33256,"accountName":"damacus","builds":[{"buildId":5083538,"jobs":[],"buildNumber":36,"version":"1.0.36","message":"Add
|
53
|
+
RDP on finish block to investigate appx builds","branch":"nano_support","isTag":false,"commitId":"655c667aebbc331eb4d70f590a753a0d33106598","authorName":"Dan
|
54
|
+
Webb","authorUsername":"damacus","committerName":"Dan Webb","committerUsername":"damacus","committed":"2016-09-29T08:55:33+00:00","messages":[],"status":"failed","started":"2016-09-29T08:56:15.9710071+00:00","finished":"2016-09-29T09:05:35.6157383+00:00","created":"2016-09-29T08:56:07.8554634+00:00","updated":"2016-09-29T09:05:35.6157383+00:00"}],"name":"asp_core","slug":"asp-core","repositoryType":"gitHub","repositoryScm":"git","repositoryName":"damacus/asp_core","repositoryBranch":"master","isPrivate":false,"skipBranchesWithoutAppveyorYml":false,"enableSecureVariablesInPullRequests":false,"enableSecureVariablesInPullRequestsFromSameRepo":false,"enableDeploymentInPullRequests":false,"rollingBuilds":false,"alwaysBuildClosedPullRequests":false,"tags":"","nuGetFeed":{"id":"asp-core-h5xetiofx5yx","name":"Project
|
55
|
+
asp_core","publishingEnabled":false,"created":"2016-09-07T12:38:21.5420578+00:00"},"securityDescriptor":{"accessRightDefinitions":[{"name":"View","description":"View"},{"name":"RunBuild","description":"Run
|
56
|
+
build"},{"name":"Update","description":"Update settings"},{"name":"Delete","description":"Delete
|
57
|
+
project"}],"roleAces":[{"roleId":53960,"name":"Administrator","isAdmin":true,"accessRights":[{"name":"View","allowed":true},{"name":"RunBuild","allowed":true},{"name":"Update","allowed":true},{"name":"Delete","allowed":true}]},{"roleId":53961,"name":"User","isAdmin":false,"accessRights":[{"name":"View"},{"name":"RunBuild"},{"name":"Update"},{"name":"Delete"}]}]},"created":"2016-09-07T12:38:20.0733228+00:00","updated":"2016-09-07T12:45:38.9804946+00:00"}]'
|
58
|
+
http_version:
|
59
|
+
recorded_at: Wed, 30 Nov 2016 14:53:04 GMT
|
60
|
+
- request:
|
61
|
+
method: get
|
62
|
+
uri: https://ci.appveyor.com/api/projects
|
63
|
+
body:
|
64
|
+
encoding: US-ASCII
|
65
|
+
string: ''
|
66
|
+
headers:
|
67
|
+
Accept:
|
68
|
+
- application/json
|
69
|
+
Authorization:
|
70
|
+
- Bearer <APPVEYOR_API_KEY>
|
71
|
+
User-Agent:
|
72
|
+
- Faraday v0.9.2
|
73
|
+
Accept-Encoding:
|
74
|
+
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
75
|
+
response:
|
76
|
+
status:
|
77
|
+
code: 200
|
78
|
+
message: OK
|
79
|
+
headers:
|
80
|
+
Cache-Control:
|
81
|
+
- no-cache
|
82
|
+
Pragma:
|
83
|
+
- no-cache
|
84
|
+
Content-Type:
|
85
|
+
- application/json; charset=utf-8
|
86
|
+
Expires:
|
87
|
+
- "-1"
|
88
|
+
Server:
|
89
|
+
- Microsoft-IIS/8.5
|
90
|
+
X-Aspnet-Version:
|
91
|
+
- 4.0.30319
|
92
|
+
X-Powered-By:
|
93
|
+
- ASP.NET
|
94
|
+
Date:
|
95
|
+
- Wed, 30 Nov 2016 15:12:26 GMT
|
96
|
+
Content-Length:
|
97
|
+
- '5747'
|
98
|
+
body:
|
99
|
+
encoding: UTF-8
|
100
|
+
string: '[{"projectId":223829,"accountId":33256,"accountName":"damacus","builds":[{"buildId":5907305,"jobs":[],"buildNumber":45,"version":"1.0.45","message":"Merge
|
101
|
+
branch ''master'' of github.com:damacus/chef-appveyor-ci","branch":"master","isTag":false,"commitId":"40e8d0d01b635ccea95c08ec3ecf72cca44af312","authorName":"Dan
|
102
|
+
Webb","authorUsername":"damacus","committerName":"Dan Webb","committerUsername":"damacus","committed":"2016-11-30T11:52:59+00:00","messages":[],"status":"success","started":"2016-11-30T11:53:22.57891+00:00","finished":"2016-11-30T11:55:56.7281495+00:00","created":"2016-11-30T11:53:12.5008694+00:00","updated":"2016-11-30T11:55:56.7281495+00:00"}],"name":"chef-appveyor-ci","slug":"chef-appveyor-ci","repositoryType":"gitHub","repositoryScm":"git","repositoryName":"damacus/chef-appveyor-ci","repositoryBranch":"master","isPrivate":false,"skipBranchesWithoutAppveyorYml":false,"enableSecureVariablesInPullRequests":false,"enableSecureVariablesInPullRequestsFromSameRepo":false,"enableDeploymentInPullRequests":false,"rollingBuilds":false,"alwaysBuildClosedPullRequests":false,"tags":"","nuGetFeed":{"id":"chef-appveyor-ci-t9dx8kkf68cy","name":"Project
|
103
|
+
chef-appveyor-ci","publishingEnabled":false,"created":"2016-08-11T13:00:47.2683649+00:00"},"securityDescriptor":{"accessRightDefinitions":[{"name":"View","description":"View"},{"name":"RunBuild","description":"Run
|
104
|
+
build"},{"name":"Update","description":"Update settings"},{"name":"Delete","description":"Delete
|
105
|
+
project"}],"roleAces":[{"roleId":53960,"name":"Administrator","isAdmin":true,"accessRights":[{"name":"View","allowed":true},{"name":"RunBuild","allowed":true},{"name":"Update","allowed":true},{"name":"Delete","allowed":true}]},{"roleId":53961,"name":"User","isAdmin":false,"accessRights":[{"name":"View"},{"name":"RunBuild"},{"name":"Update"},{"name":"Delete"}]}]},"created":"2016-08-11T13:00:44.7683556+00:00","updated":"2016-11-30T11:25:35.9577611+00:00"},{"projectId":253781,"accountId":33256,"accountName":"damacus","builds":[{"buildId":5827807,"jobs":[],"buildNumber":17,"version":"1.0.17","message":"Rubocopping","branch":"custom_resource","isTag":false,"commitId":"1a5dcedd40582a4ae9e1d39017c0d4ea80e4212d","authorName":"Dan
|
106
|
+
Webb","authorUsername":"damacus","committerName":"Dan Webb","committerUsername":"damacus","committed":"2016-11-23T23:13:26+00:00","messages":[],"status":"success","started":"2016-11-23T23:14:00.0819882+00:00","finished":"2016-11-23T23:16:09.0466691+00:00","created":"2016-11-23T23:13:53.5210388+00:00","updated":"2016-11-23T23:16:09.0466691+00:00"}],"name":"chef-opsview-client","slug":"chef-opsview-client","repositoryType":"gitHub","repositoryScm":"git","repositoryName":"damacus/chef-opsview-client","repositoryBranch":"custom_resource","isPrivate":false,"skipBranchesWithoutAppveyorYml":false,"enableSecureVariablesInPullRequests":false,"enableSecureVariablesInPullRequestsFromSameRepo":false,"enableDeploymentInPullRequests":false,"rollingBuilds":false,"alwaysBuildClosedPullRequests":false,"tags":"","nuGetFeed":{"id":"chef-opsview-client-h4ujwyhcqlss","name":"Project
|
107
|
+
chef-opsview-client","publishingEnabled":false,"created":"2016-11-13T14:31:03.3641232+00:00"},"securityDescriptor":{"accessRightDefinitions":[{"name":"View","description":"View"},{"name":"RunBuild","description":"Run
|
108
|
+
build"},{"name":"Update","description":"Update settings"},{"name":"Delete","description":"Delete
|
109
|
+
project"}],"roleAces":[{"roleId":53960,"name":"Administrator","isAdmin":true,"accessRights":[{"name":"View","allowed":true},{"name":"RunBuild","allowed":true},{"name":"Update","allowed":true},{"name":"Delete","allowed":true}]},{"roleId":53961,"name":"User","isAdmin":false,"accessRights":[{"name":"View"},{"name":"RunBuild"},{"name":"Update"},{"name":"Delete"}]}]},"created":"2016-11-13T14:31:01.25483+00:00","updated":"2016-11-13T14:31:39.8699239+00:00"},{"projectId":232326,"accountId":33256,"accountName":"damacus","builds":[{"buildId":5083538,"jobs":[],"buildNumber":36,"version":"1.0.36","message":"Add
|
110
|
+
RDP on finish block to investigate appx builds","branch":"nano_support","isTag":false,"commitId":"655c667aebbc331eb4d70f590a753a0d33106598","authorName":"Dan
|
111
|
+
Webb","authorUsername":"damacus","committerName":"Dan Webb","committerUsername":"damacus","committed":"2016-09-29T08:55:33+00:00","messages":[],"status":"failed","started":"2016-09-29T08:56:15.9710071+00:00","finished":"2016-09-29T09:05:35.6157383+00:00","created":"2016-09-29T08:56:07.8554634+00:00","updated":"2016-09-29T09:05:35.6157383+00:00"}],"name":"asp_core","slug":"asp-core","repositoryType":"gitHub","repositoryScm":"git","repositoryName":"damacus/asp_core","repositoryBranch":"master","isPrivate":false,"skipBranchesWithoutAppveyorYml":false,"enableSecureVariablesInPullRequests":false,"enableSecureVariablesInPullRequestsFromSameRepo":false,"enableDeploymentInPullRequests":false,"rollingBuilds":false,"alwaysBuildClosedPullRequests":false,"tags":"","nuGetFeed":{"id":"asp-core-h5xetiofx5yx","name":"Project
|
112
|
+
asp_core","publishingEnabled":false,"created":"2016-09-07T12:38:21.5420578+00:00"},"securityDescriptor":{"accessRightDefinitions":[{"name":"View","description":"View"},{"name":"RunBuild","description":"Run
|
113
|
+
build"},{"name":"Update","description":"Update settings"},{"name":"Delete","description":"Delete
|
114
|
+
project"}],"roleAces":[{"roleId":53960,"name":"Administrator","isAdmin":true,"accessRights":[{"name":"View","allowed":true},{"name":"RunBuild","allowed":true},{"name":"Update","allowed":true},{"name":"Delete","allowed":true}]},{"roleId":53961,"name":"User","isAdmin":false,"accessRights":[{"name":"View"},{"name":"RunBuild"},{"name":"Update"},{"name":"Delete"}]}]},"created":"2016-09-07T12:38:20.0733228+00:00","updated":"2016-09-07T12:45:38.9804946+00:00"}]'
|
115
|
+
http_version:
|
116
|
+
recorded_at: Wed, 30 Nov 2016 15:12:27 GMT
|
117
|
+
- request:
|
118
|
+
method: get
|
119
|
+
uri: https://ci.appveyor.com/api/projects
|
120
|
+
body:
|
121
|
+
encoding: US-ASCII
|
122
|
+
string: ''
|
123
|
+
headers:
|
124
|
+
Accept:
|
125
|
+
- application/json
|
126
|
+
Authorization:
|
127
|
+
- Bearer <APPVEYOR_API_KEY>
|
128
|
+
User-Agent:
|
129
|
+
- Faraday v0.9.2
|
130
|
+
Accept-Encoding:
|
131
|
+
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
132
|
+
response:
|
133
|
+
status:
|
134
|
+
code: 200
|
135
|
+
message: OK
|
136
|
+
headers:
|
137
|
+
Cache-Control:
|
138
|
+
- no-cache
|
139
|
+
Pragma:
|
140
|
+
- no-cache
|
141
|
+
Content-Type:
|
142
|
+
- application/json; charset=utf-8
|
143
|
+
Expires:
|
144
|
+
- "-1"
|
145
|
+
Server:
|
146
|
+
- Microsoft-IIS/8.5
|
147
|
+
X-Aspnet-Version:
|
148
|
+
- 4.0.30319
|
149
|
+
X-Powered-By:
|
150
|
+
- ASP.NET
|
151
|
+
Date:
|
152
|
+
- Wed, 30 Nov 2016 15:12:55 GMT
|
153
|
+
Content-Length:
|
154
|
+
- '5747'
|
155
|
+
body:
|
156
|
+
encoding: UTF-8
|
157
|
+
string: '[{"projectId":223829,"accountId":33256,"accountName":"damacus","builds":[{"buildId":5907305,"jobs":[],"buildNumber":45,"version":"1.0.45","message":"Merge
|
158
|
+
branch ''master'' of github.com:damacus/chef-appveyor-ci","branch":"master","isTag":false,"commitId":"40e8d0d01b635ccea95c08ec3ecf72cca44af312","authorName":"Dan
|
159
|
+
Webb","authorUsername":"damacus","committerName":"Dan Webb","committerUsername":"damacus","committed":"2016-11-30T11:52:59+00:00","messages":[],"status":"success","started":"2016-11-30T11:53:22.57891+00:00","finished":"2016-11-30T11:55:56.7281495+00:00","created":"2016-11-30T11:53:12.5008694+00:00","updated":"2016-11-30T11:55:56.7281495+00:00"}],"name":"chef-appveyor-ci","slug":"chef-appveyor-ci","repositoryType":"gitHub","repositoryScm":"git","repositoryName":"damacus/chef-appveyor-ci","repositoryBranch":"master","isPrivate":false,"skipBranchesWithoutAppveyorYml":false,"enableSecureVariablesInPullRequests":false,"enableSecureVariablesInPullRequestsFromSameRepo":false,"enableDeploymentInPullRequests":false,"rollingBuilds":false,"alwaysBuildClosedPullRequests":false,"tags":"","nuGetFeed":{"id":"chef-appveyor-ci-t9dx8kkf68cy","name":"Project
|
160
|
+
chef-appveyor-ci","publishingEnabled":false,"created":"2016-08-11T13:00:47.2683649+00:00"},"securityDescriptor":{"accessRightDefinitions":[{"name":"View","description":"View"},{"name":"RunBuild","description":"Run
|
161
|
+
build"},{"name":"Update","description":"Update settings"},{"name":"Delete","description":"Delete
|
162
|
+
project"}],"roleAces":[{"roleId":53960,"name":"Administrator","isAdmin":true,"accessRights":[{"name":"View","allowed":true},{"name":"RunBuild","allowed":true},{"name":"Update","allowed":true},{"name":"Delete","allowed":true}]},{"roleId":53961,"name":"User","isAdmin":false,"accessRights":[{"name":"View"},{"name":"RunBuild"},{"name":"Update"},{"name":"Delete"}]}]},"created":"2016-08-11T13:00:44.7683556+00:00","updated":"2016-11-30T11:25:35.9577611+00:00"},{"projectId":253781,"accountId":33256,"accountName":"damacus","builds":[{"buildId":5827807,"jobs":[],"buildNumber":17,"version":"1.0.17","message":"Rubocopping","branch":"custom_resource","isTag":false,"commitId":"1a5dcedd40582a4ae9e1d39017c0d4ea80e4212d","authorName":"Dan
|
163
|
+
Webb","authorUsername":"damacus","committerName":"Dan Webb","committerUsername":"damacus","committed":"2016-11-23T23:13:26+00:00","messages":[],"status":"success","started":"2016-11-23T23:14:00.0819882+00:00","finished":"2016-11-23T23:16:09.0466691+00:00","created":"2016-11-23T23:13:53.5210388+00:00","updated":"2016-11-23T23:16:09.0466691+00:00"}],"name":"chef-opsview-client","slug":"chef-opsview-client","repositoryType":"gitHub","repositoryScm":"git","repositoryName":"damacus/chef-opsview-client","repositoryBranch":"custom_resource","isPrivate":false,"skipBranchesWithoutAppveyorYml":false,"enableSecureVariablesInPullRequests":false,"enableSecureVariablesInPullRequestsFromSameRepo":false,"enableDeploymentInPullRequests":false,"rollingBuilds":false,"alwaysBuildClosedPullRequests":false,"tags":"","nuGetFeed":{"id":"chef-opsview-client-h4ujwyhcqlss","name":"Project
|
164
|
+
chef-opsview-client","publishingEnabled":false,"created":"2016-11-13T14:31:03.3641232+00:00"},"securityDescriptor":{"accessRightDefinitions":[{"name":"View","description":"View"},{"name":"RunBuild","description":"Run
|
165
|
+
build"},{"name":"Update","description":"Update settings"},{"name":"Delete","description":"Delete
|
166
|
+
project"}],"roleAces":[{"roleId":53960,"name":"Administrator","isAdmin":true,"accessRights":[{"name":"View","allowed":true},{"name":"RunBuild","allowed":true},{"name":"Update","allowed":true},{"name":"Delete","allowed":true}]},{"roleId":53961,"name":"User","isAdmin":false,"accessRights":[{"name":"View"},{"name":"RunBuild"},{"name":"Update"},{"name":"Delete"}]}]},"created":"2016-11-13T14:31:01.25483+00:00","updated":"2016-11-13T14:31:39.8699239+00:00"},{"projectId":232326,"accountId":33256,"accountName":"damacus","builds":[{"buildId":5083538,"jobs":[],"buildNumber":36,"version":"1.0.36","message":"Add
|
167
|
+
RDP on finish block to investigate appx builds","branch":"nano_support","isTag":false,"commitId":"655c667aebbc331eb4d70f590a753a0d33106598","authorName":"Dan
|
168
|
+
Webb","authorUsername":"damacus","committerName":"Dan Webb","committerUsername":"damacus","committed":"2016-09-29T08:55:33+00:00","messages":[],"status":"failed","started":"2016-09-29T08:56:15.9710071+00:00","finished":"2016-09-29T09:05:35.6157383+00:00","created":"2016-09-29T08:56:07.8554634+00:00","updated":"2016-09-29T09:05:35.6157383+00:00"}],"name":"asp_core","slug":"asp-core","repositoryType":"gitHub","repositoryScm":"git","repositoryName":"damacus/asp_core","repositoryBranch":"master","isPrivate":false,"skipBranchesWithoutAppveyorYml":false,"enableSecureVariablesInPullRequests":false,"enableSecureVariablesInPullRequestsFromSameRepo":false,"enableDeploymentInPullRequests":false,"rollingBuilds":false,"alwaysBuildClosedPullRequests":false,"tags":"","nuGetFeed":{"id":"asp-core-h5xetiofx5yx","name":"Project
|
169
|
+
asp_core","publishingEnabled":false,"created":"2016-09-07T12:38:21.5420578+00:00"},"securityDescriptor":{"accessRightDefinitions":[{"name":"View","description":"View"},{"name":"RunBuild","description":"Run
|
170
|
+
build"},{"name":"Update","description":"Update settings"},{"name":"Delete","description":"Delete
|
171
|
+
project"}],"roleAces":[{"roleId":53960,"name":"Administrator","isAdmin":true,"accessRights":[{"name":"View","allowed":true},{"name":"RunBuild","allowed":true},{"name":"Update","allowed":true},{"name":"Delete","allowed":true}]},{"roleId":53961,"name":"User","isAdmin":false,"accessRights":[{"name":"View"},{"name":"RunBuild"},{"name":"Update"},{"name":"Delete"}]}]},"created":"2016-09-07T12:38:20.0733228+00:00","updated":"2016-09-07T12:45:38.9804946+00:00"}]'
|
172
|
+
http_version:
|
173
|
+
recorded_at: Wed, 30 Nov 2016 15:12:55 GMT
|
174
|
+
- request:
|
175
|
+
method: get
|
176
|
+
uri: https://ci.appveyor.com/api/projects
|
177
|
+
body:
|
178
|
+
encoding: US-ASCII
|
179
|
+
string: ''
|
180
|
+
headers:
|
181
|
+
Accept:
|
182
|
+
- application/json
|
183
|
+
Authorization:
|
184
|
+
- Bearer <APPVEYOR_API_KEY>
|
185
|
+
User-Agent:
|
186
|
+
- Faraday v0.9.2
|
187
|
+
Accept-Encoding:
|
188
|
+
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
189
|
+
response:
|
190
|
+
status:
|
191
|
+
code: 200
|
192
|
+
message: OK
|
193
|
+
headers:
|
194
|
+
Cache-Control:
|
195
|
+
- no-cache
|
196
|
+
Pragma:
|
197
|
+
- no-cache
|
198
|
+
Content-Type:
|
199
|
+
- application/json; charset=utf-8
|
200
|
+
Expires:
|
201
|
+
- "-1"
|
202
|
+
Server:
|
203
|
+
- Microsoft-IIS/8.5
|
204
|
+
X-Aspnet-Version:
|
205
|
+
- 4.0.30319
|
206
|
+
X-Powered-By:
|
207
|
+
- ASP.NET
|
208
|
+
Date:
|
209
|
+
- Wed, 30 Nov 2016 15:13:24 GMT
|
210
|
+
Content-Length:
|
211
|
+
- '5747'
|
212
|
+
body:
|
213
|
+
encoding: UTF-8
|
214
|
+
string: '[{"projectId":223829,"accountId":33256,"accountName":"damacus","builds":[{"buildId":5907305,"jobs":[],"buildNumber":45,"version":"1.0.45","message":"Merge
|
215
|
+
branch ''master'' of github.com:damacus/chef-appveyor-ci","branch":"master","isTag":false,"commitId":"40e8d0d01b635ccea95c08ec3ecf72cca44af312","authorName":"Dan
|
216
|
+
Webb","authorUsername":"damacus","committerName":"Dan Webb","committerUsername":"damacus","committed":"2016-11-30T11:52:59+00:00","messages":[],"status":"success","started":"2016-11-30T11:53:22.57891+00:00","finished":"2016-11-30T11:55:56.7281495+00:00","created":"2016-11-30T11:53:12.5008694+00:00","updated":"2016-11-30T11:55:56.7281495+00:00"}],"name":"chef-appveyor-ci","slug":"chef-appveyor-ci","repositoryType":"gitHub","repositoryScm":"git","repositoryName":"damacus/chef-appveyor-ci","repositoryBranch":"master","isPrivate":false,"skipBranchesWithoutAppveyorYml":false,"enableSecureVariablesInPullRequests":false,"enableSecureVariablesInPullRequestsFromSameRepo":false,"enableDeploymentInPullRequests":false,"rollingBuilds":false,"alwaysBuildClosedPullRequests":false,"tags":"","nuGetFeed":{"id":"chef-appveyor-ci-t9dx8kkf68cy","name":"Project
|
217
|
+
chef-appveyor-ci","publishingEnabled":false,"created":"2016-08-11T13:00:47.2683649+00:00"},"securityDescriptor":{"accessRightDefinitions":[{"name":"View","description":"View"},{"name":"RunBuild","description":"Run
|
218
|
+
build"},{"name":"Update","description":"Update settings"},{"name":"Delete","description":"Delete
|
219
|
+
project"}],"roleAces":[{"roleId":53960,"name":"Administrator","isAdmin":true,"accessRights":[{"name":"View","allowed":true},{"name":"RunBuild","allowed":true},{"name":"Update","allowed":true},{"name":"Delete","allowed":true}]},{"roleId":53961,"name":"User","isAdmin":false,"accessRights":[{"name":"View"},{"name":"RunBuild"},{"name":"Update"},{"name":"Delete"}]}]},"created":"2016-08-11T13:00:44.7683556+00:00","updated":"2016-11-30T11:25:35.9577611+00:00"},{"projectId":253781,"accountId":33256,"accountName":"damacus","builds":[{"buildId":5827807,"jobs":[],"buildNumber":17,"version":"1.0.17","message":"Rubocopping","branch":"custom_resource","isTag":false,"commitId":"1a5dcedd40582a4ae9e1d39017c0d4ea80e4212d","authorName":"Dan
|
220
|
+
Webb","authorUsername":"damacus","committerName":"Dan Webb","committerUsername":"damacus","committed":"2016-11-23T23:13:26+00:00","messages":[],"status":"success","started":"2016-11-23T23:14:00.0819882+00:00","finished":"2016-11-23T23:16:09.0466691+00:00","created":"2016-11-23T23:13:53.5210388+00:00","updated":"2016-11-23T23:16:09.0466691+00:00"}],"name":"chef-opsview-client","slug":"chef-opsview-client","repositoryType":"gitHub","repositoryScm":"git","repositoryName":"damacus/chef-opsview-client","repositoryBranch":"custom_resource","isPrivate":false,"skipBranchesWithoutAppveyorYml":false,"enableSecureVariablesInPullRequests":false,"enableSecureVariablesInPullRequestsFromSameRepo":false,"enableDeploymentInPullRequests":false,"rollingBuilds":false,"alwaysBuildClosedPullRequests":false,"tags":"","nuGetFeed":{"id":"chef-opsview-client-h4ujwyhcqlss","name":"Project
|
221
|
+
chef-opsview-client","publishingEnabled":false,"created":"2016-11-13T14:31:03.3641232+00:00"},"securityDescriptor":{"accessRightDefinitions":[{"name":"View","description":"View"},{"name":"RunBuild","description":"Run
|
222
|
+
build"},{"name":"Update","description":"Update settings"},{"name":"Delete","description":"Delete
|
223
|
+
project"}],"roleAces":[{"roleId":53960,"name":"Administrator","isAdmin":true,"accessRights":[{"name":"View","allowed":true},{"name":"RunBuild","allowed":true},{"name":"Update","allowed":true},{"name":"Delete","allowed":true}]},{"roleId":53961,"name":"User","isAdmin":false,"accessRights":[{"name":"View"},{"name":"RunBuild"},{"name":"Update"},{"name":"Delete"}]}]},"created":"2016-11-13T14:31:01.25483+00:00","updated":"2016-11-13T14:31:39.8699239+00:00"},{"projectId":232326,"accountId":33256,"accountName":"damacus","builds":[{"buildId":5083538,"jobs":[],"buildNumber":36,"version":"1.0.36","message":"Add
|
224
|
+
RDP on finish block to investigate appx builds","branch":"nano_support","isTag":false,"commitId":"655c667aebbc331eb4d70f590a753a0d33106598","authorName":"Dan
|
225
|
+
Webb","authorUsername":"damacus","committerName":"Dan Webb","committerUsername":"damacus","committed":"2016-09-29T08:55:33+00:00","messages":[],"status":"failed","started":"2016-09-29T08:56:15.9710071+00:00","finished":"2016-09-29T09:05:35.6157383+00:00","created":"2016-09-29T08:56:07.8554634+00:00","updated":"2016-09-29T09:05:35.6157383+00:00"}],"name":"asp_core","slug":"asp-core","repositoryType":"gitHub","repositoryScm":"git","repositoryName":"damacus/asp_core","repositoryBranch":"master","isPrivate":false,"skipBranchesWithoutAppveyorYml":false,"enableSecureVariablesInPullRequests":false,"enableSecureVariablesInPullRequestsFromSameRepo":false,"enableDeploymentInPullRequests":false,"rollingBuilds":false,"alwaysBuildClosedPullRequests":false,"tags":"","nuGetFeed":{"id":"asp-core-h5xetiofx5yx","name":"Project
|
226
|
+
asp_core","publishingEnabled":false,"created":"2016-09-07T12:38:21.5420578+00:00"},"securityDescriptor":{"accessRightDefinitions":[{"name":"View","description":"View"},{"name":"RunBuild","description":"Run
|
227
|
+
build"},{"name":"Update","description":"Update settings"},{"name":"Delete","description":"Delete
|
228
|
+
project"}],"roleAces":[{"roleId":53960,"name":"Administrator","isAdmin":true,"accessRights":[{"name":"View","allowed":true},{"name":"RunBuild","allowed":true},{"name":"Update","allowed":true},{"name":"Delete","allowed":true}]},{"roleId":53961,"name":"User","isAdmin":false,"accessRights":[{"name":"View"},{"name":"RunBuild"},{"name":"Update"},{"name":"Delete"}]}]},"created":"2016-09-07T12:38:20.0733228+00:00","updated":"2016-09-07T12:45:38.9804946+00:00"}]'
|
229
|
+
http_version:
|
230
|
+
recorded_at: Wed, 30 Nov 2016 15:13:25 GMT
|
231
|
+
- request:
|
232
|
+
method: get
|
233
|
+
uri: https://ci.appveyor.com/api/projects
|
234
|
+
body:
|
235
|
+
encoding: US-ASCII
|
236
|
+
string: ''
|
237
|
+
headers:
|
238
|
+
Accept:
|
239
|
+
- application/json
|
240
|
+
Authorization:
|
241
|
+
- Bearer <APPVEYOR_API_KEY>
|
242
|
+
User-Agent:
|
243
|
+
- Faraday v0.9.2
|
244
|
+
Accept-Encoding:
|
245
|
+
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
246
|
+
response:
|
247
|
+
status:
|
248
|
+
code: 200
|
249
|
+
message: OK
|
250
|
+
headers:
|
251
|
+
Cache-Control:
|
252
|
+
- no-cache
|
253
|
+
Pragma:
|
254
|
+
- no-cache
|
255
|
+
Content-Type:
|
256
|
+
- application/json; charset=utf-8
|
257
|
+
Expires:
|
258
|
+
- "-1"
|
259
|
+
Server:
|
260
|
+
- Microsoft-IIS/8.5
|
261
|
+
X-Aspnet-Version:
|
262
|
+
- 4.0.30319
|
263
|
+
X-Powered-By:
|
264
|
+
- ASP.NET
|
265
|
+
Date:
|
266
|
+
- Wed, 30 Nov 2016 15:14:40 GMT
|
267
|
+
Content-Length:
|
268
|
+
- '5747'
|
269
|
+
body:
|
270
|
+
encoding: UTF-8
|
271
|
+
string: '[{"projectId":223829,"accountId":33256,"accountName":"damacus","builds":[{"buildId":5907305,"jobs":[],"buildNumber":45,"version":"1.0.45","message":"Merge
|
272
|
+
branch ''master'' of github.com:damacus/chef-appveyor-ci","branch":"master","isTag":false,"commitId":"40e8d0d01b635ccea95c08ec3ecf72cca44af312","authorName":"Dan
|
273
|
+
Webb","authorUsername":"damacus","committerName":"Dan Webb","committerUsername":"damacus","committed":"2016-11-30T11:52:59+00:00","messages":[],"status":"success","started":"2016-11-30T11:53:22.57891+00:00","finished":"2016-11-30T11:55:56.7281495+00:00","created":"2016-11-30T11:53:12.5008694+00:00","updated":"2016-11-30T11:55:56.7281495+00:00"}],"name":"chef-appveyor-ci","slug":"chef-appveyor-ci","repositoryType":"gitHub","repositoryScm":"git","repositoryName":"damacus/chef-appveyor-ci","repositoryBranch":"master","isPrivate":false,"skipBranchesWithoutAppveyorYml":false,"enableSecureVariablesInPullRequests":false,"enableSecureVariablesInPullRequestsFromSameRepo":false,"enableDeploymentInPullRequests":false,"rollingBuilds":false,"alwaysBuildClosedPullRequests":false,"tags":"","nuGetFeed":{"id":"chef-appveyor-ci-t9dx8kkf68cy","name":"Project
|
274
|
+
chef-appveyor-ci","publishingEnabled":false,"created":"2016-08-11T13:00:47.2683649+00:00"},"securityDescriptor":{"accessRightDefinitions":[{"name":"View","description":"View"},{"name":"RunBuild","description":"Run
|
275
|
+
build"},{"name":"Update","description":"Update settings"},{"name":"Delete","description":"Delete
|
276
|
+
project"}],"roleAces":[{"roleId":53960,"name":"Administrator","isAdmin":true,"accessRights":[{"name":"View","allowed":true},{"name":"RunBuild","allowed":true},{"name":"Update","allowed":true},{"name":"Delete","allowed":true}]},{"roleId":53961,"name":"User","isAdmin":false,"accessRights":[{"name":"View"},{"name":"RunBuild"},{"name":"Update"},{"name":"Delete"}]}]},"created":"2016-08-11T13:00:44.7683556+00:00","updated":"2016-11-30T11:25:35.9577611+00:00"},{"projectId":253781,"accountId":33256,"accountName":"damacus","builds":[{"buildId":5827807,"jobs":[],"buildNumber":17,"version":"1.0.17","message":"Rubocopping","branch":"custom_resource","isTag":false,"commitId":"1a5dcedd40582a4ae9e1d39017c0d4ea80e4212d","authorName":"Dan
|
277
|
+
Webb","authorUsername":"damacus","committerName":"Dan Webb","committerUsername":"damacus","committed":"2016-11-23T23:13:26+00:00","messages":[],"status":"success","started":"2016-11-23T23:14:00.0819882+00:00","finished":"2016-11-23T23:16:09.0466691+00:00","created":"2016-11-23T23:13:53.5210388+00:00","updated":"2016-11-23T23:16:09.0466691+00:00"}],"name":"chef-opsview-client","slug":"chef-opsview-client","repositoryType":"gitHub","repositoryScm":"git","repositoryName":"damacus/chef-opsview-client","repositoryBranch":"custom_resource","isPrivate":false,"skipBranchesWithoutAppveyorYml":false,"enableSecureVariablesInPullRequests":false,"enableSecureVariablesInPullRequestsFromSameRepo":false,"enableDeploymentInPullRequests":false,"rollingBuilds":false,"alwaysBuildClosedPullRequests":false,"tags":"","nuGetFeed":{"id":"chef-opsview-client-h4ujwyhcqlss","name":"Project
|
278
|
+
chef-opsview-client","publishingEnabled":false,"created":"2016-11-13T14:31:03.3641232+00:00"},"securityDescriptor":{"accessRightDefinitions":[{"name":"View","description":"View"},{"name":"RunBuild","description":"Run
|
279
|
+
build"},{"name":"Update","description":"Update settings"},{"name":"Delete","description":"Delete
|
280
|
+
project"}],"roleAces":[{"roleId":53960,"name":"Administrator","isAdmin":true,"accessRights":[{"name":"View","allowed":true},{"name":"RunBuild","allowed":true},{"name":"Update","allowed":true},{"name":"Delete","allowed":true}]},{"roleId":53961,"name":"User","isAdmin":false,"accessRights":[{"name":"View"},{"name":"RunBuild"},{"name":"Update"},{"name":"Delete"}]}]},"created":"2016-11-13T14:31:01.25483+00:00","updated":"2016-11-13T14:31:39.8699239+00:00"},{"projectId":232326,"accountId":33256,"accountName":"damacus","builds":[{"buildId":5083538,"jobs":[],"buildNumber":36,"version":"1.0.36","message":"Add
|
281
|
+
RDP on finish block to investigate appx builds","branch":"nano_support","isTag":false,"commitId":"655c667aebbc331eb4d70f590a753a0d33106598","authorName":"Dan
|
282
|
+
Webb","authorUsername":"damacus","committerName":"Dan Webb","committerUsername":"damacus","committed":"2016-09-29T08:55:33+00:00","messages":[],"status":"failed","started":"2016-09-29T08:56:15.9710071+00:00","finished":"2016-09-29T09:05:35.6157383+00:00","created":"2016-09-29T08:56:07.8554634+00:00","updated":"2016-09-29T09:05:35.6157383+00:00"}],"name":"asp_core","slug":"asp-core","repositoryType":"gitHub","repositoryScm":"git","repositoryName":"damacus/asp_core","repositoryBranch":"master","isPrivate":false,"skipBranchesWithoutAppveyorYml":false,"enableSecureVariablesInPullRequests":false,"enableSecureVariablesInPullRequestsFromSameRepo":false,"enableDeploymentInPullRequests":false,"rollingBuilds":false,"alwaysBuildClosedPullRequests":false,"tags":"","nuGetFeed":{"id":"asp-core-h5xetiofx5yx","name":"Project
|
283
|
+
asp_core","publishingEnabled":false,"created":"2016-09-07T12:38:21.5420578+00:00"},"securityDescriptor":{"accessRightDefinitions":[{"name":"View","description":"View"},{"name":"RunBuild","description":"Run
|
284
|
+
build"},{"name":"Update","description":"Update settings"},{"name":"Delete","description":"Delete
|
285
|
+
project"}],"roleAces":[{"roleId":53960,"name":"Administrator","isAdmin":true,"accessRights":[{"name":"View","allowed":true},{"name":"RunBuild","allowed":true},{"name":"Update","allowed":true},{"name":"Delete","allowed":true}]},{"roleId":53961,"name":"User","isAdmin":false,"accessRights":[{"name":"View"},{"name":"RunBuild"},{"name":"Update"},{"name":"Delete"}]}]},"created":"2016-09-07T12:38:20.0733228+00:00","updated":"2016-09-07T12:45:38.9804946+00:00"}]'
|
286
|
+
http_version:
|
287
|
+
recorded_at: Wed, 30 Nov 2016 15:14:41 GMT
|
288
|
+
recorded_with: VCR 3.0.3
|
@@ -0,0 +1,49 @@
|
|
1
|
+
---
|
2
|
+
http_interactions:
|
3
|
+
- request:
|
4
|
+
method: put
|
5
|
+
uri: https://ci.appveyor.com/api/environments
|
6
|
+
body:
|
7
|
+
encoding: UTF-8
|
8
|
+
string: '{"deploymentEnvironmentId":11400,"name":"production","provider":"FTP","settings":{"providerSettings":[{"name":"server","value":{"value":"ftp.acme.com","isEncrypted":false}},{"name":"username","value":{"value":"ftp-user","isEncrypted":false}},{"name":"password","value":{"value":"password","isEncrypted":true}}],"environmentVariables":[{"name":"my-var","value":{"value":"123","isEncrypted":false}}]}}'
|
9
|
+
headers:
|
10
|
+
Accept:
|
11
|
+
- application/json
|
12
|
+
Authorization:
|
13
|
+
- Bearer <APPVEYOR_API_KEY>
|
14
|
+
User-Agent:
|
15
|
+
- Faraday v0.9.2
|
16
|
+
Content-Type:
|
17
|
+
- application/json
|
18
|
+
Accept-Encoding:
|
19
|
+
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
20
|
+
response:
|
21
|
+
status:
|
22
|
+
code: 200
|
23
|
+
message: OK
|
24
|
+
headers:
|
25
|
+
Cache-Control:
|
26
|
+
- no-cache
|
27
|
+
Pragma:
|
28
|
+
- no-cache
|
29
|
+
Content-Type:
|
30
|
+
- application/json; charset=utf-8
|
31
|
+
Expires:
|
32
|
+
- "-1"
|
33
|
+
Server:
|
34
|
+
- Microsoft-IIS/8.5
|
35
|
+
X-Aspnet-Version:
|
36
|
+
- 4.0.30319
|
37
|
+
X-Powered-By:
|
38
|
+
- ASP.NET
|
39
|
+
Date:
|
40
|
+
- Tue, 18 Oct 2016 12:47:30 GMT
|
41
|
+
Content-Length:
|
42
|
+
- '1174'
|
43
|
+
body:
|
44
|
+
encoding: UTF-8
|
45
|
+
string: '{"deploymentEnvironmentId":11400,"accountId":33256,"name":"production","provider":"FTP","environmentAccessKey":"wm4ya9ywjayk39t5","settings":{"providerSettings":[{"name":"server","value":{"isEncrypted":false,"value":"ftp.acme.com"}},{"name":"username","value":{"isEncrypted":false,"value":"ftp-user"}},{"name":"password","value":{"isEncrypted":true,"value":"password"}}],"environmentVariables":[{"name":"my-var","value":{"isEncrypted":false,"value":"123"}}],"notifications":[]},"projectsMode":0,"selectedProjects":[],"securityDescriptor":{"accessRightDefinitions":[{"name":"View","description":"View"},{"name":"Deploy","description":"Deploy
|
46
|
+
build"},{"name":"Update","description":"Update"},{"name":"Delete","description":"Delete"}],"roleAces":[{"roleId":53960,"name":"Administrator","isAdmin":true,"accessRights":[{"name":"View","allowed":true},{"name":"Deploy","allowed":true},{"name":"Update","allowed":true},{"name":"Delete","allowed":true}]},{"roleId":53961,"name":"User","isAdmin":false,"accessRights":[{"name":"View"},{"name":"Deploy"},{"name":"Update"},{"name":"Delete"}]}]},"created":"2016-10-17T21:14:22.6782835+00:00","updated":"2016-10-18T12:47:29.9674605+00:00"}'
|
47
|
+
http_version:
|
48
|
+
recorded_at: Tue, 18 Oct 2016 12:47:30 GMT
|
49
|
+
recorded_with: VCR 3.0.3
|