summaryrefslogtreecommitdiff
path: root/lib/ci
Commit message (Collapse)AuthorAgeFilesLines
* Allow to define cache in `.gitlab-ci.yml`cachesKamil Trzcinski2015-11-101-4/+26
|
* 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
| | | | | | | - Offloads uploading to GitLab Workhorse - Use /authorize request for fast uploading - Added backup recipes for artifacts - Support download acceleration using X-Sendfile
* Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into ↵spread-runner-last-updated-atJacob Vosmaer2015-11-031-30/+34
|\ | | | | | | spread-runner-last-updated-at
| * 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 ↵Stan Hu2015-10-221-1/+1
|\ | | | | | | | | huacnlee/fix/api-helpers-bad-autoload-name-for-master Fix API::APIHelpers -> API::Helpers again for master
| * Fix API::APIHelpers -> API::Helpers;Jason Lee2015-10-231-1/+1
| | | | | | | | Rails Autoload find file to require is use , APIHelpers -> api_helpers.rb, not helpers.rb;
* | 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
|\ | | | | | | See merge request !1512
| * Remove the option to disable CIrs-remove-ci-disableRobert Speicher2015-10-052-10/+0
| | | | | | | | | | | | This option only existed to ease the CI-to-CE/EE migration process. This commit partially reverts 8b05abe816b0c681ac218096b294311dd04fde8b
* | Fix next round of testsKamil Trzcinski2015-10-051-1/+1
| |
* | Make commit_spec runKamil Trzcinski2015-10-051-2/+2
| |
* | Add user to Ci::Build to have pusher email addressKamil Trzcinski2015-10-051-1/+1
| |
* | Refactor commit and buildKamil Trzcinski2015-10-051-0/+1
|/
* Delegate ci_project parameters to projectsKamil Trzcinski2015-09-301-19/+4
| | | | | | | - It delegates name, path, gitlab_url, ssh_url_to_repo - Remove ability to set this parameters using CI API This fixes GitLab project rename, namespace change, repository rename, etc.
* Simplify CI projects queryDmitriy Zaporozhets2015-09-231-21/+0
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Relax CI version check during importci-import-improvementsJacob Vosmaer2015-09-211-1/+3
|
* Make importing builds less noisyJacob Vosmaer2015-09-211-1/+1
|
* Use GitlabCi::VERSION when checking migrationKamil Trzcinski2015-09-211-4/+2
|
* Use INSERT INTO to insert tagsKamil Trzcinski2015-09-211-7/+8
|
* Change notices during migratingKamil Trzcinski2015-09-211-2/+2
|
* Create CI migration task on GitLab sideKamil Trzcinski2015-09-203-21/+122
|
* Use pure SQL queries to migrate CI tagsKamil Trzcinski2015-09-201-33/+25
|
* remove API calls from CE to CIci_closer_integrationValery Sizov2015-09-182-38/+0
|
* Use 400 to notify that CI API is disabledallow-to-disable-ciKamil Trzcinski2015-09-181-1/+3
|
* Allow to disable GitLab CIKamil Trzcinski2015-09-182-0/+8
|
* Fix: ci projects orderci_projects_orderValery Sizov2015-09-171-0/+21
|
* Fix update_runner_info helperKamil Trzcinski2015-09-161-0/+2
|
* Fix migrate tags statementKamil Trzcinski2015-09-161-1/+1
|
* Add rake task for easy migration of SQL dumpsKamil Trzcinski2015-09-162-0/+116
|
* Cleanup CI backup => migrate with GitLabKamil Trzcinski2015-09-153-284/+0
|
* fix specs. Stage 5Valery Sizov2015-09-151-6/+3
|
* fix specs. Stage 4Valery Sizov2015-09-152-9/+6
|
* fix specs. Stage 3Valery Sizov2015-09-152-14/+19
|
* fix specs. Stage 2Valery Sizov2015-09-142-85/+6
|
* rubocop satisfyValery Sizov2015-09-141-18/+18
|
* Fix IOError when fetching a new build by runnerKamil Trzcinski2015-09-141-1/+8
|
* fix of APIValery Sizov2015-09-141-2/+6
|
* Remove network from CIDmitriy Zaporozhets2015-09-111-1/+1
|
* integration with gitlab authValery Sizov2015-09-091-5/+5
|
* Update gitignore, change literal DB table names, fix errors, fix fontawesomeDouwe Maan2015-08-261-3/+3
|
* Groundwork for merging CI into CEDouwe Maan2015-08-2522-0/+1613