To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.

Statistics Download as Zip
| Branch: | Tag: | Revision:

root / test / fixtures / .svn / text-base / issues.yml.svn-base @ 441:cbce1fd3b1b7

History | View | Annotate | Download (5.91 KB)

1 0:513646585e45 Chris
---
2
issues_001:
3
  created_on: <%= 3.days.ago.to_date.to_s(:db) %>
4
  project_id: 1
5
  updated_on: <%= 1.day.ago.to_date.to_s(:db) %>
6
  priority_id: 4
7
  subject: Can't print recipes
8
  id: 1
9
  fixed_version_id:
10
  category_id: 1
11
  description: Unable to print recipes
12
  tracker_id: 1
13
  assigned_to_id:
14
  author_id: 2
15
  status_id: 1
16
  start_date: <%= 1.day.ago.to_date.to_s(:db) %>
17
  due_date: <%= 10.day.from_now.to_date.to_s(:db) %>
18
  root_id: 1
19
  lft: 1
20
  rgt: 2
21
issues_002:
22
  created_on: 2006-07-19 21:04:21 +02:00
23
  project_id: 1
24
  updated_on: 2006-07-19 21:09:50 +02:00
25
  priority_id: 5
26
  subject: Add ingredients categories
27
  id: 2
28
  fixed_version_id: 2
29
  category_id:
30
  description: Ingredients of the recipe should be classified by categories
31
  tracker_id: 2
32
  assigned_to_id: 3
33
  author_id: 2
34
  status_id: 2
35
  start_date: <%= 2.day.ago.to_date.to_s(:db) %>
36
  due_date:
37
  root_id: 2
38
  lft: 1
39
  rgt: 2
40
  lock_version: 3
41 37:94944d00e43c chris
  done_ratio: 30
42 0:513646585e45 Chris
issues_003:
43
  created_on: 2006-07-19 21:07:27 +02:00
44
  project_id: 1
45
  updated_on: 2006-07-19 21:07:27 +02:00
46
  priority_id: 4
47
  subject: Error 281 when updating a recipe
48
  id: 3
49
  fixed_version_id:
50
  category_id:
51
  description: Error 281 is encountered when saving a recipe
52
  tracker_id: 1
53
  assigned_to_id: 3
54
  author_id: 2
55
  status_id: 1
56 119:8661b858af72 Chris
  start_date: <%= 15.day.ago.to_date.to_s(:db) %>
57
  due_date: <%= 5.day.ago.to_date.to_s(:db) %>
58 0:513646585e45 Chris
  root_id: 3
59
  lft: 1
60
  rgt: 2
61
issues_004:
62
  created_on: <%= 5.days.ago.to_date.to_s(:db) %>
63
  project_id: 2
64
  updated_on: <%= 2.days.ago.to_date.to_s(:db) %>
65
  priority_id: 4
66
  subject: Issue on project 2
67
  id: 4
68
  fixed_version_id:
69
  category_id:
70
  description: Issue on project 2
71
  tracker_id: 1
72
  assigned_to_id: 2
73
  author_id: 2
74
  status_id: 1
75
  root_id: 4
76
  lft: 1
77
  rgt: 2
78
issues_005:
79
  created_on: <%= 5.days.ago.to_date.to_s(:db) %>
80
  project_id: 3
81
  updated_on: <%= 2.days.ago.to_date.to_s(:db) %>
82
  priority_id: 4
83
  subject: Subproject issue
84
  id: 5
85
  fixed_version_id:
86
  category_id:
87
  description: This is an issue on a cookbook subproject
88
  tracker_id: 1
89
  assigned_to_id:
90
  author_id: 2
91
  status_id: 1
92
  root_id: 5
93
  lft: 1
94
  rgt: 2
95
issues_006:
96
  created_on: <%= 1.minute.ago.to_date.to_s(:db) %>
97
  project_id: 5
98
  updated_on: <%= 1.minute.ago.to_date.to_s(:db) %>
99
  priority_id: 4
100
  subject: Issue of a private subproject
101
  id: 6
102
  fixed_version_id:
103
  category_id:
104
  description: This is an issue of a private subproject of cookbook
105
  tracker_id: 1
106
  assigned_to_id:
107
  author_id: 2
108
  status_id: 1
109
  start_date: <%= Date.today.to_s(:db) %>
110
  due_date: <%= 1.days.from_now.to_date.to_s(:db) %>
111
  root_id: 6
112
  lft: 1
113
  rgt: 2
114
issues_007:
115
  created_on: <%= 10.days.ago.to_date.to_s(:db) %>
116
  project_id: 1
117
  updated_on: <%= 10.days.ago.to_date.to_s(:db) %>
118
  priority_id: 5
119
  subject: Issue due today
120
  id: 7
121
  fixed_version_id:
122
  category_id:
123
  description: This is an issue that is due today
124
  tracker_id: 1
125
  assigned_to_id:
