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-01-31Fix slow project reference pattern regexHeinrich Lee Yu
2019-01-24Enable the Layout/ExtraSpacing copRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-08-10Add frozen_string_literal to recently-added files from the communitySean McGivern
2018-07-04Add back the Project#to_reference_with_postfix function since it can be used ↵Reuben Pereira
in the ProjectReferenceFilter#link_to_project function
2018-07-04Remove the restriction preventing project references with text adjacent to ↵Reuben Pereira
the > character
2018-07-03Remove the Project#to_reference_with_postfix method since it is only used in ↵Reuben Pereira
the project_reference_filter_spec
2018-07-02Move common tests from user and project reference filter specs to a shared ↵Reuben Pereira
example
2018-06-30Correct the "includes a data-project attribute" test in ↵Reuben Pereira
project_reference_filter_spec
2018-06-30A working implementation of a project reference filter which links project ↵Reuben Pereira
references to project profile.