summaryrefslogtreecommitdiff
path: root/app/finders/todos_finder.rb
Commit message (Collapse)AuthorAgeFilesLines
* Reorder the todos because the use of the project finder attempts to order ↵DJ Mountney2016-06-021-2/+2
| | | | them differently
* Use the project finder in the todos finder to limit todos to just ones ↵DJ Mountney2016-06-021-1/+13
| | | | within projects you have access to.
* Move filtering todos by projects not pending deletion into a scope on the ↵DJ Mountney2016-06-021-7/+1
| | | | todo model
* Reduce the filters on the todos joins project query by being explicit about ↵DJ Mountney2016-06-021-1/+7
| | | | the join
* Ensure we don't show TODOS for projects pending deleteDJ Mountney2016-06-021-1/+1
| | | | By joining the Todos on the project table.
* Create a todo on failing MR buildSean McGivern2016-05-171-1/+1
| | | | | | | | | | | | When a build fails for a commit, create a todo for the author of the merge request that commit is the HEAD of. If the commit isn't the HEAD commit of any MR, don't do anything. If there already is a todo for that user and MR, don't do anything. Current limitations: - This isn't configurable by project. - The author of a merge request might not be the person who pushed the breaking commit.
* Rename Tasks to TodosDouglas Barbosa Alexandre2016-02-201-0/+129