-
Notifications
You must be signed in to change notification settings - Fork 178
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This code enhances the backend to fetch user data, which includes his organization.
- Loading branch information
1 parent
b230aff
commit fb1a7fc
Showing
5 changed files
with
258 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
[ | ||
{ | ||
"attachment": null, | ||
"author": { | ||
"name": "Ghost" | ||
}, | ||
"body": "closed", | ||
"created_at": "2017-03-15T22:55:49.337Z", | ||
"id": 1, | ||
"noteable_id": 4693060, | ||
"noteable_iid": 635, | ||
"noteable_type": "Issue", | ||
"system": true, | ||
"updated_at": "2017-03-15T22:55:49.337Z" | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
{ | ||
"avatar_url": "https://gitlab.com/redfish64", | ||
"bio": "Staff Engineer", | ||
"created_at": "2015-04-09T13:17:31.003Z", | ||
"id": 1, | ||
"linkedin": "oh-oh", | ||
"location": "Cannes, France", | ||
"name": "Timothy Engler", | ||
"organization": "GitLab", | ||
"public_email": "", | ||
"skype": "oh-oh", | ||
"state": "active", | ||
"twitter": "oh-oh", | ||
"username": "redfish64", | ||
"web_url": "https://gitlab.com/redfish64", | ||
"website_url": "https://gitlab.com/redfish64" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
{ | ||
"avatar_url": "https://gitlab.com/redfish64", | ||
"bio": "Staff Engineer", | ||
"created_at": "2015-04-09T13:17:31.003Z", | ||
"id": 1, | ||
"linkedin": "oh-oh", | ||
"location": "Cannes, France", | ||
"name": "Yoeri Nijs", | ||
"organization": "GitHub", | ||
"public_email": "", | ||
"skype": "oh-oh", | ||
"state": "active", | ||
"twitter": "oh-oh", | ||
"username": "YoeriNijs", | ||
"web_url": "https://gitlab.com/YoeriNijs", | ||
"website_url": "https://gitlab.com/YoeriNijs" | ||
} |
Oops, something went wrong.