summaryrefslogtreecommitdiff
path: root/app/finders
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '22481-honour-issue-visibility-for-groups' into 'security' Douwe Maan2016-11-091-19/+14
* Skip authorization check when searching for labels on IssuableFinderDouglas Barbosa Alexandre2016-10-312-3/+3
* Use label subject to calculate number of issues/mrs within the groupDouglas Barbosa Alexandre2016-10-311-1/+1
* 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-192-10/+7
* Remove unnecessary `title.present?` on LabelsFinderDouglas Barbosa Alexandre2016-10-191-1/+1
* Reuse LabelsFinder on Banzai::Filter::LabelReferenceFilterDouglas Barbosa Alexandre2016-10-192-8/+35
* Add ProjectLabel modelDouglas Barbosa Alexandre2016-10-191-1/+2
* 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
* Allow users to apply group labels on Issues/MRsDouglas Barbosa Alexandre2016-10-191-1/+3
* Add LabelsFinderDouglas Barbosa Alexandre2016-10-191-0/+58
* Precalculate trending projectsprecalculate-trending-projectsYorick Peterse2016-10-101-16/+0
* Refactor TrendingProjectsFinder to support cachingYorick Peterse2016-10-051-4/+9
* Take filters in account in issuable countersRémy Coutable2016-09-301-10/+5
* Use Ability.allowed? instead of current_user.can? in AccessRequestsFinderrc-new-access-requests-finderRémy Coutable2016-09-281-1/+1
* Improve the logic in AccessRequestsFinder#execute & #execute!Rémy Coutable2016-09-281-11/+9
* New AccessRequestsFinderRémy Coutable2016-09-281-0/+29
* fix issues mr counterbarthc2016-09-203-1/+22
* Use PipelinesFinder in Pipelines APIZ.J. van de Weg2016-09-071-14/+18
* Merge branch 'refactor/add-policies' into 'master' Robert Speicher2016-08-312-2/+2
|\
| * remove Ability.abilitieshttp://jneen.net/2016-08-302-2/+2
* | add specs for tags findertag-name-filtertiagonbotelho2016-08-311-0/+29
|/
* Merge branch 'issue_18135' into 'master' Douwe Maan2016-08-191-1/+5
|\
| * Todos sorting dropdownissue_18135Felipe Artur2016-08-191-1/+5
* | Merge branch '17932-move-to-project-dropdown' into 'master' Jacob Schatz2016-08-191-0/+6
|\ \
| * | Move to project dropdown with infinite scroll for better performance17932-move-to-project-dropdownPaco Guzman2016-08-181-0/+6
* | | Merge branch '4273-slash-commands' into 'master'Robert Speicher2016-08-181-1/+1
|\ \ \ | |/ / |/| |
| * | Merge branch 'master' into 4273-slash-commandsDouwe Maan2016-08-162-12/+11
| |\ \ | | |/
| * | Support slash commands in noteable description and notesRémy Coutable2016-08-131-1/+1
* | | Move to project dropdown with infinite scroll for better performance17932-move-to-project-dropdown-improvePaco Guzman2016-08-171-0/+14
| |/ |/|
* | Pass project IDs relation to ProjectsFinder instead of using a blockAhmad Sherif2016-08-152-5/+3
* | Speed up todos queries by limiting the projects set we join withAhmad Sherif2016-08-152-11/+12
|/
* State specific default sort order for issuableszs2016-08-011-1/+1
* implements the basic filter functionalitytiagonbotelho2016-07-191-0/+31
* Merge branch 'approval-required-todo' into 'master' Robert Speicher2016-07-121-1/+1
|\
| * Add approval required todosapproval-required-todoSean McGivern2016-07-121-1/+1
* | Cache todos pending/done dashboard query countsPaco Guzman2016-07-121-1/+1
|/
* Expose target, filter by state as stringRobert Schilling2016-07-011-0/+21
* PipelinesFinder use git cached data19318-pipelines-find-git-callsPaco Guzman2016-06-291-2/+2