summaryrefslogtreecommitdiff
path: root/app/finders/labels_finder.rb
Commit message (Expand)AuthorAgeFilesLines
* Reduce overhead of LabelFinder by avoiding #presence callsh-optimize-label-finderStan Hu2016-10-251-1/+1
* Remove order by label type on LabelsFinderDouglas Barbosa Alexandre2016-10-191-1/+1
* Add support to group labels to SlashCommands::InterpretServiceDouglas Barbosa Alexandre2016-10-191-1/+1
* Reuse LabelsFinder on Banzai::Filter::LabelReferenceFilterDouglas Barbosa Alexandre2016-10-191-4/+14
* Return only labels that user have access on IssuableFinder#labelsDouglas Barbosa Alexandre2016-10-191-2/+2
* Remove unnecessary `title.present?` on LabelsFinderDouglas Barbosa Alexandre2016-10-191-1/+1
* Reuse LabelsFinder on Banzai::Filter::LabelReferenceFilterDouglas Barbosa Alexandre2016-10-191-5/+33
* Makes the query to retrieve group labels more simplerDouglas Barbosa Alexandre2016-10-191-1/+1
* List only labels that belongs to the group on the group issues pageDouglas Barbosa Alexandre2016-10-191-9/+10
* LabelsFinder inherits from UnionFinderDouglas Barbosa Alexandre2016-10-191-9/+4
* Add LabelsFinderDouglas Barbosa Alexandre2016-10-191-0/+58