code.gitea.io/gitea@v1.22.3/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
    48  
    49  -
    50    id: 5
    51    title: project without default column
    52    owner_id: 2
    53    repo_id: 0
    54    is_closed: false
    55    creator_id: 2
    56    board_type: 1
    57    type: 2
    58    created_unix: 1688973000
    59    updated_unix: 1688973000
    60  
    61  -
    62    id: 6
    63    title: project with multiple default columns
    64    owner_id: 2
    65    repo_id: 0
    66    is_closed: false
    67    creator_id: 2
    68    board_type: 1
    69    type: 2
    70    created_unix: 1688973000
    71    updated_unix: 1688973000