summaryrefslogtreecommitdiff
path: root/app/finders/labels_finder.rb
Commit message (Expand)AuthorAgeFilesLines
* Hide archived project labels from group issue trackerHoracio Bertorello2017-06-301-1/+6
* ProjectsFinder should handle more optionsJacopo2017-04-061-1/+1
* Optimize labels finder querymhasbini2017-03-271-2/+11
* Limit labels returned for a specific project as an administratorRobert Speicher2016-11-161-25/+22
* Pass user instance to Labels::FindOrCreateService or skip_authorization: trueadam-fix-labels-find-or-createAdam Niedzielski2016-10-281-8/+7
* Merge branch 'sh-optimize-label-finder' into 'master' 23794-hovers-don-t-go-awayStan Hu2016-10-251-1/+1
|\
| * Reduce overhead of LabelFinder by avoiding #presence callsh-optimize-label-finderStan Hu2016-10-251-1/+1
* | Improve readability and add specs for label filteringsh-fix-labels-move-issueStan Hu2016-10-241-8/+5
* | Improve label filtering implementationStan Hu2016-10-241-10/+4
* | Allow the use of params[:name] when filtering labelsStan Hu2016-10-241-3/+10
* | Fix bug where labels would be assigned to issues that were movedStan Hu2016-10-241-0/+4
|/
* 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