summaryrefslogtreecommitdiff
path: root/app
Commit message (Expand)AuthorAgeFilesLines
* Rename Tasks to TodosDouglas Barbosa Alexandre2016-02-2025-213/+205
* Rename IssuableBaseService#have_changes? to has_changes?Douglas Barbosa Alexandre2016-02-203-3/+3
* Refactoring TasksHelperDouglas Barbosa Alexandre2016-02-202-9/+2
* Improve tasks page list UIDouglas Barbosa Alexandre2016-02-201-2/+2
* Create or mark task pending as soon the action happensDouglas Barbosa Alexandre2016-02-204-3/+3
* Rename menu item and page 'Task queue' to 'Tasks'Douglas Barbosa Alexandre2016-02-203-9/+9
* Ensure that we only have one task per issue/mrDouglas Barbosa Alexandre2016-02-203-92/+66
* Explicit mention of the assignee make a taskDouglas Barbosa Alexandre2016-02-201-6/+5
* :lipstick: Cosmetic changesDouglas Barbosa Alexandre2016-02-201-21/+21
* Refactoring task queue partialsDouglas Barbosa Alexandre2016-02-205-60/+32
* Improve formatted message for tasks when action is a mentionDouglas Barbosa Alexandre2016-02-201-1/+1
* Use destroy, in case we ever have before_destroy callbacks on TaskDouglas Barbosa Alexandre2016-02-201-1/+1
* Fix task factoryDouglas Barbosa Alexandre2016-02-201-1/+1
* Fix rubocop offensesDouglas Barbosa Alexandre2016-02-201-1/+1
* Add filters by project, author, type, and action to task queue page listDouglas Barbosa Alexandre2016-02-204-13/+202
* Add a link to Task Queue on dashboard sidebarDouglas Barbosa Alexandre2016-02-201-6/+12
* Create a pending task when a user is mentioned when edit a issue/mr/noteDouglas Barbosa Alexandre2016-02-203-16/+67
* Does not create a task if new assignee is the current userDouglas Barbosa Alexandre2016-02-201-4/+3
* Create a pending task when a user is mentioned on a noteDouglas Barbosa Alexandre2016-02-208-20/+109
* Create a pending task when a user is mentioned on issue/mrDouglas Barbosa Alexandre2016-02-202-6/+28
* Rename TaskService#mark_as_done to mark_pending_tasks_as_doneDouglas Barbosa Alexandre2016-02-203-8/+8
* Move common behavior to to IssuableBaseServiceDouglas Barbosa Alexandre2016-02-203-34/+13
* Marks pending tasks for an user as done when he merge the MRDouglas Barbosa Alexandre2016-02-202-0/+9
* Marks pending tasks for an user as done when he close the MRDouglas Barbosa Alexandre2016-02-202-1/+10
* Marks pending tasks for an user as done when he edit a MRDouglas Barbosa Alexandre2016-02-201-0/+21
* Create a pending task when an MR is assigned to someoneDouglas Barbosa Alexandre2016-02-203-7/+33
* Mark pending tasks for the current user as done when he edit a noteDouglas Barbosa Alexandre2016-02-202-0/+15
* Mark pending tasks for the note author as done when he left a noteDouglas Barbosa Alexandre2016-02-202-2/+13
* Fix rubocop offensesDouglas Barbosa Alexandre2016-02-201-5/+5
* Marks pending tasks for an user as done when he close the issueDouglas Barbosa Alexandre2016-02-202-0/+10
* Marks pending tasks for an user as done when he edit an issueDouglas Barbosa Alexandre2016-02-204-3/+37
* Remove task abilities, since we will only ever show the user their ownDouglas Barbosa Alexandre2016-02-202-19/+0
* Add pending tasks badge on top right next to the new and logout buttonDouglas Barbosa Alexandre2016-02-205-6/+25
* Allow user to mark each task as done manuallyDouglas Barbosa Alexandre2016-02-204-0/+42
* Does not create a task for new issue when assignee is the current userDouglas Barbosa Alexandre2016-02-201-1/+1
* Create a pending task when an issue is assigned to someoneDouglas Barbosa Alexandre2016-02-204-0/+49
* Fix task queue list page titleDouglas Barbosa Alexandre2016-02-201-2/+2
* Add tasks queue list pageDouglas Barbosa Alexandre2016-02-206-0/+187
* Add task modelDouglas Barbosa Alexandre2016-02-202-1/+30
* Merge branch 'visibletrap/gitlab-ce-label'Douwe Maan2016-02-1915-17/+60
|\
| * Missing @ in @labelsTap2016-02-191-1/+1
| * Pull right side of label row outTap2016-02-192-11/+11
| * Find label in issues_finderTap2016-02-193-4/+20
| * Fix label - description spacingTap2016-02-191-1/+2
| * Remove unnecessary .present?Tap2016-02-191-1/+1
| * Label description and Label rowTap2016-02-1714-23/+49
* | Merge branch 'rs-blob' into 'master' Douwe Maan2016-02-205-17/+37
|\ \
| * | Add a `Blob` model that wraps `Gitlab::Git::Blob`rs-blobRobert Speicher2016-02-185-17/+37
* | | Merge branch '12792-emoji-as-text-diff-comment'Douwe Maan2016-02-192-3/+4
|\ \ \
| * | | Improve #set_award! on the Note model12792-emoji-as-text-diff-commentZeger-Jan van de Weg2016-02-191-4/+1