topprospect-pivotal-tracker 0.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (49) hide show
  1. data/.gitignore +9 -0
  2. data/Gemfile +15 -0
  3. data/Gemfile.lock +40 -0
  4. data/LICENSE +20 -0
  5. data/README.rdoc +77 -0
  6. data/Rakefile +49 -0
  7. data/VERSION +1 -0
  8. data/lib/pivotal-tracker.rb +38 -0
  9. data/lib/pivotal-tracker/activity.rb +45 -0
  10. data/lib/pivotal-tracker/attachment.rb +16 -0
  11. data/lib/pivotal-tracker/client.rb +35 -0
  12. data/lib/pivotal-tracker/extensions.rb +11 -0
  13. data/lib/pivotal-tracker/iteration.rb +34 -0
  14. data/lib/pivotal-tracker/membership.rb +20 -0
  15. data/lib/pivotal-tracker/note.rb +58 -0
  16. data/lib/pivotal-tracker/project.rb +58 -0
  17. data/lib/pivotal-tracker/proxy.rb +66 -0
  18. data/lib/pivotal-tracker/story.rb +149 -0
  19. data/lib/pivotal-tracker/task.rb +53 -0
  20. data/lib/pivotal-tracker/validation.rb +68 -0
  21. data/lib/pivotal_tracker.rb +2 -0
  22. data/pivotal-tracker.gemspec +120 -0
  23. data/spec/fixtures/activity.xml +177 -0
  24. data/spec/fixtures/created_note.xml +14 -0
  25. data/spec/fixtures/created_story.xml +14 -0
  26. data/spec/fixtures/iterations_all.xml +237 -0
  27. data/spec/fixtures/iterations_backlog.xml +163 -0
  28. data/spec/fixtures/iterations_current.xml +47 -0
  29. data/spec/fixtures/iterations_done.xml +33 -0
  30. data/spec/fixtures/memberships.xml +42 -0
  31. data/spec/fixtures/notes.xml +33 -0
  32. data/spec/fixtures/project.xml +51 -0
  33. data/spec/fixtures/project_activity.xml +177 -0
  34. data/spec/fixtures/projects.xml +103 -0
  35. data/spec/fixtures/stale_fish.yml +100 -0
  36. data/spec/fixtures/stories.xml +293 -0
  37. data/spec/fixtures/tasks.xml +24 -0
  38. data/spec/spec.opts +1 -0
  39. data/spec/spec_helper.rb +31 -0
  40. data/spec/support/stale_fish_fixtures.rb +67 -0
  41. data/spec/unit/pivotal-tracker/activity_spec.rb +23 -0
  42. data/spec/unit/pivotal-tracker/attachment_spec.rb +62 -0
  43. data/spec/unit/pivotal-tracker/iteration_spec.rb +52 -0
  44. data/spec/unit/pivotal-tracker/membership_spec.rb +20 -0
  45. data/spec/unit/pivotal-tracker/note_spec.rb +61 -0
  46. data/spec/unit/pivotal-tracker/project_spec.rb +55 -0
  47. data/spec/unit/pivotal-tracker/story_spec.rb +185 -0
  48. data/spec/unit/pivotal-tracker/task_spec.rb +21 -0
  49. metadata +246 -0
