summaryrefslogtreecommitdiff
path: root/app/finders/todos_finder.rb
Commit message (Expand)AuthorAgeFilesLines
* Enable Style/WordArrayDouwe Maan2017-02-231-1/+1
* Enable Style/MutableConstantDouwe Maan2017-02-231-1/+1
* remove Ability.abilitieshttp://jneen.net/2016-08-301-1/+1
* Merge branch 'issue_18135' into 'master' Douwe Maan2016-08-191-1/+5
|\
| * Todos sorting dropdownissue_18135Felipe Artur2016-08-191-1/+5
* | Merge branch 'master' into 4273-slash-commandsDouwe Maan2016-08-161-11/+9
|\ \ | |/
| * Pass project IDs relation to ProjectsFinder instead of using a blockAhmad Sherif2016-08-151-3/+1
| * Speed up todos queries by limiting the projects set we join withAhmad Sherif2016-08-151-10/+10
* | Support slash commands in noteable description and notesRémy Coutable2016-08-131-1/+1
|/
* 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
* Ensure Todos counters doesn't count Todos for projects pending deleteDouglas Barbosa Alexandre2016-06-171-1/+1
* Manually create todo for issuablePhil Hughes2016-06-141-1/+1
* 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
* Create a todo on failing MR buildSean McGivern2016-05-171-1/+1
* Rename Tasks to TodosDouglas Barbosa Alexandre2016-02-201-0/+129