summaryrefslogtreecommitdiff
path: root/lib/gitlab/markdown/commit_reference_filter.rb
Commit message (Collapse)AuthorAgeFilesLines
* Move Markdown filters and pipelines into folders.Douwe Maan2015-11-191-88/+0
|
* Refactor reference gathering to use a dedicated filterDouwe Maan2015-10-071-7/+17
|
* 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
| | | | This is to let us redact them later in another filter.
* Add `reference_pattern` to Referable modelsRobert Speicher2015-05-261-9/+2
|
* Always use short SHAs as commit reference link textRobert Speicher2015-04-251-1/+1
| | | | | | Now when a user pastes a full SHA like `d7f61affaf845f44b4cc995e34eb1606c47c8eff`, its link text will only show `d7f61aff` for brevity.
* Add results to reference filtersRobert Speicher2015-04-251-0/+2
|
* Use project.commit convenience method.Douwe Maan2015-04-241-1/+1
|
* project_from_ref returns nil when reference can't be accessedRobert Speicher2015-04-201-1/+7
| | | | | Prior it would return the project from the current context, which wasn't the intended behavior.
* Escape title attributes in referencesRobert Speicher2015-04-201-1/+1
|
* DRY up reference filters using ReferenceFilter base classRobert Speicher2015-04-201-39/+5
|
* Reference filters :sparkles:Robert Speicher2015-04-201-0/+108
Commit ranges, commits, external issues, issues, labels, merge requests, snippets, users.