Changesets can be listed by changeset number.
The Git repository is here.
- Revision:
- 24
- Log:
Initial import of Collaboa 0.5.6 from downloaded Tarball. Collaboa is
a Ruby On Rails based bug tracker and SVN repository browsing tool.
- Author:
- adh
- Date:
- Mon Jul 24 21:54:39 +0100 2006
- Size:
- 992 Bytes
1 | # Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html |
2 | open_ticket: |
3 | id: 1 |
4 | part_id: 1 |
5 | author: johan@johansorensen.com |
6 | release_id: 0 |
7 | summary: first test ticket |
8 | severity_id: 1 |
9 | content: Just testing |
10 | status_id: 1 |
11 | milestone_id: 2 |
12 | author_host: 127.0.0.1 |
13 | created_at: 2005-06-23 20:02:23 |
14 | closed_ticket: |
15 | id: 2 |
16 | part_id: 2 |
17 | author: bob |
18 | release_id: 2 |
19 | summary: second test ticket |
20 | severity_id: 2 |
21 | content: Just testing |
22 | status_id: 2 |
23 | milestone_id: 2 |
24 | author_host: 127.0.0.1 |
25 | created_at: 2005-06-23 20:20:20 |
26 | ticket3: |
27 | id: 3 |
28 | part_id: 2 |
29 | author: bob |
30 | release_id: 2 |
31 | summary: third test ticket |
32 | severity_id: 2 |
33 | content: Just testing |
34 | status_id: 1 |
35 | milestone_id: 2 |
36 | author_host: 127.0.0.1 |
37 | created_at: 2005-06-23 20:20:20 |
38 | ticket4: |
39 | id: 4 |
40 | part_id: 2 |
41 | author: bob |
42 | release_id: 2 |
43 | summary: fourth test ticket |
44 | severity_id: 2 |
45 | content: Just testing |
46 | status_id: 3 |
47 | milestone_id: 2 |
48 | author_host: 127.0.0.1 |
49 | created_at: 2005-06-23 20:20:20 |