summaryrefslogtreecommitdiff
path: root/app/models/ci/build.rb
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-211-0/+13
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-171-0/+4
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-161-0/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-151-5/+0
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-111-0/+6
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-271-0/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-201-2/+0
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-181-1/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-171-1/+5
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-131-0/+2
* New interruptible attribute supported in YAML parsing.Cédric Tabin2019-09-051-0/+1
* Avoid calling freeze on already frozen strings in app/modelsdineshpanda2019-09-011-1/+1
* Use self.ignored_columns += instead of =Stan Hu2019-08-301-8/+8
* Remove dependency on IgnorableColumn concerndineshpanda2019-08-301-7/+8
* Avoid conflicts between ArchiveTraceWorkersavoid-race-condition-of-archive-trace-cron-workerShinya Maeda2019-08-221-0/+2
* Enable DAG support by defaultenable-dag-support-by-defaultKamil Trzciński2019-08-141-1/+1
* Expand variables only when neededKamil Trzciński2019-08-131-1/+1
* Respect needs for artifactsrespect-needs-on-artifactsKamil Trzciński2019-08-021-10/+6
* Add support for DAGKamil Trzciński2019-08-011-3/+15
* Add Job specific variablesMatija Čupić2019-07-291-2/+5
* Validate the existence of archived traces before removing live tracesafe-archiving-for-tracesShinya Maeda2019-07-231-0/+8
* Upgrade to Rails 5.2upgrade-rails-5-2-ceHeinrich Lee Yu2019-07-121-1/+1
* Add a rubocop for Rails.loggerMayra Cabrera2019-07-101-1/+1
* Revert "Merge branch..."revert-86900f00Kamil Trzciński2019-06-051-1/+1
* Cleans up UpdateProjectStatistics concernMayra Cabrera2019-06-031-1/+0
* Remove legacy artifact related coderemove-legacy-artifacts-related-codeShinya Maeda2019-05-311-35/+29
* Extract Ci::Build#report_artifacts into methodmc/feature/reports-downloadMatija Čupić2019-05-281-0/+4
* Added filtering jobs by age to jobs/request API endpointDmitry Chepurovskiy2019-05-201-0/+2
* Stop configuring group clusters on creation60379-remove-ci-preparing-state-feature-flagTiger2019-05-161-2/+0
* Merge branch '53064-bypassing-pipeline-jobs-by-canceling-the-pipeline-and-man...Douwe Maan2019-05-021-1/+1
|\
| * Make canceled jobs not retryablemfluharty2019-04-181-1/+1
* | Fix CI_COMMIT_REF_NAME and SLUG variableShinya Maeda2019-04-291-2/+1
* | Extract ProjectStatistics updates into a concernAlessio Caiazza2019-04-191-18/+2
|/
* Backport changes from EEMatija Čupić2019-04-161-2/+2
* Drop legacy artifacts usagedrop-usage-of-leagcy-artifactsShinya Maeda2019-04-041-3/+10
* Create detached merge request pipelinespersist-fulll-ref-path-for-mr-pipelinesShinya Maeda2019-03-291-2/+4
* Add feature flag for build preparing stateTiger2019-03-201-0/+2
* Create framework for build prerequisitesTiger2019-03-201-1/+23
* Resolve "Mask the existing variables"Matija Čupić2019-03-071-4/+4
* Adds the Rubocop ReturnNil copAndrew Newdigate2019-03-061-1/+1
* Use encrypted runner tokensKamil Trzciński2019-03-061-1/+1
* Extract scoped CI/CD variables to a separate concernGrzegorz Bizon2019-03-021-139/+45
* Move ref slug helper to HasRef moduleGrzegorz Bizon2019-03-021-11/+0
* Add suffix for merge request eventShinya Maeda2019-03-011-1/+1
* Expose refspec and depth to runnerShinya Maeda2019-02-251-5/+8
* Backport: Optimize slow pipelines.js responseShinya Maeda2019-02-051-2/+12
* Extract processable metadata to a separate concernGrzegorz Bizon2019-01-291-50/+1
* Extract common `when` code between CI/CD processablesGrzegorz Bizon2019-01-251-4/+0
* Segregate interface require to make CI/CD entity processableGrzegorz Bizon2019-01-251-0/+1
* Fix runner eternal loop when update job resultShinya Maeda2019-01-181-1/+8