summaryrefslogtreecommitdiff
path: root/spec/requests/api/notes_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@15-9-stable-eev15.9.0-rc42GitLab Bot2023-02-201-2/+1
* Add latest changes from gitlab-org/gitlab@15-7-stable-eev15.7.0-rc42GitLab Bot2022-12-201-1/+46
* Add latest changes from gitlab-org/gitlab@15-3-stable-eev15.3.0-rc42GitLab Bot2022-08-181-1/+1
* Add latest changes from gitlab-org/gitlab@14-10-stable-eev14.10.0-rc42GitLab Bot2022-04-201-1/+1
* Add latest changes from gitlab-org/gitlab@14-9-stable-eev14.9.0-rc42GitLab Bot2022-03-181-25/+64
* Add latest changes from gitlab-org/security/gitlab@14-8-stable-eeGitLab Bot2022-02-251-6/+4
* Add latest changes from gitlab-org/gitlab@13-11-stable-eev13.11.0-rc43GitLab Bot2021-04-201-1/+1
* Add latest changes from gitlab-org/gitlab@13-4-stable-eeGitLab Bot2020-09-191-2/+2
* Add latest changes from gitlab-org/gitlab@13-3-stable-eeGitLab Bot2020-08-201-0/+1
* Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot2020-07-201-1/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-311-1/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-231-4/+46
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-261-9/+9
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-031-0/+69
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-101-1/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-291-0/+2
* Eliminate Gitaly N+1 queries with notes APIsh-eliminate-gitaly-nplus-one-notesStan Hu2019-08-221-0/+7
* Enable the Layout/ExtraSpacing cop56392-enable-the-layout-extraspacing-copRémy Coutable2019-01-241-2/+2
* Update specs to rails5 formatblackst0ne-convert-specs-rails5-styleblackst0ne2018-12-191-3/+3
* Resolve "Rename the `Master` role to `Maintainer`" BackendMark Chao2018-07-111-1/+1
* Updates from `rubocop -a`Lin Jen-Shin2018-07-091-2/+2
* Add discussion APIjprovazn-apiJan Provaznik2018-03-071-505/+85
* Cache merged and closed events data in merge_request_metrics tableOswaldo Ferreira2018-01-021-1/+1
* Replace '.team << [user, role]' with 'add_role(user)' in specs36782-replace-team-user-role-with-add_role-user-in-specsblackst0ne2017-12-221-2/+2
* support ordering of project notes in notes apihaseeb2017-11-291-0/+124
* Refactor `have_http_status` into `have_gitlab_http_status` in the specsJacopo2017-10-201-46/+46
* Create system notes for MR too, improve doc + clean up codeJarka Kadlecova2017-09-141-0/+34
* Add tests for the unmodified headerRobert Schilling2017-08-281-0/+12
* Change all `:empty_project` to `:project`rs-empty_project-defaultRobert Speicher2017-08-021-5/+5
* Enable Style/DotPosition Rubocop :cop:Grzegorz Bizon2017-06-211-2/+2
* Correct RSpec/SingleLineHook cop offensesRobert Speicher2017-06-141-3/+9
* Unnecessary "include WaitForAjax" and "include ApiHelpers"Jacopo2017-04-211-2/+1
* API: Make the /notes endpoint work with noteable iid instead of idToon Claes2017-03-271-30/+30
* Merge branch '25437-just-emoji' into 'master'Sean McGivern2017-03-011-2/+2
|\
| * add /award slash commandmhasbini2017-02-281-2/+2
* | Return 204 for delete endpointsRobert Schilling2017-02-281-3/+3
|/
* Remove shared example for paginationremove-paginated-ressourceRobert Schilling2017-02-201-4/+0
* Add a custom pagination matcherRobert Schilling2017-02-161-0/+5
* Merge branch 'fix-guest-access-posting-to-notes' into 'security' Robert Speicher2017-01-231-0/+12
* Replace many :project with :empty_projects in API specsuse-empty_project-factory-in-api-specsRémy Coutable2017-01-171-4/+4
* Merge branch 'update-api-spec-files' into 'master' Rémy Coutable2016-12-021-1/+1
|\
| * Changed API spec files to describe the correct classLivier2016-11-281-1/+1
* | Rephrase some system notes to be compatible with new system note stylerephrase-system-notesDouwe Maan2016-11-241-1/+1
|/
* Fix authored vote from notesbarthc2016-10-241-2/+13
* Add a be_like_time matcher and use it in specsNick Thomas2016-10-171-1/+1
* Fix API notes endpoint when posting only emojiZ.J. van de Weg2016-09-161-0/+9
* Capitalize mentioned issue timeline notesClement Ho2016-08-251-1/+1
* adds second batch of tests changed to active tenseactive-tense-test-coveragetiagonbotelho2016-08-091-28/+28
* Enable Style/EmptyLines cop, remove redundant onesrubocop/enable-cops-for-empty-linesGrzegorz Bizon2016-07-011-3/+0
* Use HTTP matchers if possibleZ.J. van de Weg2016-06-271-41/+41