summaryrefslogtreecommitdiff
path: root/spec
Commit message (Expand)AuthorAgeFilesLines
* Don't load all of GitLab in mail_roomDouwe Maan2016-02-263-0/+78
* Merge branch 'master' into avatar-croppingavatar-croppingAlfredo Sumaran2016-02-263-2/+16
|\
| * Merge branch 'rs-crowd-form-view-spec' into 'master' Rémy Coutable2016-02-261-0/+37
| |\
| * \ Merge branch 'fix-todos' into 'master' Robert Speicher2016-02-251-0/+10
| |\ \
| | * | Does not create a todo when commenting on commit or project snippetDouglas Barbosa Alexandre2016-02-241-0/+10
| * | | Merge remote-tracking branch 'origin/Baertierchen/gitlab-ce-showTestCoverage'Dmitriy Zaporozhets2016-02-251-1/+5
| |\ \ \
| | * | | Add a spec for coverage indicator in project's builds listBaertierchen/gitlab-ce-showTestCoverageRémy Coutable2016-02-221-1/+5
| * | | | Merge branch 'feature/jschatz1/sidebar-sizing' into 'master' Jacob Schatz2016-02-241-1/+1
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | Set window_size to 1366*768Alfredo Sumaran2016-02-231-1/+1
* | | | | Merge branch 'rs-crowd-form-view-spec' into avatar-croppingAlfredo Sumaran2016-02-241-0/+37
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Move "I should see Crowd login form" feature to a view specrs-crowd-form-view-specRobert Speicher2016-02-241-0/+37
| |/ / /
* | | | Add `:with_avatar` trait to User factoryRobert Speicher2016-02-246-6/+25
|/ / /
* | | Does not raise an error when Todo is already marked as doneDouglas Barbosa Alexandre2016-02-231-27/+7
* | | Merge branch 'ci/extend-summary-status-specs' into 'master' Kamil Trzciński2016-02-231-21/+51
|\ \ \
| * | | Extend specs for summary build statusci/extend-summary-status-specsGrzegorz Bizon2016-02-201-21/+51
* | | | Merge branch 'fix-autocomplete-spec' into 'master'Robert Speicher2016-02-231-1/+1
| |_|/ |/| |
* | | Ensure we don't check a commit's description for revert message if it has no ...Rémy Coutable2016-02-221-0/+34
* | | Check the HEAD of branch when doing Merge When Succeededimprove-merge-when-succeededKamil Trzcinski2016-02-221-0/+16
* | | Merge branch 'tasks' into 'master' Douglas Barbosa Alexandre2016-02-2213-4/+656
|\ \ \
| * | | Rename Tasks to TodosDouglas Barbosa Alexandre2016-02-2013-333/+338
| * | | Create or mark task pending as soon the action happensDouglas Barbosa Alexandre2016-02-201-1/+1
| * | | Ensure that we only have one task per issue/mrDouglas Barbosa Alexandre2016-02-201-18/+16
| * | | Explicit mention of the assignee make a taskDouglas Barbosa Alexandre2016-02-201-4/+4
| * | | Refactoring task queue partialsDouglas Barbosa Alexandre2016-02-201-19/+5
| * | | Improve formatted message for tasks when action is a mentionDouglas Barbosa Alexandre2016-02-201-1/+7
| * | | Use destroy, in case we ever have before_destroy callbacks on TaskDouglas Barbosa Alexandre2016-02-201-1/+1
| * | | Fix task factoryDouglas Barbosa Alexandre2016-02-202-2/+5
| * | | Fix rubocop offensesDouglas Barbosa Alexandre2016-02-201-3/+3
| * | | Fix pending examples from task model specDouglas Barbosa Alexandre2016-02-201-4/+30
| * | | Create a pending task when a user is mentioned when edit a issue/mr/noteDouglas Barbosa Alexandre2016-02-207-84/+79
| * | | Does not create a task if new assignee is the current userDouglas Barbosa Alexandre2016-02-201-0/+12
| * | | Create a pending task when a user is mentioned on a noteDouglas Barbosa Alexandre2016-02-203-0/+29
| * | | Create a pending task when a user is mentioned on issue/mrDouglas Barbosa Alexandre2016-02-201-30/+66
| * | | Rename TaskService#mark_as_done to mark_pending_tasks_as_doneDouglas Barbosa Alexandre2016-02-201-2/+2
| * | | Marks pending tasks for an user as done when he merge the MRDouglas Barbosa Alexandre2016-02-201-0/+17
| * | | Marks pending tasks for an user as done when he close the MRDouglas Barbosa Alexandre2016-02-202-0/+24
| * | | Marks pending tasks for an user as done when he edit a MRDouglas Barbosa Alexandre2016-02-201-1/+54
| * | | Create a pending task when an MR is assigned to someoneDouglas Barbosa Alexandre2016-02-203-8/+109
| * | | Mark pending tasks for the current user as done when he edit a noteDouglas Barbosa Alexandre2016-02-201-0/+45
| * | | Mark pending tasks for the note author as done when he left a noteDouglas Barbosa Alexandre2016-02-202-4/+40
| * | | Marks pending tasks for an user as done when he close the issueDouglas Barbosa Alexandre2016-02-202-0/+25
| * | | Marks pending tasks for an user as done when he edit an issueDouglas Barbosa Alexandre2016-02-203-11/+93
| * | | Add feature spec for task queue list pageDouglas Barbosa Alexandre2016-02-201-0/+23
| * | | Does not create a task for new issue when assignee is the current userDouglas Barbosa Alexandre2016-02-201-0/+4
| * | | Create a pending task when an issue is assigned to someoneDouglas Barbosa Alexandre2016-02-203-2/+92
| * | | Add tasks queue list pageDouglas Barbosa Alexandre2016-02-201-0/+23
| * | | Add task modelDouglas Barbosa Alexandre2016-02-202-0/+33
| |/ /
* | | Merge branch 'merge-when-succeeded' into 'master' Douwe Maan2016-02-221-6/+60
|\ \ \
| * | | Discover branches for commit statuses ref-less when doing merge when succeededmerge-when-succeededKamil Trzcinski2016-02-191-6/+30
| * | | Fix Merge When Succeeded for multiple stagesKamil Trzcinski2016-02-191-0/+30