summaryrefslogtreecommitdiff
path: root/lib/api/notes.rb
Commit message (Expand)AuthorAgeFilesLines
* Eliminate Gitaly N+1 queries with notes APIsh-eliminate-gitaly-nplus-one-notesStan Hu2019-08-221-6/+7
* Use NotesFinder to fetch notes on API and ControllersPatrick Derichs2019-06-191-7/+5
* Refactor API noteable types constantsYorick Peterse2019-03-041-3/+1
* Added: Include order by ID desc for tie breakers in paginationNermin Vehabovic2019-02-161-1/+1
* Fix API::Namespaces to accept namepaces with dotsif-52811-fix_namespaces_api_routingImre Farkas2018-11-281-1/+1
* Enable frozen string in lib/api and lib/backupgfyoung2018-09-291-0/+2
* Disable existing offenses for the CodeReuse copsYorick Peterse2018-09-111-0/+2
* Merge request and commit discussions APIJan Provaznik2018-05-011-17/+13
* Add discussion APIjprovazn-apiJan Provaznik2018-03-071-66/+28
* support ordering of project notes in notes apihaseeb2017-11-291-1/+6
* add `#with_metadata` scope to remove a N+1 from the notes' APImicael.bergeron2017-11-211-2/+2
* Create system notes for MR too, improve doc + clean up codeJarka Kadlecova2017-09-141-7/+2
* Support discussion lock in the APIJarka Kadlecova2017-09-141-0/+7
* API: Use defined project requirementsrs-api-use-project-requirementsRobert Schilling2017-08-311-1/+1
* Conditionally destroy a ressourceRobert Schilling2017-08-281-3/+3
* API: Respect the 'If-Unmodified-Since' for delete endpointsRobert Schilling2017-08-281-0/+2
* Re-enable SqlInjection and CommandInjectionBrian Neel2017-08-081-1/+1
* Update grape gemdz-update-grapeDmitriy Zaporozhets2017-07-201-0/+1
* Enable Style/DotPosition Rubocop :cop:Grzegorz Bizon2017-06-211-2/+2
* Remove the User#is_admin? methodblackst0ne2017-04-091-1/+1
* API: Make the /notes endpoint work with noteable iid instead of idToon Claes2017-03-271-5/+9
* Add `requirements: { id: %r{[^/]+} }` for all projects and groups namespaced ...Rémy Coutable2017-03-161-1/+1
* Return 204 for delete endpointsRobert Schilling2017-02-281-2/+0
* Revert "Prefer leading style for Style/DotPosition"Douwe Maan2017-02-231-2/+2
* Prefer leading style for Style/DotPositionDouwe Maan2017-02-231-2/+2
* Enable Style/ColonMethodCallDouwe Maan2017-02-231-1/+1
* Enable Style/MutableConstantDouwe Maan2017-02-231-1/+1
* Fix inconsistent naming for services that delete thingsdixpac2017-02-081-1/+1
* Merge branch 'fix-guest-access-posting-to-notes' into 'security' Robert Speicher2017-01-231-10/+16
* Parameter already enforced via grapeclean-api-paramsRobert Schilling2016-12-281-2/+0
* Use the pagination helper in the APIuse-pagination-helperRobert Schilling2016-12-041-1/+3
* Grapify the notes APIgrapify-notes-apiRobert Schilling2016-11-151-67/+57
* Fix API notes endpoint when posting only emojiZ.J. van de Weg2016-09-161-4/+4
* Sort API endpoints and implement feedbackZ.J. van de Weg2016-06-171-1/+1
* Move note helper method to notes entity fileissue_17302Felipe Artur2016-05-171-2/+8
* Fix single note api requestFelipe Artur2016-05-161-5/+5
* Fix notes API calls symbol convertionsFelipe Artur2016-05-101-3/+3
* Fix api leaking notes when user is not authorized to read noteableFelipe Artur2016-05-091-13/+18
* Allow back dating notes on creationMichael Greene2016-04-131-0/+5
* Adapt tests to new testing guidelinesRobert Schilling2016-04-121-0/+2
* Fix code review issuesRobert Schilling2016-04-121-4/+2
* Delete notes via APIRobert Schilling2016-04-121-0/+17
* Ensure the API doesn't return notes that the current user shouldn't seeRémy Coutable2016-01-131-2/+19
* Show who last edited a comment if it wasn't the original authorDouwe Maan2015-07-301-7/+5
* Add a message when unable to save an object through api.Marin Jankovski2015-01-071-1/+1
* Forward the messages in api response.Marin Jankovski2014-12-301-1/+1
* Implemented notes (body) patching in API.uran2014-12-251-0/+33
* Fix notes creation via APIDmitriy Zaporozhets2014-06-181-5/+8
* Wipe wall notes featureDmitriy Zaporozhets2014-06-131-49/+0
* Remove thread vars usage from API notes and mr'sDmitriy Zaporozhets2014-06-101-22/+18