teamcity-ruby-client 0.4.0 → 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (109) hide show
  1. checksums.yaml +8 -8
  2. data/CHANGELOG.md +15 -1
  3. data/README.md +4 -2
  4. data/lib/teamcity.rb +1 -0
  5. data/lib/teamcity/client/build_types.rb +25 -16
  6. data/lib/teamcity/client/builds.rb +19 -15
  7. data/lib/teamcity/client/common.rb +0 -12
  8. data/lib/teamcity/client/projects.rb +21 -17
  9. data/lib/teamcity/client/vcs_roots.rb +11 -13
  10. data/lib/teamcity/configuration.rb +1 -5
  11. data/lib/teamcity/connection.rb +7 -7
  12. data/lib/teamcity/headers.rb +47 -0
  13. data/lib/teamcity/request.rb +2 -8
  14. data/lib/teamcity/version.rb +1 -1
  15. data/spec/cassettes/BuildTypes/DELETE/_delete_agent_requirement/should_delete_the_agent_requirement.yml +51 -6
  16. data/spec/cassettes/BuildTypes/DELETE/_delete_buildtype/should_delete_a_buildtype.yml +8 -6
  17. data/spec/cassettes/BuildTypes/DELETE/_delete_buildtype_parameter/should_delete_a_buildtype_parameter.yml +49 -6
  18. data/spec/cassettes/BuildTypes/GET/_buildtype/should_fetch_the_details_of_a_buildtype_by_id.yml +51 -11
  19. data/spec/cassettes/BuildTypes/GET/_buildtype/should_raise_an_error_if_the_buildtype_does_not_exist.yml +8 -6
  20. data/spec/cassettes/BuildTypes/GET/_buildtype_agent_requirements/should_fetch_the_build_configuration_agent_requirements_for_a_buildtype.yml +9 -7
  21. data/spec/cassettes/BuildTypes/GET/_buildtype_agent_requirements/should_return_an_array.yml +9 -7
  22. data/spec/cassettes/BuildTypes/GET/_buildtype_agent_requirements/should_return_nil_if_there_are_no_agent_requirements_defined.yml +9 -7
  23. data/spec/cassettes/BuildTypes/GET/_buildtype_artifact_dependencies/should_fetch_the_build_configuration_artifact_dependencies_for_a_buildtype.yml +9 -7
  24. data/spec/cassettes/BuildTypes/GET/_buildtype_artifact_dependencies/should_return_an_array.yml +9 -7
  25. data/spec/cassettes/BuildTypes/GET/_buildtype_artifact_dependencies/should_return_nil_if_there_are_no_artifact_dependencies_defined.yml +9 -7
  26. data/spec/cassettes/BuildTypes/GET/_buildtype_features/should_fetch_the_build_configuration_features_for_a_buildtype.yml +9 -7
  27. data/spec/cassettes/BuildTypes/GET/_buildtype_features/should_return_an_array.yml +9 -7
  28. data/spec/cassettes/BuildTypes/GET/_buildtype_features/should_return_nil_if_there_are_no_features_defined.yml +9 -7
  29. data/spec/cassettes/BuildTypes/GET/_buildtype_investigations/should_get_investigation_details.yml +11 -11
  30. data/spec/cassettes/BuildTypes/GET/_buildtype_investigations/should_return_nil_if_no_one_is_investigating.yml +9 -7
  31. data/spec/cassettes/BuildTypes/GET/_buildtype_parameters/should_fetch_the_build_configuration_parameters_for_a_buildtype.yml +9 -7
  32. data/spec/cassettes/BuildTypes/GET/_buildtype_parameters/should_return_an_array.yml +9 -7
  33. data/spec/cassettes/BuildTypes/GET/_buildtype_parameters/should_return_nil_if_there_are_no_parameters_defined.yml +9 -7
  34. data/spec/cassettes/BuildTypes/GET/_buildtype_settings/should_fetch_the_settings_for_a_given_buildtype.yml +51 -6
  35. data/spec/cassettes/BuildTypes/GET/_buildtype_settings/should_return_an_array.yml +51 -6
  36. data/spec/cassettes/BuildTypes/GET/_buildtype_snapshot_dependencies/should_fetch_the_build_configuration_snapshot_dependencies_for_a_buildtype.yml +9 -7
  37. data/spec/cassettes/BuildTypes/GET/_buildtype_snapshot_dependencies/should_return_an_array.yml +9 -7
  38. data/spec/cassettes/BuildTypes/GET/_buildtype_snapshot_dependencies/should_return_nil_if_there_are_no_snapshot_dependencies_defined.yml +9 -7
  39. data/spec/cassettes/BuildTypes/GET/_buildtype_state/should_fetch_the_state_of_the_buildtype.yml +89 -0
  40. data/spec/cassettes/BuildTypes/GET/_buildtype_steps/should_fetch_the_build_configuration_steps_for_a_buildtype.yml +10 -9
  41. data/spec/cassettes/BuildTypes/GET/_buildtype_steps/should_return_an_array.yml +9 -9
  42. data/spec/cassettes/BuildTypes/GET/_buildtype_steps/should_return_nil_if_there_are_no_steps_defined.yml +9 -7
  43. data/spec/cassettes/BuildTypes/GET/_buildtype_template/should_return_nil_if_the_buildtype_is_not_associated_with_a_template.yml +8 -6
  44. data/spec/cassettes/BuildTypes/GET/_buildtype_template/should_return_the_attributes_of_the_associated_template.yml +9 -8
  45. data/spec/cassettes/BuildTypes/GET/_buildtype_triggers/should_fetch_the_build_configuration_triggers_for_a_buildtype.yml +8 -6
  46. data/spec/cassettes/BuildTypes/GET/_buildtype_triggers/should_return_an_array.yml +8 -6
  47. data/spec/cassettes/BuildTypes/GET/_buildtype_triggers/should_return_nil_if_there_are_no_triggers_defined.yml +9 -7
  48. data/spec/cassettes/BuildTypes/GET/_buildtype_vcs_root_entries/should_fetch_the_build_configuration_vcs_root_entries_for_a_buildtype.yml +10 -8
  49. data/spec/cassettes/BuildTypes/GET/_buildtype_vcs_root_entries/should_return_an_array.yml +10 -8
  50. data/spec/cassettes/BuildTypes/GET/_buildtype_vcs_root_entries/should_return_nil_if_there_are_no_vcs_root_entries_defined.yml +9 -7
  51. data/spec/cassettes/BuildTypes/GET/_buildtypes/should_fetch_all_the_buildtypes.yml +9 -12
  52. data/spec/cassettes/BuildTypes/POST/_attach_vcs_root/should_attach_a_vcs_root_to_a_buildtype.yml +9 -9
  53. data/spec/cassettes/BuildTypes/POST/_create_agent_requirement/should_create_an_agent_requirement_for_a_buildtype.yml +10 -9
  54. data/spec/cassettes/BuildTypes/PUT/_set_build_step_field/should_disable_a_build_step.yml +14 -10
  55. data/spec/cassettes/BuildTypes/PUT/_set_build_step_field/should_enable_a_build_step.yml +18 -10
  56. data/spec/cassettes/BuildTypes/PUT/_set_buildtype_field/should_pause_a_project.yml +14 -10
  57. data/spec/cassettes/BuildTypes/PUT/_set_buildtype_field/should_set_a_projects_description.yml +15 -11
  58. data/spec/cassettes/BuildTypes/PUT/_set_buildtype_field/should_set_the_buildtype_name.yml +15 -11
  59. data/spec/cassettes/BuildTypes/PUT/_set_buildtype_parameter/should_set_a_buildtype_parameter.yml +15 -11
  60. data/spec/cassettes/Builds/DELETE/_unpin_build/should_unpin_a_build.yml +51 -6
  61. data/spec/cassettes/Builds/GET/_build/should_fetch_the_build_details.yml +53 -11
  62. data/spec/cassettes/Builds/GET/_build/should_raise_an_error_if_the_build_does_not_exist.yml +16 -13
  63. data/spec/cassettes/Builds/GET/_build_pinned_/should_return_false_when_a_build_is_not_pinned.yml +126 -0
  64. data/spec/cassettes/Builds/GET/_build_pinned_/should_return_true_when_a_build_is_pinned.yml +126 -0
  65. data/spec/cassettes/Builds/GET/_build_statistics/should_return_statistics_for_a_build.yml +50 -5
  66. data/spec/cassettes/Builds/GET/_build_tags/should_fetch_the_build_tags.yml +51 -6
  67. data/spec/cassettes/Builds/GET/_build_tags/should_return_an_empty_array_if_there_are_no_build_tags_defined_for_a_build.yml +89 -0
  68. data/spec/cassettes/Builds/GET/_builds/should_allow_you_to_filter_by_multiple_build_locators.yml +9 -7
  69. data/spec/cassettes/Builds/GET/_builds/should_allow_you_to_filter_results_by_build_locators.yml +9 -7
  70. data/spec/cassettes/Builds/GET/_builds/should_fetch_all_the_builds.yml +9 -7
  71. data/spec/cassettes/Builds/GET/{_build_statistics/should_return_an_empty_string_for_a_build_with_no_statistics.yml → _builds/should_return_an_empty_array_if_no_results_are_found.yml} +9 -7
  72. data/spec/cassettes/Builds/PUT/_pin_build/should_pin_a_build.yml +49 -6
  73. data/spec/cassettes/Projects/DELETE/_delete_project/should_delete_a_project.yml +17 -14
  74. data/spec/cassettes/Projects/DELETE/_delete_project_parameter/should_delete_a_project_parameter.yml +91 -6
  75. data/spec/cassettes/Projects/GET/_project/should_fetch_a_single_project_by_id.yml +10 -10
  76. data/spec/cassettes/Projects/GET/_project/should_raise_an_error_if_the_project_does_not_exist.yml +9 -7
  77. data/spec/cassettes/Projects/GET/_project_buildtypes/should_fetch_all_the_buildTypes_for_a_project.yml +9 -8
  78. data/spec/cassettes/Projects/GET/{_projects/should_return_nil_if_there_are_no_projects.yml → _project_buildtypes/should_return_nil_if_the_project_does_not_have_any_build_types.yml} +9 -7
  79. data/spec/cassettes/Projects/GET/_project_parameters/should_fetch_all_the_paramters_for_a_given_project.yml +9 -7
  80. data/spec/cassettes/Projects/GET/_project_parameters/should_return_nil_if_there_are_no_parameters_defined_for_a_project.yml +9 -7
  81. data/spec/cassettes/Projects/GET/_projects/should_fetch_projects.yml +9 -9
  82. data/spec/cassettes/Projects/POST/_copy_project/should_copy_a_project.yml +61 -15
  83. data/spec/cassettes/Projects/POST/_create_project/should_create_a_project.yml +9 -8
  84. data/spec/cassettes/Projects/PUT/_set_project_field/should_archive_a_project.yml +56 -10
  85. data/spec/cassettes/Projects/PUT/_set_project_field/should_set_a_projects_description.yml +56 -10
  86. data/spec/cassettes/Projects/PUT/_set_project_field/should_set_a_projects_name.yml +56 -10
  87. data/spec/cassettes/Projects/PUT/_set_project_parameter/should_set_a_project_parameter.yml +56 -10
  88. data/spec/cassettes/VCSRoots/GET/_vcs_root_details/should_fetch_the_vcs_root_details.yml +53 -6
  89. data/spec/cassettes/VCSRoots/GET/_vcs_roots/should_fetch_vcs_roots.yml +10 -7
  90. data/spec/cassettes/VCSRoots/POST/_create_vcs_root/should_create_a_vcs_root_that_is_shared_with_the_project_and_sub-projects.yml +90 -0
  91. data/spec/spec_helper.rb +1 -1
  92. data/spec/teamcity/api_spec.rb +0 -1
  93. data/spec/teamcity/client/builds_spec.rb +36 -56
  94. data/spec/teamcity/client/buildtypes_spec.rb +78 -42
  95. data/spec/teamcity/client/projects_spec.rb +41 -32
  96. data/spec/teamcity/client/vcs_roots_spec.rb +9 -29
  97. data/spec/teamcity/client_spec.rb +5 -1
  98. data/spec/teamcity/headers_spec.rb +43 -0
  99. data/spec/teamcity_spec.rb +1 -28
  100. data/teamcity-ruby-client.gemspec +1 -0
  101. metadata +21 -23
  102. data/spec/cassettes/BuildTypes/GET/_buildtype_template/should_raise_an_exception_if_the_response_is_not_due_to_a_template_not_assigned.yml +0 -50
  103. data/spec/cassettes/Builds/GET/_build_tags/should_return_nil_if_there_are_no_build_tags_defined_for_a_build.yml +0 -44
  104. data/spec/cassettes/Builds/GET/_builds/should_allow_you_to_search_by_locator.yml +0 -44
  105. data/spec/cassettes/Projects/GET/_project_buildtypes/should_return_nil_if_the_project_does_not_have_any_build_build_types.yml +0 -44
  106. data/spec/cassettes/Projects/PUT/_set_project_field/should_un-archive_a_project.yml +0 -50
  107. data/spec/cassettes/Projects/PUT/_set_project_parameter/should_set_a_project_parameter_with_a_boolean_value.yml +0 -40
  108. data/spec/cassettes/VCSRoots/POST/_create_vcs_root/should_create_a_shared_vcs_root.yml +0 -45
  109. data/spec/cassettes/VCSRoots/POST/_create_vcs_root/should_create_a_vcs_root_that_is_only_shared_within_a_project.yml +0 -48
