Skip to content
GitLab
Explore
Projects
Groups
Snippets
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
4 years ago
by
Jasper
Browse files
Options
Download
Email Patches
Plain Diff
Add more field to NoteEvent test json
parent
87d8a580
main
5.0.x
5.0.x.jdk17
6.x
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
src/test/resources/org/gitlab4j/api/note-commit-event.json
+2
-0
src/test/resources/org/gitlab4j/api/note-commit-event.json
src/test/resources/org/gitlab4j/api/note-issue-event.json
+2
-0
src/test/resources/org/gitlab4j/api/note-issue-event.json
src/test/resources/org/gitlab4j/api/note-merge-request-event.json
+2
-0
.../resources/org/gitlab4j/api/note-merge-request-event.json
src/test/resources/org/gitlab4j/api/note-snippet-event.json
+2
-0
src/test/resources/org/gitlab4j/api/note-snippet-event.json
with
8 additions
and
0 deletions
+8
-0
src/test/resources/org/gitlab4j/api/note-commit-event.json
+
2
-
0
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"
,
...
...
This diff is collapsed.
Click to expand it.
src/test/resources/org/gitlab4j/api/note-issue-event.json
+
2
-
0
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"
,
...
...
This diff is collapsed.
Click to expand it.
src/test/resources/org/gitlab4j/api/note-merge-request-event.json
+
2
-
0
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"
,
...
...
This diff is collapsed.
Click to expand it.
src/test/resources/org/gitlab4j/api/note-snippet-event.json
+
2
-
0
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"
,
...
...
This diff is collapsed.
Click to expand it.
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
Menu
Explore
Projects
Groups
Snippets