taskmapper-rally 0.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (55) hide show
  1. data/.document +5 -0
  2. data/.rbenv-gemsets +1 -0
  3. data/.rspec +1 -0
  4. data/.rvmrc +1 -0
  5. data/.travis.yml +4 -0
  6. data/Gemfile +20 -0
  7. data/Gemfile.lock +80 -0
  8. data/LICENSE.txt +20 -0
  9. data/README.md +65 -0
  10. data/Rakefile +43 -0
  11. data/VERSION +1 -0
  12. data/lib/provider/comment.rb +118 -0
  13. data/lib/provider/project.rb +86 -0
  14. data/lib/provider/rally.rb +47 -0
  15. data/lib/provider/ticket.rb +170 -0
  16. data/lib/taskmapper-rally.rb +15 -0
  17. data/log/.keep +0 -0
  18. data/spec/comments_spec.rb +50 -0
  19. data/spec/fixtures/tickets.xml +0 -0
  20. data/spec/fixtures/vcr_cassettes/all_tickets.yml +4396 -0
  21. data/spec/fixtures/vcr_cassettes/create_comment.yml +360 -0
  22. data/spec/fixtures/vcr_cassettes/create_ticket.yml +4546 -0
  23. data/spec/fixtures/vcr_cassettes/load_all_rally_comments.yml +1429 -0
  24. data/spec/fixtures/vcr_cassettes/load_comments_by_attributes.yml +715 -0
  25. data/spec/fixtures/vcr_cassettes/load_comments_by_ids.yml +193 -0
  26. data/spec/fixtures/vcr_cassettes/rally.yml +64 -0
  27. data/spec/fixtures/vcr_cassettes/rally_bi_id.yml +75 -0
  28. data/spec/fixtures/vcr_cassettes/rally_by_id.yml +79 -0
  29. data/spec/fixtures/vcr_cassettes/rally_project_return_class.yml +79 -0
  30. data/spec/fixtures/vcr_cassettes/rally_projects.yml +253 -0
  31. data/spec/fixtures/vcr_cassettes/rally_projects_by_attributes.yml +127 -0
  32. data/spec/fixtures/vcr_cassettes/rally_projects_by_ids.yml +79 -0
  33. data/spec/fixtures/vcr_cassettes/rally_tickets.yml +142 -0
  34. data/spec/fixtures/vcr_cassettes/retrieve_ticket.yml +4546 -0
  35. data/spec/fixtures/vcr_cassettes/save_task_ticket.yml +3097 -0
  36. data/spec/fixtures/vcr_cassettes/save_ticket.yml +209 -0
  37. data/spec/fixtures/vcr_cassettes/taskmapper_call.yml +75 -0
  38. data/spec/fixtures/vcr_cassettes/taskmapper_setting.yml +75 -0
  39. data/spec/fixtures/vcr_cassettes/ticket_by_attributes.yml +4396 -0
  40. data/spec/fixtures/vcr_cassettes/ticket_save.yml +199 -0
  41. data/spec/fixtures/vcr_cassettes/ticket_update.yml +184 -0
  42. data/spec/fixtures/vcr_cassettes/ticketmaster_call.yml +64 -0
  43. data/spec/fixtures/vcr_cassettes/ticketmaster_setting.yml +4687 -0
  44. data/spec/fixtures/vcr_cassettes/tickets_by_attributes.yml +4396 -0
  45. data/spec/fixtures/vcr_cassettes/tickets_by_defect.yml +2816 -0
  46. data/spec/fixtures/vcr_cassettes/tickets_by_hierachial.yml +762 -0
  47. data/spec/fixtures/vcr_cassettes/tickets_by_ids.yml +184 -0
  48. data/spec/fixtures/vcr_cassettes/tickets_by_task.yml +1032 -0
  49. data/spec/projects_spec.rb +60 -0
  50. data/spec/spec_helper.rb +17 -0
  51. data/spec/taskmapper-rally_spec.rb +24 -0
  52. data/spec/tickets_spec.rb +117 -0
  53. data/spec/vcr_setup.rb +7 -0
  54. data/taskmapper-rally.gemspec +117 -0
  55. metadata +214 -0
