code.gitea.io/gitea@v1.21.7/models/fixtures/project.yml (about) 1 - 2 id: 1 3 title: First project 4 owner_id: 0 5 repo_id: 1 6 is_closed: false 7 creator_id: 2 8 board_type: 1 9 type: 2 10 created_unix: 1688973030 11 updated_unix: 1688973030 12 13 - 14 id: 2 15 title: second project 16 owner_id: 0 17 repo_id: 3 18 is_closed: false 19 creator_id: 3 20 board_type: 1 21 type: 2 22 created_unix: 1688973010 23 updated_unix: 1688973010 24 25 - 26 id: 3 27 title: project on repo with disabled project 28 owner_id: 0 29 repo_id: 4 30 is_closed: true 31 creator_id: 5 32 board_type: 1 33 type: 2 34 created_unix: 1688973020 35 updated_unix: 1688973020 36 37 - 38 id: 4 39 title: project on user2 40 owner_id: 2 41 repo_id: 0 42 is_closed: false 43 creator_id: 2 44 board_type: 1 45 type: 2 46 created_unix: 1688973000 47 updated_unix: 1688973000