@@ -2,15 +2,15 @@
2
2
  http_interactions:
3
3
  - request:
4
4
  method: post
5
- uri: http://teamcity-ruby-client:teamcity@localhost:8111/httpAuth/app/rest/7.0/projects
5
+ uri: http://teamcity-ruby-client:teamcity@localhost:8111/httpAuth/app/rest/projects
6
6
  body:
7
7
  encoding: US-ASCII
8
- string: project-to-delete
8
+ string: ProjectToDelete
9
9
  headers:
10
+ User-Agent:
11
+ - TeamCity Ruby Client 0.4.0
10
12
  Accept:
11
13
  - application/json; charset=utf-8
12
- User-Agent:
13
- - TeamCity Ruby Client 0.1.0
14
14
  Content-Type:
15
15
  - text/plain
16
16
  response:
@@ -21,8 +21,8 @@ http_interactions:
21
21
  Server:
22
22
  - Apache-Coyote/1.1
23
23
  Set-Cookie:
24
- - JSESSIONID=3EB74D20976869AE3B99E96F4BF02D0D; Path=/; HttpOnly
25
24
  - RememberMe=""; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/; HttpOnly
25
+ - TCSESSIONID=80FFCF0CA4FA53E652B43CBA85569349; Path=/; HttpOnly
26
26
  Pragma:
