forked from kevadesu/forgejo
Merge branch 'rebase-forgejo-dependency' into wip-forgejo
This commit is contained in:
commit
094c84ed6d
292 changed files with 8842 additions and 1269 deletions
17
tests/integration/fixtures/TestCommitRefComment/comment.yml
Normal file
17
tests/integration/fixtures/TestCommitRefComment/comment.yml
Normal file
|
@ -0,0 +1,17 @@
|
|||
-
|
||||
id: 1000
|
||||
type: 4 # commit ref
|
||||
poster_id: 2
|
||||
issue_id: 2 # in repo_id 2
|
||||
content: 4a357436d925b5c974181ff12a994538ddc5a269
|
||||
created_unix: 1706469348
|
||||
updated_unix: 1706469348
|
||||
|
||||
-
|
||||
id: 1001
|
||||
type: 4 # commit ref
|
||||
poster_id: 2
|
||||
issue_id: 1 # in repo_id 2
|
||||
content: 4a357436d925b5c974181ff12a994538ddc5a269
|
||||
created_unix: 1706469348
|
||||
updated_unix: 1706469348
|
|
@ -0,0 +1,17 @@
|
|||
-
|
||||
id: 1
|
||||
issue_id: 1
|
||||
comment_id: 3
|
||||
edited_unix: 1687612839
|
||||
content_text: Original Text
|
||||
is_first_created: true
|
||||
is_deleted: false
|
||||
|
||||
-
|
||||
id: 2
|
||||
issue_id: 1
|
||||
comment_id: 3
|
||||
edited_unix: 1687612840
|
||||
content_text: "meh..." # This has to be consistent with comment.yml
|
||||
is_first_created: false
|
||||
is_deleted: false
|
Loading…
Add table
Add a link
Reference in a new issue