summaryrefslogtreecommitdiffstats
path: root/models/fixtures/project.yml
blob: 44d87bce04674f6202af07bc904feb786438545a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
-
  id: 1
  title: First project
  owner_id: 0
  repo_id: 1
  is_closed: false
  creator_id: 2
  board_type: 1
  type: 2
  created_unix: 1688973030
  updated_unix: 1688973030

-
  id: 2
  title: second project
  owner_id: 0
  repo_id: 3
  is_closed: false
  creator_id: 3
  board_type: 1
  type: 2
  created_unix: 1688973010
  updated_unix: 1688973010

-
  id: 3
  title: project on repo with disabled project
  owner_id: 0
  repo_id: 4
  is_closed: true
  creator_id: 5
  board_type: 1
  type: 2
  created_unix: 1688973020
  updated_unix: 1688973020

-
  id: 4
  title: project on user2
  owner_id: 2
  repo_id: 0
  is_closed: false
  creator_id: 2
  board_type: 1
  type: 2
  created_unix: 1688973000
  updated_unix: 1688973000

-
  id: 5
  title: project without default column
  owner_id: 2
  repo_id: 0
  is_closed: false
  creator_id: 2
  board_type: 1
  type: 2
  created_unix: 1688973000
  updated_unix: 1688973000

-
  id: 6
  title: project with multiple default columns
  owner_id: 2
  repo_id: 0
  is_closed: false
  creator_id: 2
  board_type: 1
  type: 2
  created_unix: 1688973000
  updated_unix: 1688973000