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
path: root/spec
AgeCommit message (Expand)Author
2016-02-20Rename Tasks to TodosDouglas Barbosa Alexandre
2016-02-20Create or mark task pending as soon the action happensDouglas 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-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-20Fix pending examples from task model specDouglas 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-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-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-20Add feature spec for task queue list pageDouglas Barbosa Alexandre
2016-02-20Does not create a task for new issue when assignee is the current userDouglas Barbosa Alexandre
2016-02-20Create a pending task when an issue is assigned to someoneDouglas Barbosa Alexandre
2016-02-20Add tasks queue list pageDouglas Barbosa Alexandre
2016-02-20Add task modelDouglas Barbosa Alexandre
2016-02-20Merge branch 'rs-move-controller-specs' into 'master' Douwe Maan
2016-02-20Merge branch 'rs-blob' into 'master' Douwe Maan
2016-02-20Merge branch '12792-emoji-as-text-diff-comment'Douwe Maan
2016-02-20Merge branch 'builds-artifacts-API' into 'master' Kamil Trzciński
2016-02-20Discover branches for commit statuses ref-less when doing merge when succeededKamil Trzcinski
2016-02-20Fix Merge When Succeeded for multiple stagesKamil Trzcinski
2016-02-19Merge branch 'commit-status-fix' into 'master' Kamil Trzciński
2016-02-19Fix missing ignored? for GenericCommitStatusKamil Trzcinski
2016-02-19Fix ci_build trace traitKamil Trzcinski
2016-02-19Fix build and add specsRubén Dávila
2016-02-19Some updates from last code review.Rubén Dávila
2016-02-19Add some specs plus some refactor.Rubén Dávila
2016-02-19Save merge commit id when MR is mergedRubén Dávila
2016-02-19Fix specsKamil Trzcinski
2016-02-19Introduce API for serving the artifacts archiveKamil Trzcinski
2016-02-19Record user that erased a build through APIGrzegorz Bizon
2016-02-19Use POST method instead of DELETE when erasing a buildGrzegorz Bizon
2016-02-19Move build erasable implementation from concern to modelGrzegorz Bizon
2016-02-19Fix build api specs after rebaseGrzegorz Bizon
2016-02-19Fix name of build erasable, remove superfluous method from itGrzegorz Bizon
2016-02-19Move build eraseable API to proper API contextGrzegorz Bizon
2016-02-19Do not allow to modify build if it has been erasedGrzegorz Bizon