126
  author_id: 2
127
  status_id: 1
128
  start_date: <%= 10.days.ago.to_s(:db) %>
129
  due_date: <%= Date.today.to_s(:db) %>
130
  lock_version: 0
131
  root_id: 7
132
  lft: 1
133
  rgt: 2
134
issues_008:
135
  created_on: <%= 10.days.ago.to_date.to_s(:db) %>
136
  project_id: 1
137
  updated_on: <%= 10.days.ago.to_date.to_s(:db) %>
138
  priority_id: 5
139
  subject: Closed issue
140
  id: 8
141
  fixed_version_id:
142
  category_id:
143
  description: This is a closed issue.
144
  tracker_id: 1
145
  assigned_to_id:
146
  author_id: 2
147
  status_id: 5
148
  start_date:
149
  due_date:
150
  lock_version: 0
151
  root_id: 8
152
  lft: 1
153
  rgt: 2
154
issues_009:
155
  created_on: <%= 1.minute.ago.to_date.to_s(:db) %>
156
  project_id: 5
157
  updated_on: <%= 1.minute.ago.to_date.to_s(:db) %>
158
  priority_id: 5
159
  subject: Blocked Issue
160
  id: 9
161
  fixed_version_id:
162
  category_id:
163
  description: This is an issue that is blocked by issue #10
164
  tracker_id: 1
165
  assigned_to_id:
166
  author_id: 2
167
  status_id: 1
168
  start_date: <%= Date.today.to_s(:db) %>
169
  due_date: <%= 1.days.from_now.to_date.to_s(:db) %>
170
  root_id: 9
171
  lft: 1
172
  rgt: 2
173
issues_010:
174
  created_on: <%= 1.minute.ago.to_date.to_s(:db) %>
175
  project_id: 5
176
  updated_on: <%= 1.minute.ago.to_date.to_s(:db) %>
177
  priority_id: 5
178
  subject: Issue Doing the Blocking
179
  id: 10
180
  fixed_version_id:
181
  category_id:
182
  description: This is an issue that blocks issue #9
183
  tracker_id: 1
184
  assigned_to_id:
185
  author_id: 2
186
  status_id: 1
187
  start_date: <%= Date.today.to_s(:db) %>
188
  due_date: <%= 1.days.from_now.to_date.to_s(:db) %>
189
  root_id: 10
190
  lft: 1
191
  rgt: 2
192
issues_011:
193
  created_on: <%= 3.days.ago.to_date.to_s(:db) %>
194
  project_id: 1
195
  updated_on: <%= 1.day.ago.to_date.to_s(:db) %>
196
  priority_id: 5
197
  subject: Closed issue on a closed version
198
  id: 11
199
  fixed_version_id: 1
200
  category_id: 1
201
  description:
202
  tracker_id: 1
203
  assigned_to_id:
204
  author_id: 2
205
  status_id: 5
206
  start_date: <%= 1.day.ago.to_date.to_s(:db) %>
207
  due_date:
208
  root_id: 11
209
  lft: 1
210
  rgt: 2
211
issues_012:
212
  created_on: <%= 3.days.ago.to_date.to_s(:db) %>
213
  project_id: 1
214
  updated_on: <%= 1.day.ago.to_date.to_s(:db) %>
215
  priority_id: 5
216
  subject: Closed issue on a locked version
217
  id: 12
218
  fixed_version_id: 2
219
  category_id: 1
220
  description:
221
  tracker_id: 1
222
  assigned_to_id:
223
  author_id: 3
224
  status_id: 5
225
  start_date: <%= 1.day.ago.to_date.to_s(:db) %>
226
  due_date:
227
  root_id: 12
228
  lft: 1
229
  rgt: 2
230
issues_013:
231
  created_on: <%= 5.days.ago.to_date.to_s(:db) %>
232
  project_id: 3
233
  updated_on: <%= 2.days.ago.to_date.to_s(:db) %>
234
  priority_id: 4
235
  subject: Subproject issue two
236
  id: 13
237
  fixed_version_id:
238
  category_id:
239
  description: This is a second issue on a cookbook subproject
240
  tracker_id: 1
241
  assigned_to_id:
242
  author_id: 2
243
  status_id: 1
244
  root_id: 13
245
  lft: 1
246
  rgt: 2
247 441:cbce1fd3b1b7 Chris
issues_014:
248
  id: 14
249
  created_on: <%= 15.days.ago.to_date.to_s(:db) %>
250
  project_id: 3
251
  updated_on: <%= 15.days.ago.to_date.to_s(:db) %>
252
  priority_id: 5
253
  subject: Private issue on public project
254
  fixed_version_id:
255
  category_id:
256
  description: This is a private issue
257
  tracker_id: 1
258
  assigned_to_id:
259
  author_id: 2
260
  status_id: 1
261
  is_private: true
262
  root_id: 14
263
  lft: 1
264
  rgt: 2