@@ -0,0 +1,253 @@
1
+ ---
2
+ - !ruby/struct:VCR::HTTPInteraction
3
+ request: !ruby/struct:VCR::Request
4
+ method: :get
5
+ uri: https://taskmapper-rally%40simeonfosterwillbanks.com:Password@community.rallydev.com:443/slm/webservice/current/Project?query=(ObjectID%20%3E%200)
6
+ body:
7
+ headers:
8
+ x-rallyintegrationname:
9
+ - RubyRestAPI
10
+ x-rallyintegrationlibrary:
11
+ - RallyRestAPI version 1.0.3
12
+ x-rallyintegrationplatform:
13
+ - Ruby 1.9.2
14
+ x-rallyintegrationos:
15
+ - i686-linux
16
+ authorization:
17
+ - Basic dGlja2V0bWFzdGVyLXJhbGx5QHNpbWVvbmZvc3RlcndpbGxiYW5rcy5jb206UGFzc3dvcmQ=
18
+ content-type:
19
+ - text/xml
20
+ response: !ruby/struct:VCR::Response
21
+ status: !ruby/struct:VCR::ResponseStatus
22
+ code: 200
23
+ message: OK
24
+ headers:
25
+ date:
26
+ - Fri, 11 Nov 2011 02:30:47 GMT
27
+ server:
28
+ - Jetty(6.1.26)
29
+ expires:
30
+ - Thu, 01-Jan-1970 00:00:00 GMT
31
+ rallyrequestid:
32
+ - qd-app-02-trialmqi6x09g0bz3r1iykwrydjms.qd-app-02-trial13306
33
+ content-type:
34
+ - text/xml; charset=utf-8
35
+ set-cookie:
36
+ - JSESSIONID=qd-app-02-trialmqi6x09g0bz3r1iykwrydjms.qd-app-02-trial;Path=/slm;Secure
37
+ vary:
38
+ - Accept-Encoding
39
+ p3p:
40
+ - CP="NON DSP COR CURa PSAa PSDa OUR NOR BUS PUR COM NAV STA"
41
+ cache-control:
42
+ - no-cache, private,max-age=0,must-revalidate
43
+ transfer-encoding:
44
+ - chunked
45
+ body: |+
46
+ <?xml version="1.0" encoding="UTF-8"?>
47
+ <QueryResult rallyAPIMajor="1" rallyAPIMinor="17">
48
+ <Errors />
49
+ <Warnings />
50
+ <TotalResultCount>1</TotalResultCount>
51
+ <StartIndex>1</StartIndex>
52
+ <PageSize>20</PageSize>
53
+ <Results>
54
+ <Object rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/project/2712835688" refObjectName="Sample Project" type="Project" />
55
+ </Results>
56
+ </QueryResult>
57
+
58
+ http_version: "1.1"
59
+ - !ruby/struct:VCR::HTTPInteraction
60
+ request: !ruby/struct:VCR::Request
61
+ method: :get
62
+ uri: https://taskmapper-rally%40simeonfosterwillbanks.com:Password@community.rallydev.com:443/slm/webservice/1.17/project/2712835688
63
+ body:
64
+ headers:
65
+ x-rallyintegrationname:
66
+ - RubyRestAPI
67
+ x-rallyintegrationlibrary:
68
+ - RallyRestAPI version 1.0.3
69
+ x-rallyintegrationplatform:
70
+ - Ruby 1.9.2
71
+ x-rallyintegrationos:
72
+ - i686-linux
73
+ authorization:
74
+ - Basic dGlja2V0bWFzdGVyLXJhbGx5QHNpbWVvbmZvc3RlcndpbGxiYW5rcy5jb206UGFzc3dvcmQ=
75
+ content-type:
76
+ - text/xml
77
+ response: !ruby/struct:VCR::Response
78
+ status: !ruby/struct:VCR::ResponseStatus
79
+ code: 200
80
+ message: OK
81
+ headers:
82
+ date:
83
+ - Fri, 11 Nov 2011 02:30:48 GMT
84
+ server:
85
+ - Jetty(6.1.26)
86
+ expires:
87
+ - Thu, 01-Jan-1970 00:00:00 GMT
88
+ rallyrequestid:
89
+ - qd-app-02-trialw5wikps4kjz5qnban9any8r6.qd-app-02-trial13355
90
+ content-type:
91
+ - text/xml; charset=utf-8
92
+ set-cookie:
93
+ - JSESSIONID=qd-app-02-trialw5wikps4kjz5qnban9any8r6.qd-app-02-trial;Path=/slm;Secure
94
+ vary:
95
+ - Accept-Encoding
96
+ p3p:
97
+ - CP="NON DSP COR CURa PSAa PSDa OUR NOR BUS PUR COM NAV STA"
98
+ cache-control:
99
+ - no-cache, private,max-age=0,must-revalidate
100
+ transfer-encoding:
101
+ - chunked
102
+ body: |+
103
+ <?xml version="1.0" encoding="UTF-8"?>
104
+ <Project rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/project/2712835688" objectVersion="1" refObjectName="Sample Project" CreatedAt="Jan 18">
105
+ <CreationDate>2011-01-18T15:40:28.807Z</CreationDate>
106
+ <ObjectID>2712835688</ObjectID>
107
+ <Subscription rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/subscription/2712835599" refObjectName="Community Edition - Simeon Foster Willbanks - sfw@simeonfosterwillbanks.com" type="Subscription" />
108
+ <Workspace rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/workspace/2712835610" refObjectName="Workspace 1" type="Workspace" />
109
+ <BuildDefinitions>
110
+ <BuildDefinition rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/builddefinition/2712835693" refObjectName="Default Build Definition" type="BuildDefinition" />
111
+ </BuildDefinitions>
112
+ <Children />
113
+ <Description />
114
+ <Iterations>
115
+ <Iteration rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/iteration/2712836040" refObjectName="1 - Browse and Book" type="Iteration" />
116
+ <Iteration rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/iteration/2712836046" refObjectName="3 - After Safari" type="Iteration" />
117
+ <Iteration rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/iteration/2712836043" refObjectName="2 - Streamline Operations" type="Iteration" />
118
+ </Iterations>
119
+ <Name>Sample Project</Name>
120
+ <Notes />
121
+ <Owner>sfw@simeonfosterwillbanks.com</Owner>
122
+ <Releases />
123
+ <State>Open</State>
124
+ <Users />
125
+ </Project>
126
+
127
+ http_version: "1.1"
128
+ - !ruby/struct:VCR::HTTPInteraction
129
+ request: !ruby/struct:VCR::Request
130
+ method: :get
131
+ uri: https://taskmapper-rally%40simeonfosterwillbanks.com:Password@community.rallydev.com:443/slm/webservice/current/Project?query=(ObjectID%20%3E%200)
132
+ body:
133
+ headers:
134
+ x-rallyintegrationname:
135
+ - RubyRestAPI
136
+ x-rallyintegrationlibrary:
137
+ - RallyRestAPI version 1.0.3
138
+ x-rallyintegrationplatform:
139
+ - Ruby 1.9.2
140
+ x-rallyintegrationos:
141
+ - i686-linux
142
+ authorization:
143
+ - Basic dGlja2V0bWFzdGVyLXJhbGx5QHNpbWVvbmZvc3RlcndpbGxiYW5rcy5jb206UGFzc3dvcmQ=
144
+ content-type:
145
+ - text/xml
146
+ response: !ruby/struct:VCR::Response
147
+ status: !ruby/struct:VCR::ResponseStatus
148
+ code: 200
149
+ message: OK
150
+ headers:
151
+ date:
152
+ - Fri, 11 Nov 2011 02:30:49 GMT
153
+ server:
154
+ - Jetty(6.1.26)
155
+ expires:
156
+ - Thu, 01-Jan-1970 00:00:00 GMT
157
+ rallyrequestid:
158
+ - qd-app-02-trialo7ozqmilajls10iaf4f4f1txv.qd-app-02-trial13390
159
+ content-type:
160
+ - text/xml; charset=utf-8
161
+ set-cookie:
162
+ - JSESSIONID=qd-app-02-trialo7ozqmilajls10iaf4f4f1txv.qd-app-02-trial;Path=/slm;Secure
163
+ vary:
164
+ - Accept-Encoding
165
+ p3p:
166
+ - CP="NON DSP COR CURa PSAa PSDa OUR NOR BUS PUR COM NAV STA"
167
+ cache-control:
168
+ - no-cache, private,max-age=0,must-revalidate
169
+ transfer-encoding:
170
+ - chunked
171
+ body: |+
172
+ <?xml version="1.0" encoding="UTF-8"?>
173
+ <QueryResult rallyAPIMajor="1" rallyAPIMinor="17">
174
+ <Errors />
175
+ <Warnings />
176
+ <TotalResultCount>1</TotalResultCount>
177
+ <StartIndex>1</StartIndex>
178
+ <PageSize>20</PageSize>
179
+ <Results>
180
+ <Object rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/project/2712835688" refObjectName="Sample Project" type="Project" />
181
+ </Results>
182
+ </QueryResult>
183
+
184
+ http_version: "1.1"
185
+ - !ruby/struct:VCR::HTTPInteraction
186
+ request: !ruby/struct:VCR::Request
187
+ method: :get
188
+ uri: https://taskmapper-rally%40simeonfosterwillbanks.com:Password@community.rallydev.com:443/slm/webservice/1.17/project/2712835688
189
+ body:
190
+ headers:
191
+ x-rallyintegrationname:
192
+ - RubyRestAPI
193
+ x-rallyintegrationlibrary:
194
+ - RallyRestAPI version 1.0.3
195
+ x-rallyintegrationplatform:
196
+ - Ruby 1.9.2
197
+ x-rallyintegrationos:
198
+ - i686-linux
199
+ authorization:
200
+ - Basic dGlja2V0bWFzdGVyLXJhbGx5QHNpbWVvbmZvc3RlcndpbGxiYW5rcy5jb206UGFzc3dvcmQ=
201
+ content-type:
202
+ - text/xml
203
+ response: !ruby/struct:VCR::Response
204
+ status: !ruby/struct:VCR::ResponseStatus
205
+ code: 200
206
+ message: OK
207
+ headers:
208
+ date:
209
+ - Fri, 11 Nov 2011 02:30:50 GMT
210
+ server:
211
+ - Jetty(6.1.26)
212
+ expires:
213
+ - Thu, 01-Jan-1970 00:00:00 GMT
214
+ rallyrequestid:
215
+ - qd-app-02-trial1ua4zqlencd7b1n1kv5vvlfzvr.qd-app-02-trial13418
216
+ content-type:
217
+ - text/xml; charset=utf-8
218
+ set-cookie:
219
+ - JSESSIONID=qd-app-02-trial1ua4zqlencd7b1n1kv5vvlfzvr.qd-app-02-trial;Path=/slm;Secure
220
+ vary:
221
+ - Accept-Encoding
222
+ p3p:
223
+ - CP="NON DSP COR CURa PSAa PSDa OUR NOR BUS PUR COM NAV STA"
224
+ cache-control:
225
+ - no-cache, private,max-age=0,must-revalidate
226
+ transfer-encoding:
227
+ - chunked
228
+ body: |+
229
+ <?xml version="1.0" encoding="UTF-8"?>
230
+ <Project rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/project/2712835688" objectVersion="1" refObjectName="Sample Project" CreatedAt="Jan 18">
231
+ <CreationDate>2011-01-18T15:40:28.807Z</CreationDate>
232
+ <ObjectID>2712835688</ObjectID>
233
+ <Subscription rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/subscription/2712835599" refObjectName="Community Edition - Simeon Foster Willbanks - sfw@simeonfosterwillbanks.com" type="Subscription" />
234
+ <Workspace rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/workspace/2712835610" refObjectName="Workspace 1" type="Workspace" />
235
+ <BuildDefinitions>
236
+ <BuildDefinition rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/builddefinition/2712835693" refObjectName="Default Build Definition" type="BuildDefinition" />
237
+ </BuildDefinitions>
238
+ <Children />
239
+ <Description />
240
+ <Iterations>
241
+ <Iteration rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/iteration/2712836040" refObjectName="1 - Browse and Book" type="Iteration" />
242
+ <Iteration rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/iteration/2712836046" refObjectName="3 - After Safari" type="Iteration" />
243
+ <Iteration rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/iteration/2712836043" refObjectName="2 - Streamline Operations" type="Iteration" />
244
+ </Iterations>
245
+ <Name>Sample Project</Name>
246
+ <Notes />
247
+ <Owner>sfw@simeonfosterwillbanks.com</Owner>
248
+ <Releases />
249
+ <State>Open</State>
250
+ <Users />
251
+ </Project>
252
+
253
+ http_version: "1.1"
@@ -0,0 +1,127 @@
1
+ ---
2
+ - !ruby/struct:VCR::HTTPInteraction
3
+ request: !ruby/struct:VCR::Request
4
+ method: :get
5
+ uri: https://taskmapper-rally%40simeonfosterwillbanks.com:Password@community.rallydev.com:443/slm/webservice/current/Project?query=(ObjectID%20%3E%200)
6
+ body:
7
+ headers:
8
+ x-rallyintegrationname:
9
+ - RubyRestAPI
10
+ x-rallyintegrationlibrary:
11
+ - RallyRestAPI version 1.0.3
12
+ x-rallyintegrationplatform:
13
+ - Ruby 1.9.2
14
+ x-rallyintegrationos:
15
+ - i686-linux
16
+ authorization:
17
+ - Basic dGlja2V0bWFzdGVyLXJhbGx5QHNpbWVvbmZvc3RlcndpbGxiYW5rcy5jb206UGFzc3dvcmQ=
18
+ content-type:
19
+ - text/xml
20
+ response: !ruby/struct:VCR::Response
21
+ status: !ruby/struct:VCR::ResponseStatus
22
+ code: 200
23
+ message: OK
24
+ headers:
25
+ date:
26
+ - Fri, 11 Nov 2011 02:35:53 GMT
27
+ server:
28
+ - Jetty(6.1.26)
29
+ expires:
30
+ - Thu, 01-Jan-1970 00:00:00 GMT
31
+ rallyrequestid:
32
+ - qd-app-02-trial9mh75wyn4z6z19koo9o4uyg7l.qd-app-02-trial20439
33
+ content-type:
34
+ - text/xml; charset=utf-8
35
+ set-cookie:
36
+ - JSESSIONID=qd-app-02-trial9mh75wyn4z6z19koo9o4uyg7l.qd-app-02-trial;Path=/slm;Secure
37
+ vary:
38
+ - Accept-Encoding
39
+ p3p:
40
+ - CP="NON DSP COR CURa PSAa PSDa OUR NOR BUS PUR COM NAV STA"
41
+ cache-control:
42
+ - no-cache, private,max-age=0,must-revalidate
43
+ transfer-encoding:
44
+ - chunked
45
+ body: |+
46
+ <?xml version="1.0" encoding="UTF-8"?>
47
+ <QueryResult rallyAPIMajor="1" rallyAPIMinor="17">
48
+ <Errors />
49
+ <Warnings />
50
+ <TotalResultCount>1</TotalResultCount>
51
+ <StartIndex>1</StartIndex>
52
+ <PageSize>20</PageSize>
53
+ <Results>
54
+ <Object rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/project/2712835688" refObjectName="Sample Project" type="Project" />
55
+ </Results>
56
+ </QueryResult>
57
+
58
+ http_version: "1.1"
59
+ - !ruby/struct:VCR::HTTPInteraction
60
+ request: !ruby/struct:VCR::Request
61
+ method: :get
62
+ uri: https://taskmapper-rally%40simeonfosterwillbanks.com:Password@community.rallydev.com:443/slm/webservice/1.17/project/2712835688
63
+ body:
64
+ headers:
65
+ x-rallyintegrationname:
66
+ - RubyRestAPI
67
+ x-rallyintegrationlibrary:
68
+ - RallyRestAPI version 1.0.3
69
+ x-rallyintegrationplatform:
70
+ - Ruby 1.9.2
71
+ x-rallyintegrationos:
72
+ - i686-linux
73
+ authorization:
74
+ - Basic dGlja2V0bWFzdGVyLXJhbGx5QHNpbWVvbmZvc3RlcndpbGxiYW5rcy5jb206UGFzc3dvcmQ=
75
+ content-type:
76
+ - text/xml
77
+ response: !ruby/struct:VCR::Response
78
+ status: !ruby/struct:VCR::ResponseStatus
79
+ code: 200
80
+ message: OK
81
+ headers:
82
+ date:
83
+ - Fri, 11 Nov 2011 02:35:54 GMT
84
+ server:
85
+ - Jetty(6.1.26)
86
+ expires:
87
+ - Thu, 01-Jan-1970 00:00:00 GMT
88
+ rallyrequestid:
89
+ - qd-app-02-trial1cdlksaizvr7q167z4773g80xv.qd-app-02-trial20455
90
+ content-type:
91
+ - text/xml; charset=utf-8
92
+ set-cookie:
93
+ - JSESSIONID=qd-app-02-trial1cdlksaizvr7q167z4773g80xv.qd-app-02-trial;Path=/slm;Secure
94
+ vary:
95
+ - Accept-Encoding
96
+ p3p:
97
+ - CP="NON DSP COR CURa PSAa PSDa OUR NOR BUS PUR COM NAV STA"
98
+ cache-control:
99
+ - no-cache, private,max-age=0,must-revalidate
100
+ transfer-encoding:
101
+ - chunked
102
+ body: |+
103
+ <?xml version="1.0" encoding="UTF-8"?>
104
+ <Project rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/project/2712835688" objectVersion="1" refObjectName="Sample Project" CreatedAt="Jan 18">
105
+ <CreationDate>2011-01-18T15:40:28.807Z</CreationDate>
106
+ <ObjectID>2712835688</ObjectID>
107
+ <Subscription rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/subscription/2712835599" refObjectName="Community Edition - Simeon Foster Willbanks - sfw@simeonfosterwillbanks.com" type="Subscription" />
108
+ <Workspace rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/workspace/2712835610" refObjectName="Workspace 1" type="Workspace" />
109
+ <BuildDefinitions>
110
+ <BuildDefinition rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/builddefinition/2712835693" refObjectName="Default Build Definition" type="BuildDefinition" />
111
+ </BuildDefinitions>
112
+ <Children />
113
+ <Description />
114
+ <Iterations>
115
+ <Iteration rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/iteration/2712836040" refObjectName="1 - Browse and Book" type="Iteration" />
116
+ <Iteration rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/iteration/2712836046" refObjectName="3 - After Safari" type="Iteration" />
117
+ <Iteration rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/iteration/2712836043" refObjectName="2 - Streamline Operations" type="Iteration" />
118
+ </Iterations>
119
+ <Name>Sample Project</Name>
120
+ <Notes />
121
+ <Owner>sfw@simeonfosterwillbanks.com</Owner>
122
+ <Releases />
123
+ <State>Open</State>
124
+ <Users />
125
+ </Project>
126
+
127
+ http_version: "1.1"
@@ -0,0 +1,79 @@
1
+ ---
2
+ - !ruby/struct:VCR::HTTPInteraction
3
+ request: !ruby/struct:VCR::Request
4
+ method: :get
5
+ uri: https://taskmapper-rally%40simeonfosterwillbanks.com:Password@community.rallydev.com:443/slm/webservice/current/Project?query=(ObjectID%20=%202712835688)&fetch=true
6
+ body:
7
+ headers:
8
+ x-rallyintegrationname:
9
+ - RubyRestAPI
10
+ x-rallyintegrationlibrary:
11
+ - RallyRestAPI version 1.0.3
12
+ x-rallyintegrationplatform:
13
+ - Ruby 1.9.2
14
+ x-rallyintegrationos:
15
+ - i686-linux
16
+ authorization:
17
+ - Basic dGlja2V0bWFzdGVyLXJhbGx5QHNpbWVvbmZvc3RlcndpbGxiYW5rcy5jb206UGFzc3dvcmQ=
18
+ content-type:
19
+ - text/xml
20
+ response: !ruby/struct:VCR::Response
21
+ status: !ruby/struct:VCR::ResponseStatus
22
+ code: 200
23
+ message: OK
24
+ headers:
25
+ date:
26
+ - Fri, 11 Nov 2011 02:34:51 GMT
27
+ server:
28
+ - Jetty(6.1.26)
29
+ expires:
30
+ - Thu, 01-Jan-1970 00:00:00 GMT
31
+ rallyrequestid:
32
+ - qd-app-02-trial1kjw69t8r8js7djckb3bnx9lx.qd-app-02-trial19089
33
+ content-type:
34
+ - text/xml; charset=utf-8
35
+ set-cookie:
36
+ - JSESSIONID=qd-app-02-trial1kjw69t8r8js7djckb3bnx9lx.qd-app-02-trial;Path=/slm;Secure
37
+ vary:
38
+ - Accept-Encoding
39
+ p3p:
40
+ - CP="NON DSP COR CURa PSAa PSDa OUR NOR BUS PUR COM NAV STA"
41
+ cache-control:
42
+ - no-cache, private,max-age=0,must-revalidate
43
+ transfer-encoding:
44
+ - chunked
45
+ body: |+
46
+ <?xml version="1.0" encoding="UTF-8"?>
47
+ <QueryResult rallyAPIMajor="1" rallyAPIMinor="17">
48
+ <Errors />
49
+ <Warnings />
50
+ <TotalResultCount>1</TotalResultCount>
51
+ <StartIndex>1</StartIndex>
52
+ <PageSize>20</PageSize>
53
+ <Results>
54
+ <Object rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/project/2712835688" objectVersion="1" refObjectName="Sample Project" CreatedAt="Jan 18" type="Project">
55
+ <CreationDate>2011-01-18T15:40:28.807Z</CreationDate>
56
+ <ObjectID>2712835688</ObjectID>
57
+ <Subscription rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/subscription/2712835599" refObjectName="Community Edition - Simeon Foster Willbanks - sfw@simeonfosterwillbanks.com" type="Subscription" />
58
+ <Workspace rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/workspace/2712835610" refObjectName="Workspace 1" type="Workspace" />
59
+ <BuildDefinitions>
60
+ <BuildDefinition rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/builddefinition/2712835693" refObjectName="Default Build Definition" type="BuildDefinition" />
61
+ </BuildDefinitions>
62
+ <Children />
63
+ <Description />
64
+ <Iterations>
65
+ <Iteration rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/iteration/2712836040" refObjectName="1 - Browse and Book" type="Iteration" />
66
+ <Iteration rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/iteration/2712836046" refObjectName="3 - After Safari" type="Iteration" />
67
+ <Iteration rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/iteration/2712836043" refObjectName="2 - Streamline Operations" type="Iteration" />
68
+ </Iterations>
69
+ <Name>Sample Project</Name>
70
+ <Notes />
71
+ <Owner>sfw@simeonfosterwillbanks.com</Owner>
72
+ <Releases />
73
+ <State>Open</State>
74
+ <Users />
75
+ </Object>
76
+ </Results>
77
+ </QueryResult>
78
+
79
+ http_version: "1.1"