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-09-16Remove schema annotations completelyValery Sizov
2016-09-13Add test with inactive error use case for 'POST /ci/api/v1/builds/register.json'Tomasz Maczukin
2016-08-18Add endpoints for pipelinesZ.J. van de Weg
2016-08-11Pre-create all builds for Pipeline when a trigger is receivedKamil Trzcinski
2016-07-29Check for Ci::Build artifacts at database levelPaco Guzman
2016-07-26Tests refactoring for trigger variablesKatarzyna Kobierska
2016-07-19Use value of `yaml_variables` and `when` from config_processor if undefinedKamil Trzcinski
2016-07-18Improve manual actions code and add model, service and feature testsKamil Trzcinski
2016-07-16Store when and yaml variables in builds tableKamil Trzcinski
2016-06-15Adopt the rename from ci_commits to ci_pipelinesLin Jen-Shin
2016-06-03Rename all `[ci_]commit` to `[ci_]pipeline` in specs and featuresKamil Trzcinski
2016-06-03Try to use `pipeline` where applicableKamil Trzcinski
2016-06-03Rename Ci::Build commit to pipelineKamil Trzcinski
2016-06-02Rename Ci::Commit to Ci::Pipeline and rename some of the ci_commit to pipelineKamil Trzcinski
2016-03-04Move all factory definitions to their own fileRobert Speicher
2016-02-22Add a spec for coverage indicator in project's builds listRémy Coutable
2016-02-19Fix specsKamil Trzcinski
2016-02-19Fix build api specs after rebaseGrzegorz Bizon
2016-02-19Use DELETE verb for erasing a build contentGrzegorz Bizon
2016-02-19Add artifacts trait to build factory in specsGrzegorz Bizon
2016-02-19Refactorize `ci_runner` factory and `let` definitions in runners API specTomasz Maczukin
2016-02-18Fix builds scheduler when first build is allowed to failGrzegorz Bizon
2016-02-18Add specs for build status helper classGrzegorz Bizon
2016-02-04Remove unmaintainable db schema comment from build factoryGrzegorz Bizon
2016-02-04Improve CI API specs related to operations on buildGrzegorz Bizon
2016-01-14Merge branch 'master' into ci/api-triggersTomasz Maczukin
2016-01-14Merge branch 'master' into ci/api-buildsTomasz Maczukin
2016-01-14Merge branch 'master' into ci/api-triggersTomasz Maczukin
2016-01-14Remove hard-coded id from builds factoryTomasz Maczukin
2016-01-13Modify :ci_variable factoryTomasz Maczukin
2016-01-13Change :ci_build_canceled factory to :canceled traitTomasz Maczukin
2016-01-11Fix :ci_build_with_trace factoryTomasz Maczukin
2016-01-05Fix ci_trigger_request factoryTomasz Maczukin
2016-01-04Add triggers feature to APITomasz Maczukin
2016-01-01Add create feature to variables APITomasz Maczukin
2015-12-31Add features for list and show details of variables in APITomasz Maczukin
2015-12-30Add cancel/retry features to builds APITomasz Maczukin
2015-12-30Add specs for build details/traces features in builds APITomasz Maczukin
2015-12-11Migrate CI::Project to ProjectKamil Trzcinski
2015-12-10Migrate CI::Services and CI::WebHooks to Services and WebHooksKamil Trzcinski
2015-12-02Specs for 'Merge When Build Succeeds'Zeger-Jan van de Weg
2015-11-13Expose CI enable option in project featuresKamil Trzcinski
2015-11-09Fix testsKamil Trzcinski
2015-10-12Implement Commit Status APIKamil Trzcinski
2015-10-05Make rubocop happyKamil Trzcinski
2015-10-05Fix rest of testsKamil Trzcinski
2015-10-05Fix next round of testsKamil Trzcinski
2015-10-05Make commit_spec runKamil Trzcinski
2015-10-05Add user to Ci::Build to have pusher email addressKamil Trzcinski
2015-09-30Delegate ci_project parameters to projectsKamil Trzcinski