Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-02-22Check the HEAD of branch when doing Merge When SucceededKamil Trzcinski
2016-02-22Merge branch 'tasks' into 'master' Douglas Barbosa Alexandre
2016-02-22Merge branch 'merge-when-succeeded' into 'master' Douwe Maan
2016-02-22Make select2 design consistentAlfredo Sumaran
2016-02-21Add missing route to mark all todos as doneDouglas Barbosa Alexandre
2016-02-21Use before_action instead of before_filterDouglas Barbosa Alexandre
2016-02-20Merge branch 'award-emoji-retina' into 'master' Jacob Schatz
2016-02-20Update feature specDouwe Maan
2016-02-20"X assigned you Y" instead of "X assigned Y"Douwe Maan
2016-02-20Add "Mark all as done" buttonDouwe Maan
2016-02-20Merge branch 'flush-cache-web-editor' into 'master' Douwe Maan
2016-02-20Include 'issue'/'merge request' in linkDouwe Maan
2016-02-20Rename tab from 'Todos' to 'To do'Douwe Maan
2016-02-20Flush emptiness caches whenever neededYorick Peterse
2016-02-20Extend specs for summary build statusGrzegorz Bizon
2016-02-20Fix rubucop offensesDouglas Barbosa Alexandre
2016-02-20Rename Tasks to TodosDouglas Barbosa Alexandre
2016-02-20Rename IssuableBaseService#have_changes? to has_changes?Douglas Barbosa Alexandre
2016-02-20Refactoring TasksHelperDouglas Barbosa Alexandre
2016-02-20Improve tasks page list UIDouglas Barbosa Alexandre
2016-02-20Create or mark task pending as soon the action happensDouglas Barbosa Alexandre
2016-02-20Rename menu item and page 'Task queue' to 'Tasks'Douglas Barbosa Alexandre
2016-02-20Ensure that we only have one task per issue/mrDouglas Barbosa Alexandre
2016-02-20Explicit mention of the assignee make a taskDouglas Barbosa Alexandre
2016-02-20:lipstick: Cosmetic changesDouglas Barbosa Alexandre
2016-02-20Refactoring task queue partialsDouglas Barbosa Alexandre
2016-02-20Improve formatted message for tasks when action is a mentionDouglas Barbosa Alexandre
2016-02-20Use destroy, in case we ever have before_destroy callbacks on TaskDouglas Barbosa Alexandre
2016-02-20Fix task factoryDouglas Barbosa Alexandre
2016-02-20Fix rubocop offensesDouglas Barbosa Alexandre
2016-02-20Update CHANGELOGDouglas Barbosa Alexandre
2016-02-20Fix pending examples from task model specDouglas Barbosa Alexandre
2016-02-20Add filters by project, author, type, and action to task queue page listDouglas Barbosa Alexandre
2016-02-20Add a link to Task Queue on dashboard sidebarDouglas Barbosa Alexandre
2016-02-20Create a pending task when a user is mentioned when edit a issue/mr/noteDouglas Barbosa Alexandre
2016-02-20Does not create a task if new assignee is the current userDouglas Barbosa Alexandre
2016-02-20Create a pending task when a user is mentioned on a noteDouglas Barbosa Alexandre
2016-02-20Create a pending task when a user is mentioned on issue/mrDouglas Barbosa Alexandre
2016-02-20Rename TaskService#mark_as_done to mark_pending_tasks_as_doneDouglas Barbosa Alexandre
2016-02-20Move common behavior to to IssuableBaseServiceDouglas Barbosa Alexandre
2016-02-20Marks pending tasks for an user as done when he merge the MRDouglas Barbosa Alexandre
2016-02-20Marks pending tasks for an user as done when he close the MRDouglas Barbosa Alexandre
2016-02-20Marks pending tasks for an user as done when he edit a MRDouglas Barbosa Alexandre
2016-02-20Create a pending task when an MR is assigned to someoneDouglas Barbosa Alexandre
2016-02-20Mark pending tasks for the current user as done when he edit a noteDouglas Barbosa Alexandre
2016-02-20Mark pending tasks for the note author as done when he left a noteDouglas Barbosa Alexandre
2016-02-20Fix rubocop offensesDouglas Barbosa Alexandre
2016-02-20Marks pending tasks for an user as done when he close the issueDouglas Barbosa Alexandre
2016-02-20Marks pending tasks for an user as done when he edit an issueDouglas Barbosa Alexandre
2016-02-20Remove task abilities, since we will only ever show the user their ownDouglas Barbosa Alexandre