summaryrefslogtreecommitdiff
path: root/app/finders
Commit message (Expand)AuthorAgeFilesLines
* 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
* Ensure Todos counters doesn't count Todos for projects pending deleteDouglas Barbosa Alexandre2016-06-171-1/+1
* Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ceDmitriy Zaporozhets2016-06-151-1/+1
|\
| * Merge branch 'manual-todos-issuable-sidebar' into 'master' Stan Hu2016-06-141-1/+1
| |\
| | * Manually create todo for issuablePhil Hughes2016-06-141-1/+1
* | | Fix notes on confidential issues through JSON to users without accessDouglas Barbosa Alexandre2016-06-141-1/+1
|/ /
* | Project members with guest role can't access confidential issuesDouglas Barbosa Alexandre2016-06-131-1/+1
|/
* Improve Issuable.order_labels_priorityRémy Coutable2016-06-061-1/+1
* Sort by label priorityThijs Wouters2016-06-061-2/+6
* Merge branch 'master' into awardablesawardablesZ.J. van de Weg2016-06-032-2/+14
|\
| * Reorder the todos because the use of the project finder attempts to order the...DJ Mountney2016-06-021-2/+2
| * Use the project finder in the todos finder to limit todos to just ones within...DJ Mountney2016-06-021-1/+13
| * Move filtering todos by projects not pending deletion into a scope on the tod...DJ Mountney2016-06-021-7/+1
| * Reduce the filters on the todos joins project query by being explicit about t...DJ Mountney2016-06-021-1/+7
| * Ensure we don't show TODOS for projects pending deleteDJ Mountney2016-06-021-1/+1
| * Fix error 500 when sorting issues by milestone due date and filtering by labelsFelipe Artur2016-05-311-1/+1
* | Merge branch 'master' into awardablesZJ van de Weg2016-05-302-4/+4
|\ \ | |/
| * Merge branch 'fix-issue-17496' into 'master' Douwe Maan2016-05-251-1/+1
| |\
| | * Fix groups API to list only user's accessible projectsStan Hu2016-05-241-1/+1
| * | Fix outer join when filtering milestonesissue_15221_2Felipe Artur2016-05-241-2/+2
| * | Fix issues/MRs filter when ordering by milestone due dateFelipe Artur2016-05-241-2/+2
| |/
* | Merge branch 'master' into awardablesZJ van de Weg2016-05-252-1/+39
|\ \ | |/
| * Merge branch 'create-todo-on-failing-build' into 'master' Douwe Maan2016-05-191-1/+1
| |\
| | * Create a todo on failing MR buildSean McGivern2016-05-171-1/+1