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,279 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <stories type="array" count="13" limit="20" total="14">
3
+ <story>
4
+ <id type="integer">4459994</id>
5
+ <project_id type="integer">102622</project_id>
6
+ <story_type>bug</story_type>
7
+ <url>http://www.pivotaltracker.com/story/show/4459994</url>
8
+ <estimate type="integer">2</estimate>
9
+ <current_state>unstarted</current_state>
10
+ <description>Generic description</description>
11
+ <name>Tasks Test</name>
12
+ <requested_by>Jon Mischo</requested_by>
13
+ <created_at type="datetime">2010/07/27 21:51:01 UTC</created_at>
14
+ <updated_at type="datetime">2010/07/27 22:20:46 UTC</updated_at>
15
+ <tasks type="array">
16
+ <task>
17
+ <id type="integer">468113</id>
18
+ <description>Task number 1</description>
19
+ <position>1</position>
20
+ <complete>false</complete>
21
+ <created_at type="datetime">2010/07/27 21:51:28 UTC</created_at>
22
+ </task>
23
+ <task>
24
+ <id type="integer">468114</id>
25
+ <description>Number 2 Task</description>
26
+ <position>2</position>
27
+ <complete>false</complete>
28
+ <created_at type="datetime">2010/07/27 21:51:32 UTC</created_at>
29
+ </task>
30
+ <task>
31
+ <id type="integer">468117</id>
32
+ <description>3rd task is a charm</description>
33
+ <position>3</position>
34
+ <complete>true</complete>
35
+ <created_at type="datetime">2010/07/27 21:51:42 UTC</created_at>
36
+ </task>
37
+ </tasks>
38
+ </story>
39
+ <story>
40
+ <id type="integer">4460038</id>
41
+ <project_id type="integer">102622</project_id>
42
+ <story_type>bug</story_type>
43
+ <url>http://www.pivotaltracker.com/story/show/4460038</url>
44
+ <estimate type="integer">1</estimate>
45
+ <current_state>unstarted</current_state>
46
+ <description>This is a story that has comments.</description>
47
+ <name>This is for comments</name>
48
+ <requested_by>Jon Mischo</requested_by>
49
+ <created_at type="datetime">2010/07/27 21:53:16 UTC</created_at>
50
+ <updated_at type="datetime">2010/07/27 22:20:48 UTC</updated_at>
51
+ <notes type="array">
52
+ <note>
53
+ <id type="integer">2111593</id>
54
+ <text>This is a comment...whee!</text>
55
+ <author>Jon</author>
56
+ <noted_at type="datetime">2010/07/27 22:15:48 UTC</noted_at>
57
+ </note>
58
+ <note>
59
+ <id type="integer">2128955</id>
60
+ <text>Test note</text>
61
+ <author>Test Suite Access</author>
62
+ <noted_at type="datetime">2010/07/29 18:15:09 UTC</noted_at>
63
+ </note>
64
+ <note>
65
+ <id type="integer">2128959</id>
66
+ <text>Test note</text>
67
+ <author>Test Suite Access</author>
68
+ <noted_at type="datetime">2010/07/29 18:16:12 UTC</noted_at>
69
+ </note>
70
+ <note>
71
+ <id type="integer">2129077</id>
72
+ <text>Test note</text>
73
+ <author>Test Suite Access</author>
74
+ <noted_at type="datetime">2010/07/29 18:22:26 UTC</noted_at>
75
+ </note>
76
+ <note>
77
+ <id type="integer">2129374</id>
78
+ <text>Test note</text>
79
+ <author>Test Suite Access</author>
80
+ <noted_at type="datetime">2010/07/29 18:55:44 UTC</noted_at>
81
+ </note>
82
+ </notes>
83
+ </story>
84
+ <story>
85
+ <id type="integer">4460598</id>
86
+ <project_id type="integer">102622</project_id>
87
+ <story_type>bug</story_type>
88
+ <url>http://www.pivotaltracker.com/story/show/4460598</url>
89
+ <estimate type="integer">3</estimate>
90
+ <current_state>unstarted</current_state>
91
+ <description>This story has attachments.</description>
92
+ <name>Story with attachments</name>
93
+ <requested_by>Jon Mischo</requested_by>
94
+ <created_at type="datetime">2010/07/27 22:33:13 UTC</created_at>
95
+ <updated_at type="datetime">2010/07/27 22:33:28 UTC</updated_at>
96
+ <attachments type="array">
97
+ <attachment>
98
+ <id type="integer">491576</id>
99
+ <filename>LICENSE</filename>
100
+ <description></description>
101
+ <uploaded_by>Jon</uploaded_by>
102
+ <uploaded_at type="datetime">2010/07/27 22:34:23 UTC</uploaded_at>
103
+ <url>http://www.pivotaltracker.com/resource/download/491576</url>
104
+ </attachment>
105
+ <attachment>
106
+ <id type="integer">493019</id>
107
+ <filename>README.rdoc</filename>
108
+ <description>README file from api gem</description>
109
+ <uploaded_by>Jon</uploaded_by>
110
+ <uploaded_at type="datetime">2010/07/28 15:16:18 UTC</uploaded_at>
111
+ <url>http://www.pivotaltracker.com/resource/download/493019</url>
112
+ </attachment>
113
+ </attachments>
114
+ </story>
115
+ <story>
116
+ <id type="integer">4473735</id>
117
+ <project_id type="integer">102622</project_id>
118
+ <story_type>bug</story_type>
119
+ <url>http://www.pivotaltracker.com/story/show/4473735</url>
120
+ <estimate type="integer">1</estimate>
121
+ <current_state>unstarted</current_state>
122
+ <description></description>
123
+ <name>Attachment upload test story</name>
124
+ <requested_by>Jon</requested_by>
125
+ <created_at type="datetime">2010/07/28 18:17:33 UTC</created_at>
126
+ <updated_at type="datetime">2010/07/28 18:17:44 UTC</updated_at>
127
+ <attachments type="array">
128
+ <attachment>
129
+ <id type="integer">495851</id>
130
+ <filename>LICENSE</filename>
131
+ <description></description>
132
+ <uploaded_by>Test Suite Access</uploaded_by>
133
+ <uploaded_at type="datetime">2010/07/29 19:07:19 UTC</uploaded_at>
134
+ <url>http://www.pivotaltracker.com/resource/download/495851</url>
135
+ </attachment>
136
+ <attachment>
137
+ <id type="integer">495856</id>
138
+ <filename>LICENSE</filename>
139
+ <description></description>
140
+ <uploaded_by>Test Suite Access</uploaded_by>
141
+ <uploaded_at type="datetime">2010/07/29 19:09:27 UTC</uploaded_at>
142
+ <url>http://www.pivotaltracker.com/resource/download/495856</url>
143
+ </attachment>
144
+ <attachment>
145
+ <id type="integer">495858</id>
146
+ <filename>LICENSE</filename>
147
+ <description></description>
148
+ <uploaded_by>Test Suite Access</uploaded_by>
149
+ <uploaded_at type="datetime">2010/07/29 19:11:44 UTC</uploaded_at>
150
+ <url>http://www.pivotaltracker.com/resource/download/495858</url>
151
+ </attachment>
152
+ <attachment>
153
+ <id type="integer">495863</id>
154
+ <filename>LICENSE</filename>
155
+ <description></description>
156
+ <uploaded_by>Test Suite Access</uploaded_by>
157
+ <uploaded_at type="datetime">2010/07/29 19:13:06 UTC</uploaded_at>
158
+ <url>http://www.pivotaltracker.com/resource/download/495863</url>
159
+ </attachment>
160
+ </attachments>
161
+ </story>
162
+ <story>
163
+ <id type="integer">4490874</id>
164
+ <project_id type="integer">102622</project_id>
165
+ <story_type>bug</story_type>
166
+ <url>http://www.pivotaltracker.com/story/show/4490874</url>
167
+ <estimate type="integer">0</estimate>
168
+ <current_state>unstarted</current_state>
169
+ <description></description>
170
+ <name>Movable Story</name>
171
+ <requested_by>Test Suite Access</requested_by>
172
+ <created_at type="datetime">2010/07/29 18:12:31 UTC</created_at>
173
+ <updated_at type="datetime">2010/07/29 19:13:12 UTC</updated_at>
174
+ </story>
175
+ <story>
176
+ <id type="integer">4492080</id>
177
+ <project_id type="integer">102622</project_id>
178
+ <story_type>bug</story_type>
179
+ <url>http://www.pivotaltracker.com/story/show/4492080</url>
180
+ <estimate type="integer">-1</estimate>
181
+ <current_state>unscheduled</current_state>
182
+ <description></description>
183
+ <name>Create stuff</name>
184
+ <requested_by>Test Suite Access</requested_by>
185
+ <created_at type="datetime">2010/07/29 19:13:04 UTC</created_at>
186
+ <updated_at type="datetime">2010/07/29 19:13:04 UTC</updated_at>
187
+ </story>
188
+ <story>
189
+ <id type="integer">4492078</id>
190
+ <project_id type="integer">102622</project_id>
191
+ <story_type>bug</story_type>
192
+ <url>http://www.pivotaltracker.com/story/show/4492078</url>
193
+ <estimate type="integer">-1</estimate>
194
+ <current_state>unscheduled</current_state>
195
+ <description></description>
196
+ <name>Create stuff</name>
197
+ <requested_by>Test Suite Access</requested_by>
198
+ <created_at type="datetime">2010/07/29 19:13:01 UTC</created_at>
199
+ <updated_at type="datetime">2010/07/29 19:13:01 UTC</updated_at>
200
+ </story>
201
+ <story>
202
+ <id type="integer">4492060</id>
203
+ <project_id type="integer">102622</project_id>
204
+ <story_type>bug</story_type>
205
+ <url>http://www.pivotaltracker.com/story/show/4492060</url>
206
+ <estimate type="integer">-1</estimate>
207
+ <current_state>unscheduled</current_state>
208
+ <description></description>
209
+ <name>Create stuff</name>
210
+ <requested_by>Test Suite Access</requested_by>
211
+ <created_at type="datetime">2010/07/29 19:11:43 UTC</created_at>
212
+ <updated_at type="datetime">2010/07/29 19:11:43 UTC</updated_at>
213
+ </story>
214
+ <story>
215
+ <id type="integer">4492059</id>
216
+ <project_id type="integer">102622</project_id>
217
+ <story_type>bug</story_type>
218
+ <url>http://www.pivotaltracker.com/story/show/4492059</url>
219
+ <estimate type="integer">-1</estimate>
220
+ <current_state>unscheduled</current_state>
221
+ <description></description>
222
+ <name>Create stuff</name>
223
+ <requested_by>Test Suite Access</requested_by>
224
+ <created_at type="datetime">2010/07/29 19:11:38 UTC</created_at>
225
+ <updated_at type="datetime">2010/07/29 19:11:38 UTC</updated_at>
226
+ </story>
227
+ <story>
228
+ <id type="integer">4491973</id>
229
+ <project_id type="integer">102622</project_id>
230
+ <story_type>bug</story_type>
231
+ <url>http://www.pivotaltracker.com/story/show/4491973</url>
232
+ <estimate type="integer">-1</estimate>
233
+ <current_state>unscheduled</current_state>
234
+ <description></description>
235
+ <name>Create stuff</name>
236
+ <requested_by>Test Suite Access</requested_by>
237
+ <created_at type="datetime">2010/07/29 19:09:26 UTC</created_at>
238
+ <updated_at type="datetime">2010/07/29 19:09:26 UTC</updated_at>
239
+ </story>
240
+ <story>
241
+ <id type="integer">4491971</id>
242
+ <project_id type="integer">102622</project_id>
243
+ <story_type>bug</story_type>
244
+ <url>http://www.pivotaltracker.com/story/show/4491971</url>
245
+ <estimate type="integer">-1</estimate>
246
+ <current_state>unscheduled</current_state>
247
+ <description></description>
248
+ <name>Create stuff</name>
249
+ <requested_by>Test Suite Access</requested_by>
250
+ <created_at type="datetime">2010/07/29 19:09:24 UTC</created_at>
251
+ <updated_at type="datetime">2010/07/29 19:09:24 UTC</updated_at>
252
+ </story>
253
+ <story>
254
+ <id type="integer">4491741</id>
255
+ <project_id type="integer">102622</project_id>
256
+ <story_type>bug</story_type>
257
+ <url>http://www.pivotaltracker.com/story/show/4491741</url>
258
+ <estimate type="integer">-1</estimate>
259
+ <current_state>unscheduled</current_state>
260
+ <description></description>
261
+ <name>Create Stuff</name>
262
+ <requested_by>Test Suite Access</requested_by>
263
+ <created_at type="datetime">2010/07/29 18:56:02 UTC</created_at>
264
+ <updated_at type="datetime">2010/07/29 18:56:02 UTC</updated_at>
265
+ </story>
266
+ <story>
267
+ <id type="integer">4490944</id>
268
+ <project_id type="integer">102622</project_id>
269
+ <story_type>bug</story_type>
270
+ <url>http://www.pivotaltracker.com/story/show/4490944</url>
271
+ <estimate type="integer">-1</estimate>
272
+ <current_state>unscheduled</current_state>
273
+ <description></description>
274
+ <name>Create Stuff</name>
275
+ <requested_by>Test Suite Access</requested_by>
276
+ <created_at type="datetime">2010/07/29 18:17:23 UTC</created_at>
277
+ <updated_at type="datetime">2010/07/29 18:17:23 UTC</updated_at>
278
+ </story>
279
+ </stories>
@@ -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,293 @@
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">2</estimate>
23
+ <current_state>unstarted</current_state>
24
+ <description>Generic description</description>
25
+ <name>Tasks Test</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
+ <tasks type="array">
30
+ <task>
31
+ <id type="integer">468113</id>
32
+ <description>Task number 1</description>
33
+ <position>1</position>
34
+ <complete>false</complete>
35
+ <created_at type="datetime">2010/07/27 21:51:28 UTC</created_at>
36
+ </task>
37
+ <task>
38
+ <id type="integer">468114</id>
39
+ <description>Number 2 Task</description>
40
+ <position>2</position>
41
+ <complete>false</complete>
42
+ <created_at type="datetime">2010/07/27 21:51:32 UTC</created_at>
43
+ </task>
44
+ <task>
45
+ <id type="integer">468117</id>
46
+ <description>3rd task is a charm</description>
47
+ <position>3</position>
48
+ <complete>true</complete>
49
+ <created_at type="datetime">2010/07/27 21:51:42 UTC</created_at>
50
+ </task>
51
+ </tasks>
52
+ </story>
53
+ <story>
54
+ <id type="integer">4460038</id>
55
+ <project_id type="integer">102622</project_id>
56
+ <story_type>feature</story_type>
57
+ <url>http://www.pivotaltracker.com/story/show/4460038</url>
58
+ <estimate type="integer">1</estimate>
59
+ <current_state>unstarted</current_state>
60
+ <description>This is a story that has comments.</description>
61
+ <name>This is for comments</name>
62
+ <requested_by>Jon Mischo</requested_by>
63
+ <created_at type="datetime">2010/07/27 21:53:16 UTC</created_at>
64
+ <updated_at type="datetime">2010/07/27 22:20:48 UTC</updated_at>
65
+ <notes type="array">
66
+ <note>
67
+ <id type="integer">2111593</id>
68
+ <text>This is a comment...whee!</text>
69
+ <author>Jon</author>
70
+ <noted_at type="datetime">2010/07/27 22:15:48 UTC</noted_at>
71
+ </note>
72
+ <note>
73
+ <id type="integer">2128955</id>
74
+ <text>Test note</text>
75
+ <author>Test Suite Access</author>
76
+ <noted_at type="datetime">2010/07/29 18:15:09 UTC</noted_at>
77
+ </note>
78
+ <note>
79
+ <id type="integer">2128959</id>
80
+ <text>Test note</text>
81
+ <author>Test Suite Access</author>
82
+ <noted_at type="datetime">2010/07/29 18:16:12 UTC</noted_at>
83
+ </note>
84
+ <note>
85
+ <id type="integer">2129077</id>
86
+ <text>Test note</text>
87
+ <author>Test Suite Access</author>
88
+ <noted_at type="datetime">2010/07/29 18:22:26 UTC</noted_at>
89
+ </note>
90
+ <note>
91
+ <id type="integer">2129374</id>
92
+ <text>Test note</text>
93
+ <author>Test Suite Access</author>
94
+ <noted_at type="datetime">2010/07/29 18:55:44 UTC</noted_at>
95
+ </note>
96
+ </notes>
97
+ </story>
98
+ <story>
99
+ <id type="integer">4460598</id>
100
+ <project_id type="integer">102622</project_id>
101
+ <story_type>feature</story_type>
102
+ <url>http://www.pivotaltracker.com/story/show/4460598</url>
103
+ <estimate type="integer">3</estimate>
104
+ <current_state>unstarted</current_state>
105
+ <description>This story has attachments.</description>
106
+ <name>Story with attachments</name>
107
+ <requested_by>Jon Mischo</requested_by>
108
+ <created_at type="datetime">2010/07/27 22:33:13 UTC</created_at>
109
+ <updated_at type="datetime">2010/07/27 22:33:28 UTC</updated_at>
110
+ <attachments type="array">
111
+ <attachment>
112
+ <id type="integer">491576</id>
113
+ <filename>LICENSE</filename>
114
+ <description></description>
115
+ <uploaded_by>Jon</uploaded_by>
116
+ <uploaded_at type="datetime">2010/07/27 22:34:23 UTC</uploaded_at>
117
+ <url>http://www.pivotaltracker.com/resource/download/491576</url>
118
+ </attachment>
119
+ <attachment>
120
+ <id type="integer">493019</id>
121
+ <filename>README.rdoc</filename>
122
+ <description>README file from api gem</description>
123
+ <uploaded_by>Jon</uploaded_by>
124
+ <uploaded_at type="datetime">2010/07/28 15:16:18 UTC</uploaded_at>
125
+ <url>http://www.pivotaltracker.com/resource/download/493019</url>
126
+ </attachment>
127
+ </attachments>
128
+ </story>
129
+ <story>
130
+ <id type="integer">4473735</id>
131
+ <project_id type="integer">102622</project_id>
132
+ <story_type>feature</story_type>
133
+ <url>http://www.pivotaltracker.com/story/show/4473735</url>
134
+ <estimate type="integer">1</estimate>
135
+ <current_state>unstarted</current_state>
136
+ <description></description>
137
+ <name>Attachment upload test story</name>
138
+ <requested_by>Jon</requested_by>
139
+ <created_at type="datetime">2010/07/28 18:17:33 UTC</created_at>
140
+ <updated_at type="datetime">2010/07/28 18:17:44 UTC</updated_at>
141
+ <attachments type="array">
142
+ <attachment>
143
+ <id type="integer">495851</id>
144
+ <filename>LICENSE</filename>
145
+ <description></description>
146
+ <uploaded_by>Test Suite Access</uploaded_by>
147
+ <uploaded_at type="datetime">2010/07/29 19:07:19 UTC</uploaded_at>
148
+ <url>http://www.pivotaltracker.com/resource/download/495851</url>
149
+ </attachment>
150
+ <attachment>
151
+ <id type="integer">495856</id>
152
+ <filename>LICENSE</filename>
153
+ <description></description>
154
+ <uploaded_by>Test Suite Access</uploaded_by>
155
+ <uploaded_at type="datetime">2010/07/29 19:09:27 UTC</uploaded_at>
156
+ <url>http://www.pivotaltracker.com/resource/download/495856</url>
157
+ </attachment>
158
+ <attachment>
159
+ <id type="integer">495858</id>
160
+ <filename>LICENSE</filename>
161
+ <description></description>
162
+ <uploaded_by>Test Suite Access</uploaded_by>
163
+ <uploaded_at type="datetime">2010/07/29 19:11:44 UTC</uploaded_at>
164
+ <url>http://www.pivotaltracker.com/resource/download/495858</url>
165
+ </attachment>
166
+ <attachment>
167
+ <id type="integer">495863</id>
168
+ <filename>LICENSE</filename>
169
+ <description></description>
170
+ <uploaded_by>Test Suite Access</uploaded_by>
171
+ <uploaded_at type="datetime">2010/07/29 19:13:06 UTC</uploaded_at>
172
+ <url>http://www.pivotaltracker.com/resource/download/495863</url>
173
+ </attachment>
174
+ </attachments>
175
+ </story>
176
+ <story>
177
+ <id type="integer">4490874</id>
178
+ <project_id type="integer">102622</project_id>
179
+ <story_type>feature</story_type>
180
+ <url>http://www.pivotaltracker.com/story/show/4490874</url>
181
+ <estimate type="integer">0</estimate>
182
+ <current_state>unstarted</current_state>
183
+ <description></description>
184
+ <name>Movable Story</name>
185
+ <requested_by>Test Suite Access</requested_by>
186
+ <created_at type="datetime">2010/07/29 18:12:31 UTC</created_at>
187
+ <updated_at type="datetime">2010/07/29 19:13:12 UTC</updated_at>
188
+ </story>
189
+ <story>
190
+ <id type="integer">4492080</id>
191
+ <project_id type="integer">102622</project_id>
192
+ <story_type>feature</story_type>
193
+ <url>http://www.pivotaltracker.com/story/show/4492080</url>
194
+ <estimate type="integer">-1</estimate>
195
+ <current_state>unscheduled</current_state>
196
+ <description></description>
197
+ <name>Create stuff</name>
198
+ <requested_by>Test Suite Access</requested_by>
199
+ <created_at type="datetime">2010/07/29 19:13:04 UTC</created_at>
200
+ <updated_at type="datetime">2010/07/29 19:13:04 UTC</updated_at>
201
+ </story>
202
+ <story>
203
+ <id type="integer">4492078</id>
204
+ <project_id type="integer">102622</project_id>
205
+ <story_type>feature</story_type>
206
+ <url>http://www.pivotaltracker.com/story/show/4492078</url>
207
+ <estimate type="integer">-1</estimate>
208
+ <current_state>unscheduled</current_state>
209
+ <description></description>
210
+ <name>Create stuff</name>
211
+ <requested_by>Test Suite Access</requested_by>
212
+ <created_at type="datetime">2010/07/29 19:13:01 UTC</created_at>
213
+ <updated_at type="datetime">2010/07/29 19:13:01 UTC</updated_at>
214
+ </story>
215
+ <story>
216
+ <id type="integer">4492060</id>
217
+ <project_id type="integer">102622</project_id>
218
+ <story_type>feature</story_type>
219
+ <url>http://www.pivotaltracker.com/story/show/4492060</url>
220
+ <estimate type="integer">-1</estimate>
221
+ <current_state>unscheduled</current_state>
222
+ <description></description>
223
+ <name>Create stuff</name>
224
+ <requested_by>Test Suite Access</requested_by>
225
+ <created_at type="datetime">2010/07/29 19:11:43 UTC</created_at>
226
+ <updated_at type="datetime">2010/07/29 19:11:43 UTC</updated_at>
227
+ </story>
228
+ <story>
229
+ <id type="integer">4492059</id>
230
+ <project_id type="integer">102622</project_id>
231
+ <story_type>feature</story_type>
232
+ <url>http://www.pivotaltracker.com/story/show/4492059</url>
233
+ <estimate type="integer">-1</estimate>
234
+ <current_state>unscheduled</current_state>
235
+ <description></description>
236
+ <name>Create stuff</name>
237
+ <requested_by>Test Suite Access</requested_by>
238
+ <created_at type="datetime">2010/07/29 19:11:38 UTC</created_at>
239
+ <updated_at type="datetime">2010/07/29 19:11:38 UTC</updated_at>
240
+ </story>
241
+ <story>
242
+ <id type="integer">4491973</id>
243
+ <project_id type="integer">102622</project_id>
244
+ <story_type>feature</story_type>
245
+ <url>http://www.pivotaltracker.com/story/show/4491973</url>
246
+ <estimate type="integer">-1</estimate>
247
+ <current_state>unscheduled</current_state>
248
+ <description></description>
249
+ <name>Create stuff</name>
250
+ <requested_by>Test Suite Access</requested_by>
251
+ <created_at type="datetime">2010/07/29 19:09:26 UTC</created_at>
252
+ <updated_at type="datetime">2010/07/29 19:09:26 UTC</updated_at>
253
+ </story>
254
+ <story>
255
+ <id type="integer">4491971</id>
256
+ <project_id type="integer">102622</project_id>
257
+ <story_type>feature</story_type>
258
+ <url>http://www.pivotaltracker.com/story/show/4491971</url>
259
+ <estimate type="integer">-1</estimate>
260
+ <current_state>unscheduled</current_state>
261
+ <description></description>
262
+ <name>Create stuff</name>
263
+ <requested_by>Test Suite Access</requested_by>
264
+ <created_at type="datetime">2010/07/29 19:09:24 UTC</created_at>
265
+ <updated_at type="datetime">2010/07/29 19:09:24 UTC</updated_at>
266
+ </story>
267
+ <story>
268
+ <id type="integer">4491741</id>
269
+ <project_id type="integer">102622</project_id>
270
+ <story_type>feature</story_type>
271
+ <url>http://www.pivotaltracker.com/story/show/4491741</url>
272
+ <estimate type="integer">-1</estimate>
273
+ <current_state>unscheduled</current_state>
274
+ <description></description>
275
+ <name>Create Stuff</name>
276
+ <requested_by>Test Suite Access</requested_by>
277
+ <created_at type="datetime">2010/07/29 18:56:02 UTC</created_at>
278
+ <updated_at type="datetime">2010/07/29 18:56:02 UTC</updated_at>
279
+ </story>
280
+ <story>
281
+ <id type="integer">4490944</id>
282
+ <project_id type="integer">102622</project_id>
283
+ <story_type>feature</story_type>
284
+ <url>http://www.pivotaltracker.com/story/show/4490944</url>
285
+ <estimate type="integer">-1</estimate>
286
+ <current_state>unscheduled</current_state>
287
+ <description></description>
288
+ <name>Create Stuff</name>
289
+ <requested_by>Test Suite Access</requested_by>
290
+ <created_at type="datetime">2010/07/29 18:17:23 UTC</created_at>
291
+ <updated_at type="datetime">2010/07/29 18:17:23 UTC</updated_at>
292
+ </story>
293
+ </stories>
@@ -1,3 +1,3 @@
1
1
  ---
2
2
  :email: jens@balvig.com
3
- :api_number: 1
3
+ :api_number: 8358666c5a593a3c82cda728c8a62b63