COMMITS
/ lib/api/notes.rb May 18, 2016
F
Move note helper method to notes entity file
Felipe Artur committed
May 16, 2016
F
Fix single note api request
Felipe Artur committed
May 10, 2016
F
Fix notes API calls symbol convertions
Felipe Artur committed
May 9, 2016
F
Fix api leaking notes when user is not authorized to read noteable
Felipe Artur committed
April 5, 2016
M
Allow back dating notes on creation
Michael Greene committed
R
Delete notes via API
Robert Schilling committed
April 12, 2016
R
Adapt tests to new testing guidelines
Robert Schilling committed
April 6, 2016
R
Fix code review issues
Robert Schilling committed
January 13, 2016
R
Ensure the API doesn't return notes that the current user shouldn't see
Rémy Coutable committed
July 30, 2015
D
Show who last edited a comment if it wasn't the original author
Douwe Maan committed
January 7, 2015
M
Add a message when unable to save an object through api.
Marin Jankovski committed
December 30, 2014
M
Forward the messages in api response.
Marin Jankovski committed
September 2, 2014
U
Implemented notes (body) patching in API.
uran committed
June 18, 2014
D
Fix notes creation via API
Dmitriy Zaporozhets committed
June 13, 2014
D
Wipe wall notes feature
Dmitriy Zaporozhets committed
June 10, 2014
D
Remove thread vars usage from API notes and mr's
Dmitriy Zaporozhets committed
October 4, 2013
A
Fixing unsafe use of Thread.current variable :current_user
Angus MacArthur committed
May 14, 2013
D
Refactor API classes. So api classes like Gitlab::Issues become API::Issues
Dmitriy Zaporozhets committed
March 19, 2013
D
load notes for wall via api
Dmitriy Zaporozhets committed
February 27, 2013
S
API: fixed adding a note
Sebastian Ziebell committed
S
API: extracted helper method to validate required parameters, code clean up
Sebastian Ziebell committed
February 20, 2013
S
API: fixes return codes for notes, documentation updated
Sebastian Ziebell committed
February 13, 2013
S
API: extracted helper method to provide 400 bad request error with description
Sebastian Ziebell committed
February 8, 2013
S
Merge branch 'master' into fixes/api
Sebastian Ziebell committed
February 6, 2013
S
Status code 400 is returned if body is missing on note creation.
Sebastian Ziebell committed
January 30, 2013
January 4, 2013
D
Rspec fixes
Dmitriy Zaporozhets committed
December 21, 2012
R
Remove all references tp the project code parameter from the API
Riyad Preukschas committed
December 1, 2012
N
API: get a single wall note
Nihad Abbasov committed
November 29, 2012
N
API: ability to create a wall note
Nihad Abbasov committed
N
API: create new notes
Nihad Abbasov committed
N
API: get a single note
Nihad Abbasov committed
N
correct example
Nihad Abbasov committed
November 27, 2012
N
API: list wall, snippet and issue notes
Nihad Abbasov committed