summaryrefslogtreecommitdiff
path: root/app/models/ci/build.rb
Commit message (Expand)AuthorAgeFilesLines
* Change feature flag to ci_disable_validates_dependencies to enable it as defaultShinya Maeda2017-12-071-1/+1
* Fix /build_spec.rbShinya Maeda2017-12-061-8/+8
* Optimize valid_dependency method by ayufan thoughtShinya Maeda2017-12-061-15/+11
* Add feature flagShinya Maeda2017-12-061-0/+2
* Add case when artifacts have not existed on dependenciesShinya Maeda2017-12-061-5/+15
* Use Class.new(StandardError) instead of custom extended error class. Bring ba...Shinya Maeda2017-12-061-2/+8
* Fail jobs if its dependency is missingShinya Maeda2017-12-061-0/+6
* Perform SQL matching of Build&Runner tags to greatly speed-up job pickingKamil Trzcinski2017-12-051-0/+19
* Fix failuresKamil Trzcinski2017-12-031-5/+1
* Code styleKamil Trzcinski2017-12-031-1/+2
* Store expire_at in ci_job_artifactsKamil Trzcinski2017-12-031-3/+4
* Use `job_artifacts_archive|metadata`Kamil Trzcinski2017-12-031-2/+2
* Revert "Rename `job_archive|metadata` to `artifacts_archive|metadata`"Kamil Trzcinski2017-12-031-2/+2
* Rename `job_archive|metadata` to `artifacts_archive|metadata`Kamil Trzcinski2017-12-031-2/+2
* Rename artifacts_* to legacy_artifacts_*Kamil Trzcinski2017-12-031-2/+2
* Fix most test failuresZeger-Jan van de Weg2017-12-031-5/+4
* Fix creation of job_artifact_uploaderKamil Trzcinski2017-12-031-2/+2
* Rename Artifact to JobArtifact, split metadata outZeger-Jan van de Weg2017-12-031-9/+15
* Create Ci::ArtifactsZeger-Jan van de Weg2017-12-031-14/+9
* Allow to drop jobs for deleted projectsKamil Trzcinski2017-11-271-0/+1
* Use latest_merge_request_diff associationSean McGivern2017-11-231-1/+1
* Adds Rubocop rule for line break after guard clauseJacopo2017-11-161-0/+1
* Add doc. Fix spec. Add erase_build in protected_ref ruleShinya Maeda2017-11-071-1/+1
* Do not allow jobs to be erasedShinya Maeda2017-11-061-0/+4
* Extract `Ci::Build#parse_trace_sections!` into a service37970-ci-sections-trackingAlessio Caiazza2017-10-061-18/+1
* Add CI build trace sections extractorAlessio Caiazza2017-10-051-0/+22
* Expose GitLab features to the CI runner37970-timestamped-ciAlessio Caiazza2017-10-031-0/+4
* move `lib/ci/mask_secret.rb` into `lib/gitlab/ci/mask_secret.rb`Maxim Rydkin2017-09-121-2/+2
* Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into zj/gitlab-ce-zj...Kamil Trzcinski2017-09-061-1/+0
|\
| * Merge branch 'fix/sm/33281-activerecord-recordinvalid-when-build-has-nil-prot...Kamil TrzciƄski2017-09-061-1/+0
| |\
| | * Remove only validationfix/sm/33281-activerecord-recordinvalid-when-build-has-nil-protectedShinya Maeda2017-09-071-1/+0
| | * Revert set_protectedShinya Maeda2017-09-071-5/+1
| | * Use before_save :set_protectedShinya Maeda2017-09-061-1/+5
* | | Improve config source handling codeKamil Trzcinski2017-09-061-0/+1
|/ /
* | refactor code based on feedbackfix/import-export-performanceJames Lopez2017-09-061-1/+1
* | fix export performance of CI buildsJames Lopez2017-09-051-0/+4
|/
* Fix specShinya Maeda2017-09-031-1/+2
* Fix specShinya Maeda2017-09-031-1/+1
* Add validation for protected attributesShinya Maeda2017-09-031-0/+1
* Refactor access_level to not_protected and ref_protectedShinya Maeda2017-09-031-1/+1
* Update application code by the db schema changeShinya Maeda2017-09-031-5/+1
* Tweak only new_builds. Revert the rest.Shinya Maeda2017-09-031-5/+0
* Solution 1. Persists protected(ref) flag on ci_pipelines table. builds_for_sh...Shinya Maeda2017-09-031-0/+10
* Merge branch '26692-predefined-variable-gitlab-user-name' into 'master'Grzegorz Bizon2017-08-311-1/+3
|\
| * Add a Build Variable to represent the triggering GitLab user's login usernameMark Fletcher2017-08-301-0/+1
| * Add a Build Variable to represent the triggering GitLab user's nameMark Fletcher2017-08-301-1/+2
* | Run job hooks after transation commits after createGrzegorz Bizon2017-08-231-1/+1
* | Do not fire synrchonous hooks when creating a jobGrzegorz Bizon2017-08-221-1/+4
|/
* Fix CI_PROJECT_PATH_SLUG slugifyvanadium232017-08-151-4/+1
* Remove if pipeline.variables in Ci::Build#variablesShinya Maeda2017-07-281-1/+1