summaryrefslogtreecommitdiff
path: root/app/finders/labels_finder.rb
Commit message (Expand)AuthorAgeFilesLines
* Whitelist none method from ActiveRecord::Queryingda-rubocop-whitelist-active-record-noneDouglas Barbosa Alexandre2018-10-311-2/+0
* Merge branch 'mao/48221-issues_show_sql_count' into 'master'Sean McGivern2018-10-051-2/+2
|\
| * Banzai project ref- share context more aggresivelyMario de la Ossa2018-10-041-2/+2
* | Add subscribe filter to labels pageDmitriy Zaporozhets2018-10-041-0/+13
|/
* Merge branch 'frozen-string-app-finders-graphql' into 'master'Stan Hu2018-09-131-0/+2
|\
| * Enable frozen string in app/graphql + app/findersgfyoung2018-09-111-0/+2
* | Merge branch 'rubocop-code-reuse' into 'master'Robert Speicher2018-09-131-1/+11
|\ \ | |/ |/|
| * Disable existing offenses for the CodeReuse copsYorick Peterse2018-09-111-1/+11
* | Add sort dropdown to project labels page and group labels pageDmitriy Zaporozhets2018-09-101-1/+5
|/
* Move search param check into own method in app/finders/labels_finder.rbDmitriy Zaporozhets2018-07-311-1/+5
* Add ability to filter labels by title or descriptionDmitriy Zaporozhets2018-07-311-0/+7
* Allow assigning and filtering issuables by ancestor group labelsFelipe Artur2018-04-041-10/+25
* Allow to include also descendant group labelsJan Provaznik2018-03-021-3/+11
* Allow to find labels in ancestor groups and better group support in label ser...Jan Provaznik2018-02-261-4/+11
* Port `read_cross_project` ability from EEBob Van Landuyt2018-02-221-0/+4
* Remove unnecessary query from labels filterFelipe Artur2018-01-181-1/+1
* EE-BACKPORT group boardsFelipe Artur2018-01-041-2/+17
* 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