27
27
  - no-cache
28
28
  Expires:
@@ -35,23 +35,26 @@ http_interactions:
35
35
  Transfer-Encoding:
36
36
  - chunked
37
37
  Date:
38
- - Fri, 03 May 2013 12:32:40 GMT
38
+ - Wed, 14 Aug 2013 02:19:08 GMT
39
39
  body:
40
40
  encoding: US-ASCII
41
- string: ! '{"description":"","archived":false,"webUrl":"http://localhost:8111/project.html?projectId=project20","id":"project20","name":"project-to-delete","href":"/httpAuth/app/rest/7.0/projects/id:project20","buildTypes":null,"templates":null,"parameters":null}'
41
+ string: ! '{"id":"ProjectToDelete","name":"ProjectToDelete","href":"/httpAuth/app/rest/projects/id:ProjectToDelete","description":"","archived":false,"webUrl":"http://localhost:8111/project.html?projectId=ProjectToDelete","parentProject":{"id":"_Root","name":"<Root
42
+ project>","href":"/httpAuth/app/rest/projects/id:_Root"},"buildTypes":{"buildType":[]},"templates":{"buildType":[]},"parameters":{"property":[]},"vcsRoots":{"href":"/httpAuth/app/rest/vcs-roots?locator=project:(id:ProjectToDelete)"},"projects":{"project":[]}}'
42
43
  http_version:
