pivotal-tracker-fox 0.5.10

Sign up to get free protection for your applications and to get access to all the features.
Files changed (60) hide show
  1. checksums.yaml +7 -0
  2. data/.rspec +1 -0
  3. data/.travis.yml +5 -0
  4. data/Gemfile +17 -0
  5. data/Gemfile.lock +57 -0
  6. data/LICENSE +20 -0
  7. data/README.rdoc +82 -0
  8. data/Rakefile +46 -0
  9. data/VERSION +1 -0
  10. data/lib/pivotal-tracker.rb +40 -0
  11. data/lib/pivotal-tracker/activity.rb +45 -0
  12. data/lib/pivotal-tracker/attachment.rb +16 -0
  13. data/lib/pivotal-tracker/client.rb +81 -0
  14. data/lib/pivotal-tracker/extensions.rb +11 -0
  15. data/lib/pivotal-tracker/iteration.rb +40 -0
  16. data/lib/pivotal-tracker/membership.rb +20 -0
  17. data/lib/pivotal-tracker/note.rb +58 -0
  18. data/lib/pivotal-tracker/project.rb +94 -0
  19. data/lib/pivotal-tracker/proxy.rb +64 -0
  20. data/lib/pivotal-tracker/story.rb +157 -0
  21. data/lib/pivotal-tracker/task.rb +71 -0
  22. data/lib/pivotal-tracker/validation.rb +69 -0
  23. data/lib/pivotal_tracker.rb +2 -0
  24. data/pivotal-tracker.gemspec +131 -0
  25. data/spec/fixtures/activity.xml +177 -0
  26. data/spec/fixtures/bugs.xml +279 -0
  27. data/spec/fixtures/created_note.xml +14 -0
  28. data/spec/fixtures/created_story.xml +14 -0
  29. data/spec/fixtures/features.xml +293 -0
  30. data/spec/fixtures/iterations_all.xml +243 -0
  31. data/spec/fixtures/iterations_backlog.xml +166 -0
  32. data/spec/fixtures/iterations_current.xml +48 -0
  33. data/spec/fixtures/iterations_current_backlog.xml +211 -0
  34. data/spec/fixtures/iterations_done.xml +34 -0
  35. data/spec/fixtures/memberships.xml +42 -0
  36. data/spec/fixtures/notes.xml +33 -0
  37. data/spec/fixtures/project.xml +53 -0
  38. data/spec/fixtures/project_activity.xml +177 -0
  39. data/spec/fixtures/projects.xml +107 -0
  40. data/spec/fixtures/stale_fish.yml +167 -0
  41. data/spec/fixtures/stories.xml +293 -0
  42. data/spec/fixtures/story-4459994.xml +37 -0
  43. data/spec/fixtures/story-4460038.xml +46 -0
  44. data/spec/fixtures/story-4460598.xml +32 -0
  45. data/spec/fixtures/story-4473735.xml +48 -0
  46. data/spec/fixtures/tasks.xml +24 -0
  47. data/spec/fixtures/update_tasks.xml +8 -0
  48. data/spec/pivotal-tracker/activity_spec.rb +32 -0
  49. data/spec/pivotal-tracker/attachment_spec.rb +62 -0
  50. data/spec/pivotal-tracker/client_spec.rb +148 -0
  51. data/spec/pivotal-tracker/iteration_spec.rb +76 -0
  52. data/spec/pivotal-tracker/membership_spec.rb +20 -0
  53. data/spec/pivotal-tracker/note_spec.rb +61 -0
  54. data/spec/pivotal-tracker/project_spec.rb +98 -0
  55. data/spec/pivotal-tracker/story_spec.rb +247 -0
  56. data/spec/pivotal-tracker/task_spec.rb +33 -0
  57. data/spec/spec.opts +1 -0
  58. data/spec/spec_helper.rb +46 -0
  59. data/spec/support/stale_fish_fixtures.rb +71 -0
  60. metadata +287 -0
