summaryrefslogtreecommitdiff
path: root/app/models/ci/build.rb
Commit message (Expand)AuthorAgeFilesLines
* Change cache index delimiter to character not recognizable as variable partTomasz Maczukin2018-02-211-1/+1
* Revert "Merge branch 'expired-ci-artifacts' into 'master'"Stan Hu2018-02-161-33/+4
* Merge branch 'expired-ci-artifacts' into 'master'Grzegorz Bizon2018-02-141-4/+33
|\
| * revert to earlier coding using a hard coded UNION ALL instead of Gitlab::SQL:...expired-ci-artifactsGreg Stark2018-02-091-6/+3
| * add rubocop whitelistGreg Stark2018-02-091-3/+3
| * Revert to old code style where branches of the union do not have extra where ...Greg Stark2018-02-091-18/+12
| * WIP experimentGreg Stark2018-02-091-3/+9
| * Add indexes and change SQL for expired artifacts to deal with artifacts migra...Greg Stark2018-02-081-4/+36
* | Expose GITLAB_FEATURES as CI/CD variable (fixes #40994)40994-expose-features-as-ci-cd-variableDylan Griffith2018-02-071-0/+1
|/
* Trace as artifactsShinya Maeda2018-02-061-0/+1
* Enable RuboCop Style/RegexpLiteralTakuya Noguchi2018-02-011-1/+1
* Replace : with _ in cache key versioningMatija Čupić2018-01-261-1/+1
* Ensure CI pipelines and builds have the correction project associationsStan Hu2018-01-141-0/+1
* Merge branch 'fix/gb/fix-import-export-restoring-associations' into 'master'Kamil Trzciński2018-01-071-1/+1
|\
| * Assign stage and pipeline to a status when importingGrzegorz Bizon2018-01-051-1/+1
* | Refactor Ci::Build#cacheMatija Čupić2018-01-041-4/+7
* | Rename Project#cache_index to jobs_cache_indexMatija Čupić2018-01-041-2/+2
* | Use Project.cache_index in Build#cacheMatija Čupić2017-12-221-1/+5
|/
* Dependencies Validator fails when depended job is `manual`41110-dependencies-validator-fails-when-depended-job-is-manualShinya Maeda2017-12-141-1/+0
* 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