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
2021-08-25Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2021-08-19Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2021-05-12Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-12-04Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-09-30Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-06-05Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-02-14Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-12-10Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-26Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-13Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-07-11Banzai - avoid redis if attr is in DB cacheMario de la Ossa
2018-11-12Turn reference regex constants into methodsYorick Peterse
2018-09-17Remove EE-specific code from MentionableSean McGivern
2018-08-29Updates code using class_methods over module ClassMethodsJacopo
2018-08-07Enable more frozen string in app/models/**/*.rbgfyoung
2017-11-30Merge remote-tracking branch 'upstream/master' into no-ivar-in-modulesLin Jen-Shin
2017-11-23Fix link text from group contextJarka Kadlecova
2017-11-17Use StrongMemoize and enable/disable cops properlyLin Jen-Shin
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-05-11Fix cross referencing for private and internal projectsJarka Kadlecova
2017-05-09Fallback to default pattern when note does not belong to projectToon Claes
2017-05-04Use regex to skip unnecessary reference processing in ProcessCommitWorkerJames Edwards-Jones
2017-02-08Create directly_addressed Todos when mentioned in beginning of a lineErshad Kunnakkadan
2017-01-25address commentsJarka Kadlecova
2017-01-19make mentions working when project not specifiedJarka Kadlecova
2016-11-21Allow JIRA references for project snippetsFelipe Artur
2016-10-04Simplify Mentionable concern instance methodsPaco Guzman
2016-07-15Use cattr_accessor instead duplicating code on NoteOnDiff concernDouglas Barbosa Alexandre
2016-06-30Ensure logged-out users can't see private refsSean McGivern
2016-05-26Refactor MentionableYorick Peterse
2016-05-07Fix adding a todo for private group membersAhmad Sherif
2016-01-06Fix mentionable reference extraction caching.Douwe Maan
2015-12-24Only allow group/project members to mention `@all`Douwe Maan
2015-12-16Only cache markdown when object has been saved and has a proper cache_key.Douwe Maan
2015-12-15Move Markdown/reference logic from Gitlab::Markdown to BanzaiDouwe Maan
2015-12-07Merge branch 'master' into reference-pipeline-and-cachingDouwe Maan
2015-12-01Fix referenced_mentionables method.Douwe Maan
2015-12-01Fix specsDouwe Maan
2015-10-21Merge branch 'master' into reference-pipeline-and-cachingDouwe Maan
2015-10-15Merge branch 'master' into rs-redactor-filterDouwe Maan
2015-10-14Merge branch 'master' into rs-redactor-filterDouwe Maan
2015-10-14Cache rendered contents of issues, MRs and notesDouwe Maan
2015-10-14Participable doesn't need to know about MentionableDouwe Maan
2015-10-14Make Mentionable#cross_reference_exists? private.Douwe Maan
2015-10-14Have Issue#participants load all users mentioned in notes using a single queryDouwe Maan
2015-10-12Fix cross-references originating from notesDouwe Maan
2015-10-12Simplify code around (cross)-referencesDouwe Maan
2015-10-07Always allow references to the current projectDouwe Maan