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-06-13Improve testsKamil Trzcinski
2016-06-13Improve design based on reviewKamil Trzcinski
2016-06-13Support expiration date in CI API when uploading artifactsKamil Trzcinski
2016-06-09Rename commit to pipeline in TriggerRequestKamil Trzcinski
2016-06-06Merge branch 'rename-ci-commit' into rename-ci-commit-phase-2Kamil Trzcinski
2016-06-06Fix tests offenses: use `pipeline` of Ci::Build and rename viewsKamil Trzcinski
2016-06-03Rename all `[ci_]commit` to `[ci_]pipeline` in specs and featuresKamil Trzcinski
2016-06-03Rename Ci::Build commit to pipelineKamil Trzcinski
2016-05-24Enable RSpec/NotToNot cop and auto-correct offensesRobert Speicher
2016-05-19Add CI API tests for runner config and untagged jobsGrzegorz Bizon
2016-05-13Codestyle: make sure we have space around operatorsGabriel Mazetto
2016-04-21Merge branch 'ci-commit-as-pipeline' into 'master' Kamil TrzciƄski
2016-04-20Make sure that appending is done on a valid lengthTomasz Maczukin
2016-04-20Add range checkingTomasz Maczukin
2016-04-20Add incremental build trace update APITomasz Maczukin
2016-04-12Fix specsKamil Trzcinski
2016-02-19Fix ci_build trace traitKamil Trzcinski
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-04Extract shared context level up in build specsGrzegorz Bizon
2016-02-04Improve CI API specs related to operations on buildGrzegorz Bizon
2016-01-27Fix CI runner version not being properly updated when asking for a buildKamil Trzcinski
2016-01-15Change dependencies.builds to depends_on_buildsKamil Trzcinski
2016-01-14Let the CI runner know about builds that this build depends onKamil Trzcinski
2016-01-14Refactor build artifacts upload API endpointGrzegorz Bizon
2016-01-14Update build artifacts APIGrzegorz Bizon
2016-01-14Modify artifacts upload API endpoint, add artifacts metadataGrzegorz Bizon
2015-12-11Fix after column renameKamil Trzcinski
2015-12-11Remove ci_ prefix from all ci related thingsKamil Trzcinski
2015-12-11Migrate CI::Project to ProjectKamil Trzcinski
2015-11-13Fix caching breaking test of build artifactsKamil Trzcinski
2015-11-13Fix broken testsKamil Trzcinski
2015-11-11Fix testsKamil Trzcinski
2015-11-10Use normal file upload mechanism to upload artifactsKamil Trzcinski
2015-11-10Move tmp artifacts to shared/artifacts/tmp/. Check for GitLab-Workhorse nowKamil Trzcinski
2015-11-10Implement Build ArtifactsKamil Trzcinski
2015-10-14Added CI_BUILD_TAG, _STAGE, _NAME and _TRIGGERED to CI buildsKamil Trzcinski
2015-10-05Fix next bunch of testsKamil Trzcinski
2015-10-05Fix next round of testsKamil Trzcinski
2015-09-29WIPKamil Trzcinski
2015-09-15fix specs. Stage 5Valery Sizov
2015-09-14rubocop satisfyValery Sizov
2015-09-10Fix part of CI api testsDmitriy Zaporozhets
2015-09-09Refactor CI testsDmitriy Zaporozhets