summaryrefslogtreecommitdiff
path: root/lib/ci
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'ci/remove-builds' into 'master' Grzegorz Bizon2016-02-191-1/+5
* Merge branch 'fix/ci-first-job-allow-failure' into 'master' Kamil Trzciński2016-02-181-3/+1
* Merge branch 'fix-ci-runners-version-update' into 'master' Robert Speicher2016-01-273-4/+9
|\
| * Fix CI runner version not being properly updated when asking for a buildfix-ci-runners-version-updateKamil Trzcinski2016-01-273-4/+9
* | Fix hot reloading for CI APIhot-reloadingKamil Trzcinski2016-01-261-1/+1
|/
* Added cache:key to .gitlab-ci.yml allowing to fine tune the cachingci/cache-keyKamil Trzcinski2016-01-201-0/+8
* Change dependencies.builds to depends_on_buildsKamil Trzcinski2016-01-151-4/+2
* Let the CI runner know about builds that this build depends onci/build_dependenciesKamil Trzcinski2016-01-142-6/+17
* Refactor build artifacts upload API endpointGrzegorz Bizon2016-01-141-8/+7
* Update build artifacts APIGrzegorz Bizon2016-01-142-10/+8
* Modify artifacts upload API endpoint, add artifacts metadataGrzegorz Bizon2016-01-142-4/+17
* Use method that creates runners registration tokenGrzegorz Bizon2015-12-231-1/+1
* Merge branch 'master' into ci/persist-registration-tokenGrzegorz Bizon2015-12-1412-359/+43
|\
| * Merge branch 'ci-project-migrate' into 'master' Kamil Trzciński2015-12-1411-295/+3
| |\
| | * Use Gitlab::Git instead of Ci::GitKamil Trzcinski2015-12-111-5/+0
| | * Fix after column renameKamil Trzcinski2015-12-111-9/+0
| | * Remove ci_ prefix from all ci related thingsKamil Trzcinski2015-12-112-3/+3
| | * Add runners tokenKamil Trzcinski2015-12-113-6/+2
| | * Migrate CI::Project to ProjectKamil Trzcinski2015-12-118-280/+6
| * | Merge branch 'ci-services-migrate' into 'master' Kamil Trzciński2015-12-141-38/+0
| |\ \ | | |/
| | * Migrate CI::Services and CI::WebHooks to Services and WebHooksKamil Trzcinski2015-12-101-38/+0
| * | Merge branch 'complexity/rubocop-metrics' into 'master' Douwe Maan2015-12-111-26/+40
| |\ \ | | |/ | |/|
| | * Refactor CI YAML processor's validatorsGrzegorz Bizon2015-12-081-26/+40
* | | Ensure that runners registration token is presentGrzegorz Bizon2015-12-111-1/+1
* | | Use new runners registration token to register CI runnersGrzegorz Bizon2015-12-112-2/+6
|/ /
* | Allow [Symbol] when loading YAML Kamil Trzciński2015-12-091-2/+2
* | Use YAML.safe_loadKamil Trzciński2015-12-091-2/+2
|/
* Expose artifacts pathci-artifacts-pathKamil Trzcinski2015-11-231-0/+2
* Merge branch 'caches' into 'master' Kamil Trzciński2015-11-121-4/+26
|\
| * Allow to define cache in `.gitlab-ci.yml`cachesKamil Trzcinski2015-11-101-4/+26
* | Merge branch 'artifacts' into 'master' Kamil Trzciński2015-11-115-3/+137
|\ \ | |/
| * Final fixesKamil Trzcinski2015-11-101-1/+1
| * Use normal file upload mechanism to upload artifactsKamil Trzcinski2015-11-101-9/+7
| * Change artifacts syntax to allow uploading untracked filesKamil Trzcinski2015-11-101-3/+13
| * Implement Build ArtifactsKamil Trzcinski2015-11-105-2/+128
* | Improve Continuous Integration graphs pageDmitriy Zaporozhets2015-11-101-1/+2
|/
* Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into spread-runner-l...spread-runner-last-updated-atJacob Vosmaer2015-11-031-30/+34
|\
| * Extend yml syntax for only and except to support specifying repository pathKamil Trzcinski2015-11-021-30/+34
* | Spread out runner contacted_at updatesJacob Vosmaer2015-11-021-1/+3
|/
* Merge pull request #9762 from huacnlee/fix/api-helpers-bad-autoload-name-for-...Stan Hu2015-10-221-1/+1
|\
| * Fix API::APIHelpers -> API::Helpers;Jason Lee2015-10-231-1/+1
* | Require jobs to be namedfail-on-empty-job-nameKamil Trzcinski2015-10-221-15/+23
* | Remove CI migration taskremove-ci-migrationKamil Trzcinski2015-10-214-210/+0
* | Shut up, RubocopRobert Speicher2015-10-151-1/+1
* | Fix specsKamil Trzcinski2015-10-151-1/+1
* | Implement when syntax in .gitlab-ci.ymlKamil Trzcinski2015-10-152-1/+27
|/
* Implement Commit Status APIKamil Trzcinski2015-10-121-2/+2
* Merge branch 'rs-remove-ci-disable'Kamil Trzcinski2015-10-052-10/+0
|\
| * Remove the option to disable CIrs-remove-ci-disableRobert Speicher2015-10-052-10/+0
* | Fix next round of testsKamil Trzcinski2015-10-051-1/+1