summaryrefslogtreecommitdiff
path: root/app/models/ci/pipeline.rb
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'artifacts-from-ref-and-build-name-api' into 'master' Rémy Coutable2016-07-211-1/+6
|\
| * Merge branch 'master' into artifacts-from-ref-and-build-name-apiLin Jen-Shin2016-07-211-2/+9
| |\
| * | Avoid mixing builds from different pipelines:Lin Jen-Shin2016-07-201-1/+1
| * | Use default_branch rather than master, feedback:Lin Jen-Shin2016-07-201-1/+1
| * | Only allow branches/tags, disallow SHA:Lin Jen-Shin2016-07-191-5/+2
| * | Merge branch 'master' into artifacts-from-ref-and-build-name-apiLin Jen-Shin2016-07-191-0/+4
| |\ \
| * | | API for downloading latest successful build:Lin Jen-Shin2016-07-191-1/+9
* | | | Merge branch 'cs-warn-on-failure' into 'master' Fatih Acet2016-07-201-0/+4
|\ \ \ \ | |_|_|/ |/| | |
| * | | Address feedback.Connor Shea2016-07-191-4/+2
| * | | Add with_warnings? method to Pipelines and add tests.Connor Shea2016-07-191-0/+6
| | |/ | |/|
* | | Fix a problem with processing a pipeline where stage only has manual actionsfix-retries-on-manual-actionsKamil Trzcinski2016-07-201-2/+3
* | | Improve implementation of variablesKamil Trzcinski2016-07-201-0/+6
|/ /
* | Merge branch 'manual-actions' into 'master' Rémy Coutable2016-07-191-0/+4
|\ \ | |/ |/|
| * Rename playable_actions to manual_actionsKamil Trzcinski2016-07-181-2/+2
| * Add implementation of manual actionsKamil Trzcinski2016-07-181-0/+4
* | add git-commit-title-method into pipeline model and modify viewubudzisz2016-07-181-0/+4
|/
* Merge branch 'track-pipeline-user' into 'master' Rémy Coutable2016-07-181-0/+2
|\
| * Track a user who created a pipelineKamil Trzcinski2016-07-151-0/+2
* | Don't fail when Ci::Pipeline doesn't have a projectDouwe Maan2016-07-151-0/+2
|/
* Don't garbage collect commits that have related DB records like commentsDouwe Maan2016-07-041-0/+6
* Add support for "skip ci" tooSimon Welsh2016-06-251-1/+1
* Allow "ci skip" to be in any caseSimon Welsh2016-06-251-1/+1
* fixed pipeline notes issueJames Lopez2016-06-231-0/+13
* 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