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-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-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
2016-02-19Use DELETE verb for erasing a build contentGrzegorz Bizon
2016-02-19Create method that checks if build has been erasedGrzegorz Bizon
2016-02-19Update relevant build fields when build is erasedGrzegorz Bizon
2016-02-19Make CI build eraseable only if build is completedGrzegorz Bizon
2016-02-19Add build eraseable feature implementationGrzegorz Bizon
2016-02-19Use build artifacts trait in build specsGrzegorz Bizon
2016-02-19Add artifacts trait to build factory in specsGrzegorz Bizon
2016-02-19Merge branch 'saml-decoupling' into 'master'Patricio Cano
2016-02-19Fix old usages of `ci_runner` factoryTomasz Maczukin
2016-02-19Refactorize `ci_runner` factory and `let` definitions in runners API specTomasz Maczukin
2016-02-19Remove unnecessary parametersTomasz Maczukin
2016-02-19Modify expectations for update runner featureTomasz Maczukin
2016-02-19Change `.map{...}.inject{...}` to `any?{...}` for searching shared runnersTomasz Maczukin
2016-02-19Reorganize `let` statements in spec/requests/api/runners_spec.rbTomasz Maczukin
2016-02-19Move :runner_id param to POST body when enabling specific runner in projectTomasz Maczukin
2016-02-19Add some modifications to spec/requests/api/runners_spec.rbTomasz Maczukin
2016-02-19Fix runners filteringTomasz Maczukin
2016-02-19Fix runners API specTomasz Maczukin
2016-02-19Split `/runners` entrypoint to `/runners` and `/runners/all`Tomasz Maczukin
2016-02-19Fix runners filtering in APITomasz Maczukin
2016-02-19Add feature to enable/disable runner in projectTomasz Maczukin
2016-02-19Add basic runners management APITomasz Maczukin