summaryrefslogtreecommitdiff
path: root/lib/ci
Commit message (Collapse)AuthorAgeFilesLines
...
* | 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