summaryrefslogtreecommitdiff
path: root/app/services/todo_service.rb
Commit message (Expand)AuthorAgeFilesLines
* Don't create todos for old issue assigneesJarka Kadlecova2017-10-091-4/+5
* Avoid plucking Todo ids and use sub-queries insteadToon Claes2017-08-031-6/+10
* Backport of multiple_assignees_feature [ci skip]Valery Sizov2017-05-041-2/+2
* Display comments for personal snippets12910-personal-snippets-notes-showJarka Kadlecova2017-05-021-1/+1
* Revert "Merge branch 'tc-no-todo-service-select' into 'master'"revert-c3c465acStan Hu2017-04-291-10/+6
* Avoid plucking Todo ids and use sub-queries insteadtc-no-todo-service-selectToon Claes2017-04-271-6/+10
* Remove unnecessary ORDER BY clause when updating todosmhasbini2017-04-021-1/+1
* Create todos only for new mentionsJarka Kadlecova2017-03-291-19/+19
* Add 'Undo mark all as done' to TodosJacopo2017-03-161-3/+5
* Update occurrences of MWBS to MWPSfix/mwbs-to-mwpsJames Lopez2017-03-011-3/+3
* Todo done clicking is kind of unusable.Jacopo2017-02-171-6/+19
* Create directly_addressed Todos when mentioned in beginning of a lineErshad Kunnakkadan2017-02-081-2/+16
* Notify the user who set auto-merge when merge conflict occurstwonegatives2017-01-141-1/+14
* Notify the user who set auto-merge when a build failstwonegatives2016-12-161-6/+9
* Make guests unable to view MRsguests_cant_see_mrsValery Sizov2016-10-111-3/+3
* Refresh todos count cache when an Issue/MR is deletedDouglas Barbosa Alexandre2016-09-081-0/+20
* Add specs to ensure a successful return 19730-mark-as-donePaco Guzman2016-08-251-1/+2
* Merge branch '4273-slash-commands' into 'master'Robert Speicher2016-08-181-0/+4
|\
| * Merge branch 'master' into 4273-slash-commandsDouwe Maan2016-08-161-1/+2
| |\
| * | New TodoService#todo_exists? methodRémy Coutable2016-08-131-0/+4
* | | Rename TodoService#mark_todos_as_done_by_id{,s}Ahmad Sherif2016-08-181-2/+2
* | | Implement TodoService#mark_todos_as_done_by_idAhmad Sherif2016-08-181-1/+5
| |/ |/|
* | Recover usage of Todos counter cache20842-todos-queries-cachePaco Guzman2016-08-121-1/+2
|/
* When Issue author assign or mention himself Todos are createdKatarzyna Kobierska2016-07-141-2/+1
* Ensure logged-out users can't see private refsSean McGivern2016-06-301-1/+1
* Correctly returns todo ID after creating todomark-done-todo-idPhil Hughes2016-06-271-1/+2
* Cache todo counters (pending/done)18034-cache-todo-counterPaco Guzman2016-06-171-1/+11
* Fix error when editing an issuable with a task listfix-toggling-task-should-not-generate-todoDouglas Barbosa Alexandre2016-06-171-1/+6
* Returns created todos to control rather than re-queryPhil Hughes2016-06-141-1/+1
* Manually create todo for issuablePhil Hughes2016-06-141-0/+6
* Toggling a task in a description with mentions doesn't creates a TodoDouglas Barbosa Alexandre2016-06-091-2/+9
* Merge branch 'master' into awardablesZJ van de Weg2016-05-251-0/+30
|\
| * Create a todo on failing MR buildSean McGivern2016-05-171-0/+30
* | Create table for award emojiZeger-Jan van de Weg2016-05-061-0/+8
|/
* Merge branch 'snippets-with-comments-cause-a-500-when-they-show-up-in-search-...Douwe Maan2016-04-011-1/+1
|\
| * Rename Note#for_project_snippet? to #for_snippet?Rémy Coutable2016-03-311-1/+1
* | Mentions on confidential issues doesn't create todos for non-membersfix-mentions-on-confidential-issues-for-non-membersDouglas Barbosa Alexandre2016-03-301-4/+20
|/
* Use `Note#for_project_snippet?` to skip notes on project snippetDouglas Barbosa Alexandre2016-03-181-1/+1
* Trigger a todo for mentions on commits pageDouglas Barbosa Alexandre2016-03-181-25/+40
* Does not create a todo when commenting on commit or project snippetDouglas Barbosa Alexandre2016-02-241-2/+2
* Rename Tasks to TodosDouglas Barbosa Alexandre2016-02-201-0/+170