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
2019-07-26Add frozen_string_literal to spec/lib (part 1)Thong Kuah
Using the sed script from https://gitlab.com/gitlab-org/gitlab-ce/issues/59758
2018-04-12Fix reference filters in group contextJan Provaznik
Since !18150 abstract reference filter supports also `group` as a resource parent (not only `project`). Some reference filters, which inherit from abstract filter, depend on parent being `project` when checking a reference. This patch adds explicit check of parent class to the given filters.
2018-04-06Add support for patch link extension for commit links on GFMOswaldo Ferreira
2018-01-31Enable RuboCop Style/RegexpLiteralTakuya Noguchi
2017-12-07adding view and feature specsmicael.bergeron
2017-08-03Change all `:empty_project` to `:project`Robert Speicher
2017-08-01Rename many path_with_namespace -> full_pathGabriel Mazetto
2017-07-27Remove superfluous lib: true, type: redis, service: true, models: true, ↵Rémy Coutable
services: true, no_db: true, api: true Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-07-05Create and use project path helpers that only need a project, no namespaceDouwe Maan
2017-06-21Enable Style/DotPosition Rubocop :cop:Grzegorz Bizon
2017-01-25Use `:empty_project` where possible throughout spec/libRobert Speicher
2016-12-03Add shorthand support to gitlab markdown referencesOswaldo Ferreira
2016-09-01Use JavaScript tooltips for mentions (!5301)winniehell
2016-05-26Split Markdown rendering & reference gatheringYorick Peterse
This splits the Markdown rendering and reference extraction phases into two distinct code bases. The reference extraction phase no longer relies on the html-pipeline Gem (and any related code) and allows for extracting of references from multiple HTML nodes in a single pass. This means that if you want to extract user references from 200 comments you no longer need to run 200 times N number of queries, instead only a handful of queries may be needed.
2016-01-30Increase the minimum length for commit SHA matching to 7Robert Speicher
This is the git default and will help to prevent false positive matches. Closes #12706
2015-12-15Move Markdown/reference logic from Gitlab::Markdown to BanzaiDouwe Maan