summaryrefslogtreecommitdiff
path: root/spec/requests/api/award_emoji_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* 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-04-011-4/+4
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-211-25/+25
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-171-8/+7
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-171-0/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-291-0/+2
* Improve specs for Issues and Notes controllers63372-award-emoji-servicesLuke Duncalfe2019-08-211-0/+16
* 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-10/+10
* Allows author to vote on their own issueChantal Rollison2018-08-241-12/+0
* Resolve "Rename the `Master` role to `Maintainer`" BackendMark Chao2018-07-111-1/+1
* Replace '.team << [user, role]' with 'add_role(user)' in specs36782-replace-team-user-role-with-add_role-user-in-specsblackst0ne2017-12-221-1/+1
* Refactor `have_http_status` into `have_gitlab_http_status` in the specsJacopo2017-10-201-27/+27
* Use set in some API specsrc/use-set-in-api-specsRémy Coutable2017-09-191-7/+7
* Add tests for the unmodified headerRobert Schilling2017-08-281-0/+16
* Change all `:empty_project` to `:project`rs-empty_project-defaultRobert Speicher2017-08-021-1/+1
* Correct RSpec/SingleLineHook cop offensesRobert Speicher2017-06-141-1/+3
* Unnecessary "include WaitForAjax" and "include ApiHelpers"Jacopo2017-04-211-2/+1
* Migrate the AwardEmoji API to use `merge_request_iid` and `issue_iid`Timothy Andrew2017-03-071-25/+25
* Return 204 for delete endpointsRobert Schilling2017-02-281-8/+8
* Add a custom pagination matcherRobert Schilling2017-02-161-0/+1
* Changed API spec files to describe the correct classLivier2016-11-281-1/+1
* Fix tests for Snippets toggling awardsZ.J. van de Weg2016-09-191-2/+2
* API support for Award Emoji on SnippetsZ.J. van de Weg2016-09-191-5/+50
* Snippets get award emoji! :thumbsup:Z.J. van de Weg2016-09-191-0/+7
* prevent authored awardable thumbs votesbarthc2016-08-281-1/+17
* adds second batch of tests changed to active tenseactive-tense-test-coveragetiagonbotelho2016-08-091-3/+3
* Fix not normalized emoji pathsdixpac2016-07-141-0/+32
* Enable Style/EmptyLines cop, remove redundant onesrubocop/enable-cops-for-empty-linesGrzegorz Bizon2016-07-011-1/+0
* Use HTTP matchers if possibleZ.J. van de Weg2016-06-271-19/+19
* fixup! updated docs for api endpoint award emojiZ.J. van de Weg2016-06-171-1/+1
* Add endpoints for award emoji on notesZ.J. van de Weg2016-06-171-5/+54
* Add endpoints for Award EmojiZ.J. van de Weg2016-06-171-0/+149