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 / versions.yml @ 442:753f1380d6bc

History | View | Annotate | Download (1.61 KB)

1
--- 
2
versions_001: 
3
  created_on: 2006-07-19 21:00:07 +02:00
4
  name: "0.1"
5
  project_id: 1
6
  updated_on: 2006-07-19 21:00:07 +02:00
7
  id: 1
8
  description: Beta
9
  effective_date: 2006-07-01
10
  status: closed
11
  sharing: 'none'
12
versions_002: 
13
  created_on: 2006-07-19 21:00:33 +02:00
14
  name: "1.0"
15
  project_id: 1
16
  updated_on: 2006-07-19 21:00:33 +02:00
17
  id: 2
18
  description: Stable release
19
  effective_date: <%= 20.day.from_now.to_date.to_s(:db) %>
20
  status: locked
21
  sharing: 'none'
22
versions_003: 
23
  created_on: 2006-07-19 21:00:33 +02:00
24
  name: "2.0"
25
  project_id: 1
26
  updated_on: 2006-07-19 21:00:33 +02:00
27
  id: 3
28
  description: Future version
29
  effective_date: 
30
  status: open
31
  sharing: 'none'
32
versions_004: 
33
  created_on: 2006-07-19 21:00:33 +02:00
34
  name: "2.0"
35
  project_id: 3
36
  updated_on: 2006-07-19 21:00:33 +02:00
37
  id: 4
38
  description: Future version on subproject
39
  effective_date: 
40
  status: open
41
  sharing: 'tree'
42
versions_005: 
43
  created_on: 2006-07-19 21:00:07 +02:00
44
  name: "Alpha"
45
  project_id: 2
46
  updated_on: 2006-07-19 21:00:07 +02:00
47
  id: 5
48
  description: Private Alpha
49
  effective_date: 2006-07-01
50
  status: open
51
  sharing: 'none'
52
versions_006: 
53
  created_on: 2006-07-19 21:00:07 +02:00
54
  name: "Private Version of public subproject"
55
  project_id: 5
56
  updated_on: 2006-07-19 21:00:07 +02:00
57
  id: 6
58
  description: "Should be done any day now..."
59
  effective_date: 
60
  status: open
61
  sharing: 'tree'
62
versions_007: 
63
  created_on: 2006-07-19 21:00:07 +02:00
64
  name: "Systemwide visible version"
65
  project_id: 2
66
  updated_on: 2006-07-19 21:00:07 +02:00
67
  id: 7
68
  description:
69
  effective_date: 
70
  status: open
71
  sharing: 'system'