43
- recorded_at: Fri, 03 May 2013 12:32:40 GMT
44
+ recorded_at: Wed, 14 Aug 2013 02:19:08 GMT
44
45
  - request:
45
46
  method: delete
46
- uri: http://teamcity-ruby-client:teamcity@localhost:8111/httpAuth/app/rest/7.0/projects/project20
47
+ uri: http://teamcity-ruby-client:teamcity@localhost:8111/httpAuth/app/rest/projects/ProjectToDelete
47
48
  body:
48
49
  encoding: US-ASCII
49
50
  string: ''
50
51
  headers:
52
+ User-Agent:
53
+ - TeamCity Ruby Client 0.4.0
51
54
  Accept:
52
55
  - application/json; charset=utf-8
53
- User-Agent:
54
- - TeamCity Ruby Client 0.1.0
56
+ Content-Type:
57
+ - application/json
55
58
  response:
56
59
  status:
57
60
  code: 204
@@ -60,8 +63,8 @@ http_interactions:
60
63
  Server:
61
64
  - Apache-Coyote/1.1
62
65
  Set-Cookie:
63
- - JSESSIONID=F1703C9A4C8A5251030D3AFD712FF0DB; Path=/; HttpOnly
64
66
  - RememberMe=""; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/; HttpOnly
67
+ - TCSESSIONID=F69A93EACB991612828B27F76A6090C2; Path=/; HttpOnly
65
68
  Pragma:
66
69
  - no-cache
67
70
  Expires:
@@ -70,10 +73,10 @@ http_interactions:
70
73
  - no-cache
71
74
  - no-store
72
75
  Date:
73
- - Fri, 03 May 2013 12:32:40 GMT
76
+ - Wed, 14 Aug 2013 02:19:08 GMT
74
77
  body:
75
78
  encoding: US-ASCII
76
79
  string: ''
77
80
  http_version:
78
- recorded_at: Fri, 03 May 2013 12:32:40 GMT
81
+ recorded_at: Wed, 14 Aug 2013 02:19:08 GMT
79
82
  recorded_with: VCR 2.4.0
@@ -1,16 +1,101 @@
1
1
  ---
2
2
  http_interactions:
