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 (Expand)Author
2019-09-13Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-03-28Inherit from ApplicationRecord instead of ActiveRecord::BaseNick Thomas
2018-08-29Updates code using class_methods over module ClassMethodsJacopo
2018-08-07Enable more frozen string in app/models/**/*.rbgfyoung
2018-05-04Backport of 4084-epics-username-autocompleteMario de la Ossa
2017-09-18Allow simple ivar ||= form. Update accordinglyLin Jen-Shin
2017-09-18Add cop to make sure we don't use ivar in a moduleLin Jen-Shin
2017-08-14Whitelist or fix additional `Gitlab/PublicSend` cop violationsRobert Speicher
2017-01-25address commentsJarka Kadlecova
2017-01-19Support notes without projectJarka Kadlecova
2016-07-15Use cattr_accessor instead duplicating code on NoteOnDiff concernDouglas Barbosa Alexandre
2016-06-21Cache Participable#participants in instance variablePaco Guzman
2016-06-01Refactor ParticipableYorick Peterse
2015-12-21Fix issue related cross-project MRsDouwe Maan
2015-12-15Move Markdown/reference logic from Gitlab::Markdown to BanzaiDouwe Maan
2015-10-15Merge branch 'master' into rs-redactor-filterDouwe Maan
2015-10-14Participable doesn't need to know about MentionableDouwe Maan
2015-10-14Have Issue#participants load all users mentioned in notes using a single queryDouwe Maan
2015-10-12Remove useless assignmentDouwe Maan
2015-10-12Chaining ftwDouwe Maan
2015-10-12Simplify code around (cross)-referencesDouwe Maan
2015-06-24Improve performance for issue#show pageDmitriy Zaporozhets
2015-05-15Don't include users without project access in participants.Douwe Maan
2015-05-14Fix mentioning of private groups.Douwe Maan
2015-04-24Explain purpose and usage.Douwe Maan
2015-04-24Fix behavior for Enumerable-like ActiveRecord relations.Douwe Maan
2015-04-24Satisfy Rubocop.Douwe Maan
2015-04-24Move participants method to shared Participable concern.Douwe Maan