Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-11-28Changed API spec files to describe the correct classLivier
Restore changes for api spec files Fix error in rspec Users Delete extra space Repositories-spec
2016-09-19Fix tests for Snippets toggling awardsZ.J. van de Weg
Also incorporate feedback
2016-09-19API support for Award Emoji on SnippetsZ.J. van de Weg
2016-09-19Snippets get award emoji! :thumbsup:Z.J. van de Weg
2016-08-28prevent authored awardable thumbs votesbarthc
prevent authored awardable thumbs votes prevent authored awardable thumbs votes
2016-08-09adds second batch of tests changed to active tensetiagonbotelho
2016-07-14Fix not normalized emoji pathsdixpac
* 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-01Enable Style/EmptyLines cop, remove redundant onesGrzegorz Bizon
2016-06-27Use HTTP matchers if possibleZ.J. van de Weg
2016-06-17fixup! updated docs for api endpoint award emojiZ.J. van de Weg
2016-06-17Add endpoints for award emoji on notesZ.J. van de Weg
Docs also added.
2016-06-17Add endpoints for Award EmojiZ.J. van de Weg
This only supports Issues and MergeRequests right now because of the consistency of the routes those models provide.