summaryrefslogtreecommitdiff
path: root/app/services/ci
Commit message (Collapse)AuthorAgeFilesLines
* Fix rest of rspec and spinach testsKamil Trzcinski2016-04-121-1/+1
|
* Fix specsKamil Trzcinski2016-04-113-8/+9
|
* Use Ci::Commit as PipelineKamil Trzcinski2016-04-112-10/+19
|
* add 'triggers' keyword to gitlab-ci.yml 'only' and 'except' fields to allow ↵Jason Roehm2016-03-151-1/+1
| | | | control over whether triggers will cause jobs to run
* Cleanup CiCommit and CiBuildKamil Trzcinski2016-03-141-1/+1
| | | | | | - Remove all view related methods from Ci::Build and CommitStatus - Remove unused Ci::Commit and Ci::Build methods - Use polymorphism to render different types of CommitStatus
* Return a builds array in builds create serviceGrzegorz Bizon2016-02-181-0/+1
|
* Improve CI status badge implementationGrzegorz Bizon2016-02-111-12/+7
|
* Run builds from projects with enabled CIci-project-migrateKamil Trzcinski2015-12-111-1/+1
|
* Finishing touchesKamil Trzcinski2015-12-111-1/+1
|
* Remove ci_ prefix from all ci related thingsKamil Trzcinski2015-12-111-28/+0
|
* Migrate CI::Project to ProjectKamil Trzcinski2015-12-117-50/+12
|
* Migrate CI::Services and CI::WebHooks to Services and WebHooksKamil Trzcinski2015-12-101-1/+2
|
* Fix CI badgefix-ci-badgeKamil Trzcinski2015-10-261-9/+7
| | | | The previous code relied on having on ref stored in commit, however the ref was moved to the build.
* Implement when syntax in .gitlab-ci.ymlKamil Trzcinski2015-10-151-1/+13
|
* Show warning if build doesn't have runners with specified tags or runners ↵Kamil Trzcinski2015-10-141-1/+1
| | | | | | | | didn't connect recently Slightly refactor runner status detection: moving it to Runner class Signed-off-by: Kamil Trzcinski <ayufan@ayufan.eu>
* Rename builds_without_retry to latest_buildsKamil Trzcinski2015-10-121-1/+1
|
* Fix commit skippingKamil Trzcinski2015-10-121-5/+5
|
* Implement Commit Status APIKamil Trzcinski2015-10-121-0/+2
|
* Fix create_trigger_request_service_specrefactor-build-serviceKamil Trzcinski2015-10-051-1/+2
|
* Fix rest of testsKamil Trzcinski2015-10-052-8/+6
|
* Fix next bunch of testsKamil Trzcinski2015-10-051-2/+5
|
* Fix triggers specKamil Trzcinski2015-10-051-3/+7
|
* Fix next round of testsKamil Trzcinski2015-10-052-14/+16
|
* Make commit_spec runKamil Trzcinski2015-10-052-23/+18
|
* Add user to Ci::Build to have pusher email addressKamil Trzcinski2015-10-052-16/+4
|
* Refactor commit and buildKamil Trzcinski2015-10-053-28/+44
|
* Remove unnecessary fork ci logicDmitriy Zaporozhets2015-10-021-30/+0
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Fix rubocopKamil Trzcinski2015-09-291-2/+2
|
* Fix register_build_service testsKamil Trzcinski2015-09-291-3/+3
|
* Fix specsKamil Trzcinski2015-09-241-1/+1
|
* remove API calls from CE to CIci_closer_integrationValery Sizov2015-09-181-7/+2
|
* Remove network from CIDmitriy Zaporozhets2015-09-111-3/+3
|
* fix of project creationValery Sizov2015-09-102-2/+2
|
* Groundwork for merging CI into CEDouwe Maan2015-08-258-0/+247