summaryrefslogtreecommitdiff
path: root/lib/gitlab/markdown/merge_request_reference_filter.rb
Commit message (Expand)AuthorAgeFilesLines
* Move Markdown filters and pipelines into folders.Douwe Maan2015-11-191-25/+0
* Remove duplication in reference filtersDmitriy Zaporozhets2015-11-161-55/+6
* Efficiently load multiple references of one type.Douwe Maan2015-10-131-4/+1
* Refactor reference gathering to use a dedicated filterDouwe Maan2015-10-071-3/+8
* Merge branch 'master' into ci-and-ce-sitting-in-a-tree-k-i-s-s-i-n-gDmitriy Zaporozhets2015-09-091-0/+2
|\
| * Make sure the main Gitlab::Markdown module gets loaded before filtersRobert Speicher2015-08-271-0/+2
* | Groundwork for merging CI into CEDouwe Maan2015-08-251-1/+1
|/
* Add `data-[type]-id` attribute to reference linksrs-reference-data-attrsRobert Speicher2015-08-081-1/+2
* Make use of to_reference in more specsRobert Speicher2015-05-261-1/+1
* Add `reference_pattern` to Referable modelsRobert Speicher2015-05-261-7/+2
* Remove special handling for the `'` problemRobert Speicher2015-04-301-1/+0
* Add results to reference filtersRobert Speicher2015-04-251-0/+2
* project_from_ref returns nil when reference can't be accessedRobert Speicher2015-04-201-1/+1
* Remove extraneous IGNORE_PARENTS from filterRobert Speicher2015-04-201-4/+0
* Escape title attributes in referencesRobert Speicher2015-04-201-1/+1
* DRY up reference filters using ReferenceFilter base classRobert Speicher2015-04-201-35/+5
* Reference filters :sparkles:Robert Speicher2015-04-201-0/+107