peaty 0.3.0
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 +24 -0
- data/Gemfile.lock +62 -0
- data/Rakefile +55 -0
- data/Readme.textile +67 -0
- data/VERSION +1 -0
- data/lib/peaty/base.rb +104 -0
- data/lib/peaty/integration.rb +37 -0
- data/lib/peaty/iteration.rb +25 -0
- data/lib/peaty/project.rb +47 -0
- data/lib/peaty/proxy.rb +29 -0
- data/lib/peaty/story.rb +39 -0
- data/lib/peaty/user.rb +15 -0
- data/lib/peaty.rb +33 -0
- data/peaty.gemspec +126 -0
- data/test/.gitignore +1 -0
- data/test/fixtures/bugs.xml +15 -0
- data/test/fixtures/chores.xml +15 -0
- data/test/fixtures/features.xml +120 -0
- data/test/fixtures/iterations.xml +197 -0
- data/test/fixtures/iterations_done.xml +25 -0
- data/test/fixtures/project.xml +42 -0
- data/test/fixtures/projects.xml +35 -0
- data/test/fixtures/release.xml +13 -0
- data/test/fixtures/releases.xml +31 -0
- data/test/fixtures/stories.xml +156 -0
- data/test/fixtures/stories_with_done.xml +186 -0
- data/test/fixtures/story.xml +14 -0
- data/test/peaty_test.rb +90 -0
- data/test/test_helper.rb +38 -0
- metadata +402 -0
@@ -0,0 +1,15 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<stories type="array" count="1" filter="type:bug" total="1">
|
3
|
+
<story>
|
4
|
+
<id type="integer">6822203</id>
|
5
|
+
<project_id type="integer">153937</project_id>
|
6
|
+
<story_type>bug</story_type>
|
7
|
+
<url>http://www.pivotaltracker.com/story/show/6822203</url>
|
8
|
+
<current_state>unstarted</current_state>
|
9
|
+
<description></description>
|
10
|
+
<name>Other Users can do anything</name>
|
11
|
+
<requested_by>Matt Todd</requested_by>
|
12
|
+
<created_at type="datetime">2010/11/29 01:39:21 EST</created_at>
|
13
|
+
<updated_at type="datetime">2010/11/29 01:40:07 EST</updated_at>
|
14
|
+
</story>
|
15
|
+
</stories>
|
@@ -0,0 +1,15 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<stories type="array" count="1" filter="type:chore" total="1">
|
3
|
+
<story>
|
4
|
+
<id type="integer">6822209</id>
|
5
|
+
<project_id type="integer">153937</project_id>
|
6
|
+
<story_type>chore</story_type>
|
7
|
+
<url>http://www.pivotaltracker.com/story/show/6822209</url>
|
8
|
+
<current_state>unstarted</current_state>
|
9
|
+
<description></description>
|
10
|
+
<name>Stuff needs to be defined</name>
|
11
|
+
<requested_by>Matt Todd</requested_by>
|
12
|
+
<created_at type="datetime">2010/11/29 01:39:41 EST</created_at>
|
13
|
+
<updated_at type="datetime">2010/11/29 01:39:45 EST</updated_at>
|
14
|
+
</story>
|
15
|
+
</stories>
|
@@ -0,0 +1,120 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<stories type="array" count="9" filter="type:feature" total="9">
|
3
|
+
<story>
|
4
|
+
<id type="integer">6821125</id>
|
5
|
+
<project_id type="integer">153937</project_id>
|
6
|
+
<story_type>feature</story_type>
|
7
|
+
<url>http://www.pivotaltracker.com/story/show/6821125</url>
|
8
|
+
<estimate type="integer">0</estimate>
|
9
|
+
<current_state>unstarted</current_state>
|
10
|
+
<description></description>
|
11
|
+
<name>Stuff can be done</name>
|
12
|
+
<requested_by>Matt Todd</requested_by>
|
13
|
+
<created_at type="datetime">2010/11/29 00:30:39 EST</created_at>
|
14
|
+
<updated_at type="datetime">2010/11/29 00:31:12 EST</updated_at>
|
15
|
+
</story>
|
16
|
+
<story>
|
17
|
+
<id type="integer">6821071</id>
|
18
|
+
<project_id type="integer">153937</project_id>
|
19
|
+
<story_type>feature</story_type>
|
20
|
+
<url>http://www.pivotaltracker.com/story/show/6821071</url>
|
21
|
+
<estimate type="integer">1</estimate>
|
22
|
+
<current_state>unstarted</current_state>
|
23
|
+
<description></description>
|
24
|
+
<name>Users can do stuff</name>
|
25
|
+
<requested_by>Matt Todd</requested_by>
|
26
|
+
<created_at type="datetime">2010/11/29 00:27:38 EST</created_at>
|
27
|
+
<updated_at type="datetime">2010/11/29 00:27:51 EST</updated_at>
|
28
|
+
</story>
|
29
|
+
<story>
|
30
|
+
<id type="integer">6821077</id>
|
31
|
+
<project_id type="integer">153937</project_id>
|
32
|
+
<story_type>feature</story_type>
|
33
|
+
<url>http://www.pivotaltracker.com/story/show/6821077</url>
|
34
|
+
<estimate type="integer">2</estimate>
|
35
|
+
<current_state>unstarted</current_state>
|
36
|
+
<description></description>
|
37
|
+
<name>Admins can also do stuff</name>
|
38
|
+
<requested_by>Matt Todd</requested_by>
|
39
|
+
<created_at type="datetime">2010/11/29 00:27:46 EST</created_at>
|
40
|
+
<updated_at type="datetime">2010/11/29 00:27:53 EST</updated_at>
|
41
|
+
</story>
|
42
|
+
<story>
|
43
|
+
<id type="integer">6821081</id>
|
44
|
+
<project_id type="integer">153937</project_id>
|
45
|
+
<story_type>feature</story_type>
|
46
|
+
<url>http://www.pivotaltracker.com/story/show/6821081</url>
|
47
|
+
<estimate type="integer">3</estimate>
|
48
|
+
<current_state>unstarted</current_state>
|
49
|
+
<description></description>
|
50
|
+
<name>Other Users cannot do stuff</name>
|
51
|
+
<requested_by>Matt Todd</requested_by>
|
52
|
+
<created_at type="datetime">2010/11/29 00:28:04 EST</created_at>
|
53
|
+
<updated_at type="datetime">2010/11/29 00:28:08 EST</updated_at>
|
54
|
+
</story>
|
55
|
+
<story>
|
56
|
+
<id type="integer">6821087</id>
|
57
|
+
<project_id type="integer">153937</project_id>
|
58
|
+
<story_type>feature</story_type>
|
59
|
+
<url>http://www.pivotaltracker.com/story/show/6821087</url>
|
60
|
+
<estimate type="integer">1</estimate>
|
61
|
+
<current_state>unstarted</current_state>
|
62
|
+
<description></description>
|
63
|
+
<name>Admins can do stuff as other Users</name>
|
64
|
+
<requested_by>Matt Todd</requested_by>
|
65
|
+
<created_at type="datetime">2010/11/29 00:28:26 EST</created_at>
|
66
|
+
<updated_at type="datetime">2010/11/29 00:28:31 EST</updated_at>
|
67
|
+
</story>
|
68
|
+
<story>
|
69
|
+
<id type="integer">6821093</id>
|
70
|
+
<project_id type="integer">153937</project_id>
|
71
|
+
<story_type>feature</story_type>
|
72
|
+
<url>http://www.pivotaltracker.com/story/show/6821093</url>
|
73
|
+
<estimate type="integer">2</estimate>
|
74
|
+
<current_state>unstarted</current_state>
|
75
|
+
<description></description>
|
76
|
+
<name>Stuffs can be searched for\ by Users</name>
|
77
|
+
<requested_by>Matt Todd</requested_by>
|
78
|
+
<created_at type="datetime">2010/11/29 00:28:45 EST</created_at>
|
79
|
+
<updated_at type="datetime">2010/11/29 00:29:46 EST</updated_at>
|
80
|
+
</story>
|
81
|
+
<story>
|
82
|
+
<id type="integer">6821103</id>
|
83
|
+
<project_id type="integer">153937</project_id>
|
84
|
+
<story_type>feature</story_type>
|
85
|
+
<url>http://www.pivotaltracker.com/story/show/6821103</url>
|
86
|
+
<estimate type="integer">1</estimate>
|
87
|
+
<current_state>unstarted</current_state>
|
88
|
+
<description></description>
|
89
|
+
<name>Stuff can be tagged</name>
|
90
|
+
<requested_by>Matt Todd</requested_by>
|
91
|
+
<created_at type="datetime">2010/11/29 00:29:07 EST</created_at>
|
92
|
+
<updated_at type="datetime">2010/11/29 00:29:09 EST</updated_at>
|
93
|
+
</story>
|
94
|
+
<story>
|
95
|
+
<id type="integer">6821107</id>
|
96
|
+
<project_id type="integer">153937</project_id>
|
97
|
+
<story_type>feature</story_type>
|
98
|
+
<url>http://www.pivotaltracker.com/story/show/6821107</url>
|
99
|
+
<estimate type="integer">2</estimate>
|
100
|
+
<current_state>unstarted</current_state>
|
101
|
+
<description></description>
|
102
|
+
<name>Tags make stuff show up higher in the search results</name>
|
103
|
+
<requested_by>Matt Todd</requested_by>
|
104
|
+
<created_at type="datetime">2010/11/29 00:29:32 EST</created_at>
|
105
|
+
<updated_at type="datetime">2010/11/29 00:30:00 EST</updated_at>
|
106
|
+
</story>
|
107
|
+
<story>
|
108
|
+
<id type="integer">6821113</id>
|
109
|
+
<project_id type="integer">153937</project_id>
|
110
|
+
<story_type>feature</story_type>
|
111
|
+
<url>http://www.pivotaltracker.com/story/show/6821113</url>
|
112
|
+
<estimate type="integer">1</estimate>
|
113
|
+
<current_state>unscheduled</current_state>
|
114
|
+
<description></description>
|
115
|
+
<name>Stuff can do magic</name>
|
116
|
+
<requested_by>Matt Todd</requested_by>
|
117
|
+
<created_at type="datetime">2010/11/29 00:30:06 EST</created_at>
|
118
|
+
<updated_at type="datetime">2010/11/29 00:30:08 EST</updated_at>
|
119
|
+
</story>
|
120
|
+
</stories>
|
@@ -0,0 +1,197 @@
|
|
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/11/22 00:00:00 EST</start>
|
7
|
+
<finish type="datetime">2010/11/29 00:00:00 EST</finish>
|
8
|
+
<stories type="array">
|
9
|
+
<story>
|
10
|
+
<id type="integer">6914449</id>
|
11
|
+
<project_id type="integer">153937</project_id>
|
12
|
+
<story_type>release</story_type>
|
13
|
+
<url>http://www.pivotaltracker.com/story/show/6914449</url>
|
14
|
+
<current_state>accepted</current_state>
|
15
|
+
<description></description>
|
16
|
+
<name>Stuff is awesome</name>
|
17
|
+
<requested_by>Chris Kelly</requested_by>
|
18
|
+
<owned_by>Matt Todd</owned_by>
|
19
|
+
<created_at type="datetime">2010/12/01 00:46:24 EST</created_at>
|
20
|
+
<updated_at type="datetime">2010/12/01 00:47:42 EST</updated_at>
|
21
|
+
<accepted_at type="datetime">2010/11/26 12:00:00 EST</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/11/29 00:00:00 EST</start>
|
29
|
+
<finish type="datetime">2010/12/06 00:00:00 EST</finish>
|
30
|
+
<stories type="array">
|
31
|
+
<story>
|
32
|
+
<id type="integer">6914397</id>
|
33
|
+
<project_id type="integer">153937</project_id>
|
34
|
+
<story_type>release</story_type>
|
35
|
+
<url>http://www.pivotaltracker.com/story/show/6914397</url>
|
36
|
+
<current_state>accepted</current_state>
|
37
|
+
<description></description>
|
38
|
+
<name>Stuff has been thought of</name>
|
39
|
+
<requested_by>Chris Kelly</requested_by>
|
40
|
+
<owned_by>Matt Todd</owned_by>
|
41
|
+
<created_at type="datetime">2010/12/01 00:41:53 EST</created_at>
|
42
|
+
<updated_at type="datetime">2010/12/01 00:42:07 EST</updated_at>
|
43
|
+
<accepted_at type="datetime">2010/12/01 00:42:07 EST</accepted_at>
|
44
|
+
<deadline type="datetime">2010/12/01 12:00:00 EST</deadline>
|
45
|
+
<labels>hmm</labels>
|
46
|
+
</story>
|
47
|
+
<story>
|
48
|
+
<id type="integer">6822209</id>
|
49
|
+
<project_id type="integer">153937</project_id>
|
50
|
+
<story_type>chore</story_type>
|
51
|
+
<url>http://www.pivotaltracker.com/story/show/6822209</url>
|
52
|
+
<current_state>unstarted</current_state>
|
53
|
+
<description></description>
|
54
|
+
<name>Stuff needs to be defined</name>
|
55
|
+
<requested_by>Matt Todd</requested_by>
|
56
|
+
<created_at type="datetime">2010/11/29 01:39:41 EST</created_at>
|
57
|
+
<updated_at type="datetime">2010/11/29 01:39:45 EST</updated_at>
|
58
|
+
</story>
|
59
|
+
<story>
|
60
|
+
<id type="integer">6821125</id>
|
61
|
+
<project_id type="integer">153937</project_id>
|
62
|
+
<story_type>feature</story_type>
|
63
|
+
<url>http://www.pivotaltracker.com/story/show/6821125</url>
|
64
|
+
<estimate type="integer">0</estimate>
|
65
|
+
<current_state>unstarted</current_state>
|
66
|
+
<description></description>
|
67
|
+
<name>Stuff can be done</name>
|
68
|
+
<requested_by>Matt Todd</requested_by>
|
69
|
+
<created_at type="datetime">2010/11/29 00:30:39 EST</created_at>
|
70
|
+
<updated_at type="datetime">2010/11/29 00:31:12 EST</updated_at>
|
71
|
+
</story>
|
72
|
+
<story>
|
73
|
+
<id type="integer">6821071</id>
|
74
|
+
<project_id type="integer">153937</project_id>
|
75
|
+
<story_type>feature</story_type>
|
76
|
+
<url>http://www.pivotaltracker.com/story/show/6821071</url>
|
77
|
+
<estimate type="integer">1</estimate>
|
78
|
+
<current_state>unstarted</current_state>
|
79
|
+
<description></description>
|
80
|
+
<name>Users can do stuff</name>
|
81
|
+
<requested_by>Matt Todd</requested_by>
|
82
|
+
<created_at type="datetime">2010/11/29 00:27:38 EST</created_at>
|
83
|
+
<updated_at type="datetime">2010/11/29 00:27:51 EST</updated_at>
|
84
|
+
</story>
|
85
|
+
<story>
|
86
|
+
<id type="integer">6821077</id>
|
87
|
+
<project_id type="integer">153937</project_id>
|
88
|
+
<story_type>feature</story_type>
|
89
|
+
<url>http://www.pivotaltracker.com/story/show/6821077</url>
|
90
|
+
<estimate type="integer">2</estimate>
|
91
|
+
<current_state>unstarted</current_state>
|
92
|
+
<description></description>
|
93
|
+
<name>Admins can also do stuff</name>
|
94
|
+
<requested_by>Matt Todd</requested_by>
|
95
|
+
<created_at type="datetime">2010/11/29 00:27:46 EST</created_at>
|
96
|
+
<updated_at type="datetime">2010/11/29 00:27:53 EST</updated_at>
|
97
|
+
</story>
|
98
|
+
<story>
|
99
|
+
<id type="integer">6821081</id>
|
100
|
+
<project_id type="integer">153937</project_id>
|
101
|
+
<story_type>feature</story_type>
|
102
|
+
<url>http://www.pivotaltracker.com/story/show/6821081</url>
|
103
|
+
<estimate type="integer">3</estimate>
|
104
|
+
<current_state>unstarted</current_state>
|
105
|
+
<description></description>
|
106
|
+
<name>Other Users cannot do stuff</name>
|
107
|
+
<requested_by>Matt Todd</requested_by>
|
108
|
+
<created_at type="datetime">2010/11/29 00:28:04 EST</created_at>
|
109
|
+
<updated_at type="datetime">2010/11/29 00:28:08 EST</updated_at>
|
110
|
+
</story>
|
111
|
+
<story>
|
112
|
+
<id type="integer">6821121</id>
|
113
|
+
<project_id type="integer">153937</project_id>
|
114
|
+
<story_type>release</story_type>
|
115
|
+
<url>http://www.pivotaltracker.com/story/show/6821121</url>
|
116
|
+
<current_state>unstarted</current_state>
|
117
|
+
<description></description>
|
118
|
+
<name>Stuff is working</name>
|
119
|
+
<requested_by>Matt Todd</requested_by>
|
120
|
+
<created_at type="datetime">2010/11/29 00:30:20 EST</created_at>
|
121
|
+
<updated_at type="datetime">2010/11/29 00:30:33 EST</updated_at>
|
122
|
+
</story>
|
123
|
+
<story>
|
124
|
+
<id type="integer">6822203</id>
|
125
|
+
<project_id type="integer">153937</project_id>
|
126
|
+
<story_type>bug</story_type>
|
127
|
+
<url>http://www.pivotaltracker.com/story/show/6822203</url>
|
128
|
+
<current_state>unstarted</current_state>
|
129
|
+
<description></description>
|
130
|
+
<name>Other Users can do anything</name>
|
131
|
+
<requested_by>Matt Todd</requested_by>
|
132
|
+
<created_at type="datetime">2010/11/29 01:39:21 EST</created_at>
|
133
|
+
<updated_at type="datetime">2010/11/29 01:40:07 EST</updated_at>
|
134
|
+
</story>
|
135
|
+
<story>
|
136
|
+
<id type="integer">6821087</id>
|
137
|
+
<project_id type="integer">153937</project_id>
|
138
|
+
<story_type>feature</story_type>
|
139
|
+
<url>http://www.pivotaltracker.com/story/show/6821087</url>
|
140
|
+
<estimate type="integer">1</estimate>
|
141
|
+
<current_state>unstarted</current_state>
|
142
|
+
<description></description>
|
143
|
+
<name>Admins can do stuff as other Users</name>
|
144
|
+
<requested_by>Matt Todd</requested_by>
|
145
|
+
<created_at type="datetime">2010/11/29 00:28:26 EST</created_at>
|
146
|
+
<updated_at type="datetime">2010/11/29 00:28:31 EST</updated_at>
|
147
|
+
</story>
|
148
|
+
<story>
|
149
|
+
<id type="integer">6821093</id>
|
150
|
+
<project_id type="integer">153937</project_id>
|
151
|
+
<story_type>feature</story_type>
|
152
|
+
<url>http://www.pivotaltracker.com/story/show/6821093</url>
|
153
|
+
<estimate type="integer">2</estimate>
|
154
|
+
<current_state>unstarted</current_state>
|
155
|
+
<description></description>
|
156
|
+
<name>Stuffs can be searched for by Users</name>
|
157
|
+
<requested_by>Matt Todd</requested_by>
|
158
|
+
<created_at type="datetime">2010/11/29 00:28:45 EST</created_at>
|
159
|
+
<updated_at type="datetime">2010/12/01 00:45:55 EST</updated_at>
|
160
|
+
</story>
|
161
|
+
<story>
|
162
|
+
<id type="integer">6821103</id>
|
163
|
+
<project_id type="integer">153937</project_id>
|
164
|
+
<story_type>feature</story_type>
|
165
|
+
<url>http://www.pivotaltracker.com/story/show/6821103</url>
|
166
|
+
<estimate type="integer">1</estimate>
|
167
|
+
<current_state>unstarted</current_state>
|
168
|
+
<description></description>
|
169
|
+
<name>Stuff can be tagged</name>
|
170
|
+
<requested_by>Matt Todd</requested_by>
|
171
|
+
<created_at type="datetime">2010/11/29 00:29:07 EST</created_at>
|
172
|
+
<updated_at type="datetime">2010/11/29 00:29:09 EST</updated_at>
|
173
|
+
</story>
|
174
|
+
</stories>
|
175
|
+
</iteration>
|
176
|
+
<iteration>
|
177
|
+
<id type="integer">3</id>
|
178
|
+
<number type="integer">3</number>
|
179
|
+
<start type="datetime">2010/12/06 00:00:00 EST</start>
|
180
|
+
<finish type="datetime">2010/12/13 00:00:00 EST</finish>
|
181
|
+
<stories type="array">
|
182
|
+
<story>
|
183
|
+
<id type="integer">6821107</id>
|
184
|
+
<project_id type="integer">153937</project_id>
|
185
|
+
<story_type>feature</story_type>
|
186
|
+
<url>http://www.pivotaltracker.com/story/show/6821107</url>
|
187
|
+
<estimate type="integer">2</estimate>
|
188
|
+
<current_state>unstarted</current_state>
|
189
|
+
<description></description>
|
190
|
+
<name>Tags make stuff show up higher in the search results</name>
|
191
|
+
<requested_by>Matt Todd</requested_by>
|
192
|
+
<created_at type="datetime">2010/11/29 00:29:32 EST</created_at>
|
193
|
+
<updated_at type="datetime">2010/11/29 00:30:00 EST</updated_at>
|
194
|
+
</story>
|
195
|
+
</stories>
|
196
|
+
</iteration>
|
197
|
+
</iterations>
|
@@ -0,0 +1,25 @@
|
|
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/11/22 00:00:00 EST</start>
|
7
|
+
<finish type="datetime">2010/11/29 00:00:00 EST</finish>
|
8
|
+
<stories type="array">
|
9
|
+
<story>
|
10
|
+
<id type="integer">6914449</id>
|
11
|
+
<project_id type="integer">153937</project_id>
|
12
|
+
<story_type>release</story_type>
|
13
|
+
<url>http://www.pivotaltracker.com/story/show/6914449</url>
|
14
|
+
<current_state>accepted</current_state>
|
15
|
+
<description></description>
|
16
|
+
<name>Stuff is awesome</name>
|
17
|
+
<requested_by>Chris Kelly</requested_by>
|
18
|
+
<owned_by>Matt Todd</owned_by>
|
19
|
+
<created_at type="datetime">2010/12/01 00:46:24 EST</created_at>
|
20
|
+
<updated_at type="datetime">2010/12/01 00:47:42 EST</updated_at>
|
21
|
+
<accepted_at type="datetime">2010/11/26 12:00:00 EST</accepted_at>
|
22
|
+
</story>
|
23
|
+
</stories>
|
24
|
+
</iteration>
|
25
|
+
</iterations>
|
@@ -0,0 +1,42 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<project>
|
3
|
+
<id>153937</id>
|
4
|
+
<name>Demo</name>
|
5
|
+
<iteration_length type="integer">1</iteration_length>
|
6
|
+
<week_start_day>Monday</week_start_day>
|
7
|
+
<point_scale>0,1,2,3</point_scale>
|
8
|
+
<account>Matt Todd</account>
|
9
|
+
<velocity_scheme>Average of 3 iterations</velocity_scheme>
|
10
|
+
<current_velocity>10</current_velocity>
|
11
|
+
<initial_velocity>10</initial_velocity>
|
12
|
+
<number_of_done_iterations_to_show>12</number_of_done_iterations_to_show>
|
13
|
+
<labels></labels>
|
14
|
+
<last_activity_at type="datetime">2010/11/29 01:40:04 EST</last_activity_at>
|
15
|
+
<allow_attachments>true</allow_attachments>
|
16
|
+
<public>false</public>
|
17
|
+
<use_https>false</use_https>
|
18
|
+
<bugs_and_chores_are_estimatable>false</bugs_and_chores_are_estimatable>
|
19
|
+
<commit_mode>false</commit_mode>
|
20
|
+
<memberships>
|
21
|
+
<membership>
|
22
|
+
<id>482969</id>
|
23
|
+
<person>
|
24
|
+
<email>mtodd@highgroove.com</email>
|
25
|
+
<name>Matt Todd</name>
|
26
|
+
<initials>MT</initials>
|
27
|
+
</person>
|
28
|
+
<role>Owner</role>
|
29
|
+
</membership>
|
30
|
+
<membership>
|
31
|
+
<id>483165</id>
|
32
|
+
<person>
|
33
|
+
<email>chris@highgroove.com</email>
|
34
|
+
<name>Chris Kelly</name>
|
35
|
+
<initials>CK</initials>
|
36
|
+
</person>
|
37
|
+
<role>Member</role>
|
38
|
+
</membership>
|
39
|
+
</memberships>
|
40
|
+
<integrations>
|
41
|
+
</integrations>
|
42
|
+
</project>
|
@@ -0,0 +1,35 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<projects type="array">
|
3
|
+
<project>
|
4
|
+
<id>153937</id>
|
5
|
+
<name>Demo</name>
|
6
|
+
<iteration_length type="integer">1</iteration_length>
|
7
|
+
<week_start_day>Monday</week_start_day>
|
8
|
+
<point_scale>0,1,2,3</point_scale>
|
9
|
+
<account>Matt Todd</account>
|
10
|
+
<velocity_scheme>Average of 3 iterations</velocity_scheme>
|
11
|
+
<current_velocity>10</current_velocity>
|
12
|
+
<initial_velocity>10</initial_velocity>
|
13
|
+
<number_of_done_iterations_to_show>12</number_of_done_iterations_to_show>
|
14
|
+
<labels></labels>
|
15
|
+
<last_activity_at type="datetime">2010/11/29 01:40:04 EST</last_activity_at>
|
16
|
+
<allow_attachments>true</allow_attachments>
|
17
|
+
<public>false</public>
|
18
|
+
<use_https>false</use_https>
|
19
|
+
<bugs_and_chores_are_estimatable>false</bugs_and_chores_are_estimatable>
|
20
|
+
<commit_mode>false</commit_mode>
|
21
|
+
<memberships>
|
22
|
+
<membership>
|
23
|
+
<id>482969</id>
|
24
|
+
<person>
|
25
|
+
<email>mtodd@highgroove.com</email>
|
26
|
+
<name>Matt Todd</name>
|
27
|
+
<initials>MT</initials>
|
28
|
+
</person>
|
29
|
+
<role>Owner</role>
|
30
|
+
</membership>
|
31
|
+
</memberships>
|
32
|
+
<integrations>
|
33
|
+
</integrations>
|
34
|
+
</project>
|
35
|
+
</projects>
|
@@ -0,0 +1,13 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<story>
|
3
|
+
<id type="integer">6821121</id>
|
4
|
+
<project_id type="integer">153937</project_id>
|
5
|
+
<story_type>release</story_type>
|
6
|
+
<url>http://www.pivotaltracker.com/story/show/6821121</url>
|
7
|
+
<current_state>unstarted</current_state>
|
8
|
+
<description></description>
|
9
|
+
<name>Stuff is working</name>
|
10
|
+
<requested_by>Matt Todd</requested_by>
|
11
|
+
<created_at type="datetime">2010/11/29 00:30:20 EST</created_at>
|
12
|
+
<updated_at type="datetime">2010/11/29 00:30:33 EST</updated_at>
|
13
|
+
</story>
|
@@ -0,0 +1,31 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<stories type="array" count="2" filter="type:release" total="2">
|
3
|
+
<story>
|
4
|
+
<id type="integer">6914397</id>
|
5
|
+
<project_id type="integer">153937</project_id>
|
6
|
+
<story_type>release</story_type>
|
7
|
+
<url>http://www.pivotaltracker.com/story/show/6914397</url>
|
8
|
+
<current_state>accepted</current_state>
|
9
|
+
<description></description>
|
10
|
+
<name>Stuff has been thought of</name>
|
11
|
+
<requested_by>Chris Kelly</requested_by>
|
12
|
+
<owned_by>Matt Todd</owned_by>
|
13
|
+
<created_at type="datetime">2010/12/01 00:41:53 EST</created_at>
|
14
|
+
<updated_at type="datetime">2010/12/01 00:42:07 EST</updated_at>
|
15
|
+
<accepted_at type="datetime">2010/12/01 00:42:07 EST</accepted_at>
|
16
|
+
<deadline type="datetime">2010/12/01 12:00:00 EST</deadline>
|
17
|
+
<labels>hmm</labels>
|
18
|
+
</story>
|
19
|
+
<story>
|
20
|
+
<id type="integer">6821121</id>
|
21
|
+
<project_id type="integer">153937</project_id>
|
22
|
+
<story_type>release</story_type>
|
23
|
+
<url>http://www.pivotaltracker.com/story/show/6821121</url>
|
24
|
+
<current_state>unstarted</current_state>
|
25
|
+
<description></description>
|
26
|
+
<name>Stuff is working</name>
|
27
|
+
<requested_by>Matt Todd</requested_by>
|
28
|
+
<created_at type="datetime">2010/11/29 00:30:20 EST</created_at>
|
29
|
+
<updated_at type="datetime">2010/11/29 00:30:33 EST</updated_at>
|
30
|
+
</story>
|
31
|
+
</stories>
|