Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
佳 邓
Gitlab4j Api
Commits
abd17e08
Commit
abd17e08
authored
Mar 17, 2021
by
Jasper
Browse files
Add more field to NoteEvent test json
parent
87d8a580
Changes
4
Hide whitespace changes
Inline
Side-by-side
src/test/resources/org/gitlab4j/api/note-commit-event.json
View file @
abd17e08
...
...
@@ -30,6 +30,8 @@
"object_attributes"
:
{
"id"
:
1243
,
"note"
:
"This is a commit comment. How does this work?"
,
"discussion_id"
:
"56e2b4210419aed077d47ca2dc00551c7c4ac882"
,
"type"
:
"DiscussionNote"
,
"noteable_type"
:
"Commit"
,
"author_id"
:
1
,
"created_at"
:
"2015-05-17T18:08:09Z"
,
...
...
src/test/resources/org/gitlab4j/api/note-issue-event.json
View file @
abd17e08
...
...
@@ -29,6 +29,8 @@
"object_attributes"
:
{
"id"
:
1241
,
"note"
:
"Hello world"
,
"discussion_id"
:
"56e2b4210419aed077d47ca2dc00551c7c4ac882"
,
"type"
:
"DiscussionNote"
,
"noteable_type"
:
"Issue"
,
"author_id"
:
1
,
"created_at"
:
"2015-05-17T17:06:40Z"
,
...
...
src/test/resources/org/gitlab4j/api/note-merge-request-event.json
View file @
abd17e08
...
...
@@ -30,6 +30,8 @@
"object_attributes"
:
{
"id"
:
1244
,
"note"
:
"This MR needs work."
,
"discussion_id"
:
"56e2b4210419aed077d47ca2dc00551c7c4ac882"
,
"type"
:
"DiscussionNote"
,
"noteable_type"
:
"MergeRequest"
,
"author_id"
:
1
,
"created_at"
:
"2015-05-17T18:21:36Z"
,
...
...
src/test/resources/org/gitlab4j/api/note-snippet-event.json
View file @
abd17e08
...
...
@@ -30,6 +30,8 @@
"object_attributes"
:
{
"id"
:
1245
,
"note"
:
"Is this snippet doing what it's supposed to be doing?"
,
"discussion_id"
:
"56e2b4210419aed077d47ca2dc00551c7c4ac882"
,
"type"
:
"DiscussionNote"
,
"noteable_type"
:
"Snippet"
,
"author_id"
:
1
,
"created_at"
:
"2015-05-17T18:35:50Z"
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment