mirror of
https://github.com/go-gitea/gitea
synced 2025-12-07 13:28:25 +00:00
tests(api): create tests for project and column handlers
This commit is contained in:
@@ -69,3 +69,47 @@
|
||||
type: 2
|
||||
created_unix: 1688973000
|
||||
updated_unix: 1688973000
|
||||
|
||||
- id: 7
|
||||
title: project in archived repository
|
||||
owner_id: 0
|
||||
repo_id: 51
|
||||
is_closed: false
|
||||
creator_id: 30
|
||||
board_type: 1
|
||||
type: 2
|
||||
created_unix: 1688973000
|
||||
updated_unix: 1688973000
|
||||
|
||||
- id: 8
|
||||
title: project1 belongs to org3
|
||||
owner_id: 3
|
||||
repo_id: 0
|
||||
is_closed: true
|
||||
creator_id: 3
|
||||
board_type: 1
|
||||
type: 2
|
||||
created_unix: 1688973000
|
||||
updated_unix: 1688973000
|
||||
|
||||
- id: 9
|
||||
title: project2 belongs to org3
|
||||
owner_id: 3
|
||||
repo_id: 0
|
||||
is_closed: false
|
||||
creator_id: 3
|
||||
board_type: 1
|
||||
type: 2
|
||||
created_unix: 1688973000
|
||||
updated_unix: 1688973000
|
||||
|
||||
- id: 10
|
||||
title: project2 on repo1
|
||||
owner_id: 0
|
||||
repo_id: 1
|
||||
is_closed: false
|
||||
creator_id: 2
|
||||
board_type: 1
|
||||
type: 2
|
||||
created_unix: 1688973010
|
||||
updated_unix: 1688973010
|
||||
@@ -21,3 +21,9 @@
|
||||
issue_id: 5
|
||||
project_id: 1
|
||||
project_board_id: 3
|
||||
|
||||
-
|
||||
id: 5
|
||||
issue_id: 5
|
||||
project_id: 1
|
||||
project_board_id: 1
|
||||
Reference in New Issue
Block a user