summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fixed issue with header overflowheader-overflow-small-devicesPhil Hughes2016-02-222-1/+1
* Merge branch 'issue_13463' into 'master' Jacob Schatz2016-02-223-1/+10
|\
| * Update button selectorissue_13463Alfredo Sumaran2016-02-191-1/+1
| * Fixes syntax errorAlfredo Sumaran2016-02-191-1/+1
| * Change method name for consistencyAlfredo Sumaran2016-02-191-2/+2
| * Make diff view name getter less error proneAlfredo Sumaran2016-02-192-5/+3
| * Add commentAlfredo Sumaran2016-02-191-0/+2
| * Add missing class to builds pageAlfredo Sumaran2016-02-181-0/+1
| * Expand view container if diff mode is set to paralellsAlfredo Sumaran2016-02-181-0/+8
* | Merge branch 'add_missing_doc' into 'master' Achilleas Pipinellis2016-02-222-0/+8
|\ \
| * | Add when the API changes got introducedAchilleas Pipinellis2016-02-222-0/+8
* | | Merge branch 'fix-failing-issue-tests' into 'master' Rémy Coutable2016-02-224-17/+7
|\ \ \ | |/ / |/| |
| * | removed merge-request-no-votes css classPhil Hughes2016-02-221-3/+1
| * | Fixed failing issues testsPhil Hughes2016-02-223-14/+6
* | | Update CHANGELOG and VERSION for 8.6.0-preRémy Coutable2016-02-222-2/+4
|/ /
* | Merge branch 'fix-zero-votes-showing-on-issue-list' into 'master' Rémy Coutable2016-02-222-11/+3
|\ \
| * | Only show up or down votes icon on issue list if there are anyPhil Hughes2016-02-222-11/+3
|/ /
* | Merge branch 'tasks' into 'master' Douglas Barbosa Alexandre2016-02-2246-20/+1633
|\ \
| * | Add missing route to mark all todos as donetasksDouglas Barbosa Alexandre2016-02-211-1/+6
| * | Use before_action instead of before_filterDouglas Barbosa Alexandre2016-02-211-1/+1
| * | Update feature specDouwe Maan2016-02-201-10/+10
| * | "X assigned you Y" instead of "X assigned Y"Douwe Maan2016-02-203-12/+8
| * | Add "Mark all as done" buttonDouwe Maan2016-02-203-5/+49
| * | Include 'issue'/'merge request' in linkDouwe Maan2016-02-202-10/+5
| * | Rename tab from 'Todos' to 'To do'Douwe Maan2016-02-201-1/+1
| * | Fix rubucop offensesDouglas Barbosa Alexandre2016-02-201-2/+0
| * | Rename Tasks to TodosDouglas Barbosa Alexandre2016-02-2045-602/+604
| * | 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-205-4/+4
| * | Rename menu item and page 'Task queue' to 'Tasks'Douglas Barbosa Alexandre2016-02-205-11/+11
| * | Ensure that we only have one task per issue/mrDouglas Barbosa Alexandre2016-02-204-110/+82
| * | Explicit mention of the assignee make a taskDouglas Barbosa Alexandre2016-02-202-10/+9
| * | :lipstick: Cosmetic changesDouglas Barbosa Alexandre2016-02-201-21/+21
| * | Refactoring task queue partialsDouglas Barbosa Alexandre2016-02-206-79/+37
| * | Improve formatted message for tasks when action is a mentionDouglas Barbosa Alexandre2016-02-203-5/+11
| * | Use destroy, in case we ever have before_destroy callbacks on TaskDouglas Barbosa Alexandre2016-02-202-2/+2
| * | Fix task factoryDouglas Barbosa Alexandre2016-02-203-3/+6
| * | Fix rubocop offensesDouglas Barbosa Alexandre2016-02-202-4/+4
| * | Update CHANGELOGDouglas Barbosa Alexandre2016-02-201-0/+1
| * | Fix pending examples from task model specDouglas Barbosa Alexandre2016-02-201-4/+30
| * | Add filters by project, author, type, and action to task queue page listDouglas Barbosa Alexandre2016-02-206-37/+317
| * | 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-2010-100/+146
| * | Does not create a task if new assignee is the current userDouglas Barbosa Alexandre2016-02-202-4/+15
| * | Create a pending task when a user is mentioned on a noteDouglas Barbosa Alexandre2016-02-2013-21/+146
| * | Create a pending task when a user is mentioned on issue/mrDouglas Barbosa Alexandre2016-02-203-36/+94
| * | Rename TaskService#mark_as_done to mark_pending_tasks_as_doneDouglas Barbosa Alexandre2016-02-204-10/+10
| * | Move common behavior to to IssuableBaseServiceDouglas Barbosa Alexandre2016-02-203-34/+13