summaryrefslogtreecommitdiff
path: root/lib/banzai/filter/label_reference_filter.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix milestone references with HTML entities in the namefix-milestone-references-with-escaped-html-entitiesSean McGivern2019-05-241-8/+0
* Move scoped_label into label presenterJan Provaznik2019-04-231-2/+4
* [backend] backport of scoped labelsJan Provaznik2019-04-041-1/+5
* Escape html entities when no label foundJarka Košanová2018-12-121-1/+5
* Banzai project ref- share context more aggresivelyMario de la Ossa2018-10-041-1/+1
* Enable frozen strings in lib/banzai/filter/*.rbsh-freeze-banzai-filter-stringsStan Hu2018-07-231-0/+2
* Fix reference filters in group contextJan Provaznik2018-04-121-2/+2
* Better group support notes-related codeJan Provaznik2018-04-051-12/+35
* Merge branch 'osw-41401-render-mr-commit-sha-instead-diffs' into 'master'Sean McGivern2018-04-041-1/+1
|\
| * Render MR commit SHA instead "diffs" when viableosw-41401-render-mr-commit-sha-instead-diffsOswaldo Ferreira2018-04-041-1/+1
* | Allow assigning and filtering issuables by ancestor group labelsFelipe Artur2018-04-041-1/+1
|/
* Refactor banzai to support referencing from group contextce-backport-3615Jarka Kadlecova2017-12-061-2/+2
* Create and use project path helpers that only need a project, no namespaceDouwe Maan2017-07-051-2/+1
* Add shorthand support to gitlab markdown referencesOswaldo Ferreira2016-12-021-44/+10
* Pass user instance to Labels::FindOrCreateService or skip_authorization: trueadam-fix-labels-find-or-createAdam Niedzielski2016-10-281-1/+1
* Reuse LabelsFinder on Banzai::Filter::LabelReferenceFilterDouglas Barbosa Alexandre2016-10-191-7/+1
* Fix replace label references with links for group labelsDouglas Barbosa Alexandre2016-10-191-1/+7
* Reuse LabelsFinder on Banzai::Filter::LabelReferenceFilterDouglas Barbosa Alexandre2016-10-191-7/+5
* Unfold references for group labels when moving issue to another projectDouglas Barbosa Alexandre2016-10-191-3/+36
* Add ProjectLabel modelDouglas Barbosa Alexandre2016-10-191-1/+1
* Replace label references with links for group labelsDouglas Barbosa Alexandre2016-10-191-3/+13
* Use JavaScript tooltips for mentions (!5301)winniehell2016-09-011-0/+5
* Use CGI.unescapeHTML rather than doing the gsub with a mapDouglas Barbosa Alexandre2016-07-051-1/+1
* Move `unescape_html_entities` from LabelsHelper to Label modelDouglas Barbosa Alexandre2016-07-051-1/+1
* Render references for labels that name contains ?, or &Douglas Barbosa Alexandre2016-07-051-2/+6
* Split Markdown rendering & reference gatheringYorick Peterse2016-05-261-0/+2
* Refactor banzai code that finds cross-project labelsGrzegorz Bizon2016-04-211-15/+21
* Fix cross-project label ref with invalid projectGrzegorz Bizon2016-04-211-1/+1
* Added & use Gitlab::Routing for URL helpersroutingYorick Peterse2016-04-011-1/+1
* Remove redundant code in cross project labels implementationGrzegorz Bizon2016-03-031-4/+0
* Add additional text prefix in cross project labelsGrzegorz Bizon2016-03-031-2/+6
* Add support for cross project references for labelsGrzegorz Bizon2016-03-031-54/+23
* Prevent circular reference error in BanzaiDouwe Maan2016-01-141-2/+0
* Escape all the things.Douwe Maan2015-12-241-1/+1
* Move Markdown/reference logic from Gitlab::Markdown to BanzaiDouwe Maan2015-12-151-0/+96