Jacopo
ff76adb547
Unnecessary "include WaitForAjax" and "include ApiHelpers"
...
Removed all the unnecessary include of `WaitForAjax` and `ApiHelpers` in the specs.
Removed unnecessary usage of `api:true`
2017-04-21 22:32:02 +02:00
Timothy Andrew
70584e6925
Migrate the AwardEmoji API to use merge_request_iid
and issue_iid
...
- Instead of `merge_request_id` and `issue_id`
- The API also deals with `snippet_id`, which remains unchanged (since snippets
don't have `iid`s
- Duplicate the original `AwardEmoji` API (and spec) for use with the V3
API, since this is a breaking change.
2017-03-07 13:55:59 +05:30
Robert Schilling
86c58687b2
Return 204 for delete endpoints
2017-02-28 08:32:38 +01:00
Robert Schilling
c70dfbc686
Add a custom pagination matcher
2017-02-16 15:38:40 +01:00
Livier
eb4f15571d
Changed API spec files to describe the correct class
...
Restore changes for api spec files
Fix error in rspec Users
Delete extra space Repositories-spec
2016-11-28 10:55:27 -07:00
Z.J. van de Weg
e8dd0d54cb
Fix tests for Snippets toggling awards
...
Also incorporate feedback
2016-09-19 19:53:09 +03:00
Z.J. van de Weg
7475f9d175
API support for Award Emoji on Snippets
2016-09-19 19:47:43 +03:00
Z.J. van de Weg
25004cbc32
Snippets get award emoji! 👍
2016-09-19 19:47:43 +03:00
barthc
7687237237
prevent authored awardable thumbs votes
...
prevent authored awardable thumbs votes
prevent authored awardable thumbs votes
2016-08-28 18:15:55 +01:00
tiagonbotelho
1d268a89de
adds second batch of tests changed to active tense
2016-08-09 15:11:39 +01:00
dixpac
e21492b810
Fix not normalized emoji paths
...
* There where path where +1 was stored as +1 not as thumbsup
that was causing problems such as showing thumbsup icon 2 time.
I fixed this to always normalize and store +1 as tumbsup
2016-07-14 08:51:00 +02:00
Grzegorz Bizon
9e211091a8
Enable Style/EmptyLines cop, remove redundant ones
2016-07-01 21:56:17 +02:00
Z.J. van de Weg
abca19da8b
Use HTTP matchers if possible
2016-06-27 20:10:42 +02:00
Z.J. van de Weg
e0bdcd2f2f
fixup! updated docs for api endpoint award emoji
2016-06-17 22:03:57 +02:00
Z.J. van de Weg
05a4a586b5
Add endpoints for award emoji on notes
...
Docs also added.
2016-06-17 21:02:51 +02:00
Z.J. van de Weg
3f88221c2d
Add endpoints for Award Emoji
...
This only supports Issues and MergeRequests right now because of the
consistency of the routes those models provide.
2016-06-17 20:07:17 +02:00