@@ -0,0 +1,177 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <activities type="array">
3
+ <activity>
4
+ <id type="integer">24492385</id>
5
+ <version type="integer">206</version>
6
+ <event_type>story_create</event_type>
7
+ <occurred_at type="datetime">2010/07/29 19:13:04 UTC</occurred_at>
8
+ <author>Test Suite Access</author>
9
+ <project_id type="integer">102622</project_id>
10
+ <description>Test Suite Access added &quot;Create stuff&quot;</description>
11
+ <stories>
12
+ <story>
13
+ <id type="integer">4492080</id>
14
+ <url>http://www.pivotaltracker.com/services/v3/projects/102622/stories/4492080</url>
15
+ <name>Create stuff</name>
16
+ <story_type>feature</story_type>
17
+ <current_state>unscheduled</current_state>
18
+ </story>
19
+ </stories>
20
+ </activity>
21
+ <activity>
22
+ <id type="integer">24492375</id>
23
+ <version type="integer">205</version>
24
+ <event_type>story_create</event_type>
25
+ <occurred_at type="datetime">2010/07/29 19:13:01 UTC</occurred_at>
26
+ <author>Test Suite Access</author>
27
+ <project_id type="integer">102622</project_id>
28
+ <description>Test Suite Access added &quot;Create stuff&quot;</description>
29
+ <stories>
30
+ <story>
31
+ <id type="integer">4492078</id>
32
+ <url>http://www.pivotaltracker.com/services/v3/projects/102622/stories/4492078</url>
33
+ <name>Create stuff</name>
34
+ <story_type>feature</story_type>
35
+ <current_state>unscheduled</current_state>
36
+ </story>
37
+ </stories>
38
+ </activity>
39
+ <activity>
40
+ <id type="integer">24492239</id>
41
+ <version type="integer">200</version>
42
+ <event_type>story_create</event_type>
43
+ <occurred_at type="datetime">2010/07/29 19:11:43 UTC</occurred_at>
44
+ <author>Test Suite Access</author>
45
+ <project_id type="integer">102622</project_id>
46
+ <description>Test Suite Access added &quot;Create stuff&quot;</description>
47
+ <stories>
48
+ <story>
49
+ <id type="integer">4492060</id>
50
+ <url>http://www.pivotaltracker.com/services/v3/projects/102622/stories/4492060</url>
51
+ <name>Create stuff</name>
52
+ <story_type>feature</story_type>
53
+ <current_state>unscheduled</current_state>
54
+ </story>
55
+ </stories>
56
+ </activity>
57
+ <activity>
58
+ <id type="integer">24492220</id>
59
+ <version type="integer">199</version>
60
+ <event_type>story_create</event_type>
61
+ <occurred_at type="datetime">2010/07/29 19:11:38 UTC</occurred_at>
62
+ <author>Test Suite Access</author>
63
+ <project_id type="integer">102622</project_id>
64
+ <description>Test Suite Access added &quot;Create stuff&quot;</description>
65
+ <stories>
66
+ <story>
67
+ <id type="integer">4492059</id>
68
+ <url>http://www.pivotaltracker.com/services/v3/projects/102622/stories/4492059</url>
69
+ <name>Create stuff</name>
70
+ <story_type>feature</story_type>
71
+ <current_state>unscheduled</current_state>
72
+ </story>
73
+ </stories>
74
+ </activity>
75
+ <activity>
76
+ <id type="integer">24491968</id>
77
+ <version type="integer">194</version>
78
+ <event_type>story_create</event_type>
79
+ <occurred_at type="datetime">2010/07/29 19:09:26 UTC</occurred_at>
80
+ <author>Test Suite Access</author>
81
+ <project_id type="integer">102622</project_id>
82
+ <description>Test Suite Access added &quot;Create stuff&quot;</description>
83
+ <stories>
84
+ <story>
85
+ <id type="integer">4491973</id>
86
+ <url>http://www.pivotaltracker.com/services/v3/projects/102622/stories/4491973</url>
87
+ <name>Create stuff</name>
88
+ <story_type>feature</story_type>
89
+ <current_state>unscheduled</current_state>
90
+ </story>
91
+ </stories>
92
+ </activity>
93
+ <activity>
94
+ <id type="integer">24491959</id>
95
+ <version type="integer">193</version>
96
+ <event_type>story_create</event_type>
97
+ <occurred_at type="datetime">2010/07/29 19:09:24 UTC</occurred_at>
98
+ <author>Test Suite Access</author>
99
+ <project_id type="integer">102622</project_id>
100
+ <description>Test Suite Access added &quot;Create stuff&quot;</description>
101
+ <stories>
102
+ <story>
103
+ <id type="integer">4491971</id>
104
+ <url>http://www.pivotaltracker.com/services/v3/projects/102622/stories/4491971</url>
105
+ <name>Create stuff</name>
106
+ <story_type>feature</story_type>
107
+ <current_state>unscheduled</current_state>
108
+ </story>
109
+ </stories>
110
+ </activity>
111
+ <activity>
112
+ <id type="integer">24491880</id>
113
+ <version type="integer">192</version>
114
+ <event_type>story_update</event_type>
115
+ <occurred_at type="datetime">2010/07/29 19:08:43 UTC</occurred_at>
116
+ <author>Jon</author>
117
+ <project_id type="integer">102622</project_id>
118
+ <description>Jon edited &quot;Movable Story&quot;</description>
119
+ <stories>
120
+ <story>
121
+ <id type="integer">4490874</id>
122
+ <url>http://www.pivotaltracker.com/services/v3/projects/102622/stories/4490874</url>
123
+ <estimate type="integer">0</estimate>
124
+ </story>
125
+ </stories>
126
+ </activity>
127
+ <activity>
128
+ <id type="integer">24491859</id>
129
+ <version type="integer">191</version>
130
+ <event_type>story_update</event_type>
131
+ <occurred_at type="datetime">2010/07/29 19:08:36 UTC</occurred_at>
132
+ <author>Jon</author>
133
+ <project_id type="integer">102622</project_id>
134
+ <description>Jon edited &quot;Movable Story&quot;</description>
135
+ <stories>
136
+ <story>
137
+ <id type="integer">4490874</id>
138
+ <url>http://www.pivotaltracker.com/services/v3/projects/102622/stories/4490874</url>
139
+ <current_state>unstarted</current_state>
140
+ </story>
141
+ </stories>
142
+ </activity>
143
+ <activity>
144
+ <id type="integer">24491236</id>
145
+ <version type="integer">158</version>
146
+ <event_type>story_update</event_type>
147
+ <occurred_at type="datetime">2010/07/29 19:04:29 UTC</occurred_at>
148
+ <author>Jon</author>
149
+ <project_id type="integer">102622</project_id>
150
+ <description>Jon edited &quot;Movable Story&quot;</description>
151
+ <stories>
152
+ <story>
153
+ <id type="integer">4490874</id>
154
+ <url>http://www.pivotaltracker.com/services/v3/projects/102622/stories/4490874</url>
155
+ <name>Movable Story</name>
156
+ </story>
157
+ </stories>
158
+ </activity>
159
+ <activity>
160
+ <id type="integer">24490623</id>
161
+ <version type="integer">153</version>
162
+ <event_type>story_create</event_type>
163
+ <occurred_at type="datetime">2010/07/29 18:58:45 UTC</occurred_at>
164
+ <author>Test Suite Access</author>
165
+ <project_id type="integer">102622</project_id>
166
+ <description>Test Suite Access added &quot;Create stuff&quot;</description>
167
+ <stories>
168
+ <story>
169
+ <id type="integer">4491800</id>
170
+ <url>http://www.pivotaltracker.com/services/v3/projects/102622/stories/4491800</url>
171
+ <name>Create stuff</name>
172
+ <story_type>feature</story_type>
173
+ <current_state>unscheduled</current_state>
174
+ </story>
175
+ </stories>
176
+ </activity>
177
+ </activities>
@@ -0,0 +1,14 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <story>
3
+ <id type="integer">4492112</id>
4
+ <project_id type="integer">102622</project_id>
5
+ <story_type>feature</story_type>
6
+ <url>http://www.pivotaltracker.com/story/show/4492112</url>
7
+ <estimate type="integer">-1</estimate>
8
+ <current_state>unscheduled</current_state>
9
+ <description></description>
10
+ <name>Create stuff</name>
11
+ <requested_by>Test Suite Access</requested_by>
12
+ <created_at type="datetime">2010/07/29 19:15:16 UTC</created_at>
13
+ <updated_at type="datetime">2010/07/29 19:15:16 UTC</updated_at>
14
+ </story>
@@ -0,0 +1,14 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <story>
3
+ <id type="integer">4492111</id>
4
+ <project_id type="integer">102622</project_id>
5
+ <story_type>feature</story_type>
6
+ <url>http://www.pivotaltracker.com/story/show/4492111</url>
7
+ <estimate type="integer">-1</estimate>
8
+ <current_state>unscheduled</current_state>
9
+ <description></description>
10
+ <name>Create stuff</name>
11
+ <requested_by>Test Suite Access</requested_by>
12
+ <created_at type="datetime">2010/07/29 19:15:13 UTC</created_at>
13
+ <updated_at type="datetime">2010/07/29 19:15:13 UTC</updated_at>
14
+ </story>
@@ -0,0 +1,237 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <iterations type="array">
3
+ <iteration>
4
+ <id type="integer">1</id>
5
+ <number type="integer">1</number>
6
+ <start type="datetime">2010/07/12 05:00:00 UTC</start>
7
+ <finish type="datetime">2010/07/19 05:00:00 UTC</finish>
8
+ <stories type="array">
9
+ <story>
10
+ <id type="integer">4460116</id>
11
+ <project_id type="integer">102622</project_id>
12
+ <story_type>feature</story_type>
13
+ <url>http://www.pivotaltracker.com/story/show/4460116</url>
14
+ <estimate type="integer">0</estimate>
15
+ <current_state>accepted</current_state>
16
+ <description>This is a story that's finished.</description>
17
+ <name>Old, accepted story</name>
18
+ <requested_by>Jon Mischo</requested_by>
19
+ <created_at type="datetime">2010/07/27 21:58:28 UTC</created_at>
20
+ <updated_at type="datetime">2010/07/27 22:21:17 UTC</updated_at>
21
+ <accepted_at type="datetime">2010/07/18 17:00:00 UTC</accepted_at>
22
+ </story>
23
+ </stories>
24
+ </iteration>
25
+ <iteration>
26
+ <id type="integer">2</id>
27
+ <number type="integer">2</number>
28
+ <start type="datetime">2010/07/19 05:00:00 UTC</start>
29
+ <finish type="datetime">2010/07/26 05:00:00 UTC</finish>
30
+ <stories type="array">
31
+ </stories>
32
+ </iteration>
33
+ <iteration>
34
+ <id type="integer">3</id>
35
+ <number type="integer">3</number>
36
+ <start type="datetime">2010/07/26 05:00:00 UTC</start>
37
+ <finish type="datetime">2010/08/02 05:00:00 UTC</finish>
38
+ <stories type="array">
39
+ <story>
40
+ <id type="integer">4459994</id>
41
+ <project_id type="integer">102622</project_id>
42
+ <story_type>feature</story_type>
43
+ <url>http://www.pivotaltracker.com/story/show/4459994</url>
44
+ <estimate type="integer">2</estimate>
45
+ <current_state>unstarted</current_state>
46
+ <description>Generic description</description>
47
+ <name>Tasks Test</name>
48
+ <requested_by>Jon Mischo</requested_by>
49
+ <created_at type="datetime">2010/07/27 21:51:01 UTC</created_at>
50
+ <updated_at type="datetime">2010/07/27 22:20:46 UTC</updated_at>
51
+ <tasks type="array">
52
+ <task>
53
+ <id type="integer">468113</id>
54
+ <description>Task number 1</description>
55
+ <position>1</position>
56
+ <complete>false</complete>
57
+ <created_at type="datetime">2010/07/27 21:51:28 UTC</created_at>
58
+ </task>
59
+ <task>
60
+ <id type="integer">468114</id>
61
+ <description>Number 2 Task</description>
62
+ <position>2</position>
63
+ <complete>false</complete>
64
+ <created_at type="datetime">2010/07/27 21:51:32 UTC</created_at>
65
+ </task>
66
+ <task>
67
+ <id type="integer">468117</id>
68
+ <description>3rd task is a charm</description>
69
+ <position>3</position>
70
+ <complete>true</complete>
71
+ <created_at type="datetime">2010/07/27 21:51:42 UTC</created_at>
72
+ </task>
73
+ </tasks>
74
+ </story>
75
+ </stories>
76
+ </iteration>
77
+ <iteration>
78
+ <id type="integer">4</id>
79
+ <number type="integer">4</number>
80
+ <start type="datetime">2010/08/02 05:00:00 UTC</start>
81
+ <finish type="datetime">2010/08/09 05:00:00 UTC</finish>
82
+ <stories type="array">
83
+ <story>
84
+ <id type="integer">4460038</id>
85
+ <project_id type="integer">102622</project_id>
86
+ <story_type>feature</story_type>
87
+ <url>http://www.pivotaltracker.com/story/show/4460038</url>
88
+ <estimate type="integer">1</estimate>
89
+ <current_state>unstarted</current_state>
90
+ <description>This is a story that has comments.</description>
91
+ <name>This is for comments</name>
92
+ <requested_by>Jon Mischo</requested_by>
93
+ <created_at type="datetime">2010/07/27 21:53:16 UTC</created_at>
94
+ <updated_at type="datetime">2010/07/27 22:20:48 UTC</updated_at>
95
+ <notes type="array">
96
+ <note>
97
+ <id type="integer">2111593</id>
98
+ <text>This is a comment...whee!</text>
99
+ <author>Jon</author>
100
+ <noted_at type="datetime">2010/07/27 22:15:48 UTC</noted_at>
101
+ </note>
102
+ <note>
103
+ <id type="integer">2128955</id>
104
+ <text>Test note</text>
105
+ <author>Test Suite Access</author>
106
+ <noted_at type="datetime">2010/07/29 18:15:09 UTC</noted_at>
107
+ </note>
108
+ <note>
109
+ <id type="integer">2128959</id>
110
+ <text>Test note</text>
111
+ <author>Test Suite Access</author>
112
+ <noted_at type="datetime">2010/07/29 18:16:12 UTC</noted_at>
113
+ </note>
114
+ <note>
115
+ <id type="integer">2129077</id>
116
+ <text>Test note</text>
117
+ <author>Test Suite Access</author>
118
+ <noted_at type="datetime">2010/07/29 18:22:26 UTC</noted_at>
119
+ </note>
120
+ <note>
121
+ <id type="integer">2129374</id>
122
+ <text>Test note</text>
123
+ <author>Test Suite Access</author>
124
+ <noted_at type="datetime">2010/07/29 18:55:44 UTC</noted_at>
125
+ </note>
126
+ </notes>
127
+ </story>
128
+ </stories>
129
+ </iteration>
130
+ <iteration>
131
+ <id type="integer">5</id>
132
+ <number type="integer">5</number>
133
+ <start type="datetime">2010/08/09 05:00:00 UTC</start>
134
+ <finish type="datetime">2010/08/16 05:00:00 UTC</finish>
135
+ <stories type="array">
136
+ <story>
137
+ <id type="integer">4460598</id>
138
+ <project_id type="integer">102622</project_id>
139
+ <story_type>feature</story_type>
140
+ <url>http://www.pivotaltracker.com/story/show/4460598</url>
141
+ <estimate type="integer">3</estimate>
142
+ <current_state>unstarted</current_state>
143
+ <description>This story has attachments.</description>
144
+ <name>Story with attachments</name>
145
+ <requested_by>Jon Mischo</requested_by>
146
+ <created_at type="datetime">2010/07/27 22:33:13 UTC</created_at>
147
+ <updated_at type="datetime">2010/07/27 22:33:28 UTC</updated_at>
148
+ <attachments type="array">
149
+ <attachment>
150
+ <id type="integer">491576</id>
151
+ <filename>LICENSE</filename>
152
+ <description></description>
153
+ <uploaded_by>Jon</uploaded_by>
154
+ <uploaded_at type="datetime">2010/07/27 22:34:23 UTC</uploaded_at>
155
+ <url>http://www.pivotaltracker.com/resource/download/491576</url>
156
+ </attachment>
157
+ <attachment>
158
+ <id type="integer">493019</id>
159
+ <filename>README.rdoc</filename>
160
+ <description>README file from api gem</description>
161
+ <uploaded_by>Jon</uploaded_by>
162
+ <uploaded_at type="datetime">2010/07/28 15:16:18 UTC</uploaded_at>
163
+ <url>http://www.pivotaltracker.com/resource/download/493019</url>
164
+ </attachment>
165
+ </attachments>
166
+ </story>
167
+ </stories>
168
+ </iteration>
169
+ <iteration>
170
+ <id type="integer">6</id>
171
+ <number type="integer">6</number>
172
+ <start type="datetime">2010/08/16 05:00:00 UTC</start>
173
+ <finish type="datetime">2010/08/23 05:00:00 UTC</finish>
174
+ <stories type="array">
175
+ <story>
176
+ <id type="integer">4473735</id>
177
+ <project_id type="integer">102622</project_id>
178
+ <story_type>feature</story_type>
179
+ <url>http://www.pivotaltracker.com/story/show/4473735</url>
180
+ <estimate type="integer">1</estimate>
181
+ <current_state>unstarted</current_state>
182
+ <description></description>
183
+ <name>Attachment upload test story</name>
184
+ <requested_by>Jon</requested_by>
185
+ <created_at type="datetime">2010/07/28 18:17:33 UTC</created_at>
186
+ <updated_at type="datetime">2010/07/28 18:17:44 UTC</updated_at>
187
+ <attachments type="array">
188
+ <attachment>
189
+ <id type="integer">495851</id>
190
+ <filename>LICENSE</filename>
191
+ <description></description>
192
+ <uploaded_by>Test Suite Access</uploaded_by>
193
+ <uploaded_at type="datetime">2010/07/29 19:07:19 UTC</uploaded_at>
194
+ <url>http://www.pivotaltracker.com/resource/download/495851</url>
195
+ </attachment>
196
+ <attachment>
197
+ <id type="integer">495856</id>
198
+ <filename>LICENSE</filename>
199
+ <description></description>
200
+ <uploaded_by>Test Suite Access</uploaded_by>
201
+ <uploaded_at type="datetime">2010/07/29 19:09:27 UTC</uploaded_at>
202
+ <url>http://www.pivotaltracker.com/resource/download/495856</url>
203
+ </attachment>
204
+ <attachment>
205
+ <id type="integer">495858</id>
206
+ <filename>LICENSE</filename>
207
+ <description></description>
208
+ <uploaded_by>Test Suite Access</uploaded_by>
209
+ <uploaded_at type="datetime">2010/07/29 19:11:44 UTC</uploaded_at>
210
+ <url>http://www.pivotaltracker.com/resource/download/495858</url>
211
+ </attachment>
212
+ <attachment>
213
+ <id type="integer">495863</id>
214
+ <filename>LICENSE</filename>
215
+ <description></description>
216
+ <uploaded_by>Test Suite Access</uploaded_by>
217
+ <uploaded_at type="datetime">2010/07/29 19:13:06 UTC</uploaded_at>
218
+ <url>http://www.pivotaltracker.com/resource/download/495863</url>
219
+ </attachment>
220
+ </attachments>
221
+ </story>
222
+ <story>
223
+ <id type="integer">4490874</id>
224
+ <project_id type="integer">102622</project_id>
225
+ <story_type>feature</story_type>
226
+ <url>http://www.pivotaltracker.com/story/show/4490874</url>
227
+ <estimate type="integer">0</estimate>
228
+ <current_state>unstarted</current_state>
229
+ <description></description>
230
+ <name>Movable Story</name>
231
+ <requested_by>Test Suite Access</requested_by>
232
+ <created_at type="datetime">2010/07/29 18:12:31 UTC</created_at>
233
+ <updated_at type="datetime">2010/07/29 19:13:12 UTC</updated_at>
234
+ </story>
235
+ </stories>
236
+ </iteration>
237
+ </iterations>
@@ -0,0 +1,163 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <iterations type="array">
3
+ <iteration>
4
+ <id type="integer">4</id>
5
+ <number type="integer">4</number>
6
+ <start type="datetime">2010/08/02 05:00:00 UTC</start>
7
+ <finish type="datetime">2010/08/09 05:00:00 UTC</finish>
8
+ <stories type="array">
9
+ <story>
10
+ <id type="integer">4460038</id>
11
+ <project_id type="integer">102622</project_id>
12
+ <story_type>feature</story_type>
13
+ <url>http://www.pivotaltracker.com/story/show/4460038</url>
14
+ <estimate type="integer">1</estimate>
15
+ <current_state>unstarted</current_state>
16
+ <description>This is a story that has comments.</description>
17
+ <name>This is for comments</name>
18
+ <requested_by>Jon Mischo</requested_by>
19
+ <created_at type="datetime">2010/07/27 21:53:16 UTC</created_at>
20
+ <updated_at type="datetime">2010/07/27 22:20:48 UTC</updated_at>
21
+ <notes type="array">
22
+ <note>
23
+ <id type="integer">2111593</id>
24
+ <text>This is a comment...whee!</text>
25
+ <author>Jon</author>
26
+ <noted_at type="datetime">2010/07/27 22:15:48 UTC</noted_at>
27
+ </note>
28
+ <note>
29
+ <id type="integer">2128955</id>
30
+ <text>Test note</text>
31
+ <author>Test Suite Access</author>
32
+ <noted_at type="datetime">2010/07/29 18:15:09 UTC</noted_at>
33
+ </note>
34
+ <note>
35
+ <id type="integer">2128959</id>
36
+ <text>Test note</text>
37
+ <author>Test Suite Access</author>
38
+ <noted_at type="datetime">2010/07/29 18:16:12 UTC</noted_at>
39
+ </note>
40
+ <note>
41
+ <id type="integer">2129077</id>
42
+ <text>Test note</text>
43
+ <author>Test Suite Access</author>
44
+ <noted_at type="datetime">2010/07/29 18:22:26 UTC</noted_at>
45
+ </note>
46
+ <note>
47
+ <id type="integer">2129374</id>
48
+ <text>Test note</text>
49
+ <author>Test Suite Access</author>
50
+ <noted_at type="datetime">2010/07/29 18:55:44 UTC</noted_at>
51
+ </note>
52
+ </notes>
53
+ </story>
54
+ </stories>
55
+ </iteration>
56
+ <iteration>
57
+ <id type="integer">5</id>
58
+ <number type="integer">5</number>
59
+ <start type="datetime">2010/08/09 05:00:00 UTC</start>
60
+ <finish type="datetime">2010/08/16 05:00:00 UTC</finish>
61
+ <stories type="array">
62
+ <story>
63
+ <id type="integer">4460598</id>
64
+ <project_id type="integer">102622</project_id>
65
+ <story_type>feature</story_type>
66
+ <url>http://www.pivotaltracker.com/story/show/4460598</url>
67
+ <estimate type="integer">3</estimate>
68
+ <current_state>unstarted</current_state>
69
+ <description>This story has attachments.</description>
70
+ <name>Story with attachments</name>
71
+ <requested_by>Jon Mischo</requested_by>
72
+ <created_at type="datetime">2010/07/27 22:33:13 UTC</created_at>
73
+ <updated_at type="datetime">2010/07/27 22:33:28 UTC</updated_at>
74
+ <attachments type="array">
75
+ <attachment>
76
+ <id type="integer">491576</id>
77
+ <filename>LICENSE</filename>
78
+ <description></description>
79
+ <uploaded_by>Jon</uploaded_by>
80
+ <uploaded_at type="datetime">2010/07/27 22:34:23 UTC</uploaded_at>
81
+ <url>http://www.pivotaltracker.com/resource/download/491576</url>
82
+ </attachment>
83
+ <attachment>
84
+ <id type="integer">493019</id>
85
+ <filename>README.rdoc</filename>
86
+ <description>README file from api gem</description>
87
+ <uploaded_by>Jon</uploaded_by>
88
+ <uploaded_at type="datetime">2010/07/28 15:16:18 UTC</uploaded_at>
89
+ <url>http://www.pivotaltracker.com/resource/download/493019</url>
90
+ </attachment>
91
+ </attachments>
92
+ </story>
93
+ </stories>
94
+ </iteration>
95
+ <iteration>
96
+ <id type="integer">6</id>
97
+ <number type="integer">6</number>
98
+ <start type="datetime">2010/08/16 05:00:00 UTC</start>
99
+ <finish type="datetime">2010/08/23 05:00:00 UTC</finish>
100
+ <stories type="array">
101
+ <story>
102
+ <id type="integer">4473735</id>
103
+ <project_id type="integer">102622</project_id>
104
+ <story_type>feature</story_type>
105
+ <url>http://www.pivotaltracker.com/story/show/4473735</url>
106
+ <estimate type="integer">1</estimate>
107
+ <current_state>unstarted</current_state>
108
+ <description></description>
109
+ <name>Attachment upload test story</name>
110
+ <requested_by>Jon</requested_by>
111
+ <created_at type="datetime">2010/07/28 18:17:33 UTC</created_at>
112
+ <updated_at type="datetime">2010/07/28 18:17:44 UTC</updated_at>
113
+ <attachments type="array">
114
+ <attachment>
115
+ <id type="integer">495851</id>
116
+ <filename>LICENSE</filename>
117
+ <description></description>
118
+ <uploaded_by>Test Suite Access</uploaded_by>
119
+ <uploaded_at type="datetime">2010/07/29 19:07:19 UTC</uploaded_at>
120
+ <url>http://www.pivotaltracker.com/resource/download/495851</url>
121
+ </attachment>
122
+ <attachment>
123
+ <id type="integer">495856</id>
124
+ <filename>LICENSE</filename>
125
+ <description></description>
126
+ <uploaded_by>Test Suite Access</uploaded_by>
127
+ <uploaded_at type="datetime">2010/07/29 19:09:27 UTC</uploaded_at>
128
+ <url>http://www.pivotaltracker.com/resource/download/495856</url>
129
+ </attachment>
130
+ <attachment>
131
+ <id type="integer">495858</id>
132
+ <filename>LICENSE</filename>
133
+ <description></description>
134
+ <uploaded_by>Test Suite Access</uploaded_by>
135
+ <uploaded_at type="datetime">2010/07/29 19:11:44 UTC</uploaded_at>
136
+ <url>http://www.pivotaltracker.com/resource/download/495858</url>
137
+ </attachment>
138
+ <attachment>
139
+ <id type="integer">495863</id>
140
+ <filename>LICENSE</filename>
141
+ <description></description>
142
+ <uploaded_by>Test Suite Access</uploaded_by>
143
+ <uploaded_at type="datetime">2010/07/29 19:13:06 UTC</uploaded_at>
144
+ <url>http://www.pivotaltracker.com/resource/download/495863</url>
145
+ </attachment>
146
+ </attachments>
147
+ </story>
148
+ <story>
149
+ <id type="integer">4490874</id>
150
+ <project_id type="integer">102622</project_id>
151
+ <story_type>feature</story_type>
152
+ <url>http://www.pivotaltracker.com/story/show/4490874</url>
153
+ <estimate type="integer">0</estimate>
154
+ <current_state>unstarted</current_state>
155
+ <description></description>
156
+ <name>Movable Story</name>
157
+ <requested_by>Test Suite Access</requested_by>
158
+ <created_at type="datetime">2010/07/29 18:12:31 UTC</created_at>
159
+ <updated_at type="datetime">2010/07/29 19:13:12 UTC</updated_at>
160
+ </story>
161
+ </stories>
162
+ </iteration>
163
+ </iterations>