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
2020-05-20Add latest changes from gitlab-org/gitlab@13-0-stable-eeGitLab Bot
2020-01-10Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-08-21Add service classes for mutating AwardEmojiLuke Duncalfe
Adding, destroying and toggling emoji previously lacked services and instead were performed through methods called on Awardable models. This led to inconsistencies where relevant todos would be marked as done only when emoji were awarded through our controllers, but not through the API. Todos could also be marked as done when an emoji was being removed. Behaviour changes - Awarding emoji through the API will now mark a relevant Todo as done - Toggling an emoji off (destroying it) through our controllers will no longer mark a relevant Todo as done Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/63372
2018-12-06Sort issues and merge requests in ascending and descending orderFatih Acet
2018-11-01Fix testsHeinrich Lee Yu
2018-11-01Add None / Any options to reaction filter in issues / MRs APIHeinrich Lee Yu
2018-08-29Updates code using class_methods over module ClassMethodsJacopo
2018-08-24Allows author to vote on their own issueChantal Rollison
2018-08-16Whitelist existing destroy_all offensesYorick Peterse
This whitelists all existing places where we use "destroy_all".
2018-08-07Enable more frozen string in app/models/**/*.rbgfyoung
Partially addresses #47424.
2018-04-11Prevent awarding emoji when a project is archivedBob Van Landuyt
This prevents performing the requests, and disables all emoji reaction buttons
2017-11-16Adds Rubocop rule for line break after guard clauseJacopo
Adds a rubocop rule (with autocorrect) to ensure line break after guard clauses.
2017-08-30Add filter by my reactionHiroyuki Sato
2017-07-06Added Cop to blacklist the use of `dependent:`Yorick Peterse
This is allowed for existing instances so we don't end up 76 offenses right away, but for new code one should _only_ use this if they _have_ to remove non database data. Even then it's usually better to do this in a service class as this gives you more control over how to remove the data (e.g. in bulk).
2017-03-07Fix up @DouweM reviewEric Eastwood
2016-09-19Start Frontend work, fix routing problemZ.J. van de Weg
2016-09-01Merge branch '20601-emoji-tooltip-in-chronological-order' into 'master' Robert Speicher
Order award tooltips by their created_at date ## What are the relevant issue numbers? Closes #20601 See merge request !6086
2016-09-01Order award tooltips by their created_at dateAndrew Smith
2016-08-30prevent authored awardable thumbs votesbarthc
2016-08-28prevent authored awardable thumbs votesbarthc
prevent authored awardable thumbs votes prevent authored awardable thumbs votes
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-06-23Preload notes/discussions associations (award_emoji: :user)Paco Guzman
2016-06-15Include user relationship when retrieving award_emojiPaco Guzman
Avoiding N+1 when showing grouped awards and when calculating participants for awardable entities
2016-05-11Incorporate feedbackZeger-Jan van de Weg
2016-05-06Create table for award emojiZeger-Jan van de Weg