summaryrefslogtreecommitdiff
path: root/lib/api/notes.rb
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@13-9-stable-eev13.9.0-rc42GitLab Bot2021-02-181-0/+4
* Add latest changes from gitlab-org/gitlab@13-6-stable-eev13.6.0-rc42GitLab Bot2020-11-191-5/+5
* Add latest changes from gitlab-org/gitlab@13-5-stable-eev13.5.0-rc42GitLab Bot2020-10-211-1/+1
* Add latest changes from gitlab-org/gitlab@13-3-stable-eeGitLab Bot2020-08-201-1/+2
* Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot2020-07-201-1/+3
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-231-1/+5
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-241-1/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-241-5/+5
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-031-1/+4
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-161-1/+1
* Filter out old system notes for epicsPatrick Derichs2019-08-281-1/+1
* 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