pt-flow 0.2 → 0.2.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (38) hide show
  1. data/.gitignore +1 -0
  2. data/Rakefile +5 -0
  3. data/lib/pt-flow/ui.rb +21 -13
  4. data/lib/pt-flow/version.rb +1 -1
  5. data/pt-flow.gemspec +1 -0
  6. data/spec/fixtures/activity.xml +177 -0
  7. data/spec/fixtures/backup_stories.xml +270 -0
  8. data/spec/fixtures/bugs.xml +279 -0
  9. data/spec/fixtures/created_note.xml +14 -0
  10. data/spec/fixtures/created_story.xml +14 -0
  11. data/spec/fixtures/features.xml +293 -0
  12. data/spec/fixtures/global_config.yml +1 -1
  13. data/spec/fixtures/iterations_all.xml +243 -0
  14. data/spec/fixtures/iterations_backlog.xml +166 -0
  15. data/spec/fixtures/iterations_current.xml +48 -0
  16. data/spec/fixtures/iterations_current_backlog.xml +211 -0
  17. data/spec/fixtures/iterations_done.xml +34 -0
  18. data/spec/fixtures/local_config.yml +5 -5
  19. data/spec/fixtures/memberships.xml +42 -0
  20. data/spec/fixtures/notes.xml +33 -0
  21. data/spec/fixtures/project.xml +53 -0
  22. data/spec/fixtures/project_activity.xml +177 -0
  23. data/spec/fixtures/projects.xml +107 -0
  24. data/spec/fixtures/stories.xml +270 -0
  25. data/spec/fixtures/story-4459994.xml +14 -0
  26. data/spec/fixtures/story-4460038.xml +46 -0
  27. data/spec/fixtures/story-4460598.xml +32 -0
  28. data/spec/fixtures/story-4473735.xml +48 -0
  29. data/spec/fixtures/story.xml +14 -0
  30. data/spec/fixtures/tasks.xml +24 -0
  31. data/spec/fixtures/update_tasks.xml +8 -0
  32. data/spec/lib/pt-flow/ui_spec.rb +79 -28
  33. data/spec/spec_helper.rb +2 -1
  34. data/spec/support/dummy.rb +14 -0
  35. data/spec/support/fixture_macros.rb +13 -0
  36. data/spec/support/git_macros.rb +9 -0
  37. data/spec/support/webmock.rb +5 -0
  38. metadata +104 -12
