summaryrefslogtreecommitdiff
path: root/app/models/ci
Commit message (Expand)AuthorAgeFilesLines
* Use scope rather than class methodprefer-scopeLin Jen-Shin2016-07-071-4/+1
* Explicitly set to nil when artifacts don't exist:Lin Jen-Shin2016-07-041-0/+2
* Merge remote-tracking branch 'upstream/master' into save-artifacts_sizesLin Jen-Shin2016-07-044-2/+9
|\
| * Don't garbage collect commits that have related DB records like commentsDouwe Maan2016-07-042-1/+7
| * Improve method that tells if build is retryableGrzegorz Bizon2016-06-301-1/+1
| * add missing attribute to attr_encrypted so it is fully backwards-compatibleJames Lopez2016-06-281-0/+1
* | Use nil for non-existing files rather than 0Lin Jen-Shin2016-07-011-1/+3
* | Use AR callbacks as suggested by:Lin Jen-Shin2016-06-291-1/+5
* | Also remove ci_builds.artifacts_size when erasedLin Jen-Shin2016-06-281-0/+1
* | Just save the size in total rather than individual filesLin Jen-Shin2016-06-281-20/+6
* | Introduce ci_builds.artifacts_sizes as JSON:Lin Jen-Shin2016-06-281-1/+20
|/
* 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 remote-tracking branch 'upstream/master' into feature/runner-lock-on-pr...Lin Jen-Shin2016-06-202-0/+5
|\
| * 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-162-11/+50
| | |\
| | * | Revert "squashed merge and fixed conflicts"James Lopez2016-06-162-50/+11
| | * | squashed merge and fixed conflictsJames Lopez2016-06-162-11/+50
| | * | 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-133-21/+23
| | |\ \
| | * | | WIP - added missing notes, trying to fix specsJames Lopez2016-06-031-0/+4
| * | | | Make sure that artifacts_file is nullified after removing artifactsmake-sure-that-artifacts-file-is-savedKamil Trzcinski2016-06-171-0/+1
* | | | | Rename according to:Lin Jen-Shin2016-06-201-3/+3
* | | | | Merge remote-tracking branch 'upstream/master' into feature/runner-lock-on-pr...Lin Jen-Shin2016-06-172-26/+73
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch 'master' into fix/status-of-pipeline-without-buildsfix/status-of-pipeline-without-buildsGrzegorz Bizon2016-06-152-11/+50
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | Improve design after reviewKamil Trzcinski2016-06-141-1/+2
| | * | | Merge remote-tracking branch 'origin/master' into environments-and-deploymentsKamil Trzcinski2016-06-141-4/+29
| | |\ \ \
| | | * | | Improve design based on reviewKamil Trzcinski2016-06-131-5/+4
| | | * | | Show the artifacts expiration prompt in Build Artifacts widgetKamil Trzcinski2016-06-131-2/+2
| | | * | | Add artifacts_expire_in method for Ci::BuildKamil Trzcinski2016-06-131-0/+12
| | | * | | Move keep to ArtifactsControllerKamil Trzcinski2016-06-131-4/+4
| | | * | | Allow to expire build artifactsKamil Trzcinski2016-06-131-2/+16
| | | | |/ | | | |/|
| | * | | Properly create a new deployment after build successKamil Trzcinski2016-06-141-2/+6
| | * | | Make retry action on pipeline to save a userKamil Trzcinski2016-06-141-2/+4
| | * | | Added initial version of deploymentsKamil Trzcinski2016-06-101-5/+8
| | * | | 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-143-25/+27
| |\ \ \ | | |/ /
| * | | Refactor code reponsible for creating buildsGrzegorz Bizon2016-06-032-8/+16
| * | | Save Ci::Commit object to persist all created buildsKamil Trzcinski2016-06-032-3/+8
| * | | Add minor improvements in create builds serviceGrzegorz Bizon2016-06-031-1/+1
| * | | Refactor ci commit pipeline to prevent implicit savesGrzegorz Bizon2016-06-031-12/+4
| | |/ | |/|
* | | Use FIXME instead, feedback from:Lin Jen-Shin2016-06-161-2/+2
* | | Return the association and check it in controller instead:Lin Jen-Shin2016-06-141-1/+1