3
+ - request:
4
+ method: post
5
+ uri: http://teamcity-ruby-client:teamcity@localhost:8111/httpAuth/app/rest/projects
6
+ body:
7
+ encoding: US-ASCII
8
+ string: DeleteProjectParameters
9
+ headers:
10
+ User-Agent:
11
+ - TeamCity Ruby Client 0.4.0
12
+ Accept:
13
+ - application/json; charset=utf-8
14
+ Content-Type:
15
+ - text/plain
16
+ response:
17
+ status:
18
+ code: 200
19
+ message: OK
20
+ headers:
21
+ Server:
22
+ - Apache-Coyote/1.1
23
+ Set-Cookie:
24
+ - RememberMe=""; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/; HttpOnly
25
+ - TCSESSIONID=B78BF634D64AC64DB115427E1151B82C; Path=/; HttpOnly
26
+ Pragma:
27
+ - no-cache
28
+ Expires:
29
+ - Thu, 01 Jan 1970 00:00:00 GMT
30
+ Cache-Control:
31
+ - no-cache
32
+ - no-store
33
+ Content-Type:
34
+ - application/json
35
+ Transfer-Encoding:
36
+ - chunked
37
+ Date:
38
+ - Wed, 14 Aug 2013 02:27:29 GMT
39
+ body:
40
+ encoding: US-ASCII
41
+ string: ! '{"id":"DeleteProjectParameters","name":"DeleteProjectParameters","href":"/httpAuth/app/rest/projects/id:DeleteProjectParameters","description":"","archived":false,"webUrl":"http://localhost:8111/project.html?projectId=DeleteProjectParameters","parentProject":{"id":"_Root","name":"<Root
42
+ project>","href":"/httpAuth/app/rest/projects/id:_Root"},"buildTypes":{"buildType":[]},"templates":{"buildType":[]},"parameters":{"property":[]},"vcsRoots":{"href":"/httpAuth/app/rest/vcs-roots?locator=project:(id:DeleteProjectParameters)"},"projects":{"project":[]}}'
43
+ http_version:
44
+ recorded_at: Wed, 14 Aug 2013 02:27:29 GMT
45
+ - request:
46
+ method: put
47
+ uri: http://teamcity-ruby-client:teamcity@localhost:8111/httpAuth/app/rest/projects/DeleteProjectParameters/parameters/delete-this-param
48
+ body:
49
+ encoding: US-ASCII
50
+ string: delete-me
51
+ headers:
52
+ User-Agent:
53
+ - TeamCity Ruby Client 0.4.0
54
+ Accept:
55
+ - text/plain
56
+ Content-Type:
57
+ - text/plain
58
+ response:
59
+ status:
60
+ code: 200
61
+ message: OK
62
+ headers:
63
+ Server:
64
+ - Apache-Coyote/1.1
65
+ Set-Cookie:
66
+ - RememberMe=""; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/; HttpOnly
67
+ - TCSESSIONID=89B1F02460D093050F36EE52832AB2E6; Path=/; HttpOnly
68
+ Pragma:
69
+ - no-cache
70
+ Expires:
71
+ - Thu, 01 Jan 1970 00:00:00 GMT
72
+ Cache-Control:
73
+ - no-cache
74
+ - no-store
75
+ Content-Type:
76
+ - text/plain
77
+ Transfer-Encoding:
78
+ - chunked
79
+ Date:
80
+ - Wed, 14 Aug 2013 02:27:29 GMT
81
+ body:
82
+ encoding: US-ASCII
83
+ string: delete-me
84
+ http_version:
85
+ recorded_at: Wed, 14 Aug 2013 02:27:29 GMT
3
86
  - request:
4
87
  method: delete
5
- uri: http://teamcity-ruby-client:teamcity@localhost:8111/httpAuth/app/rest/7.0/projects/project2/parameters/delete-this-parameter
88
+ uri: http://teamcity-ruby-client:teamcity@localhost:8111/httpAuth/app/rest/projects/DeleteProjectParameters/parameters/delete-this-param
6
89
  body:
7
90
  encoding: US-ASCII
8
91
  string: ''
9
92
  headers:
93
+ User-Agent:
94
+ - TeamCity Ruby Client 0.4.0
10
95
  Accept:
11
96
  - text/plain
12
- User-Agent:
13
- - TeamCity Ruby Client 0.1.0
97
+ Content-Type:
98
+ - application/json
14
99
  response:
15
100
  status:
16
101
  code: 204
@@ -19,8 +104,8 @@ http_interactions:
19
104
  Server:
20
105
  - Apache-Coyote/1.1
21
106
  Set-Cookie:
22
- - JSESSIONID=FD69D43CD10814A307C46768ABF13651; Path=/; HttpOnly
23
107
  - RememberMe=""; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/; HttpOnly
108
+ - TCSESSIONID=1DEC6E0E132587546952292C74A30CC2; Path=/; HttpOnly
24
109
  Pragma:
25
110
  - no-cache
26
111
  Expires:
@@ -29,10 +114,10 @@ http_interactions:
29
114
  - no-cache
30
115
  - no-store
31
116
  Date:
32
- - Fri, 03 May 2013 19:55:40 GMT
117
+ - Wed, 14 Aug 2013 02:27:29 GMT
33
118
  body:
34
119
  encoding: US-ASCII
35
120
  string: ''
36
121
  http_version:
37
- recorded_at: Fri, 03 May 2013 19:55:40 GMT
122
+ recorded_at: Wed, 14 Aug 2013 02:27:29 GMT
38
123
  recorded_with: VCR 2.4.0
@@ -2,15 +2,17 @@
2
2
  http_interactions:
3
3
  - request:
4
4
  method: get
