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
2019-10-22Fix labels finder to filter visible issuablesEugenia Grieff
2018-10-31Whitelist none method from ActiveRecord::QueryingDouglas Barbosa Alexandre
2018-10-05Merge branch 'mao/48221-issues_show_sql_count' into 'master'Sean McGivern
2018-10-04Banzai project ref- share context more aggresivelyMario de la Ossa
2018-10-04Add subscribe filter to labels pageDmitriy Zaporozhets
2018-09-13Merge branch 'frozen-string-app-finders-graphql' into 'master'Stan Hu
2018-09-13Merge branch 'rubocop-code-reuse' into 'master'Robert Speicher
2018-09-11Enable frozen string in app/graphql + app/findersgfyoung
2018-09-11Disable existing offenses for the CodeReuse copsYorick Peterse
2018-09-10Add sort dropdown to project labels page and group labels pageDmitriy Zaporozhets
2018-07-31Move search param check into own method in app/finders/labels_finder.rbDmitriy Zaporozhets
2018-07-31Add ability to filter labels by title or descriptionDmitriy Zaporozhets
2018-04-04Allow assigning and filtering issuables by ancestor group labelsFelipe Artur
2018-03-02Allow to include also descendant group labelsJan Provaznik
2018-02-26Allow to find labels in ancestor groups and better group support in label ser...Jan Provaznik
2018-02-22Port `read_cross_project` ability from EEBob Van Landuyt
2018-01-18Remove unnecessary query from labels filterFelipe Artur
2018-01-04EE-BACKPORT group boardsFelipe Artur
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