summaryrefslogtreecommitdiff
path: root/app/finders
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'jej-23867-use-mr-finder-instead-of-access-check' into 'security'Douwe Maan2016-12-082-1/+5
* Merge branch '24733-archived-project-merge-request-count' into 'master' Sean McGivern2016-12-062-0/+7
|\
| * Fix Archived project merge requests add to group's Merge RequestsJacopo2016-12-052-0/+7
* | Merge branch 'issue_25064' into 'security' Douwe Maan2016-12-061-5/+8
|/
* Count all issuable states at onceSean McGivern2016-12-011-0/+26
* Merge branch 'jej-use-issuable-finder-instead-of-access-check' into 'security' Douwe Maan2016-11-282-2/+2
* Merge branch 'jej-fix-missing-access-check-on-issues' into 'security'Douwe Maan2016-11-281-0/+8
* Remove unnecessary require_relative calls from finderSemyon Pupkov2016-11-261-2/+0
* Limit labels returned for a specific project as an administratorRobert Speicher2016-11-161-25/+22
* 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
| |/ |/|