5
- uri: http://localhost:8111/guestAuth/app/rest/7.0/projects/id:project2
5
+ uri: http://localhost:8111/guestAuth/app/rest/projects/id:GetProjectRequest
6
6
  body:
7
7
  encoding: US-ASCII
8
8
  string: ''
9
9
  headers:
10
+ User-Agent:
11
+ - TeamCity Ruby Client 0.4.0
10
12
  Accept:
11
13
  - application/json; charset=utf-8
12
- User-Agent:
13
- - TeamCity Ruby Client 0.0.1
14
+ Content-Type:
15
+ - application/json
14
16
  Accept-Encoding:
15
17
  - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
16
18
  response:
@@ -21,8 +23,8 @@ http_interactions:
21
23
  Server:
22
24
  - Apache-Coyote/1.1
23
25
  Set-Cookie:
24
- - JSESSIONID=487E769721FC69401E90949E6B74828F; Path=/; HttpOnly
25
26
  - RememberMe=""; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/; HttpOnly
27
+ - TCSESSIONID=BAB023247FFCB886D35EBEE366BE1407; Path=/; HttpOnly
26
28
  Pragma:
27
29
  - no-cache
28
30
  Expires:
@@ -35,13 +37,11 @@ http_interactions:
35
37
  Transfer-Encoding:
36
38
  - chunked
37
39
  Date:
38
- - Fri, 22 Feb 2013 14:22:30 GMT
40
+ - Wed, 14 Aug 2013 01:46:41 GMT
39
41
  body:
40
42
  encoding: US-ASCII
41
- string: ! '{"description":"","archived":false,"webUrl":"http://localhost:8111/project.html?projectId=project2","id":"project2","name":"Project
42
- A","href":"/guestAuth/app/rest/7.0/projects/id:project2","buildTypes":{"buildType":[{"id":"bt2","name":"build
43
- A1","href":"/guestAuth/app/rest/7.0/buildTypes/id:bt2","projectName":"Project
44
- A","projectId":"project2","webUrl":"http://localhost:8111/viewType.html?buildTypeId=bt2"}]},"templates":null,"parameters":null}'
43
+ string: ! '{"id":"GetProjectRequest","name":"GetProjectRequest","href":"/guestAuth/app/rest/projects/id:GetProjectRequest","description":"","archived":false,"webUrl":"http://localhost:8111/project.html?projectId=GetProjectRequest","parentProject":{"id":"_Root","name":"<Root
44
+ project>","href":"/guestAuth/app/rest/projects/id:_Root"},"buildTypes":{"buildType":[]},"templates":{"buildType":[]},"parameters":{"property":[]},"vcsRoots":{"href":"/guestAuth/app/rest/vcs-roots?locator=project:(id:GetProjectRequest)"},"projects":{"project":[]}}'
45
45
  http_version:
46
- recorded_at: Fri, 22 Feb 2013 14:22:30 GMT
46
+ recorded_at: Wed, 14 Aug 2013 01:46:41 GMT
47
47
  recorded_with: VCR 2.4.0
@@ -2,15 +2,17 @@
2
2
  http_interactions:
3
3
  - request:
4
4
  method: get
5
- uri: http://localhost:8111/guestAuth/app/rest/7.0/projects/id:missing
5
+ uri: http://localhost:8111/guestAuth/app/rest/projects/id:missing
6
6
  body:
7
7
  encoding: US-ASCII
8
8
  string: ''
9
9
  headers:
10
+ User-Agent:
11
+ - TeamCity Ruby Client 0.4.0
10
12
  Accept:
11
13
  - application/json; charset=utf-8
12
- User-Agent:
13
- - TeamCity Ruby Client 0.0.1
14
+ Content-Type:
15
+ - application/json
14
16
  Accept-Encoding:
15
17
  - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
16
18
  response:
@@ -21,8 +23,8 @@ http_interactions:
21
23
  Server:
22
24
  - Apache-Coyote/1.1
23
25
  Set-Cookie:
24
- - JSESSIONID=5ECB43734469F535EBC8424C048843D1; Path=/; HttpOnly
25
26
  - RememberMe=""; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/; HttpOnly
27
+ - TCSESSIONID=2231DA2877EA270BABDFCC1966E31769; Path=/; HttpOnly
26
28
  Pragma:
27
29
  - no-cache
28
30
  Expires:
@@ -35,16 +37,16 @@ http_interactions:
35
37
  Transfer-Encoding:
36
38
  - chunked
37
39
  Date:
38
- - Tue, 26 Feb 2013 03:08:47 GMT
40
+ - Wed, 14 Aug 2013 01:42:34 GMT
39
41
  body:
40
42
  encoding: US-ASCII
41
43
  string: ! 'Error has occurred during request processing (Not Found).
42
44
 
43
45
  Error: jetbrains.buildServer.server.rest.errors.NotFoundException: No project
44
- found by locator ''id:missing. Project cannot be found by id ''missing''.
46
+ found by locator ''id:missing''. Project cannot be found by external id ''missing''.
45
47
 
