pivotal-tracker 0.1.1 → 0.1.2
Sign up to get free protection for your applications and to get access to all the features.
- data/Gemfile +1 -1
- data/VERSION +1 -1
- data/lib/pivotal-tracker/iteration.rb +10 -0
- data/pivotal-tracker.gemspec +4 -2
- data/spec/fixtures/activity.xml +139 -109
- data/spec/fixtures/created_story.xml +4 -4
- data/spec/fixtures/iterations_all.xml +2 -2
- data/spec/fixtures/iterations_backlog.xml +94 -0
- data/spec/fixtures/iterations_current.xml +2 -2
- data/spec/fixtures/iterations_done.xml +42 -0
- data/spec/fixtures/project.xml +1 -1
- data/spec/fixtures/project_activity.xml +69 -70
- data/spec/fixtures/projects.xml +187 -8
- data/spec/fixtures/stale_fish.yml +24 -10
- data/spec/fixtures/stories.xml +66 -1
- data/spec/support/stale_fish_fixtures.rb +8 -0
- data/spec/unit/pivotal-tracker/iteration_spec.rb +20 -0
- metadata +5 -3
@@ -1,17 +1,17 @@
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
2
2
|
<activities type="array">
|
3
3
|
<activity>
|
4
|
-
<id type="integer">
|
5
|
-
<version type="integer">
|
4
|
+
<id type="integer">17240585</id>
|
5
|
+
<version type="integer">31</version>
|
6
6
|
<event_type>story_create</event_type>
|
7
|
-
<occurred_at type="datetime">2010/04/
|
7
|
+
<occurred_at type="datetime">2010/04/22 12:02:23 MDT</occurred_at>
|
8
8
|
<author>Justin Smestad</author>
|
9
9
|
<project_id type="integer">59022</project_id>
|
10
10
|
<description>Justin Smestad added "Create stuff"</description>
|
11
11
|
<stories>
|
12
12
|
<story>
|
13
|
-
<id type="integer">
|
14
|
-
<url>http://www.pivotaltracker.com/services/v3/projects/59022/stories/
|
13
|
+
<id type="integer">3256963</id>
|
14
|
+
<url>http://www.pivotaltracker.com/services/v3/projects/59022/stories/3256963</url>
|
15
15
|
<name>Create stuff</name>
|
16
16
|
<story_type>feature</story_type>
|
17
17
|
<current_state>unscheduled</current_state>
|
@@ -19,17 +19,17 @@
|
|
19
19
|
</stories>
|
20
20
|
</activity>
|
21
21
|
<activity>
|
22
|
-
<id type="integer">
|
23
|
-
<version type="integer">
|
22
|
+
<id type="integer">17239865</id>
|
23
|
+
<version type="integer">30</version>
|
24
24
|
<event_type>story_create</event_type>
|
25
|
-
<occurred_at type="datetime">2010/04/
|
25
|
+
<occurred_at type="datetime">2010/04/22 11:55:50 MDT</occurred_at>
|
26
26
|
<author>Justin Smestad</author>
|
27
27
|
<project_id type="integer">59022</project_id>
|
28
28
|
<description>Justin Smestad added "Create stuff"</description>
|
29
29
|
<stories>
|
30
30
|
<story>
|
31
|
-
<id type="integer">
|
32
|
-
<url>http://www.pivotaltracker.com/services/v3/projects/59022/stories/
|
31
|
+
<id type="integer">3256889</id>
|
32
|
+
<url>http://www.pivotaltracker.com/services/v3/projects/59022/stories/3256889</url>
|
33
33
|
<name>Create stuff</name>
|
34
34
|
<story_type>feature</story_type>
|
35
35
|
<current_state>unscheduled</current_state>
|
@@ -37,17 +37,17 @@
|
|
37
37
|
</stories>
|
38
38
|
</activity>
|
39
39
|
<activity>
|
40
|
-
<id type="integer">
|
41
|
-
<version type="integer">
|
40
|
+
<id type="integer">17239592</id>
|
41
|
+
<version type="integer">29</version>
|
42
42
|
<event_type>story_create</event_type>
|
43
|
-
<occurred_at type="datetime">2010/04/
|
43
|
+
<occurred_at type="datetime">2010/04/22 11:53:25 MDT</occurred_at>
|
44
44
|
<author>Justin Smestad</author>
|
45
45
|
<project_id type="integer">59022</project_id>
|
46
46
|
<description>Justin Smestad added "Create stuff"</description>
|
47
47
|
<stories>
|
48
48
|
<story>
|
49
|
-
<id type="integer">
|
50
|
-
<url>http://www.pivotaltracker.com/services/v3/projects/59022/stories/
|
49
|
+
<id type="integer">3256865</id>
|
50
|
+
<url>http://www.pivotaltracker.com/services/v3/projects/59022/stories/3256865</url>
|
51
51
|
<name>Create stuff</name>
|
52
52
|
<story_type>feature</story_type>
|
53
53
|
<current_state>unscheduled</current_state>
|
@@ -55,33 +55,35 @@
|
|
55
55
|
</stories>
|
56
56
|
</activity>
|
57
57
|
<activity>
|
58
|
-
<id type="integer">
|
59
|
-
<version type="integer">
|
60
|
-
<event_type>
|
61
|
-
<occurred_at type="datetime">2010/
|
58
|
+
<id type="integer">16906692</id>
|
59
|
+
<version type="integer">28</version>
|
60
|
+
<event_type>story_create</event_type>
|
61
|
+
<occurred_at type="datetime">2010/04/18 16:20:38 MDT</occurred_at>
|
62
62
|
<author>Justin Smestad</author>
|
63
63
|
<project_id type="integer">59022</project_id>
|
64
|
-
<description>Justin Smestad
|
64
|
+
<description>Justin Smestad added "Create stuff"</description>
|
65
65
|
<stories>
|
66
66
|
<story>
|
67
|
-
<id type="integer">
|
68
|
-
<url>http://www.pivotaltracker.com/services/v3/projects/59022/stories/
|
69
|
-
<
|
67
|
+
<id type="integer">3200814</id>
|
68
|
+
<url>http://www.pivotaltracker.com/services/v3/projects/59022/stories/3200814</url>
|
69
|
+
<name>Create stuff</name>
|
70
|
+
<story_type>feature</story_type>
|
71
|
+
<current_state>unscheduled</current_state>
|
70
72
|
</story>
|
71
73
|
</stories>
|
72
74
|
</activity>
|
73
75
|
<activity>
|
74
|
-
<id type="integer">
|
75
|
-
<version type="integer">
|
76
|
+
<id type="integer">15850554</id>
|
77
|
+
<version type="integer">27</version>
|
76
78
|
<event_type>story_create</event_type>
|
77
|
-
<occurred_at type="datetime">2010/
|
79
|
+
<occurred_at type="datetime">2010/04/01 11:06:18 MDT</occurred_at>
|
78
80
|
<author>Justin Smestad</author>
|
79
81
|
<project_id type="integer">59022</project_id>
|
80
82
|
<description>Justin Smestad added "Create stuff"</description>
|
81
83
|
<stories>
|
82
84
|
<story>
|
83
|
-
<id type="integer">
|
84
|
-
<url>http://www.pivotaltracker.com/services/v3/projects/59022/stories/
|
85
|
+
<id type="integer">3017712</id>
|
86
|
+
<url>http://www.pivotaltracker.com/services/v3/projects/59022/stories/3017712</url>
|
85
87
|
<name>Create stuff</name>
|
86
88
|
<story_type>feature</story_type>
|
87
89
|
<current_state>unscheduled</current_state>
|
@@ -89,93 +91,90 @@
|
|
89
91
|
</stories>
|
90
92
|
</activity>
|
91
93
|
<activity>
|
92
|
-
<id type="integer">
|
93
|
-
<version type="integer">
|
94
|
+
<id type="integer">15832038</id>
|
95
|
+
<version type="integer">26</version>
|
94
96
|
<event_type>story_create</event_type>
|
95
|
-
<occurred_at type="datetime">2010/
|
97
|
+
<occurred_at type="datetime">2010/04/01 06:59:26 MDT</occurred_at>
|
96
98
|
<author>Justin Smestad</author>
|
97
99
|
<project_id type="integer">59022</project_id>
|
98
|
-
<description>Justin Smestad added "
|
100
|
+
<description>Justin Smestad added "Create stuff"</description>
|
99
101
|
<stories>
|
100
102
|
<story>
|
101
|
-
<id type="integer">
|
102
|
-
<url>http://www.pivotaltracker.com/services/v3/projects/59022/stories/
|
103
|
-
<name>
|
103
|
+
<id type="integer">3014429</id>
|
104
|
+
<url>http://www.pivotaltracker.com/services/v3/projects/59022/stories/3014429</url>
|
105
|
+
<name>Create stuff</name>
|
104
106
|
<story_type>feature</story_type>
|
105
107
|
<current_state>unscheduled</current_state>
|
106
108
|
</story>
|
107
109
|
</stories>
|
108
110
|
</activity>
|
109
111
|
<activity>
|
110
|
-
<id type="integer">
|
111
|
-
<version type="integer">
|
112
|
+
<id type="integer">15831002</id>
|
113
|
+
<version type="integer">25</version>
|
112
114
|
<event_type>story_create</event_type>
|
113
|
-
<occurred_at type="datetime">2010/
|
115
|
+
<occurred_at type="datetime">2010/04/01 06:36:05 MDT</occurred_at>
|
114
116
|
<author>Justin Smestad</author>
|
115
117
|
<project_id type="integer">59022</project_id>
|
116
|
-
<description>Justin Smestad added "
|
118
|
+
<description>Justin Smestad added "Create stuff"</description>
|
117
119
|
<stories>
|
118
120
|
<story>
|
119
|
-
<id type="integer">
|
120
|
-
<url>http://www.pivotaltracker.com/services/v3/projects/59022/stories/
|
121
|
-
<name>
|
121
|
+
<id type="integer">3014248</id>
|
122
|
+
<url>http://www.pivotaltracker.com/services/v3/projects/59022/stories/3014248</url>
|
123
|
+
<name>Create stuff</name>
|
122
124
|
<story_type>feature</story_type>
|
123
125
|
<current_state>unscheduled</current_state>
|
124
126
|
</story>
|
125
127
|
</stories>
|
126
128
|
</activity>
|
127
129
|
<activity>
|
128
|
-
<id type="integer">
|
129
|
-
<version type="integer">
|
130
|
+
<id type="integer">15830699</id>
|
131
|
+
<version type="integer">24</version>
|
130
132
|
<event_type>story_create</event_type>
|
131
|
-
<occurred_at type="datetime">2010/
|
133
|
+
<occurred_at type="datetime">2010/04/01 06:30:29 MDT</occurred_at>
|
132
134
|
<author>Justin Smestad</author>
|
133
135
|
<project_id type="integer">59022</project_id>
|
134
|
-
<description>Justin Smestad added "
|
136
|
+
<description>Justin Smestad added "Create stuff"</description>
|
135
137
|
<stories>
|
136
138
|
<story>
|
137
|
-
<id type="integer">
|
138
|
-
<url>http://www.pivotaltracker.com/services/v3/projects/59022/stories/
|
139
|
-
<name>
|
139
|
+
<id type="integer">3014199</id>
|
140
|
+
<url>http://www.pivotaltracker.com/services/v3/projects/59022/stories/3014199</url>
|
141
|
+
<name>Create stuff</name>
|
140
142
|
<story_type>feature</story_type>
|
141
|
-
<
|
142
|
-
<estimate type="integer">2</estimate>
|
143
|
-
<labels>test_dependent</labels>
|
144
|
-
<current_state>unstarted</current_state>
|
145
|
-
<owned_by>Terence Lee</owned_by>
|
146
|
-
<requested_by>Justin Smestad</requested_by>
|
143
|
+
<current_state>unscheduled</current_state>
|
147
144
|
</story>
|
148
145
|
</stories>
|
149
146
|
</activity>
|
150
147
|
<activity>
|
151
|
-
<id type="integer">
|
152
|
-
<version type="integer">
|
148
|
+
<id type="integer">14453366</id>
|
149
|
+
<version type="integer">23</version>
|
153
150
|
<event_type>story_update</event_type>
|
154
|
-
<occurred_at type="datetime">2010/
|
151
|
+
<occurred_at type="datetime">2010/03/10 11:41:51 MST</occurred_at>
|
155
152
|
<author>Justin Smestad</author>
|
156
153
|
<project_id type="integer">59022</project_id>
|
157
|
-
<description>Justin Smestad edited "
|
154
|
+
<description>Justin Smestad edited "sample creation"</description>
|
158
155
|
<stories>
|
159
156
|
<story>
|
160
|
-
<id type="integer">
|
161
|
-
<url>http://www.pivotaltracker.com/services/v3/projects/59022/stories/
|
162
|
-
<
|
157
|
+
<id type="integer">2641410</id>
|
158
|
+
<url>http://www.pivotaltracker.com/services/v3/projects/59022/stories/2641410</url>
|
159
|
+
<description></description>
|
163
160
|
</story>
|
164
161
|
</stories>
|
165
162
|
</activity>
|
166
163
|
<activity>
|
167
|
-
<id type="integer">
|
168
|
-
<version type="integer">
|
169
|
-
<event_type>
|
170
|
-
<occurred_at type="datetime">2010/
|
164
|
+
<id type="integer">14453256</id>
|
165
|
+
<version type="integer">22</version>
|
166
|
+
<event_type>story_create</event_type>
|
167
|
+
<occurred_at type="datetime">2010/03/10 11:40:33 MST</occurred_at>
|
171
168
|
<author>Justin Smestad</author>
|
172
169
|
<project_id type="integer">59022</project_id>
|
173
|
-
<description>Justin Smestad
|
170
|
+
<description>Justin Smestad added "Create stuff"</description>
|
174
171
|
<stories>
|
175
172
|
<story>
|
176
|
-
<id type="integer">
|
177
|
-
<url>http://www.pivotaltracker.com/services/v3/projects/59022/stories/
|
178
|
-
<
|
173
|
+
<id type="integer">2746766</id>
|
174
|
+
<url>http://www.pivotaltracker.com/services/v3/projects/59022/stories/2746766</url>
|
175
|
+
<name>Create stuff</name>
|
176
|
+
<story_type>feature</story_type>
|
177
|
+
<current_state>unscheduled</current_state>
|
179
178
|
</story>
|
180
179
|
</stories>
|
181
180
|
</activity>
|
data/spec/fixtures/projects.xml
CHANGED
@@ -8,11 +8,11 @@
|
|
8
8
|
<point_scale>0,1,2,3,5,8</point_scale>
|
9
9
|
<account>JZ // Factory Labs</account>
|
10
10
|
<velocity_scheme>Average of 2 iterations</velocity_scheme>
|
11
|
-
<current_velocity>
|
11
|
+
<current_velocity>27</current_velocity>
|
12
12
|
<initial_velocity>10</initial_velocity>
|
13
13
|
<number_of_done_iterations_to_show>12</number_of_done_iterations_to_show>
|
14
|
-
<labels
|
15
|
-
<last_activity_at type="datetime">2010/04/
|
14
|
+
<labels>**duplicate**,ab_test,admin,backend,blocked,brainstorm,cloud migration,cms,dag,data issues,dealer,design,discuss,duplicate,enhancement,export,import,ims forms,invalid,is,justin,pending,spiff,verify</labels>
|
15
|
+
<last_activity_at type="datetime">2010/04/28 13:11:38 MDT</last_activity_at>
|
16
16
|
<allow_attachments>true</allow_attachments>
|
17
17
|
<public>false</public>
|
18
18
|
<use_https>false</use_https>
|
@@ -188,13 +188,79 @@
|
|
188
188
|
<name>Meghan Newlin</name>
|
189
189
|
<initials>MN</initials>
|
190
190
|
</person>
|
191
|
+
<role>Owner</role>
|
192
|
+
</membership>
|
193
|
+
<membership>
|
194
|
+
<id>239039</id>
|
195
|
+
<person>
|
196
|
+
<email>alex.jackson@pivotallabs.com</email>
|
197
|
+
<name>Alex Jackson</name>
|
198
|
+
<initials>AJ</initials>
|
199
|
+
</person>
|
200
|
+
<role>Owner</role>
|
201
|
+
</membership>
|
202
|
+
<membership>
|
203
|
+
<id>239040</id>
|
204
|
+
<person>
|
205
|
+
<email>mbarinek@pivotallabs.com</email>
|
206
|
+
<name>Mike Barinek</name>
|
207
|
+
<initials>MB</initials>
|
208
|
+
</person>
|
209
|
+
<role>Owner</role>
|
210
|
+
</membership>
|
211
|
+
<membership>
|
212
|
+
<id>246350</id>
|
213
|
+
<person>
|
214
|
+
<email>extern.spencer.sakata@audi.com</email>
|
215
|
+
<name>Spencer Sakata</name>
|
216
|
+
<initials>SS</initials>
|
217
|
+
</person>
|
218
|
+
<role>Viewer</role>
|
219
|
+
</membership>
|
220
|
+
<membership>
|
221
|
+
<id>246444</id>
|
222
|
+
<person>
|
223
|
+
<email>charles@pivotallabs.com</email>
|
224
|
+
<name>Charles LeRose</name>
|
225
|
+
<initials>CL</initials>
|
226
|
+
</person>
|
227
|
+
<role>Owner</role>
|
228
|
+
</membership>
|
229
|
+
<membership>
|
230
|
+
<id>252586</id>
|
231
|
+
<person>
|
232
|
+
<email>don.petersen@factorylabs.com</email>
|
233
|
+
<name>Don Petersen</name>
|
234
|
+
<initials>DP</initials>
|
235
|
+
</person>
|
236
|
+
<role>Owner</role>
|
237
|
+
</membership>
|
238
|
+
<membership>
|
239
|
+
<id>252590</id>
|
240
|
+
<person>
|
241
|
+
<email>mgehard@pivotallabs.com</email>
|
242
|
+
<name>Mike Gehard</name>
|
243
|
+
<initials>MG</initials>
|
244
|
+
</person>
|
245
|
+
<role>Owner</role>
|
246
|
+
</membership>
|
247
|
+
<membership>
|
248
|
+
<id>252856</id>
|
249
|
+
<person>
|
250
|
+
<email>ben.grogan@factorylabs.com</email>
|
251
|
+
<name>Ben Grogan</name>
|
252
|
+
<initials>BG</initials>
|
253
|
+
</person>
|
191
254
|
<role>Member</role>
|
192
255
|
</membership>
|
193
256
|
</memberships>
|
194
257
|
<integrations>
|
195
258
|
<integration>
|
196
259
|
<id type="integer">217</id>
|
197
|
-
<
|
260
|
+
<type>JIRA</type>
|
261
|
+
<name>Jira</name>
|
262
|
+
<field_name>jira_id</field_name>
|
263
|
+
<field_label>JIRA ID</field_label>
|
198
264
|
<active>true</active>
|
199
265
|
</integration>
|
200
266
|
</integrations>
|
@@ -210,8 +276,8 @@
|
|
210
276
|
<current_velocity>10</current_velocity>
|
211
277
|
<initial_velocity>10</initial_velocity>
|
212
278
|
<number_of_done_iterations_to_show>12</number_of_done_iterations_to_show>
|
213
|
-
<labels>crash,dag site,dasbüro,dealer site,ie issue,ims bug,ims enhancement,ims forms,last one,major,minor,possible dupe,text</labels>
|
214
|
-
<last_activity_at type="datetime">2010/
|
279
|
+
<labels>crash,dag site,dasbüro,dealer site,ie issue,ims bug,ims enhancement,ims forms,jira,last one,major,minor,possible dupe,text</labels>
|
280
|
+
<last_activity_at type="datetime">2010/04/27 16:01:08 MDT</last_activity_at>
|
215
281
|
<allow_attachments>true</allow_attachments>
|
216
282
|
<public>false</public>
|
217
283
|
<use_https>false</use_https>
|
@@ -272,6 +338,24 @@
|
|
272
338
|
</person>
|
273
339
|
<role>Member</role>
|
274
340
|
</membership>
|
341
|
+
<membership>
|
342
|
+
<id>256802</id>
|
343
|
+
<person>
|
344
|
+
<email>cnewbury@ibeta.com</email>
|
345
|
+
<name>Chantelle Newbury</name>
|
346
|
+
<initials>CN</initials>
|
347
|
+
</person>
|
348
|
+
<role>Member</role>
|
349
|
+
</membership>
|
350
|
+
<membership>
|
351
|
+
<id>256803</id>
|
352
|
+
<person>
|
353
|
+
<email>kwells@ibeta.com</email>
|
354
|
+
<name>Keith Wells</name>
|
355
|
+
<initials>KW</initials>
|
356
|
+
</person>
|
357
|
+
<role>Member</role>
|
358
|
+
</membership>
|
275
359
|
</memberships>
|
276
360
|
<integrations>
|
277
361
|
</integrations>
|
@@ -407,6 +491,101 @@
|
|
407
491
|
<integrations>
|
408
492
|
</integrations>
|
409
493
|
</project>
|
494
|
+
<project>
|
495
|
+
<id>70777</id>
|
496
|
+
<name>IMS - Performance</name>
|
497
|
+
<iteration_length type="integer">1</iteration_length>
|
498
|
+
<week_start_day>Monday</week_start_day>
|
499
|
+
<point_scale>0,1,2,3</point_scale>
|
500
|
+
<account>JZ // Factory Labs</account>
|
501
|
+
<velocity_scheme>Average of 3 iterations</velocity_scheme>
|
502
|
+
<current_velocity>10</current_velocity>
|
503
|
+
<initial_velocity>10</initial_velocity>
|
504
|
+
<number_of_done_iterations_to_show>12</number_of_done_iterations_to_show>
|
505
|
+
<labels></labels>
|
506
|
+
<last_activity_at type="datetime">2010/04/28 14:29:14 MDT</last_activity_at>
|
507
|
+
<allow_attachments>true</allow_attachments>
|
508
|
+
<public>false</public>
|
509
|
+
<use_https>false</use_https>
|
510
|
+
<bugs_and_chores_are_estimatable>false</bugs_and_chores_are_estimatable>
|
511
|
+
<commit_mode>false</commit_mode>
|
512
|
+
<memberships>
|
513
|
+
<membership>
|
514
|
+
<id>239100</id>
|
515
|
+
<person>
|
516
|
+
<email>jay.zeschin@factorylabs.com</email>
|
517
|
+
<name>Jay Zeschin</name>
|
518
|
+
<initials>JZ</initials>
|
519
|
+
</person>
|
520
|
+
<role>Owner</role>
|
521
|
+
</membership>
|
522
|
+
<membership>
|
523
|
+
<id>239101</id>
|
524
|
+
<person>
|
525
|
+
<email>alex.jackson@pivotallabs.com</email>
|
526
|
+
<name>Alex Jackson</name>
|
527
|
+
<initials>AJ</initials>
|
528
|
+
</person>
|
529
|
+
<role>Owner</role>
|
530
|
+
</membership>
|
531
|
+
<membership>
|
532
|
+
<id>239102</id>
|
533
|
+
<person>
|
534
|
+
<email>mbarinek@pivotallabs.com</email>
|
535
|
+
<name>Mike Barinek</name>
|
536
|
+
<initials>MB</initials>
|
537
|
+
</person>
|
538
|
+
<role>Owner</role>
|
539
|
+
</membership>
|
540
|
+
<membership>
|
541
|
+
<id>239103</id>
|
542
|
+
<person>
|
543
|
+
<email>gabe.varela@factorylabs.com</email>
|
544
|
+
<name>Gabe Varela</name>
|
545
|
+
<initials>GV</initials>
|
546
|
+
</person>
|
547
|
+
<role>Owner</role>
|
548
|
+
</membership>
|
549
|
+
<membership>
|
550
|
+
<id>239104</id>
|
551
|
+
<person>
|
552
|
+
<email>justin.smestad@factorylabs.com</email>
|
553
|
+
<name>Justin Smestad</name>
|
554
|
+
<initials>JS</initials>
|
555
|
+
</person>
|
556
|
+
<role>Owner</role>
|
557
|
+
</membership>
|
558
|
+
<membership>
|
559
|
+
<id>246446</id>
|
560
|
+
<person>
|
561
|
+
<email>charles@pivotallabs.com</email>
|
562
|
+
<name>Charles LeRose</name>
|
563
|
+
<initials>CL</initials>
|
564
|
+
</person>
|
565
|
+
<role>Owner</role>
|
566
|
+
</membership>
|
567
|
+
<membership>
|
568
|
+
<id>252593</id>
|
569
|
+
<person>
|
570
|
+
<email>mgehard@pivotallabs.com</email>
|
571
|
+
<name>Mike Gehard</name>
|
572
|
+
<initials>MG</initials>
|
573
|
+
</person>
|
574
|
+
<role>Owner</role>
|
575
|
+
</membership>
|
576
|
+
<membership>
|
577
|
+
<id>252594</id>
|
578
|
+
<person>
|
579
|
+
<email>don.petersen@factorylabs.com</email>
|
580
|
+
<name>Don Petersen</name>
|
581
|
+
<initials>DP</initials>
|
582
|
+
</person>
|
583
|
+
<role>Owner</role>
|
584
|
+
</membership>
|
585
|
+
</memberships>
|
586
|
+
<integrations>
|
587
|
+
</integrations>
|
588
|
+
</project>
|
410
589
|
<project>
|
411
590
|
<id>63671</id>
|
412
591
|
<name>pairable</name>
|
@@ -419,7 +598,7 @@
|
|
419
598
|
<initial_velocity>10</initial_velocity>
|
420
599
|
<number_of_done_iterations_to_show>12</number_of_done_iterations_to_show>
|
421
600
|
<labels>chef,design</labels>
|
422
|
-
<last_activity_at type="datetime">2010/
|
601
|
+
<last_activity_at type="datetime">2010/04/02 11:53:19 MDT</last_activity_at>
|
423
602
|
<allow_attachments>true</allow_attachments>
|
424
603
|
<public>false</public>
|
425
604
|
<use_https>false</use_https>
|
@@ -487,7 +666,7 @@
|
|
487
666
|
<initial_velocity>10</initial_velocity>
|
488
667
|
<number_of_done_iterations_to_show>12</number_of_done_iterations_to_show>
|
489
668
|
<labels>test_dependent</labels>
|
490
|
-
<last_activity_at type="datetime">2010/04/
|
669
|
+
<last_activity_at type="datetime">2010/04/22 12:02:23 MDT</last_activity_at>
|
491
670
|
<allow_attachments>true</allow_attachments>
|
492
671
|
<public>true</public>
|
493
672
|
<use_https>false</use_https>
|
@@ -6,67 +6,81 @@
|
|
6
6
|
check_against: http://www.pivotaltracker.com/services/v3/projects/59022/memberships
|
7
7
|
request_type: GET
|
8
8
|
update_method: StaleFishFixtures.update_memberships_fixture
|
9
|
-
last_updated_at: 2010-04-
|
9
|
+
last_updated_at: 2010-04-28T16:08:18-06:00
|
10
10
|
- projects:
|
11
11
|
file: 'projects.xml'
|
12
12
|
update_interval: 2.weeks
|
13
13
|
check_against: http://www.pivotaltracker.com/services/v3/projects
|
14
14
|
request_type: GET
|
15
15
|
update_method: StaleFishFixtures.update_projects_fixture
|
16
|
-
last_updated_at: 2010-04-
|
16
|
+
last_updated_at: 2010-04-28T16:08:19-06:00
|
17
17
|
- tasks:
|
18
18
|
file: 'tasks.xml'
|
19
19
|
update_interval: 2.weeks
|
20
20
|
check_against: http://www.pivotaltracker.com/services/v3/projects/59022/stories/2606200/tasks
|
21
21
|
request_type: GET
|
22
22
|
update_method: StaleFishFixtures.update_tasks_fixture
|
23
|
-
last_updated_at: 2010-04-
|
23
|
+
last_updated_at: 2010-04-28T16:08:19-06:00
|
24
24
|
- project:
|
25
25
|
file: 'project.xml'
|
26
26
|
update_interval: 2.weeks
|
27
27
|
check_against: http://www.pivotaltracker.com/services/v3/projects/59022
|
28
28
|
request_type: GET
|
29
29
|
update_method: StaleFishFixtures.update_project_fixture
|
30
|
-
last_updated_at: 2010-04-
|
30
|
+
last_updated_at: 2010-04-28T16:08:19-06:00
|
31
31
|
- activity:
|
32
32
|
file: 'activity.xml'
|
33
33
|
update_interval: 2.weeks
|
34
34
|
check_against: http://www.pivotaltracker.com/services/v3/activities
|
35
35
|
request_type: GET
|
36
36
|
update_method: StaleFishFixtures.update_activity_fixture
|
37
|
-
last_updated_at: 2010-04-
|
37
|
+
last_updated_at: 2010-04-28T16:09:01-06:00
|
38
38
|
- stories:
|
39
39
|
file: 'stories.xml'
|
40
40
|
update_interval: 2.weeks
|
41
41
|
check_against: http://www.pivotaltracker.com/services/v3/projects/59022/stories
|
42
42
|
request_type: GET
|
43
43
|
update_method: StaleFishFixtures.update_stories_fixture
|
44
|
-
last_updated_at: 2010-04-
|
44
|
+
last_updated_at: 2010-04-28T16:09:02-06:00
|
45
45
|
- project_activity:
|
46
46
|
file: 'project_activity.xml'
|
47
47
|
update_interval: 2.weeks
|
48
48
|
check_against: http://www.pivotaltracker.com/services/v3/projects/59022/activities
|
49
49
|
request_type: GET
|
50
50
|
update_method: StaleFishFixtures.update_project_activity_fixture
|
51
|
-
last_updated_at: 2010-04-
|
51
|
+
last_updated_at: 2010-04-28T16:09:02-06:00
|
52
52
|
- create_story:
|
53
53
|
file: 'created_story.xml'
|
54
54
|
update_interval: 2.weeks
|
55
55
|
check_against: http://www.pivotaltracker.com/services/v3/projects/59022/stories
|
56
56
|
request_type: POST
|
57
57
|
update_method: StaleFishFixtures.create_new_story
|
58
|
-
last_updated_at: 2010-04-
|
58
|
+
last_updated_at: 2010-04-28T16:09:03-06:00
|
59
59
|
- iterations_current:
|
60
60
|
file: 'iterations_current.xml'
|
61
61
|
update_interval: 2.weeks
|
62
62
|
check_against: http://www.pivotaltracker.com/services/v3/projects/59022/iterations/current
|
63
63
|
request_type: GET
|
64
64
|
update_method: StaleFishFixtures.update_iterations_current_fixture
|
65
|
-
last_updated_at: 2010-04-
|
65
|
+
last_updated_at: 2010-04-28T16:09:06-06:00
|
66
|
+
- iterations_done:
|
67
|
+
file: 'iterations_done.xml'
|
68
|
+
update_interval: 2.weeks
|
69
|
+
check_against: http://www.pivotaltracker.com/services/v3/projects/59022/iterations/done
|
70
|
+
request_type: GET
|
71
|
+
update_method: StaleFishFixtures.update_iterations_done_fixture
|
72
|
+
last_updated_at: 2010-04-28T16:17:45-06:00
|
73
|
+
- iterations_backlog:
|
74
|
+
file: 'iterations_backlog.xml'
|
75
|
+
update_interval: 2.weeks
|
76
|
+
check_against: http://www.pivotaltracker.com/services/v3/projects/59022/iterations/backlog
|
77
|
+
request_type: GET
|
78
|
+
update_method: StaleFishFixtures.update_iterations_backlog_fixture
|
79
|
+
last_updated_at: 2010-04-28T16:17:45-06:00
|
66
80
|
- iterations_all:
|
67
81
|
file: 'iterations_all.xml'
|
68
82
|
update_interval: 2.weeks
|
69
83
|
check_against: http://www.pivotaltracker.com/services/v3/projects/59022/iterations
|
70
84
|
request_type: GET
|
71
85
|
update_method: StaleFishFixtures.update_iterations_all_fixture
|
72
|
-
last_updated_at: 2010-04-
|
86
|
+
last_updated_at: 2010-04-28T16:15:31-06:00
|