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,193 @@
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
+ - Mon, 14 Nov 2011 21:51:38 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-trial1jybyry7ed89r1my6wydia162i.qd-app-02-trial4496728
33
+ content-type:
34
+ - text/xml; charset=utf-8
35
+ set-cookie:
36
+ - JSESSIONID=qd-app-02-trial1jybyry7ed89r1my6wydia162i.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"
80
+ - !ruby/struct:VCR::HTTPInteraction
81
+ request: !ruby/struct:VCR::Request
82
+ method: :get
83
+ uri: https://taskmapper-rally%40simeonfosterwillbanks.com:Password@community.rallydev.com:443/slm/webservice/current/ConversationPost?query=(ObjectID%20=%202988719307)&fetch=false&project=https://community.rallydev.com/slm/webservice/1.17/project/2712835688
84
+ body:
85
+ headers:
86
+ x-rallyintegrationname:
87
+ - RubyRestAPI
88
+ x-rallyintegrationlibrary:
89
+ - RallyRestAPI version 1.0.3
90
+ x-rallyintegrationplatform:
91
+ - Ruby 1.9.2
92
+ x-rallyintegrationos:
93
+ - i686-linux
94
+ authorization:
95
+ - Basic dGlja2V0bWFzdGVyLXJhbGx5QHNpbWVvbmZvc3RlcndpbGxiYW5rcy5jb206UGFzc3dvcmQ=
96
+ content-type:
97
+ - text/xml
98
+ response: !ruby/struct:VCR::Response
99
+ status: !ruby/struct:VCR::ResponseStatus
100
+ code: 200
101
+ message: OK
102
+ headers:
103
+ date:
104
+ - Mon, 14 Nov 2011 21:51:38 GMT
105
+ server:
106
+ - Jetty(6.1.26)
107
+ expires:
108
+ - Thu, 01-Jan-1970 00:00:00 GMT
109
+ rallyrequestid:
110
+ - qd-app-02-trial1sk76jnab1nnwsn6t8fbfde7h.qd-app-02-trial4496756
111
+ content-type:
112
+ - text/xml; charset=utf-8
113
+ set-cookie:
114
+ - JSESSIONID=qd-app-02-trial1sk76jnab1nnwsn6t8fbfde7h.qd-app-02-trial;Path=/slm;Secure
115
+ vary:
116
+ - Accept-Encoding
117
+ p3p:
118
+ - CP="NON DSP COR CURa PSAa PSDa OUR NOR BUS PUR COM NAV STA"
119
+ cache-control:
120
+ - no-cache, private,max-age=0,must-revalidate
121
+ transfer-encoding:
122
+ - chunked
123
+ body: |+
124
+ <?xml version="1.0" encoding="UTF-8"?>
125
+ <QueryResult rallyAPIMajor="1" rallyAPIMinor="17">
126
+ <Errors />
127
+ <Warnings />
128
+ <TotalResultCount>1</TotalResultCount>
129
+ <StartIndex>1</StartIndex>
130
+ <PageSize>20</PageSize>
131
+ <Results>
132
+ <Object rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/conversationpost/2988719307" type="ConversationPost" />
133
+ </Results>
134
+ </QueryResult>
135
+
136
+ http_version: "1.1"
137
+ - !ruby/struct:VCR::HTTPInteraction
138
+ request: !ruby/struct:VCR::Request
139
+ method: :get
140
+ uri: https://taskmapper-rally%40simeonfosterwillbanks.com:Password@community.rallydev.com:443/slm/webservice/1.17/conversationpost/2988719307
141
+ body:
142
+ headers:
143
+ x-rallyintegrationname:
144
+ - RubyRestAPI
145
+ x-rallyintegrationlibrary:
146
+ - RallyRestAPI version 1.0.3
147
+ x-rallyintegrationplatform:
148
+ - Ruby 1.9.2
149
+ x-rallyintegrationos:
150
+ - i686-linux
151
+ authorization:
152
+ - Basic dGlja2V0bWFzdGVyLXJhbGx5QHNpbWVvbmZvc3RlcndpbGxiYW5rcy5jb206UGFzc3dvcmQ=
153
+ content-type:
154
+ - text/xml
155
+ response: !ruby/struct:VCR::Response
156
+ status: !ruby/struct:VCR::ResponseStatus
157
+ code: 200
158
+ message: OK
159
+ headers:
160
+ date:
161
+ - Mon, 14 Nov 2011 21:51:39 GMT
162
+ server:
163
+ - Jetty(6.1.26)
164
+ expires:
165
+ - Thu, 01-Jan-1970 00:00:00 GMT
166
+ rallyrequestid:
167
+ - qd-app-02-trial1lpf5c4fq1yrzj5jyqpe5x9x9.qd-app-02-trial4496777
168
+ content-type:
169
+ - text/xml; charset=utf-8
170
+ set-cookie:
171
+ - JSESSIONID=qd-app-02-trial1lpf5c4fq1yrzj5jyqpe5x9x9.qd-app-02-trial;Path=/slm;Secure
172
+ vary:
173
+ - Accept-Encoding
174
+ p3p:
175
+ - CP="NON DSP COR CURa PSAa PSDa OUR NOR BUS PUR COM NAV STA"
176
+ cache-control:
177
+ - no-cache, private,max-age=0,must-revalidate
178
+ transfer-encoding:
179
+ - chunked
180
+ body: |+
181
+ <?xml version="1.0" encoding="UTF-8"?>
182
+ <ConversationPost rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/conversationpost/2988719307" objectVersion="1" CreatedAt="Mar 5">
183
+ <CreationDate>2011-03-05T17:37:54.268Z</CreationDate>
184
+ <ObjectID>2988719307</ObjectID>
185
+ <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" />
186
+ <Workspace rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/workspace/2712835610" refObjectName="Workspace 1" type="Workspace" />
187
+ <Artifact rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/defect/2780205298" refObjectName="Safari email alert has wrong subject" type="Defect" />
188
+ <PostNumber>1</PostNumber>
189
+ <Text>Hmm, I like the idea, but the grammatical structure is strange. How about, &lt;b&gt;"Our awesome safari exposes you to lions, zebras and elephants!"&lt;/b&gt;</Text>
190
+ <UserName>sfw@simeonfosterwillbanks.com</UserName>
191
+ </ConversationPost>
192
+
193
+ http_version: "1.1"
@@ -0,0 +1,64 @@
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/user
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
+ - Thu, 10 Nov 2011 22:15:10 GMT
27
+ server:
28
+ - Jetty(6.1.26)
29
+ expires:
30
+ - Thu, 01-Jan-1970 00:00:00 GMT
31
+ rallyrequestid:
32
+ - qd-app-03-trial6jrr0sm03palgi3hksouc6zx.qd-app-03-trial1785108
33
+ content-type:
34
+ - text/xml; charset=utf-8
35
+ set-cookie:
36
+ - JSESSIONID=qd-app-03-trial6jrr0sm03palgi3hksouc6zx.qd-app-03-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
+ <User rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/user/2719713649" objectVersion="4" refObjectName="taskmapper-rally" CreatedAt="Jan 19">
48
+ <CreationDate>2011-01-19T16:56:34.602Z</CreationDate>
49
+ <ObjectID>2719713649</ObjectID>
50
+ <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" />
51
+ <Disabled>false</Disabled>
52
+ <EmailAddress>taskmapper-rally@simeonfosterwillbanks.com</EmailAddress>
53
+ <LastPasswordUpdateDate>2011-01-19T17:32:11.941Z</LastPasswordUpdateDate>
54
+ <RevisionHistory rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/revisionhistory/2719713650" type="RevisionHistory" />
55
+ <Projects />
56
+ <LoginName>taskmapper-rally@simeonfosterwillbanks.com</LoginName>
57
+ <UserPermissions>
58
+ <WorkspacePermission rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/workspacepermission/2719713649u2712835610w3" refObjectName="Workspace 1 User" type="WorkspacePermission" />
59
+ <ProjectPermission rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/projectpermission/2719713649u2712835688p2" refObjectName="Sample Project Editor" type="ProjectPermission" />
60
+ </UserPermissions>
61
+ <UserProfile rallyAPIMajor="1" rallyAPIMinor="17" ref="https://community.rallydev.com/slm/webservice/1.17/userprofile/2719713651" type="UserProfile" />
62
+ </User>
63
+
64
+ http_version: "1.1"
@@ -0,0 +1,75 @@
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 dGFza21hcHBlci1yYWxseUBzaW1lb25mb3N0ZXJ3aWxsYmFua3MuY29tOlBhc3N3b3Jk
18
+ content-type:
19
+ - text/xml
20
+ response: !ruby/struct:VCR::Response
21
+ status: !ruby/struct:VCR::ResponseStatus
22
+ code: 401
23
+ message: The username or password you entered is incorrect.
24
+ headers:
25
+ date:
26
+ - Mon, 14 May 2012 18:53:03 GMT
27
+ www-authenticate:
28
+ - Basic realm="Rally ALM"
29
+ content-type:
30
+ - text/html; charset=iso-8859-1
31
+ cache-control:
32
+ - no-cache,no-store,max-age=0,must-revalidate
33
+ content-length:
34
+ - "1477"
35
+ set-cookie:
36
+ - JSESSIONID=qd-app-01-trialh5a6yxf1eb521tj5p4szgmufr.qd-app-01-trial;Path=/;Secure
37
+ expires:
38
+ - Mon, 14 May 2012 18:53:03 GMT
39
+ vary:
40
+ - Accept-Encoding
41
+ p3p:
42
+ - CP="NON DSP COR CURa PSAa PSDa OUR NOR BUS PUR COM NAV STA"
43
+ body: |
44
+ <html>
45
+ <head>
46
+ <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/>
47
+ <title>Error 401 The username or password you entered is incorrect.</title>
48
+ </head>
49
+ <body><h2>HTTP ERROR 401</h2>
50
+ <p>Problem accessing /slm/webservice/current/Project. Reason:
51
+ <pre> The username or password you entered is incorrect.</pre></p><hr /><i><small>Powered by Jetty://</small></i><br/>
52
+ <br/>
53
+ <br/>
54
+ <br/>
55
+ <br/>
56
+ <br/>
57
+ <br/>
58
+ <br/>
59
+ <br/>
60
+ <br/>
61
+ <br/>
62
+ <br/>
63
+ <br/>
64
+ <br/>
65
+ <br/>
66
+ <br/>
67
+ <br/>
68
+ <br/>
69
+ <br/>
70
+ <br/>
71
+
72
+ </body>
73
+ </html>
74
+
75
+ 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:33:00 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-trial1bvrz096xj6vure78qefe23zz.qd-app-02-trial16705
33
+ content-type:
34
+ - text/xml; charset=utf-8
35
+ set-cookie:
36
+ - JSESSIONID=qd-app-02-trial1bvrz096xj6vure78qefe23zz.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"
@@ -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:35:55 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-trial1myt18wswnfgx16sczoaym9qyz.qd-app-02-trial20485
33
+ content-type:
34
+ - text/xml; charset=utf-8
35
+ set-cookie:
36
+ - JSESSIONID=qd-app-02-trial1myt18wswnfgx16sczoaym9qyz.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"