46
48
  Could not find the entity requested. Check the reference is correct and the
47
49
  user has permissions to access the entity.'
48
50
  http_version:
49
- recorded_at: Tue, 26 Feb 2013 03:08:47 GMT
51
+ recorded_at: Wed, 14 Aug 2013 01:42:34 GMT
50
52
  recorded_with: VCR 2.4.0
@@ -2,15 +2,17 @@
2
2
  http_interactions:
3
3
  - request:
4
4
  method: get
5
- uri: http://localhost:8111/guestAuth/app/rest/7.0/projects/id:project2/buildTypes
5
+ uri: http://localhost:8111/guestAuth/app/rest/projects/id:GetProjectBuildTypes/buildTypes
6
6
  body:
7
7
  encoding: US-ASCII
8
8
  string: ''
9
9
  headers:
10
+ User-Agent:
11
+ - TeamCity Ruby Client 0.4.0
10
12
  Accept:
11
13
  - application/json; charset=utf-8
12
- User-Agent:
13
- - TeamCity Ruby Client 0.0.1
14
+ Content-Type:
15
+ - application/json
14
16
  Accept-Encoding:
15
17
  - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
16
18
  response:
@@ -21,8 +23,8 @@ http_interactions:
21
23
  Server:
22
24
  - Apache-Coyote/1.1
23
25
  Set-Cookie:
24
- - JSESSIONID=CDED34F8A3AEFF72A18A3733E4E38B68; Path=/; HttpOnly
25
26
  - RememberMe=""; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/; HttpOnly
27
+ - TCSESSIONID=B13CD496EBC6450FEA7C0A985A646357; Path=/; HttpOnly
26
28
  Pragma:
27
29
  - no-cache
28
30
  Expires:
@@ -35,11 +37,10 @@ http_interactions:
35
37
  Transfer-Encoding:
36
38
  - chunked
37
39
  Date:
38
- - Tue, 26 Feb 2013 03:28:32 GMT
40
+ - Wed, 14 Aug 2013 02:13:16 GMT
39
41
  body:
40
42
  encoding: US-ASCII
41
- string: ! '{"buildType":[{"id":"bt2","name":"build A1","href":"/guestAuth/app/rest/7.0/buildTypes/id:bt2","projectName":"Project
42
- A","projectId":"project2","webUrl":"http://localhost:8111/viewType.html?buildTypeId=bt2"}]}'
43
+ string: ! '{"buildType":[{"id":"GetProjectBuildTypes_Bt1","name":"BT1","href":"/guestAuth/app/rest/buildTypes/id:GetProjectBuildTypes_Bt1","projectName":"GetProjectBuildTypes","projectId":"GetProjectBuildTypes","webUrl":"http://localhost:8111/viewType.html?buildTypeId=GetProjectBuildTypes_Bt1"},{"id":"GetProjectBuildTypes_Bt2","name":"BT2","href":"/guestAuth/app/rest/buildTypes/id:GetProjectBuildTypes_Bt2","projectName":"GetProjectBuildTypes","projectId":"GetProjectBuildTypes","webUrl":"http://localhost:8111/viewType.html?buildTypeId=GetProjectBuildTypes_Bt2"}]}'
43
44
  http_version:
44
- recorded_at: Tue, 26 Feb 2013 03:28:32 GMT
45
+ recorded_at: Wed, 14 Aug 2013 02:13:16 GMT
45
46
  recorded_with: VCR 2.4.0
@@ -2,15 +2,17 @@
2
2
  http_interactions:
3
3
  - request:
4
4
  method: get
5
- uri: http://localhost:8111/guestAuth/app/rest/7.0/projects
5
+ uri: http://localhost:8111/guestAuth/app/rest/projects/id:GetProjectWithNoBuildTypes/buildTypes
6
6
  body:
7
7
  encoding: US-ASCII
8
8
  string: ''
9
9
  headers:
10
+ User-Agent:
11
+ - TeamCity Ruby Client 0.4.0
10
12
  Accept:
11
13
  - application/json; charset=utf-8
12
- User-Agent:
13
- - TeamCity Ruby Client 0.0.1
14
+ Content-Type:
15
+ - application/json
14
16
  Accept-Encoding:
15
17
  - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
16
18
  response:
@@ -21,8 +23,8 @@ http_interactions:
21
23
  Server:
22
24
  - Apache-Coyote/1.1
23
25
  Set-Cookie:
24
- - JSESSIONID=D4F1893628C97DB58C370726929F7B67; Path=/; HttpOnly
25
26
  - RememberMe=""; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/; HttpOnly
27
+ - TCSESSIONID=E0D62BEC940C4C3F7C8455D8B0EA2833; Path=/; HttpOnly
26
28
  Pragma:
27
29
  - no-cache
28
30
  Expires:
@@ -35,10 +37,10 @@ http_interactions:
35
37
  Transfer-Encoding:
