summaryrefslogtreecommitdiff
path: root/spec/lib/banzai/filter/project_reference_filter_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-181-0/+1
* Limit the size of issuable description and commentsAlexandru Croitor2019-08-221-4/+12
* Fix slow project reference pattern regexHeinrich Lee Yu2019-01-311-0/+6
* Enable the Layout/ExtraSpacing cop56392-enable-the-layout-extraspacing-copRémy Coutable2019-01-241-1/+1
* Add frozen_string_literal to recently-added files from the communitySean McGivern2018-08-101-0/+2
* Add back the Project#to_reference_with_postfix function since it can be used ...Reuben Pereira2018-07-051-1/+1
* Remove the restriction preventing project references with text adjacent to th...Reuben Pereira2018-07-041-3/+3
* Remove the Project#to_reference_with_postfix method since it is only used in ...Reuben Pereira2018-07-031-1/+1
* Move common tests from user and project reference filter specs to a shared ex...Reuben Pereira2018-07-031-70/+4
* Correct the "includes a data-project attribute" test in project_reference_fil...Reuben Pereira2018-06-301-1/+1
* A working implementation of a project reference filter which links project re...Reuben Pereira2018-06-301-0/+149