@@ -0,0 +1,107 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <projects type="array">
3
+ <project>
4
+ <id>102622</id>
5
+ <name>Pivotal Tracker API Gem</name>
6
+ <iteration_length type="integer">1</iteration_length>
7
+ <week_start_day>Monday</week_start_day>
8
+ <first_iteration_start_time type="datetime">2011/12/05 06:00:00 UTC</first_iteration_start_time>
9
+ <current_iteration_number type="integer">4</current_iteration_number>
10
+ <point_scale>0,1,2,3</point_scale>
11
+ <account>Jon</account>
12
+ <velocity_scheme>Average of 3 iterations</velocity_scheme>
13
+ <current_velocity>2</current_velocity>
14
+ <initial_velocity>2</initial_velocity>
15
+ <number_of_done_iterations_to_show>12</number_of_done_iterations_to_show>
16
+ <labels></labels>
17
+ <last_activity_at type="datetime">2010/07/29 19:13:13 UTC</last_activity_at>
18
+ <allow_attachments>true</allow_attachments>
19
+ <public>true</public>
20
+ <use_https>false</use_https>
21
+ <bugs_and_chores_are_estimatable>true</bugs_and_chores_are_estimatable>
22
+ <commit_mode>true</commit_mode>
23
+ <memberships>
24
+ <membership>
25
+ <id>331822</id>
26
+ <person>
27
+ <email>jmischo@sittercity.com</email>
28
+ <name>Jon</name>
29
+ <initials>JM</initials>
30
+ </person>
31
+ <role>Owner</role>
32
+ </membership>
33
+ <membership>
34
+ <id>331823</id>
35
+ <person>
36
+ <email>jmischo@quagility.com</email>
37
+ <name>Jon Mischo</name>
38
+ <initials>JM</initials>
39
+ </person>
40
+ <role>Owner</role>
41
+ </membership>
42
+ <membership>
43
+ <id>331832</id>
44
+ <person>
45
+ <email>pivotal-tracker-api-gem@quagility.com</email>
46
+ <name>Test Suite Access</name>
47
+ <initials>TEST</initials>
48
+ </person>
49
+ <role>Member</role>
50
+ </membership>
51
+ </memberships>
52
+ <integrations>
53
+ </integrations>
54
+ </project>
55
+ <project>
56
+ <id>103014</id>
57
+ <name>Pivotal Tracker API Gem Target Project</name>
58
+ <iteration_length type="integer">1</iteration_length>
59
+ <week_start_day>Monday</week_start_day>
60
+ <first_iteration_start_time type="datetime">2011/12/05 06:00:00 UTC</first_iteration_start_time>
61
+ <current_iteration_number type="integer">4</current_iteration_number>
62
+ <point_scale>0,1,2,3</point_scale>
63
+ <account>Jon</account>
64
+ <velocity_scheme>Average of 3 iterations</velocity_scheme>
65
+ <current_velocity>10</current_velocity>
66
+ <initial_velocity>10</initial_velocity>
67
+ <number_of_done_iterations_to_show>12</number_of_done_iterations_to_show>
68
+ <labels></labels>
69
+ <last_activity_at type="datetime">2010/07/29 19:13:12 UTC</last_activity_at>
70
+ <allow_attachments>true</allow_attachments>
71
+ <public>false</public>
72
+ <use_https>false</use_https>
73
+ <bugs_and_chores_are_estimatable>false</bugs_and_chores_are_estimatable>
74
+ <commit_mode>false</commit_mode>
75
+ <memberships>
76
+ <membership>
77
+ <id>333170</id>
78
+ <person>
79
+ <email>jmischo@sittercity.com</email>
80
+ <name>Jon</name>
81
+ <initials>JM</initials>
82
+ </person>
83
+ <role>Owner</role>
84
+ </membership>
85
+ <membership>
86
+ <id>333172</id>
87
+ <person>
88
+ <email>pivotal-tracker-api-gem@quagility.com</email>
89
+ <name>Test Suite Access</name>
90
+ <initials>TEST</initials>
91
+ </person>
92
+ <role>Member</role>
93
+ </membership>
94
+ <membership>
95
+ <id>333173</id>
96
+ <person>
97
+ <email>jmischo@quagility.com</email>
98
+ <name>Jon Mischo</name>
99
+ <initials>JM</initials>
100
+ </person>
101
+ <role>Owner</role>
102
+ </membership>
103
+ </memberships>
104
+ <integrations>
105
+ </integrations>
106
+ </project>
107
+ </projects>
@@ -0,0 +1,270 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <stories type="array" count="14" limit="20" total="14">
3
+ <story>
4
+ <id type="integer">4460116</id>
5
+ <project_id type="integer">102622</project_id>
6
+ <story_type>feature</story_type>
7
+ <url>http://www.pivotaltracker.com/story/show/4460116</url>
8
+ <estimate type="integer">0</estimate>
9
+ <current_state>accepted</current_state>
10
+ <description>This is a story that's finished.</description>
11
+ <name>Old, accepted story</name>
12
+ <requested_by>Jon Mischo</requested_by>
13
+ <created_at type="datetime">2010/07/27 21:58:28 UTC</created_at>
14
+ <updated_at type="datetime">2010/07/27 22:21:17 UTC</updated_at>
15
+ <accepted_at type="datetime">2010/07/18 17:00:00 UTC</accepted_at>
16
+ </story>
17
+ <story>
18
+ <id type="integer">4459994</id>
19
+ <project_id type="integer">102622</project_id>
20
+ <story_type>feature</story_type>
21
+ <url>http://www.pivotaltracker.com/story/show/4459994</url>
22
+ <estimate type="integer">-1</estimate>
23
+ <current_state>unstarted</current_state>
24
+ <description>Generic description</description>
25
+ <name>Unestimated Feature</name>
26
+ <requested_by>Jon Mischo</requested_by>
27
+ <created_at type="datetime">2010/07/27 21:51:01 UTC</created_at>
28
+ <updated_at type="datetime">2010/07/27 22:20:46 UTC</updated_at>
29
+ </story>
30
+ <story>
31
+ <id type="integer">4460038</id>
32
+ <project_id type="integer">102622</project_id>
33
+ <story_type>feature</story_type>
34
+ <url>http://www.pivotaltracker.com/story/show/4460038</url>
35
+ <estimate type="integer">1</estimate>
36
+ <current_state>unstarted</current_state>
37
+ <description>This is a story that has comments.</description>
38
+ <name>This is for comments</name>
39
+ <requested_by>Jon Mischo</requested_by>
40
+ <created_at type="datetime">2010/07/27 21:53:16 UTC</created_at>
41
+ <updated_at type="datetime">2010/07/27 22:20:48 UTC</updated_at>
42
+ <notes type="array">
43
+ <note>
44
+ <id type="integer">2111593</id>
45
+ <text>This is a comment...whee!</text>
46
+ <author>Jon</author>
47
+ <noted_at type="datetime">2010/07/27 22:15:48 UTC</noted_at>
48
+ </note>
49
+ <note>
50
+ <id type="integer">2128955</id>
51
+ <text>Test note</text>
52
+ <author>Test Suite Access</author>
53
+ <noted_at type="datetime">2010/07/29 18:15:09 UTC</noted_at>
54
+ </note>
55
+ <note>
56
+ <id type="integer">2128959</id>
57
+ <text>Test note</text>
58
+ <author>Test Suite Access</author>
59
+ <noted_at type="datetime">2010/07/29 18:16:12 UTC</noted_at>
60
+ </note>
61
+ <note>
62
+ <id type="integer">2129077</id>
63
+ <text>Test note</text>
64
+ <author>Test Suite Access</author>
65
+ <noted_at type="datetime">2010/07/29 18:22:26 UTC</noted_at>
66
+ </note>
67
+ <note>
68
+ <id type="integer">2129374</id>
69
+ <text>Test note</text>
70
+ <author>Test Suite Access</author>
71
+ <noted_at type="datetime">2010/07/29 18:55:44 UTC</noted_at>
72
+ </note>
73
+ </notes>
74
+ </story>
75
+ <story>
76
+ <id type="integer">4460598</id>
77
+ <project_id type="integer">102622</project_id>
78
+ <story_type>feature</story_type>
79
+ <url>http://www.pivotaltracker.com/story/show/4460598</url>
80
+ <estimate type="integer">3</estimate>
81
+ <current_state>unstarted</current_state>
82
+ <description>This story has attachments.</description>
83
+ <name>Story with attachments</name>
84
+ <requested_by>Jon Mischo</requested_by>
85
+ <created_at type="datetime">2010/07/27 22:33:13 UTC</created_at>
86
+ <updated_at type="datetime">2010/07/27 22:33:28 UTC</updated_at>
87
+ <attachments type="array">
88
+ <attachment>
89
+ <id type="integer">491576</id>
90
+ <filename>LICENSE</filename>
91
+ <description></description>
92
+ <uploaded_by>Jon</uploaded_by>
93
+ <uploaded_at type="datetime">2010/07/27 22:34:23 UTC</uploaded_at>
94
+ <url>http://www.pivotaltracker.com/resource/download/491576</url>
95
+ </attachment>
96
+ <attachment>
97
+ <id type="integer">493019</id>
98
+ <filename>README.rdoc</filename>
99
+ <description>README file from api gem</description>
100
+ <uploaded_by>Jon</uploaded_by>
101
+ <uploaded_at type="datetime">2010/07/28 15:16:18 UTC</uploaded_at>
102
+ <url>http://www.pivotaltracker.com/resource/download/493019</url>
103
+ </attachment>
104
+ </attachments>
105
+ </story>
106
+ <story>
107
+ <id type="integer">4473735</id>
108
+ <project_id type="integer">102622</project_id>
109
+ <story_type>feature</story_type>
110
+ <url>http://www.pivotaltracker.com/story/show/4473735</url>
111
+ <estimate type="integer">1</estimate>
112
+ <current_state>unstarted</current_state>
113
+ <description></description>
114
+ <name>Attachment upload test story</name>
115
+ <requested_by>Jon</requested_by>
116
+ <created_at type="datetime">2010/07/28 18:17:33 UTC</created_at>
117
+ <updated_at type="datetime">2010/07/28 18:17:44 UTC</updated_at>
118
+ <attachments type="array">
119
+ <attachment>
120
+ <id type="integer">495851</id>
121
+ <filename>LICENSE</filename>
122
+ <description></description>
123
+ <uploaded_by>Test Suite Access</uploaded_by>
124
+ <uploaded_at type="datetime">2010/07/29 19:07:19 UTC</uploaded_at>
125
+ <url>http://www.pivotaltracker.com/resource/download/495851</url>
126
+ </attachment>
127
+ <attachment>
128
+ <id type="integer">495856</id>
129
+ <filename>LICENSE</filename>
130
+ <description></description>
131
+ <uploaded_by>Test Suite Access</uploaded_by>
132
+ <uploaded_at type="datetime">2010/07/29 19:09:27 UTC</uploaded_at>
133
+ <url>http://www.pivotaltracker.com/resource/download/495856</url>
134
+ </attachment>
135
+ <attachment>
136
+ <id type="integer">495858</id>
137
+ <filename>LICENSE</filename>
138
+ <description></description>
139
+ <uploaded_by>Test Suite Access</uploaded_by>
140
+ <uploaded_at type="datetime">2010/07/29 19:11:44 UTC</uploaded_at>
141
+ <url>http://www.pivotaltracker.com/resource/download/495858</url>
142
+ </attachment>
143
+ <attachment>
144
+ <id type="integer">495863</id>
145
+ <filename>LICENSE</filename>
146
+ <description></description>
147
+ <uploaded_by>Test Suite Access</uploaded_by>
148
+ <uploaded_at type="datetime">2010/07/29 19:13:06 UTC</uploaded_at>
149
+ <url>http://www.pivotaltracker.com/resource/download/495863</url>
150
+ </attachment>
151
+ </attachments>
152
+ </story>
153
+ <story>
154
+ <id type="integer">4490874</id>
155
+ <project_id type="integer">102622</project_id>
156
+ <story_type>feature</story_type>
157
+ <url>http://www.pivotaltracker.com/story/show/4490874</url>
158
+ <estimate type="integer">0</estimate>
159
+ <current_state>unstarted</current_state>
160
+ <description></description>
161
+ <name>Movable Story</name>
162
+ <requested_by>Test Suite Access</requested_by>
163
+ <created_at type="datetime">2010/07/29 18:12:31 UTC</created_at>
164
+ <updated_at type="datetime">2010/07/29 19:13:12 UTC</updated_at>
165
+ </story>
166
+ <story>
167
+ <id type="integer">4492080</id>
168
+ <project_id type="integer">102622</project_id>
169
+ <story_type>feature</story_type>
170
+ <url>http://www.pivotaltracker.com/story/show/4492080</url>
171
+ <estimate type="integer">-1</estimate>
172
+ <current_state>unscheduled</current_state>
173
+ <description></description>
174
+ <name>Create stuff</name>
175
+ <requested_by>Test Suite Access</requested_by>
176
+ <created_at type="datetime">2010/07/29 19:13:04 UTC</created_at>
177
+ <updated_at type="datetime">2010/07/29 19:13:04 UTC</updated_at>
178
+ </story>
179
+ <story>
180
+ <id type="integer">4492078</id>
181
+ <project_id type="integer">102622</project_id>
182
+ <story_type>feature</story_type>
183
+ <url>http://www.pivotaltracker.com/story/show/4492078</url>
184
+ <estimate type="integer">-1</estimate>
185
+ <current_state>unscheduled</current_state>
186
+ <description></description>
187
+ <name>Create stuff</name>
188
+ <requested_by>Test Suite Access</requested_by>
189
+ <created_at type="datetime">2010/07/29 19:13:01 UTC</created_at>
190
+ <updated_at type="datetime">2010/07/29 19:13:01 UTC</updated_at>
191
+ </story>
192
+ <story>
193
+ <id type="integer">4492060</id>
194
+ <project_id type="integer">102622</project_id>
195
+ <story_type>feature</story_type>
196
+ <url>http://www.pivotaltracker.com/story/show/4492060</url>
197
+ <estimate type="integer">-1</estimate>
198
+ <current_state>unscheduled</current_state>
199
+ <description></description>
200
+ <name>Create stuff</name>
201
+ <requested_by>Test Suite Access</requested_by>
202
+ <created_at type="datetime">2010/07/29 19:11:43 UTC</created_at>
203
+ <updated_at type="datetime">2010/07/29 19:11:43 UTC</updated_at>
204
+ </story>
205
+ <story>
206
+ <id type="integer">4492059</id>
207
+ <project_id type="integer">102622</project_id>
208
+ <story_type>feature</story_type>
209
+ <url>http://www.pivotaltracker.com/story/show/4492059</url>
210
+ <estimate type="integer">-1</estimate>
211
+ <current_state>unscheduled</current_state>
212
+ <description></description>
213
+ <name>Create stuff</name>
214
+ <requested_by>Test Suite Access</requested_by>
215
+ <created_at type="datetime">2010/07/29 19:11:38 UTC</created_at>
216
+ <updated_at type="datetime">2010/07/29 19:11:38 UTC</updated_at>
217
+ </story>
218
+ <story>
219
+ <id type="integer">4491973</id>
220
+ <project_id type="integer">102622</project_id>
221
+ <story_type>feature</story_type>
222
+ <url>http://www.pivotaltracker.com/story/show/4491973</url>
223
+ <estimate type="integer">-1</estimate>
224
+ <current_state>unscheduled</current_state>
225
+ <description></description>
226
+ <name>Create stuff</name>
227
+ <requested_by>Test Suite Access</requested_by>
228
+ <created_at type="datetime">2010/07/29 19:09:26 UTC</created_at>
229
+ <updated_at type="datetime">2010/07/29 19:09:26 UTC</updated_at>
230
+ </story>
231
+ <story>
232
+ <id type="integer">4491971</id>
233
+ <project_id type="integer">102622</project_id>
234
+ <story_type>feature</story_type>
235
+ <url>http://www.pivotaltracker.com/story/show/4491971</url>
236
+ <estimate type="integer">-1</estimate>
237
+ <current_state>unscheduled</current_state>
238
+ <description></description>
239
+ <name>Create stuff</name>
240
+ <requested_by>Test Suite Access</requested_by>
241
+ <created_at type="datetime">2010/07/29 19:09:24 UTC</created_at>
242
+ <updated_at type="datetime">2010/07/29 19:09:24 UTC</updated_at>
243
+ </story>
244
+ <story>
245
+ <id type="integer">4491741</id>
246
+ <project_id type="integer">102622</project_id>
247
+ <story_type>feature</story_type>
248
+ <url>http://www.pivotaltracker.com/story/show/4491741</url>
249
+ <estimate type="integer">-1</estimate>
250
+ <current_state>unscheduled</current_state>
251
+ <description></description>
252
+ <name>Create Stuff</name>
253
+ <requested_by>Test Suite Access</requested_by>
254
+ <created_at type="datetime">2010/07/29 18:56:02 UTC</created_at>
255
+ <updated_at type="datetime">2010/07/29 18:56:02 UTC</updated_at>
256
+ </story>
257
+ <story>
258
+ <id type="integer">4490944</id>
259
+ <project_id type="integer">102622</project_id>
260
+ <story_type>feature</story_type>
261
+ <url>http://www.pivotaltracker.com/story/show/4490944</url>
262
+ <estimate type="integer">-1</estimate>
263
+ <current_state>unscheduled</current_state>
264
+ <description></description>
265
+ <name>Create Stuff</name>
266
+ <requested_by>Test Suite Access</requested_by>
267
+ <created_at type="datetime">2010/07/29 18:17:23 UTC</created_at>
268
+ <updated_at type="datetime">2010/07/29 18:17:23 UTC</updated_at>
269
+ </story>
270
+ </stories>
@@ -0,0 +1,14 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <story>
3
+ <id type="integer">4459994</id>
4
+ <project_id type="integer">102622</project_id>
5
+ <story_type>feature</story_type>
6
+ <url>http://www.pivotaltracker.com/story/show/4459994</url>
7
+ <estimate type="integer">-1</estimate>
8
+ <current_state>unstarted</current_state>
9
+ <description>Generic description</description>
10
+ <name>Unestimated Feature</name>
11
+ <requested_by>Jon Mischo</requested_by>
12
+ <created_at type="datetime">2010/07/27 21:51:01 UTC</created_at>
13
+ <updated_at type="datetime">2010/07/27 22:20:46 UTC</updated_at>
14
+ </story>
@@ -0,0 +1,46 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <story>
3
+ <id type="integer">4460038</id>
4
+ <project_id type="integer">102622</project_id>
5
+ <story_type>feature</story_type>
6
+ <url>http://www.pivotaltracker.com/story/show/4460038</url>
7
+ <estimate type="integer">1</estimate>
8
+ <current_state>unstarted</current_state>
9
+ <description>This is a story that has comments.</description>
10
+ <name>This is for comments</name>
11
+ <requested_by>Jon Mischo</requested_by>
12
+ <created_at type="datetime">2010/07/27 21:53:16 UTC</created_at>
13
+ <updated_at type="datetime">2010/07/27 22:20:48 UTC</updated_at>
14
+ <notes type="array">
15
+ <note>
16
+ <id type="integer">2111593</id>
17
+ <text>This is a comment...whee!</text>
18
+ <author>Jon</author>
19
+ <noted_at type="datetime">2010/07/27 22:15:48 UTC</noted_at>
20
+ </note>
21
+ <note>
22
+ <id type="integer">2128955</id>
23
+ <text>Test note</text>
24
+ <author>Test Suite Access</author>
25
+ <noted_at type="datetime">2010/07/29 18:15:09 UTC</noted_at>
26
+ </note>
27
+ <note>
28
+ <id type="integer">2128959</id>
29
+ <text>Test note</text>
30
+ <author>Test Suite Access</author>
31
+ <noted_at type="datetime">2010/07/29 18:16:12 UTC</noted_at>
32
+ </note>
33
+ <note>
34
+ <id type="integer">2129077</id>
35
+ <text>Test note</text>
36
+ <author>Test Suite Access</author>
37
+ <noted_at type="datetime">2010/07/29 18:22:26 UTC</noted_at>
38
+ </note>
39
+ <note>
40
+ <id type="integer">2129374</id>
41
+ <text>Test note</text>
42
+ <author>Test Suite Access</author>
43
+ <noted_at type="datetime">2010/07/29 18:55:44 UTC</noted_at>
44
+ </note>
45
+ </notes>
46
+ </story>
@@ -0,0 +1,32 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <story>
3
+ <id type="integer">4460598</id>
4
+ <project_id type="integer">102622</project_id>
5
+ <story_type>feature</story_type>
6
+ <url>http://www.pivotaltracker.com/story/show/4460598</url>
7
+ <estimate type="integer">3</estimate>
8
+ <current_state>unstarted</current_state>
9
+ <description>This story has attachments.</description>
10
+ <name>Story with attachments</name>
11
+ <requested_by>Jon Mischo</requested_by>
12
+ <created_at type="datetime">2010/07/27 22:33:13 UTC</created_at>
13
+ <updated_at type="datetime">2010/07/27 22:33:28 UTC</updated_at>
14
+ <attachments type="array">
15
+ <attachment>
16
+ <id type="integer">491576</id>
17
+ <filename>LICENSE</filename>
18
+ <description></description>
19
+ <uploaded_by>Jon</uploaded_by>
20
+ <uploaded_at type="datetime">2010/07/27 22:34:23 UTC</uploaded_at>
21
+ <url>http://www.pivotaltracker.com/resource/download/491576</url>
22
+ </attachment>
23
+ <attachment>
24
+ <id type="integer">493019</id>
25
+ <filename>README.rdoc</filename>
26
+ <description>README file from api gem</description>
27
+ <uploaded_by>Jon</uploaded_by>
28
+ <uploaded_at type="datetime">2010/07/28 15:16:18 UTC</uploaded_at>
29
+ <url>http://www.pivotaltracker.com/resource/download/493019</url>
30
+ </attachment>
31
+ </attachments>
32
+ </story>
@@ -0,0 +1,48 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <story>
3
+ <id type="integer">4473735</id>
4
+ <project_id type="integer">102622</project_id>
5
+ <story_type>feature</story_type>
6
+ <url>http://www.pivotaltracker.com/story/show/4473735</url>
7
+ <estimate type="integer">1</estimate>
8
+ <current_state>unstarted</current_state>
9
+ <description></description>
10
+ <name>Attachment upload test story</name>
11
+ <requested_by>Jon</requested_by>
12
+ <created_at type="datetime">2010/07/28 18:17:33 UTC</created_at>
13
+ <updated_at type="datetime">2010/07/28 18:17:44 UTC</updated_at>
14
+ <attachments type="array">
15
+ <attachment>
16
+ <id type="integer">495851</id>
17
+ <filename>LICENSE</filename>
18
+ <description></description>
19
+ <uploaded_by>Test Suite Access</uploaded_by>
20
+ <uploaded_at type="datetime">2010/07/29 19:07:19 UTC</uploaded_at>
21
+ <url>http://www.pivotaltracker.com/resource/download/495851</url>
22
+ </attachment>
23
+ <attachment>
24
+ <id type="integer">495856</id>
25
+ <filename>LICENSE</filename>
26
+ <description></description>
27
+ <uploaded_by>Test Suite Access</uploaded_by>
28
+ <uploaded_at type="datetime">2010/07/29 19:09:27 UTC</uploaded_at>
29
+ <url>http://www.pivotaltracker.com/resource/download/495856</url>
30
+ </attachment>
31
+ <attachment>
32
+ <id type="integer">495858</id>
33
+ <filename>LICENSE</filename>
34
+ <description></description>
35
+ <uploaded_by>Test Suite Access</uploaded_by>
36
+ <uploaded_at type="datetime">2010/07/29 19:11:44 UTC</uploaded_at>
37
+ <url>http://www.pivotaltracker.com/resource/download/495858</url>
38
+ </attachment>
39
+ <attachment>
40
+ <id type="integer">495863</id>
41
+ <filename>LICENSE</filename>
42
+ <description></description>
43
+ <uploaded_by>Test Suite Access</uploaded_by>
44
+ <uploaded_at type="datetime">2010/07/29 19:13:06 UTC</uploaded_at>
45
+ <url>http://www.pivotaltracker.com/resource/download/495863</url>
46
+ </attachment>
47
+ </attachments>
48
+ </story>
@@ -0,0 +1,14 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <story>
3
+ <id type="integer">4459994</id>
4
+ <project_id type="integer">102622</project_id>
5
+ <story_type>feature</story_type>
6
+ <url>http://www.pivotaltracker.com/story/show/4459994</url>
7
+ <estimate type="integer">-1</estimate>
8
+ <current_state>unstarted</current_state>
9
+ <description>Generic description</description>
10
+ <name>Unestimated Feature</name>
11
+ <requested_by>Jon Mischo</requested_by>
12
+ <created_at type="datetime">2010/07/27 21:51:01 UTC</created_at>
13
+ <updated_at type="datetime">2010/07/27 22:20:46 UTC</updated_at>
14
+ </story>
@@ -0,0 +1,24 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <tasks type="array">
3
+ <task>
4
+ <id type="integer">468113</id>
5
+ <description>Task number 1</description>
6
+ <position>1</position>
7
+ <complete>false</complete>
8
+ <created_at type="datetime">2010/07/27 21:51:28 UTC</created_at>
9
+ </task>
10
+ <task>
11
+ <id type="integer">468114</id>
12
+ <description>Number 2 Task</description>
13
+ <position>2</position>
14
+ <complete>false</complete>
15
+ <created_at type="datetime">2010/07/27 21:51:32 UTC</created_at>
16
+ </task>
17
+ <task>
18
+ <id type="integer">468117</id>
19
+ <description>3rd task is a charm</description>
20
+ <position>3</position>
21
+ <complete>true</complete>
22
+ <created_at type="datetime">2010/07/27 21:51:42 UTC</created_at>
23
+ </task>
24
+ </tasks>
@@ -0,0 +1,8 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <task>
3
+ <id type="integer">468113</id>
4
+ <description>Test task</description>
5
+ <position>1</position>
6
+ <complete>false</complete>
7
+ <created_at type="datetime">2010/07/27 21:51:28 UTC</created_at>
8
+ </task>