pivotal-tracker 0.1.1 → 0.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- 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
data/Gemfile
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.1.
|
1
|
+
0.1.2
|
@@ -12,6 +12,16 @@ module PivotalTracker
|
|
12
12
|
array = parse(Client.connection["projects/#{project.id}/iterations/current"].get)
|
13
13
|
array.first if array
|
14
14
|
end
|
15
|
+
|
16
|
+
def done(project)
|
17
|
+
array = parse(Client.connection["projects/#{project.id}/iterations/done"].get)
|
18
|
+
array.first if array
|
19
|
+
end
|
20
|
+
|
21
|
+
def backlog(project)
|
22
|
+
array = parse(Client.connection["projects/#{project.id}/iterations/backlog"].get)
|
23
|
+
array.first if array
|
24
|
+
end
|
15
25
|
end
|
16
26
|
|
17
27
|
element :id, Integer
|
data/pivotal-tracker.gemspec
CHANGED
@@ -5,11 +5,11 @@
|
|
5
5
|
|
6
6
|
Gem::Specification.new do |s|
|
7
7
|
s.name = %q{pivotal-tracker}
|
8
|
-
s.version = "0.1.
|
8
|
+
s.version = "0.1.2"
|
9
9
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
11
11
|
s.authors = ["Justin Smestad", "Josh Nichols", "Terence Lee"]
|
12
|
-
s.date = %q{2010-04-
|
12
|
+
s.date = %q{2010-04-28}
|
13
13
|
s.email = %q{justin.smestad@gmail.com}
|
14
14
|
s.extra_rdoc_files = [
|
15
15
|
"LICENSE",
|
@@ -38,7 +38,9 @@ Gem::Specification.new do |s|
|
|
38
38
|
"spec/fixtures/activity.xml",
|
39
39
|
"spec/fixtures/created_story.xml",
|
40
40
|
"spec/fixtures/iterations_all.xml",
|
41
|
+
"spec/fixtures/iterations_backlog.xml",
|
41
42
|
"spec/fixtures/iterations_current.xml",
|
43
|
+
"spec/fixtures/iterations_done.xml",
|
42
44
|
"spec/fixtures/memberships.xml",
|
43
45
|
"spec/fixtures/project.xml",
|
44
46
|
"spec/fixtures/project_activity.xml",
|
data/spec/fixtures/activity.xml
CHANGED
@@ -1,187 +1,217 @@
|
|
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">
|
6
|
-
<event_type>
|
7
|
-
<occurred_at type="datetime">2010/04/
|
8
|
-
<author>
|
4
|
+
<id type="integer">17645182</id>
|
5
|
+
<version type="integer">18645</version>
|
6
|
+
<event_type>story_create</event_type>
|
7
|
+
<occurred_at type="datetime">2010/04/28 13:11:38 MDT</occurred_at>
|
8
|
+
<author>Sean Heckethorn</author>
|
9
9
|
<project_id type="integer">4165</project_id>
|
10
|
-
<description>
|
10
|
+
<description>Sean Heckethorn added "Speedway Motors (4991426) :: Inventory not refreshing"</description>
|
11
11
|
<stories>
|
12
12
|
<story>
|
13
|
-
<id type="integer">
|
14
|
-
<url>http://www.pivotaltracker.com/services/v3/projects/4165/stories/
|
15
|
-
<
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
</note>
|
20
|
-
</notes>
|
13
|
+
<id type="integer">3328124</id>
|
14
|
+
<url>http://www.pivotaltracker.com/services/v3/projects/4165/stories/3328124</url>
|
15
|
+
<name>Speedway Motors (4991426) :: Inventory not refreshing</name>
|
16
|
+
<story_type>feature</story_type>
|
17
|
+
<description>Speedway has shown 16 vehicles for the past several days, although the IL file shows 23 Audi made VINs.</description>
|
18
|
+
<current_state>unscheduled</current_state>
|
21
19
|
</story>
|
22
20
|
</stories>
|
23
21
|
</activity>
|
24
22
|
<activity>
|
25
|
-
<id type="integer">
|
26
|
-
<version type="integer">
|
23
|
+
<id type="integer">17573139</id>
|
24
|
+
<version type="integer">18644</version>
|
27
25
|
<event_type>note_create</event_type>
|
28
|
-
<occurred_at type="datetime">2010/04/
|
29
|
-
<author>
|
26
|
+
<occurred_at type="datetime">2010/04/27 17:09:00 MDT</occurred_at>
|
27
|
+
<author>Sean Heckethorn</author>
|
30
28
|
<project_id type="integer">4165</project_id>
|
31
|
-
<description>
|
32
|
-
|
29
|
+
<description>Sean Heckethorn added comment: "Sean - We have identified 2 items of interest in regards to the imagelist
|
30
|
+
file delivered for Audi of Haw..."</description>
|
33
31
|
<stories>
|
34
32
|
<story>
|
35
|
-
<id type="integer">
|
36
|
-
<url>http://www.pivotaltracker.com/services/v3/projects/4165/stories/
|
33
|
+
<id type="integer">3177657</id>
|
34
|
+
<url>http://www.pivotaltracker.com/services/v3/projects/4165/stories/3177657</url>
|
37
35
|
<notes>
|
38
36
|
<note>
|
39
|
-
<id type="integer">
|
40
|
-
<text>
|
41
|
-
|
37
|
+
<id type="integer">1539974</id>
|
38
|
+
<text>Sean - We have identified 2 items of interest in regards to the imagelist
|
39
|
+
file delivered for Audi of Hawaii - CC146936. Please note that the image
|
40
|
+
sequence value in the 5th field appear to reflect a "0" value on many of the
|
41
|
+
records (see attached file delivered today, 27th). We attempted to process
|
42
|
+
the feed while ignoring the sequence value on the records, however we found
|
43
|
+
many records returning 404 errors for the image URLs (most recent process
|
44
|
+
details listed below).
|
45
|
+
|
46
|
+
The sequence value is optional for the imagelist records, and you may choose
|
47
|
+
to drop this from the feed. In the absence of this value we will process the
|
48
|
+
images in the sequence they are presented in the file.
|
49
|
+
|
50
|
+
We will continue to monitor the next file deliveries for continued URL
|
51
|
+
errors. Please let us know if you need any further details.
|
52
|
+
|
53
|
+
|
54
|
+
Thanks,
|
55
|
+
Bryan Ward
|
56
|
+
Operations Project Manager
|
57
|
+
Cars.com Inventory support
|
58
|
+
Product Inventory Team
|
59
|
+
ProductInventoryTeam@cars.com
|
60
|
+
support@cars.com</text>
|
42
61
|
</note>
|
43
62
|
</notes>
|
44
63
|
</story>
|
45
64
|
</stories>
|
46
65
|
</activity>
|
47
66
|
<activity>
|
48
|
-
<id type="integer">
|
49
|
-
<version type="integer">
|
50
|
-
<event_type>
|
51
|
-
<occurred_at type="datetime">2010/04/
|
52
|
-
<author>
|
53
|
-
<project_id type="integer">
|
54
|
-
<description>
|
67
|
+
<id type="integer">17573116</id>
|
68
|
+
<version type="integer">18643</version>
|
69
|
+
<event_type>note_create</event_type>
|
70
|
+
<occurred_at type="datetime">2010/04/27 17:08:29 MDT</occurred_at>
|
71
|
+
<author>Sean Heckethorn</author>
|
72
|
+
<project_id type="integer">4165</project_id>
|
73
|
+
<description>Sean Heckethorn added comment: "Received the following from Cars.com:
|
74
|
+
|
75
|
+
Hi Sean,
|
76
|
+
|
77
|
+
My apologies that it’s taken a while to get back to ..."</description>
|
55
78
|
<stories>
|
56
79
|
<story>
|
57
|
-
<id type="integer">
|
58
|
-
<url>http://www.pivotaltracker.com/services/v3/projects/
|
59
|
-
<
|
60
|
-
|
61
|
-
|
80
|
+
<id type="integer">3177657</id>
|
81
|
+
<url>http://www.pivotaltracker.com/services/v3/projects/4165/stories/3177657</url>
|
82
|
+
<notes>
|
83
|
+
<note>
|
84
|
+
<id type="integer">1539971</id>
|
85
|
+
<text>Received the following from Cars.com:
|
86
|
+
|
87
|
+
Hi Sean,
|
88
|
+
|
89
|
+
My apologies that it’s taken a while to get back to you. Bryan Ward within our dealer inventory group, or a member of his team, should be reaching out to you shortly to discuss the issue. Apparently, we have been receiving 404 errors when attempting to pull images.
|
90
|
+
|
91
|
+
If there’s anything else we can help with, don’t hesitate to let me know.
|
92
|
+
|
93
|
+
Thank you,
|
94
|
+
Emera</text>
|
95
|
+
</note>
|
96
|
+
</notes>
|
62
97
|
</story>
|
63
98
|
</stories>
|
64
99
|
</activity>
|
65
100
|
<activity>
|
66
|
-
<id type="integer">
|
67
|
-
<version type="integer">
|
68
|
-
<event_type>
|
69
|
-
<occurred_at type="datetime">2010/04/
|
101
|
+
<id type="integer">17570401</id>
|
102
|
+
<version type="integer">18641</version>
|
103
|
+
<event_type>story_update</event_type>
|
104
|
+
<occurred_at type="datetime">2010/04/27 16:34:23 MDT</occurred_at>
|
70
105
|
<author>Justin Smestad</author>
|
71
|
-
<project_id type="integer">
|
72
|
-
<description>Justin Smestad
|
106
|
+
<project_id type="integer">4165</project_id>
|
107
|
+
<description>Justin Smestad delivered "Event triggers should fire if animation is killed."</description>
|
73
108
|
<stories>
|
74
109
|
<story>
|
75
|
-
<id type="integer">
|
76
|
-
<url>http://www.pivotaltracker.com/services/v3/projects/
|
77
|
-
<
|
78
|
-
<story_type>feature</story_type>
|
79
|
-
<current_state>unscheduled</current_state>
|
110
|
+
<id type="integer">3309084</id>
|
111
|
+
<url>http://www.pivotaltracker.com/services/v3/projects/4165/stories/3309084</url>
|
112
|
+
<current_state>delivered</current_state>
|
80
113
|
</story>
|
81
114
|
</stories>
|
82
115
|
</activity>
|
83
116
|
<activity>
|
84
|
-
<id type="integer">
|
85
|
-
<version type="integer">
|
86
|
-
<event_type>
|
87
|
-
<occurred_at type="datetime">2010/04/
|
117
|
+
<id type="integer">17570394</id>
|
118
|
+
<version type="integer">18640</version>
|
119
|
+
<event_type>story_update</event_type>
|
120
|
+
<occurred_at type="datetime">2010/04/27 16:34:20 MDT</occurred_at>
|
88
121
|
<author>Justin Smestad</author>
|
89
|
-
<project_id type="integer">
|
90
|
-
<description>Justin Smestad
|
122
|
+
<project_id type="integer">4165</project_id>
|
123
|
+
<description>Justin Smestad finished "Event triggers should fire if animation is killed."</description>
|
91
124
|
<stories>
|
92
125
|
<story>
|
93
|
-
<id type="integer">
|
94
|
-
<url>http://www.pivotaltracker.com/services/v3/projects/
|
95
|
-
<
|
96
|
-
<story_type>feature</story_type>
|
97
|
-
<current_state>unscheduled</current_state>
|
126
|
+
<id type="integer">3309084</id>
|
127
|
+
<url>http://www.pivotaltracker.com/services/v3/projects/4165/stories/3309084</url>
|
128
|
+
<current_state>finished</current_state>
|
98
129
|
</story>
|
99
130
|
</stories>
|
100
131
|
</activity>
|
101
132
|
<activity>
|
102
|
-
<id type="integer">
|
103
|
-
<version type="integer">
|
104
|
-
<event_type>
|
105
|
-
<occurred_at type="datetime">2010/
|
106
|
-
<author>
|
133
|
+
<id type="integer">17569819</id>
|
134
|
+
<version type="integer">18639</version>
|
135
|
+
<event_type>story_create</event_type>
|
136
|
+
<occurred_at type="datetime">2010/04/27 16:27:24 MDT</occurred_at>
|
137
|
+
<author>Mike Gehard</author>
|
107
138
|
<project_id type="integer">4165</project_id>
|
108
|
-
<description>
|
139
|
+
<description>Mike Gehard added "Extract FTP server tests into an integration-style test"</description>
|
109
140
|
<stories>
|
110
141
|
<story>
|
111
|
-
<id type="integer">
|
112
|
-
<url>http://www.pivotaltracker.com/services/v3/projects/4165/stories/
|
113
|
-
<
|
142
|
+
<id type="integer">3314530</id>
|
143
|
+
<url>http://www.pivotaltracker.com/services/v3/projects/4165/stories/3314530</url>
|
144
|
+
<name>Extract FTP server tests into an integration-style test</name>
|
145
|
+
<story_type>chore</story_type>
|
146
|
+
<description>Don't use transactions, instead clean DB before/after (maybe check out database_cleaner).</description>
|
147
|
+
<current_state>unscheduled</current_state>
|
114
148
|
</story>
|
115
149
|
</stories>
|
116
150
|
</activity>
|
117
151
|
<activity>
|
118
|
-
<id type="integer">
|
119
|
-
<version type="integer">
|
152
|
+
<id type="integer">17569612</id>
|
153
|
+
<version type="integer">18638</version>
|
120
154
|
<event_type>story_update</event_type>
|
121
|
-
<occurred_at type="datetime">2010/
|
122
|
-
<author>
|
155
|
+
<occurred_at type="datetime">2010/04/27 16:25:19 MDT</occurred_at>
|
156
|
+
<author>Mike Gehard</author>
|
123
157
|
<project_id type="integer">4165</project_id>
|
124
|
-
<description>
|
158
|
+
<description>Mike Gehard edited "Refactor tests to remove deprecation warning for "should_have_named_scope is deprecated""</description>
|
125
159
|
<stories>
|
126
160
|
<story>
|
127
|
-
<id type="integer">
|
128
|
-
<url>http://www.pivotaltracker.com/services/v3/projects/4165/stories/
|
129
|
-
<
|
161
|
+
<id type="integer">3314496</id>
|
162
|
+
<url>http://www.pivotaltracker.com/services/v3/projects/4165/stories/3314496</url>
|
163
|
+
<story_type>chore</story_type>
|
130
164
|
</story>
|
131
165
|
</stories>
|
132
166
|
</activity>
|
133
167
|
<activity>
|
134
|
-
<id type="integer">
|
135
|
-
<version type="integer">
|
136
|
-
<event_type>
|
137
|
-
<occurred_at type="datetime">2010/
|
138
|
-
<author>
|
168
|
+
<id type="integer">17569600</id>
|
169
|
+
<version type="integer">18637</version>
|
170
|
+
<event_type>story_create</event_type>
|
171
|
+
<occurred_at type="datetime">2010/04/27 16:25:10 MDT</occurred_at>
|
172
|
+
<author>Mike Gehard</author>
|
139
173
|
<project_id type="integer">4165</project_id>
|
140
|
-
<description>
|
174
|
+
<description>Mike Gehard added "Refactor tests to remove deprecation warning for "should_have_named_scope is deprecated""</description>
|
141
175
|
<stories>
|
142
176
|
<story>
|
143
|
-
<id type="integer">
|
144
|
-
<url>http://www.pivotaltracker.com/services/v3/projects/4165/stories/
|
145
|
-
<
|
146
|
-
|
147
|
-
|
148
|
-
|
149
|
-
</note>
|
150
|
-
</notes>
|
177
|
+
<id type="integer">3314496</id>
|
178
|
+
<url>http://www.pivotaltracker.com/services/v3/projects/4165/stories/3314496</url>
|
179
|
+
<name>Refactor tests to remove deprecation warning for "should_have_named_scope is deprecated"</name>
|
180
|
+
<story_type>feature</story_type>
|
181
|
+
<description>Change these tests to test positive/negative cases where a method is called and the collection returned by that method is tested for existence or absences of an object based on the objects state.</description>
|
182
|
+
<current_state>unscheduled</current_state>
|
151
183
|
</story>
|
152
184
|
</stories>
|
153
185
|
</activity>
|
154
186
|
<activity>
|
155
|
-
<id type="integer">
|
156
|
-
<version type="integer">
|
187
|
+
<id type="integer">17568659</id>
|
188
|
+
<version type="integer">18636</version>
|
157
189
|
<event_type>story_update</event_type>
|
158
|
-
<occurred_at type="datetime">2010/
|
159
|
-
<author>
|
190
|
+
<occurred_at type="datetime">2010/04/27 16:14:05 MDT</occurred_at>
|
191
|
+
<author>Justin Smestad</author>
|
160
192
|
<project_id type="integer">4165</project_id>
|
161
|
-
<description>
|
193
|
+
<description>Justin Smestad started "Event triggers should fire if animation is killed."</description>
|
162
194
|
<stories>
|
163
195
|
<story>
|
164
|
-
<id type="integer">
|
165
|
-
<url>http://www.pivotaltracker.com/services/v3/projects/4165/stories/
|
166
|
-
<
|
196
|
+
<id type="integer">3309084</id>
|
197
|
+
<url>http://www.pivotaltracker.com/services/v3/projects/4165/stories/3309084</url>
|
198
|
+
<current_state>started</current_state>
|
167
199
|
</story>
|
168
200
|
</stories>
|
169
201
|
</activity>
|
170
202
|
<activity>
|
171
|
-
<id type="integer">
|
172
|
-
<version type="integer">
|
173
|
-
<event_type>
|
174
|
-
<occurred_at type="datetime">2010/
|
175
|
-
<author>
|
203
|
+
<id type="integer">17568617</id>
|
204
|
+
<version type="integer">18631</version>
|
205
|
+
<event_type>story_update</event_type>
|
206
|
+
<occurred_at type="datetime">2010/04/27 16:13:46 MDT</occurred_at>
|
207
|
+
<author>Justin Smestad</author>
|
176
208
|
<project_id type="integer">4165</project_id>
|
177
|
-
<description>
|
209
|
+
<description>Justin Smestad delivered "Learn More should only operate on unlocked items"</description>
|
178
210
|
<stories>
|
179
211
|
<story>
|
180
|
-
<id type="integer">
|
181
|
-
<url>http://www.pivotaltracker.com/services/v3/projects/4165/stories/
|
182
|
-
<
|
183
|
-
<story_type>feature</story_type>
|
184
|
-
<current_state>unscheduled</current_state>
|
212
|
+
<id type="integer">3309434</id>
|
213
|
+
<url>http://www.pivotaltracker.com/services/v3/projects/4165/stories/3309434</url>
|
214
|
+
<current_state>delivered</current_state>
|
185
215
|
</story>
|
186
216
|
</stories>
|
187
217
|
</activity>
|
@@ -1,14 +1,14 @@
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
2
2
|
<story>
|
3
|
-
<id type="integer">
|
3
|
+
<id type="integer">3330568</id>
|
4
4
|
<project_id type="integer">59022</project_id>
|
5
5
|
<story_type>feature</story_type>
|
6
|
-
<url>http://www.pivotaltracker.com/story/show/
|
6
|
+
<url>http://www.pivotaltracker.com/story/show/3330568</url>
|
7
7
|
<estimate type="integer">-1</estimate>
|
8
8
|
<current_state>unscheduled</current_state>
|
9
9
|
<description></description>
|
10
10
|
<name>Create stuff</name>
|
11
11
|
<requested_by>Justin Smestad</requested_by>
|
12
|
-
<created_at type="datetime">2010/04/
|
13
|
-
<updated_at type="datetime">2010/04/
|
12
|
+
<created_at type="datetime">2010/04/28 16:09:02 MDT</created_at>
|
13
|
+
<updated_at type="datetime">2010/04/28 16:09:02 MDT</updated_at>
|
14
14
|
</story>
|
@@ -3,8 +3,8 @@
|
|
3
3
|
<iteration>
|
4
4
|
<id type="integer">1</id>
|
5
5
|
<number type="integer">1</number>
|
6
|
-
<start type="datetime">2010/
|
7
|
-
<finish type="datetime">2010/
|
6
|
+
<start type="datetime">2010/04/26 00:00:00 MDT</start>
|
7
|
+
<finish type="datetime">2010/05/03 00:00:00 MDT</finish>
|
8
8
|
<stories type="array">
|
9
9
|
<story>
|
10
10
|
<id type="integer">2606200</id>
|
@@ -0,0 +1,94 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<iterations type="array">
|
3
|
+
<iteration>
|
4
|
+
<id type="integer">3</id>
|
5
|
+
<number type="integer">3</number>
|
6
|
+
<start type="datetime">2010/05/03 00:00:00 MDT</start>
|
7
|
+
<finish type="datetime">2010/05/10 00:00:00 MDT</finish>
|
8
|
+
<stories type="array">
|
9
|
+
<story>
|
10
|
+
<id type="integer">2606200</id>
|
11
|
+
<project_id type="integer">59022</project_id>
|
12
|
+
<story_type>feature</story_type>
|
13
|
+
<url>http://www.pivotaltracker.com/story/show/2606200</url>
|
14
|
+
<estimate type="integer">2</estimate>
|
15
|
+
<current_state>unstarted</current_state>
|
16
|
+
<description>This is just some description.</description>
|
17
|
+
<name>Tasks Test</name>
|
18
|
+
<requested_by>Justin Smestad</requested_by>
|
19
|
+
<owned_by>Terence Lee</owned_by>
|
20
|
+
<created_at type="datetime">2010/02/25 11:54:51 MST</created_at>
|
21
|
+
<updated_at type="datetime">2010/02/25 11:55:30 MST</updated_at>
|
22
|
+
<labels>test_dependent</labels>
|
23
|
+
<tasks type="array">
|
24
|
+
<task>
|
25
|
+
<id type="integer">179024</id>
|
26
|
+
<description>Task number 1</description>
|
27
|
+
<position>1</position>
|
28
|
+
<complete>false</complete>
|
29
|
+
<created_at type="datetime">2010/02/25 11:55:00 MST</created_at>
|
30
|
+
</task>
|
31
|
+
<task>
|
32
|
+
<id type="integer">179025</id>
|
33
|
+
<description>Number 2 Task</description>
|
34
|
+
<position>2</position>
|
35
|
+
<complete>false</complete>
|
36
|
+
<created_at type="datetime">2010/02/25 11:55:04 MST</created_at>
|
37
|
+
</task>
|
38
|
+
<task>
|
39
|
+
<id type="integer">179026</id>
|
40
|
+
<description>3rd task is a charm</description>
|
41
|
+
<position>3</position>
|
42
|
+
<complete>true</complete>
|
43
|
+
<created_at type="datetime">2010/02/25 11:55:09 MST</created_at>
|
44
|
+
</task>
|
45
|
+
</tasks>
|
46
|
+
</story>
|
47
|
+
</stories>
|
48
|
+
</iteration>
|
49
|
+
<iteration>
|
50
|
+
<id type="integer">4</id>
|
51
|
+
<number type="integer">4</number>
|
52
|
+
<start type="datetime">2010/05/10 00:00:00 MDT</start>
|
53
|
+
<finish type="datetime">2010/05/17 00:00:00 MDT</finish>
|
54
|
+
<stories type="array">
|
55
|
+
<story>
|
56
|
+
<id type="integer">2524689</id>
|
57
|
+
<project_id type="integer">59022</project_id>
|
58
|
+
<story_type>feature</story_type>
|
59
|
+
<url>http://www.pivotaltracker.com/story/show/2524689</url>
|
60
|
+
<estimate type="integer">2</estimate>
|
61
|
+
<current_state>unstarted</current_state>
|
62
|
+
<description></description>
|
63
|
+
<name>some gem</name>
|
64
|
+
<requested_by>Justin Smestad</requested_by>
|
65
|
+
<created_at type="datetime">2010/02/17 15:42:52 MST</created_at>
|
66
|
+
<updated_at type="datetime">2010/02/17 15:43:06 MST</updated_at>
|
67
|
+
<labels>test_dependent</labels>
|
68
|
+
</story>
|
69
|
+
</stories>
|
70
|
+
</iteration>
|
71
|
+
<iteration>
|
72
|
+
<id type="integer">5</id>
|
73
|
+
<number type="integer">5</number>
|
74
|
+
<start type="datetime">2010/05/17 00:00:00 MDT</start>
|
75
|
+
<finish type="datetime">2010/05/24 00:00:00 MDT</finish>
|
76
|
+
<stories type="array">
|
77
|
+
<story>
|
78
|
+
<id type="integer">2641089</id>
|
79
|
+
<project_id type="integer">59022</project_id>
|
80
|
+
<story_type>feature</story_type>
|
81
|
+
<url>http://www.pivotaltracker.com/story/show/2641089</url>
|
82
|
+
<estimate type="integer">2</estimate>
|
83
|
+
<current_state>unstarted</current_state>
|
84
|
+
<description>This is just some description.</description>
|
85
|
+
<name>Tasks Test</name>
|
86
|
+
<requested_by>Justin Smestad</requested_by>
|
87
|
+
<owned_by>Terence Lee</owned_by>
|
88
|
+
<created_at type="datetime">2010/03/01 15:51:05 MST</created_at>
|
89
|
+
<updated_at type="datetime">2010/03/01 15:51:05 MST</updated_at>
|
90
|
+
<labels>test_dependent</labels>
|
91
|
+
</story>
|
92
|
+
</stories>
|
93
|
+
</iteration>
|
94
|
+
</iterations>
|
@@ -3,8 +3,8 @@
|
|
3
3
|
<iteration>
|
4
4
|
<id type="integer">1</id>
|
5
5
|
<number type="integer">1</number>
|
6
|
-
<start type="datetime">2010/
|
7
|
-
<finish type="datetime">2010/
|
6
|
+
<start type="datetime">2010/04/26 00:00:00 MDT</start>
|
7
|
+
<finish type="datetime">2010/05/03 00:00:00 MDT</finish>
|
8
8
|
<stories type="array">
|
9
9
|
<story>
|
10
10
|
<id type="integer">2606200</id>
|
@@ -0,0 +1,42 @@
|
|
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/04/19 00:00:00 MDT</start>
|
7
|
+
<finish type="datetime">2010/04/26 00:00:00 MDT</finish>
|
8
|
+
<stories type="array">
|
9
|
+
<story>
|
10
|
+
<id type="integer">3330719</id>
|
11
|
+
<project_id type="integer">59022</project_id>
|
12
|
+
<story_type>bug</story_type>
|
13
|
+
<url>http://www.pivotaltracker.com/story/show/3330719</url>
|
14
|
+
<current_state>accepted</current_state>
|
15
|
+
<description></description>
|
16
|
+
<name>finished story 2</name>
|
17
|
+
<requested_by>Justin Smestad</requested_by>
|
18
|
+
<owned_by>Justin Smestad</owned_by>
|
19
|
+
<created_at type="datetime">2010/04/28 16:16:59 MDT</created_at>
|
20
|
+
<updated_at type="datetime">2010/04/28 16:17:15 MDT</updated_at>
|
21
|
+
<accepted_at type="datetime">2010/04/19 12:00:00 MDT</accepted_at>
|
22
|
+
<labels>test_dependent</labels>
|
23
|
+
</story>
|
24
|
+
<story>
|
25
|
+
<id type="integer">3330708</id>
|
26
|
+
<project_id type="integer">59022</project_id>
|
27
|
+
<story_type>feature</story_type>
|
28
|
+
<url>http://www.pivotaltracker.com/story/show/3330708</url>
|
29
|
+
<estimate type="integer">2</estimate>
|
30
|
+
<current_state>accepted</current_state>
|
31
|
+
<description></description>
|
32
|
+
<name>finished story 1</name>
|
33
|
+
<requested_by>Justin Smestad</requested_by>
|
34
|
+
<owned_by>Justin Smestad</owned_by>
|
35
|
+
<created_at type="datetime">2010/04/28 16:16:12 MDT</created_at>
|
36
|
+
<updated_at type="datetime">2010/04/28 16:16:24 MDT</updated_at>
|
37
|
+
<accepted_at type="datetime">2010/04/23 12:00:00 MDT</accepted_at>
|
38
|
+
<labels>test_dependent</labels>
|
39
|
+
</story>
|
40
|
+
</stories>
|
41
|
+
</iteration>
|
42
|
+
</iterations>
|
data/spec/fixtures/project.xml
CHANGED
@@ -11,7 +11,7 @@
|
|
11
11
|
<initial_velocity>10</initial_velocity>
|
12
12
|
<number_of_done_iterations_to_show>12</number_of_done_iterations_to_show>
|
13
13
|
<labels>test_dependent</labels>
|
14
|
-
<last_activity_at type="datetime">2010/04/
|
14
|
+
<last_activity_at type="datetime">2010/04/22 12:02:23 MDT</last_activity_at>
|
15
15
|
<allow_attachments>true</allow_attachments>
|
16
16
|
<public>true</public>
|
17
17
|
<use_https>false</use_https>
|