summaryrefslogtreecommitdiff
path: root/app/models/ci/pipeline.rb
Commit message (Expand)AuthorAgeFilesLines
* Rename commit_data in Pipeline to commitfix/builds-api-nil-commitGrzegorz Bizon2016-06-211-4/+4
* Merge branch 'feature/project-export' into 'master' Douwe Maan2016-06-171-0/+4
|\
| * Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into feature/project...feature/project-exportJames Lopez2016-06-161-2/+8
| |\
| * | Revert "squashed merge and fixed conflicts"James Lopez2016-06-161-8/+2
| * | squashed merge and fixed conflictsJames Lopez2016-06-161-2/+8
| * | refactored loads of things due to commits to pipeline changeJames Lopez2016-06-131-4/+4
| * | Merge branches 'feature/project-export' and 'master' of gitlab.com:gitlab-org...James Lopez2016-06-131-0/+4
* | | Merge branch 'master' into fix/status-of-pipeline-without-buildsfix/status-of-pipeline-without-buildsGrzegorz Bizon2016-06-151-2/+8
|\ \ \ | | |/ | |/|
| * | Make retry action on pipeline to save a userKamil Trzcinski2016-06-141-2/+4
| * | commit statusKamil Trzcinski2016-06-101-0/+4
| |/
* | Remove reduntant method for building pipeline buildsGrzegorz Bizon2016-06-151-7/+5
* | Improve creating builds by combining two loopsGrzegorz Bizon2016-06-151-20/+16
* | Add note for short circuit eval when building buildsGrzegorz Bizon2016-06-151-2/+12
* | Return false in create_builds if not builds createdGrzegorz Bizon2016-06-151-3/+2
* | Improve code clarity in pipeline create serviceGrzegorz Bizon2016-06-141-1/+1
* | Merge branch 'master' into fix/status-of-pipeline-without-buildsGrzegorz Bizon2016-06-141-12/+17
|/
* Fix other places where we still use commit attribute of BuildKamil Trzcinski2016-06-031-1/+1
* Fix more places where we should rename ci_commit to pipelineKamil Trzcinski2016-06-031-1/+1
* Use foreign_key to define column nameKamil Trzcinski2016-06-031-2/+2
* Use ci_commits tableKamil Trzcinski2016-06-031-0/+2
* Rename Ci::Commit to Ci::Pipeline and rename some of the ci_commit to pipelineKamil Trzcinski2016-06-021-0/+183