summaryrefslogtreecommitdiff
path: root/spec
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | 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
* | | | Flush emptiness caches whenever neededYorick Peterse2016-02-201-0/+14
| |/ / |/| |
* | | Merge branch 'rs-move-controller-specs' into 'master' Douwe Maan2016-02-205-0/+0
|\ \ \
| * | | Move a few controller specs to their correct locationsrs-move-controller-specsRobert Speicher2016-02-185-0/+0
* | | | Merge branch 'rs-blob' into 'master' Douwe Maan2016-02-201-0/+81
|\ \ \ \
| * | | | Add a `Blob` model that wraps `Gitlab::Git::Blob`rs-blobRobert Speicher2016-02-181-0/+81
| |/ / /
* | | | Merge branch '12792-emoji-as-text-diff-comment'Douwe Maan2016-02-191-2/+10
|\ \ \ \
| * | | | Improve #set_award! on the Note model12792-emoji-as-text-diff-commentZeger-Jan van de Weg2016-02-191-1/+4
| * | | | Emoji reponses on diffs aren't award emojiZeger-Jan van de Weg2016-02-191-2/+7
* | | | | Merge branch 'builds-artifacts-API' into 'master' Kamil Trzciński2016-02-194-51/+93
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Fix ci_build trace traitKamil Trzcinski2016-02-193-5/+5
| * | | | Fix specsKamil Trzcinski2016-02-192-60/+77
| * | | | Introduce API for serving the artifacts archiveKamil Trzcinski2016-02-191-0/+25
* | | | | Merge branch 'commit-status-fix' into 'master' Kamil Trzciński2016-02-191-25/+29
|\ \ \ \ \
| * | | | | Fix missing ignored? for GenericCommitStatuscommit-status-fixKamil Trzcinski2016-02-191-25/+29
* | | | | | Fix build and add specsRubén Dávila2016-02-192-7/+55
* | | | | | Some updates from last code review.Rubén Dávila2016-02-191-1/+0
* | | | | | Add some specs plus some refactor.Rubén Dávila2016-02-191-0/+26
* | | | | | Save merge commit id when MR is mergedRubén Dávila2016-02-192-0/+2
| |/ / / / |/| | | |
* | | | | Record user that erased a build through APIGrzegorz Bizon2016-02-191-0/+5
* | | | | Use POST method instead of DELETE when erasing a buildGrzegorz Bizon2016-02-191-3/+3
* | | | | Move build erasable implementation from concern to modelGrzegorz Bizon2016-02-192-97/+98
* | | | | Fix build api specs after rebaseGrzegorz Bizon2016-02-191-1/+1
* | | | | Fix name of build erasable, remove superfluous method from itGrzegorz Bizon2016-02-192-23/+13
* | | | | Move build eraseable API to proper API contextGrzegorz Bizon2016-02-192-12/+25
* | | | | Do not allow to modify build if it has been erasedGrzegorz Bizon2016-02-191-21/+35
* | | | | Use DELETE verb for erasing a build contentGrzegorz Bizon2016-02-193-7/+23
* | | | | Create method that checks if build has been erasedGrzegorz Bizon2016-02-191-1/+16
* | | | | Update relevant build fields when build is erasedGrzegorz Bizon2016-02-191-8/+38
* | | | | Make CI build eraseable only if build is completedGrzegorz Bizon2016-02-191-2/+2
* | | | | Add build eraseable feature implementationGrzegorz Bizon2016-02-191-0/+62
* | | | | Use build artifacts trait in build specsGrzegorz Bizon2016-02-191-22/+8
* | | | | Add artifacts trait to build factory in specsGrzegorz Bizon2016-02-191-1/+1