36
38
  - chunked
37
39
  Date:
38
- - Tue, 26 Feb 2013 03:04:07 GMT
40
+ - Wed, 14 Aug 2013 02:13:16 GMT
39
41
  body:
40
42
  encoding: US-ASCII
41
- string: 'null'
43
+ string: ! '{"buildType":[]}'
42
44
  http_version:
43
- recorded_at: Tue, 26 Feb 2013 03:04:07 GMT
45
+ recorded_at: Wed, 14 Aug 2013 02:13:16 GMT
44
46
  recorded_with: VCR 2.4.0
@@ -2,15 +2,17 @@
2
2
  http_interactions:
3
3
  - request:
4
4
  method: get
5
- uri: http://localhost:8111/guestAuth/app/rest/7.0/projects/id:project2/parameters
5
+ uri: http://localhost:8111/guestAuth/app/rest/projects/id:GetProjectWithParameters/parameters
6
6
  body:
7
7
  encoding: US-ASCII
8
8
  string: ''
9
9
  headers:
10
+ User-Agent:
11
+ - TeamCity Ruby Client 0.4.0
10
12
  Accept:
11
13
  - application/json; charset=utf-8
12
- User-Agent:
13
- - TeamCity Ruby Client 0.0.1
14
+ Content-Type:
15
+ - application/json
14
16
  Accept-Encoding:
15
17
  - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
16
18
  response:
@@ -21,8 +23,8 @@ http_interactions:
21
23
  Server:
22
24
  - Apache-Coyote/1.1
23
25
  Set-Cookie:
24
- - JSESSIONID=941AB4BA14E5E85C970F81A63BF2D69D; Path=/; HttpOnly
25
26
  - RememberMe=""; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/; HttpOnly
27
+ - TCSESSIONID=F160985FEDE41D6A80B1F1D3D9077724; Path=/; HttpOnly
26
28
  Pragma:
27
29
  - no-cache
28
30
  Expires:
@@ -35,10 +37,10 @@ http_interactions:
35
37
  Transfer-Encoding:
36
38
  - chunked
37
39
  Date:
38
- - Wed, 27 Feb 2013 12:52:33 GMT
40
+ - Wed, 14 Aug 2013 02:13:16 GMT
39
41
  body:
40
42
  encoding: US-ASCII
41
- string: ! '{"property":[{"name":"env.test1","value":"test"},{"name":"param1","value":"1"},{"name":"system.test","value":"test"}]}'
43
+ string: ! '{"property":[{"name":"test_project_param1","value":"a"},{"name":"test_project_param2","value":"b"}]}'
42
44
  http_version:
43
- recorded_at: Wed, 27 Feb 2013 12:52:33 GMT
45
+ recorded_at: Wed, 14 Aug 2013 02:13:16 GMT
44
46
  recorded_with: VCR 2.4.0
@@ -2,15 +2,17 @@
2
2
  http_interactions:
3
3
  - request:
4
4
  method: get
5
- uri: http://localhost:8111/guestAuth/app/rest/7.0/projects/id:project3/parameters
5
+ uri: http://localhost:8111/guestAuth/app/rest/projects/id:GetProjectWithNoParameters/parameters
6
6
  body:
7
7
  encoding: US-ASCII
8
8
  string: ''
9
9
  headers:
10
+ User-Agent:
11
+ - TeamCity Ruby Client 0.4.0
10
12
  Accept:
11
13
  - application/json; charset=utf-8
12
- User-Agent:
13
- - TeamCity Ruby Client 0.0.1
14
+ Content-Type:
15
+ - application/json
14
16
  Accept-Encoding:
15
17
  - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
16
18
  response:
@@ -21,8 +23,8 @@ http_interactions:
21
23
  Server:
22
24
  - Apache-Coyote/1.1
23
25
  Set-Cookie:
24
- - JSESSIONID=DED63B8443311CD8DBFB7C4BDB8FE7E2; Path=/; HttpOnly
25
26
  - RememberMe=""; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/; HttpOnly
27
+ - TCSESSIONID=14F5B20E1B0F0C39B3F7678DED5EFB03; Path=/; HttpOnly
26
28
  Pragma:
27
29
  - no-cache
28
30
  Expires:
@@ -35,10 +37,10 @@ http_interactions:
35
37
  Transfer-Encoding:
36
38
  - chunked
37
39
  Date:
38
- - Wed, 27 Feb 2013 12:57:56 GMT
40
+ - Wed, 14 Aug 2013 02:13:16 GMT
39
41
  body:
40
42
  encoding: US-ASCII
41
- string: 'null'
43
+ string: ! '{"property":[]}'
42
44
  http_version:
43
- recorded_at: Wed, 27 Feb 2013 12:57:57 GMT
45
+ recorded_at: Wed, 14 Aug 2013 02:13:16 GMT
44
46
  recorded_with: VCR 2.4.0