@@ -0,0 +1,42 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <memberships type="array">
3
+ <membership>
4
+ <id>331822</id>
5
+ <person>
6
+ <email>jmischo@sittercity.com</email>
7
+ <name>Jon</name>
8
+ <initials>JM</initials>
9
+ </person>
10
+ <role>Owner</role>
11
+ <project>
12
+ <id>102622</id>
13
+ <name>Pivotal Tracker API Gem</name>
14
+ </project>
15
+ </membership>
16
+ <membership>
17
+ <id>331823</id>
18
+ <person>
19
+ <email>jmischo@quagility.com</email>
20
+ <name>Jon Mischo</name>
21
+ <initials>JM</initials>
22
+ </person>
23
+ <role>Owner</role>
24
+ <project>
25
+ <id>102622</id>
26
+ <name>Pivotal Tracker API Gem</name>
27
+ </project>
28
+ </membership>
29
+ <membership>
30
+ <id>331832</id>
31
+ <person>
32
+ <email>pivotal-tracker-api-gem@quagility.com</email>
33
+ <name>Test Suite Access</name>
34
+ <initials>TEST</initials>
35
+ </person>
36
+ <role>Member</role>
37
+ <project>
38
+ <id>102622</id>
39
+ <name>Pivotal Tracker API Gem</name>
40
+ </project>
41
+ </membership>
42
+ </memberships>
@@ -0,0 +1,33 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <notes type="array">
3
+ <note>
4
+ <id type="integer">2111593</id>
5
+ <text>This is a comment...whee!</text>
6
+ <author>Jon</author>
7
+ <noted_at type="datetime">2010/07/27 22:15:48 UTC</noted_at>
8
+ </note>
9
+ <note>
10
+ <id type="integer">2128955</id>
11
+ <text>Test note</text>
12
+ <author>Test Suite Access</author>
13
+ <noted_at type="datetime">2010/07/29 18:15:09 UTC</noted_at>
14
+ </note>
15
+ <note>
16
+ <id type="integer">2128959</id>
17
+ <text>Test note</text>
18
+ <author>Test Suite Access</author>
19
+ <noted_at type="datetime">2010/07/29 18:16:12 UTC</noted_at>
20
+ </note>
21
+ <note>
22
+ <id type="integer">2129077</id>
23
+ <text>Test note</text>
24
+ <author>Test Suite Access</author>
25
+ <noted_at type="datetime">2010/07/29 18:22:26 UTC</noted_at>
26
+ </note>
27
+ <note>
28
+ <id type="integer">2129374</id>
29
+ <text>Test note</text>
30
+ <author>Test Suite Access</author>
31
+ <noted_at type="datetime">2010/07/29 18:55:44 UTC</noted_at>
32
+ </note>
33
+ </notes>
@@ -0,0 +1,53 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <project>
3
+ <id>102622</id>
4
+ <name>Pivotal Tracker API Gem</name>
5
+ <first_iteration_start_time type="datetime">2011/12/05 06:00:00 UTC</first_iteration_start_time>
6
+ <current_iteration_number type="integer">4</current_iteration_number>
7
+ <iteration_length type="integer">1</iteration_length>
8
+ <week_start_day>Monday</week_start_day>
9
+ <point_scale>0,1,2,3</point_scale>
10
+ <account>Jon</account>
11
+ <velocity_scheme>Average of 3 iterations</velocity_scheme>
12
+ <current_velocity>2</current_velocity>
13
+ <initial_velocity>2</initial_velocity>
14
+ <number_of_done_iterations_to_show>12</number_of_done_iterations_to_show>
15
+ <labels></labels>
16
+ <last_activity_at type="datetime">2010/07/29 19:13:13 UTC</last_activity_at>
17
+ <allow_attachments>true</allow_attachments>
18
+ <public>true</public>
19
+ <use_https>false</use_https>
20
+ <bugs_and_chores_are_estimatable>true</bugs_and_chores_are_estimatable>
21
+ <commit_mode>true</commit_mode>
22
+ <memberships>
23
+ <membership>
24
+ <id>331822</id>
25
+ <person>
26
+ <email>jmischo@sittercity.com</email>
27
+ <name>Jon</name>
28
+ <initials>JM</initials>
29
+ </person>
30
+ <role>Owner</role>
31
+ </membership>
32
+ <membership>
33
+ <id>331823</id>
34
+ <person>
35
+ <email>jmischo@quagility.com</email>
36
+ <name>Jon Mischo</name>
37
+ <initials>JM</initials>
38
+ </person>
39
+ <role>Owner</role>
40
+ </membership>
41
+ <membership>
42
+ <id>331832</id>
43
+ <person>
44
+ <email>pivotal-tracker-api-gem@quagility.com</email>
45
+ <name>Test Suite Access</name>
46
+ <initials>TEST</initials>
47
+ </person>
48
+ <role>Member</role>
49
+ </membership>
50
+ </memberships>
51
+ <integrations>
52
+ </integrations>
53
+ </project>
@@ -0,0 +1,177 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <activities type="array">
3
+ <activity>
4
+ <id type="integer">24492385</id>
5
+ <version type="integer">206</version>
6
+ <event_type>story_create</event_type>
7
+ <occurred_at type="datetime">2010/07/29 19:13:04 UTC</occurred_at>
8
+ <author>Test Suite Access</author>
9
+ <project_id type="integer">102622</project_id>
10
+ <description>Test Suite Access added &quot;Create stuff&quot;</description>
11
+ <stories>
12
+ <story>
13
+ <id type="integer">4492080</id>
14
+ <url>http://www.pivotaltracker.com/services/v3/projects/102622/stories/4492080</url>
15
+ <name>Create stuff</name>
16
+ <story_type>feature</story_type>
17
+ <current_state>unscheduled</current_state>
18
+ </story>
19
+ </stories>
20
+ </activity>
21
+ <activity>
22
+ <id type="integer">24492375</id>
23
+ <version type="integer">205</version>
24
+ <event_type>story_create</event_type>
25
+ <occurred_at type="datetime">2010/07/29 19:13:01 UTC</occurred_at>
26
+ <author>Test Suite Access</author>
27
+ <project_id type="integer">102622</project_id>
28
+ <description>Test Suite Access added &quot;Create stuff&quot;</description>
29
+ <stories>
30
+ <story>
31
+ <id type="integer">4492078</id>
32
+ <url>http://www.pivotaltracker.com/services/v3/projects/102622/stories/4492078</url>
33
+ <name>Create stuff</name>
34
+ <story_type>feature</story_type>
35
+ <current_state>unscheduled</current_state>
36
+ </story>
37
+ </stories>
38
+ </activity>
39
+ <activity>
40
+ <id type="integer">24492239</id>
41
+ <version type="integer">200</version>
42
+ <event_type>story_create</event_type>
43
+ <occurred_at type="datetime">2010/07/29 19:11:43 UTC</occurred_at>
44
+ <author>Test Suite Access</author>
45
+ <project_id type="integer">102622</project_id>
46
+ <description>Test Suite Access added &quot;Create stuff&quot;</description>
47
+ <stories>
48
+ <story>
49
+ <id type="integer">4492060</id>
50
+ <url>http://www.pivotaltracker.com/services/v3/projects/102622/stories/4492060</url>
51
+ <name>Create stuff</name>
52
+ <story_type>feature</story_type>
53
+ <current_state>unscheduled</current_state>
54
+ </story>
55
+ </stories>
56
+ </activity>
57
+ <activity>
58
+ <id type="integer">24492220</id>
59
+ <version type="integer">199</version>
60
+ <event_type>story_create</event_type>
61
+ <occurred_at type="datetime">2010/07/29 19:11:38 UTC</occurred_at>
62
+ <author>Test Suite Access</author>
63
+ <project_id type="integer">102622</project_id>
64
+ <description>Test Suite Access added &quot;Create stuff&quot;</description>
65
+ <stories>
66
+ <story>
67
+ <id type="integer">4492059</id>
68
+ <url>http://www.pivotaltracker.com/services/v3/projects/102622/stories/4492059</url>
69
+ <name>Create stuff</name>
70
+ <story_type>feature</story_type>
71
+ <current_state>unscheduled</current_state>
72
+ </story>
73
+ </stories>
74
+ </activity>
75
+ <activity>
76
+ <id type="integer">24491968</id>
77
+ <version type="integer">194</version>
78
+ <event_type>story_create</event_type>
79
+ <occurred_at type="datetime">2010/07/29 19:09:26 UTC</occurred_at>
80
+ <author>Test Suite Access</author>
81
+ <project_id type="integer">102622</project_id>
82
+ <description>Test Suite Access added &quot;Create stuff&quot;</description>
83
+ <stories>
84
+ <story>
85
+ <id type="integer">4491973</id>
86
+ <url>http://www.pivotaltracker.com/services/v3/projects/102622/stories/4491973</url>
87
+ <name>Create stuff</name>
88
+ <story_type>feature</story_type>
89
+ <current_state>unscheduled</current_state>
90
+ </story>
91
+ </stories>
92
+ </activity>
93
+ <activity>
94
+ <id type="integer">24491959</id>
95
+ <version type="integer">193</version>
96
+ <event_type>story_create</event_type>
97
+ <occurred_at type="datetime">2010/07/29 19:09:24 UTC</occurred_at>
98
+ <author>Test Suite Access</author>
99
+ <project_id type="integer">102622</project_id>
100
+ <description>Test Suite Access added &quot;Create stuff&quot;</description>
101
+ <stories>
102
+ <story>
103
+ <id type="integer">4491971</id>
104
+ <url>http://www.pivotaltracker.com/services/v3/projects/102622/stories/4491971</url>
105
+ <name>Create stuff</name>
106
+ <story_type>feature</story_type>
107
+ <current_state>unscheduled</current_state>
108
+ </story>
109
+ </stories>
110
+ </activity>
111
+ <activity>
112
+ <id type="integer">24491880</id>
113
+ <version type="integer">192</version>
114
+ <event_type>story_update</event_type>
115
+ <occurred_at type="datetime">2010/07/29 19:08:43 UTC</occurred_at>
116
+ <author>Jon</author>
117
+ <project_id type="integer">102622</project_id>
118
+ <description>Jon edited &quot;Movable Story&quot;</description>
119
+ <stories>
120
+ <story>
121
+ <id type="integer">4490874</id>
122
+ <url>http://www.pivotaltracker.com/services/v3/projects/102622/stories/4490874</url>
123
+ <estimate type="integer">0</estimate>
124
+ </story>
125
+ </stories>
126
+ </activity>
127
+ <activity>
128
+ <id type="integer">24491859</id>
129
+ <version type="integer">191</version>
130
+ <event_type>story_update</event_type>
131
+ <occurred_at type="datetime">2010/07/29 19:08:36 UTC</occurred_at>
132
+ <author>Jon</author>
133
+ <project_id type="integer">102622</project_id>
134
+ <description>Jon edited &quot;Movable Story&quot;</description>
135
+ <stories>
136
+ <story>
137
+ <id type="integer">4490874</id>
138
+ <url>http://www.pivotaltracker.com/services/v3/projects/102622/stories/4490874</url>
139
+ <current_state>unstarted</current_state>
140
+ </story>
141
+ </stories>
142
+ </activity>
143
+ <activity>
144
+ <id type="integer">24491236</id>
145
+ <version type="integer">158</version>
146
+ <event_type>story_update</event_type>
147
+ <occurred_at type="datetime">2010/07/29 19:04:29 UTC</occurred_at>
148
+ <author>Jon</author>
149
+ <project_id type="integer">102622</project_id>
150
+ <description>Jon edited &quot;Movable Story&quot;</description>
151
+ <stories>
152
+ <story>
153
+ <id type="integer">4490874</id>
154
+ <url>http://www.pivotaltracker.com/services/v3/projects/102622/stories/4490874</url>
155
+ <name>Movable Story</name>
156
+ </story>
157
+ </stories>
158
+ </activity>
159
+ <activity>
160
+ <id type="integer">24490623</id>
161
+ <version type="integer">153</version>
162
+ <event_type>story_create</event_type>
163
+ <occurred_at type="datetime">2010/07/29 18:58:45 UTC</occurred_at>
164
+ <author>Test Suite Access</author>
165
+ <project_id type="integer">102622</project_id>
166
+ <description>Test Suite Access added &quot;Create stuff&quot;</description>
167
+ <stories>
168
+ <story>
169
+ <id type="integer">4491800</id>
170
+ <url>http://www.pivotaltracker.com/services/v3/projects/102622/stories/4491800</url>
171
+ <name>Create stuff</name>
172
+ <story_type>feature</story_type>
173
+ <current_state>unscheduled</current_state>
174
+ </story>
175
+ </stories>
176
+ </activity>
177
+ </activities>
@@ -0,0 +1,107 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <projects type="array">
3
+ <project>
4
+ <id>102622</id>
5
+ <name>Pivotal Tracker API Gem</name>
6
+ <iteration_length type="integer">1</iteration_length>
7
+ <week_start_day>Monday</week_start_day>
8
+ <first_iteration_start_time type="datetime">2011/12/05 06:00:00 UTC</first_iteration_start_time>
9
+ <current_iteration_number type="integer">4</current_iteration_number>
10
+ <point_scale>0,1,2,3</point_scale>
11
+ <account>Jon</account>
12
+ <velocity_scheme>Average of 3 iterations</velocity_scheme>
13
+ <current_velocity>2</current_velocity>
14
+ <initial_velocity>2</initial_velocity>
15
+ <number_of_done_iterations_to_show>12</number_of_done_iterations_to_show>
16
+ <labels></labels>
17
+ <last_activity_at type="datetime">2010/07/29 19:13:13 UTC</last_activity_at>
18
+ <allow_attachments>true</allow_attachments>
19
+ <public>true</public>
20
+ <use_https>false</use_https>
21
+ <bugs_and_chores_are_estimatable>true</bugs_and_chores_are_estimatable>
22
+ <commit_mode>true</commit_mode>
23
+ <memberships>
24
+ <membership>
25
+ <id>331822</id>
26
+ <person>
27
+ <email>jmischo@sittercity.com</email>
28
+ <name>Jon</name>
29
+ <initials>JM</initials>
30
+ </person>
31
+ <role>Owner</role>
32
+ </membership>
33
+ <membership>
34
+ <id>331823</id>
35
+ <person>
36
+ <email>jmischo@quagility.com</email>
37
+ <name>Jon Mischo</name>
38
+ <initials>JM</initials>
39
+ </person>
40
+ <role>Owner</role>
41
+ </membership>
42
+ <membership>
43
+ <id>331832</id>
44
+ <person>
45
+ <email>pivotal-tracker-api-gem@quagility.com</email>
46
+ <name>Test Suite Access</name>
47
+ <initials>TEST</initials>
48
+ </person>
49
+ <role>Member</role>
50
+ </membership>
51
+ </memberships>
52
+ <integrations>
53
+ </integrations>
54
+ </project>
55
+ <project>
56
+ <id>103014</id>
57
+ <name>Pivotal Tracker API Gem Target Project</name>
58
+ <iteration_length type="integer">1</iteration_length>
59
+ <week_start_day>Monday</week_start_day>
60
+ <first_iteration_start_time type="datetime">2011/12/05 06:00:00 UTC</first_iteration_start_time>
61
+ <current_iteration_number type="integer">4</current_iteration_number>
62
+ <point_scale>0,1,2,3</point_scale>
63
+ <account>Jon</account>
64
+ <velocity_scheme>Average of 3 iterations</velocity_scheme>
65
+ <current_velocity>10</current_velocity>
66
+ <initial_velocity>10</initial_velocity>
67
+ <number_of_done_iterations_to_show>12</number_of_done_iterations_to_show>
68
+ <labels></labels>
69
+ <last_activity_at type="datetime">2010/07/29 19:13:12 UTC</last_activity_at>
70
+ <allow_attachments>true</allow_attachments>
71
+ <public>false</public>
72
+ <use_https>false</use_https>
73
+ <bugs_and_chores_are_estimatable>false</bugs_and_chores_are_estimatable>
74
+ <commit_mode>false</commit_mode>
75
+ <memberships>
76
+ <membership>
77
+ <id>333170</id>
78
+ <person>
79
+ <email>jmischo@sittercity.com</email>
80
+ <name>Jon</name>
81
+ <initials>JM</initials>
82
+ </person>
83
+ <role>Owner</role>
84
+ </membership>
85
+ <membership>
86
+ <id>333172</id>
87
+ <person>
88
+ <email>pivotal-tracker-api-gem@quagility.com</email>
89
+ <name>Test Suite Access</name>
90
+ <initials>TEST</initials>
91
+ </person>
92
+ <role>Member</role>
93
+ </membership>
94
+ <membership>
95
+ <id>333173</id>
96
+ <person>
97
+ <email>jmischo@quagility.com</email>
98
+ <name>Jon Mischo</name>
99
+ <initials>JM</initials>
100
+ </person>
101
+ <role>Owner</role>
102
+ </membership>
103
+ </memberships>
104
+ <integrations>
105
+ </integrations>
106
+ </project>
107
+ </projects>
@@ -0,0 +1,167 @@
1
+ --- !omap
2
+ - stale:
3
+ - memberships:
4
+ file: 'memberships.xml'
5
+ update_interval: 2.weeks
6
+ check_against: http://www.pivotaltracker.com/services/v3/projects/102622/memberships
7
+ request_type: GET
8
+ update_method: StaleFishFixtures.update_memberships_fixture
9
+ last_updated_at: 2010-07-29T20:15:09+01:00
10
+ - projects:
11
+ file: 'projects.xml'
12
+ update_interval: 2.weeks
13
+ check_against: http://www.pivotaltracker.com/services/v3/projects
14
+ request_type: GET
15
+ update_method: StaleFishFixtures.update_projects_fixture
16
+ last_updated_at: 2010-07-29T20:15:09+01:00
17
+ - create_projects:
18
+ file: 'projects.xml'
19
+ update_interval: 2.weeks
20
+ check_against: http://www.pivotaltracker.com/services/v3/projects
21
+ request_type: POST
22
+ update_method: StaleFishFixtures.update_projects_fixture
23
+ last_updated_at: 2010-07-29T13:15:09-06:00
24
+ - tasks:
25
+ file: 'tasks.xml'
26
+ update_interval: 2.weeks
27
+ check_against: http://www.pivotaltracker.com/services/v3/projects/102622/stories/4459994/tasks
28
+ request_type: GET
29
+ update_method: StaleFishFixtures.update_tasks_fixture
30
+ last_updated_at: 2010-07-29T20:15:10+01:00
31
+ - update_tasks:
32
+ file: 'update_tasks.xml'
33
+ update_interval: 2.weeks
34
+ check_against: http://www.pivotaltracker.com/services/v3/projects/102622/stories/4459994/tasks/468113
35
+ request_type: PUT
36
+ update_method: StaleFishFixtures.update_tasks_fixture
37
+ - create_tasks:
38
+ file: 'tasks.xml'
39
+ update_interval: 2.weeks
40
+ check_against: http://www.pivotaltracker.com/services/v3/projects/102622/stories/4459994/tasks
41
+ request_type: POST
42
+ update_method: StaleFishFixtures.update_tasks_fixture
43
+ last_updated_at: 2010-07-29T20:15:10+01:00
44
+ - project:
45
+ file: 'project.xml'
46
+ update_interval: 2.weeks
47
+ check_against: http://www.pivotaltracker.com/services/v3/projects/102622
48
+ request_type: GET
49
+ update_method: StaleFishFixtures.update_project_fixture
50
+ last_updated_at: 2010-07-29T20:15:11+01:00
51
+ - activity:
52
+ file: 'activity.xml'
53
+ update_interval: 2.weeks
54
+ check_against: http://www.pivotaltracker.com/services/v3/activities
55
+ request_type: GET
56
+ update_method: StaleFishFixtures.update_activity_fixture
57
+ last_updated_at: 2010-07-29T20:15:11+01:00
58
+ - story-4460038:
59
+ file: 'story-4460038.xml'
60
+ update_interval: 2.weeks
61
+ check_against: http://www.pivotaltracker.com/services/v3/projects/102622/stories/4460038
62
+ request_type: GET
63
+ update_method: StaleFishFixtures.update_story_fixture
64
+ last_updated_at: 2010-07-30T03:15:11+08:00
65
+ - story-4459994:
66
+ file: 'story-4459994.xml'
67
+ update_interval: 2.weeks
68
+ check_against: http://www.pivotaltracker.com/services/v3/projects/102622/stories/4459994
69
+ request_type: GET
70
+ update_method: StaleFishFixtures.update_story_fixture
71
+ last_updated_at: 2010-07-30T03:15:11+08:00
72
+ - story-4460598:
73
+ file: 'story-4460598.xml'
74
+ update_interval: 2.weeks
75
+ check_against: http://www.pivotaltracker.com/services/v3/projects/102622/stories/4460598
76
+ request_type: GET
77
+ update_method: StaleFishFixtures.update_story_fixture
78
+ last_updated_at: 2010-07-30T03:15:11+08:00
79
+ - story-4473735:
80
+ file: 'story-4473735.xml'
81
+ update_interval: 2.weeks
82
+ check_against: http://www.pivotaltracker.com/services/v3/projects/102622/stories/4473735
83
+ request_type: GET
84
+ update_method: StaleFishFixtures.update_story_fixture
85
+ last_updated_at: 2010-07-30T03:15:11+08:00
86
+ - stories:
87
+ file: 'stories.xml'
88
+ update_interval: 2.weeks
89
+ check_against: http://www.pivotaltracker.com/services/v3/projects/102622/stories
90
+ request_type: GET
91
+ update_method: StaleFishFixtures.update_stories_fixture
92
+ last_updated_at: 2010-07-29T20:15:12+01:00
93
+ - project_activity:
94
+ file: 'project_activity.xml'
95
+ update_interval: 2.weeks
96
+ check_against: http://www.pivotaltracker.com/services/v3/projects/102622/activities
97
+ request_type: GET
98
+ update_method: StaleFishFixtures.update_project_activity_fixture
99
+ last_updated_at: 2010-07-29T20:15:13+01:00
100
+ - create_story:
101
+ file: 'created_story.xml'
102
+ update_interval: 2.weeks
103
+ check_against: http://www.pivotaltracker.com/services/v3/projects/102622/stories
104
+ request_type: POST
105
+ update_method: StaleFishFixtures.create_new_story
106
+ last_updated_at: 2010-07-29T20:15:14+01:00
107
+ - iterations_current:
108
+ file: 'iterations_current.xml'
109
+ update_interval: 2.weeks
110
+ check_against: http://www.pivotaltracker.com/services/v3/projects/102622/iterations/current
111
+ request_type: GET
112
+ update_method: StaleFishFixtures.update_iterations_current_fixture
113
+ last_updated_at: 2010-07-29T20:15:14+01:00
114
+ - iterations_done:
115
+ file: 'iterations_done.xml'
116
+ update_interval: 2.weeks
117
+ check_against: http://www.pivotaltracker.com/services/v3/projects/102622/iterations/done
118
+ request_type: GET
119
+ update_method: StaleFishFixtures.update_iterations_done_fixture
120
+ last_updated_at: 2010-07-29T20:15:14+01:00
121
+ - iterations_backlog:
122
+ file: 'iterations_backlog.xml'
123
+ update_interval: 2.weeks
124
+ check_against: http://www.pivotaltracker.com/services/v3/projects/102622/iterations/backlog
125
+ request_type: GET
126
+ update_method: StaleFishFixtures.update_iterations_backlog_fixture
127
+ last_updated_at: 2010-07-29T20:15:15+01:00
128
+ - iterations_current_backlog:
129
+ file: 'iterations_current_backlog.xml'
130
+ update_interval: 2.weeks
131
+ check_against: http://www.pivotaltracker.com/services/v3/projects/102622/iterations/current_backlog
132
+ request_type: GET
133
+ update_method: StaleFishFixtures.update_iterations_current_backlog_fixture
134
+ last_updated_at: 2010-07-29T20:15:14+01:00
135
+ - iterations_all:
136
+ file: 'iterations_all.xml'
137
+ update_interval: 2.weeks
138
+ check_against: http://www.pivotaltracker.com/services/v3/projects/102622/iterations
139
+ request_type: GET
140
+ update_method: StaleFishFixtures.update_iterations_all_fixture
141
+ last_updated_at: 2010-07-29T20:15:16+01:00
142
+ - notes:
143
+ file: 'notes.xml'
144
+ update_interval: 2.weeks
145
+ check_against: http://www.pivotaltracker.com/services/v3/projects/102622/stories/4460038/notes
146
+ request_type: GET
147
+ update_method: StaleFishFixtures.update_notes_fixture
148
+ last_updated_at: 2010-07-29T20:15:16+01:00
149
+ - create_note:
150
+ file: 'created_note.xml'
151
+ update_interval: 2.weeks
152
+ check_against: http://www.pivotaltracker.com/services/v3/projects/102622/stories/4460038/notes
153
+ request_type: POST
154
+ update_method: StaleFishFixtures.create_new_story
155
+ last_updated_at: 2010-07-29T20:15:17+01:00
156
+ - bugs:
157
+ file: 'bugs.xml'
158
+ update_interval: nil
159
+ check_against: http://www.pivotaltracker.com/services/v3/projects/102622/stories?filter=story_type%3Abug
160
+ request_type: GET
161
+ last_updated_at:
162
+ - features:
163
+ file: 'features.xml'
164
+ update_interval: nil
165
+ check_against: http://www.pivotaltracker.com/services/v3/projects/102622/stories?filter=story_type%3Afeature
166
+ request_type: GET
167
+ last_updated_at: