Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-06-30Hide archived project labels from group issue trackerHoracio Bertorello
2017-04-06ProjectsFinder should handle more optionsJacopo
2017-03-27Optimize labels finder querymhasbini
2016-11-16Limit labels returned for a specific project as an administratorRobert Speicher
2016-10-28Pass user instance to Labels::FindOrCreateService or skip_authorization: trueAdam Niedzielski
2016-10-25Merge branch 'sh-optimize-label-finder' into 'master' Stan Hu
2016-10-25Reduce overhead of LabelFinder by avoiding #presence callStan Hu
2016-10-25Improve readability and add specs for label filteringStan Hu
2016-10-25Improve label filtering implementationStan Hu
2016-10-25Allow the use of params[:name] when filtering labelsStan Hu
2016-10-25Fix bug where labels would be assigned to issues that were movedStan Hu
2016-10-19Remove order by label type on LabelsFinderDouglas Barbosa Alexandre
2016-10-19Add support to group labels to SlashCommands::InterpretServiceDouglas Barbosa Alexandre
2016-10-19Reuse LabelsFinder on Banzai::Filter::LabelReferenceFilterDouglas Barbosa Alexandre
2016-10-19Return only labels that user have access on IssuableFinder#labelsDouglas Barbosa Alexandre
2016-10-19Remove unnecessary `title.present?` on LabelsFinderDouglas Barbosa Alexandre
2016-10-19Reuse LabelsFinder on Banzai::Filter::LabelReferenceFilterDouglas Barbosa Alexandre
2016-10-19Makes the query to retrieve group labels more simplerDouglas Barbosa Alexandre
2016-10-19List only labels that belongs to the group on the group issues pageDouglas Barbosa Alexandre
2016-10-19LabelsFinder inherits from UnionFinderDouglas Barbosa Alexandre
2016-10-19Add LabelsFinderDouglas Barbosa Alexandre