summaryrefslogtreecommitdiff
path: root/app/models/ci/build.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add config_options|variables to BuildMetadatakamil-refactor-ci-builds-v5Kamil Trzciński2019-01-041-7/+45
* Merge branch 'use-after-transition' into 'master'Grzegorz Bizon2019-01-031-0/+4
|\
| * Prefer to use after_transitionuse-after-transitionKamil Trzciński2019-01-021-0/+4
* | Merge branch 'security-master-secret-ci-variables-exposed' into 'master'John Jarvis2019-01-021-2/+3
|\ \ | |/ |/|
| * Use full ref when possible to avoid ambiguityMatija Čupić2018-12-081-2/+3
* | Add new predefined variable CI_COMMIT_SHORT_SHAJason Lenny2018-12-171-0/+1
* | Generalise test compare serviceGilbert Roulot2018-12-111-1/+1
|/
* Encrypt CI/CD builds tokensKamil Trzciński2018-12-071-1/+1
* Revert "Merge branch 'fix/gb/encrypt-ci-build-token' into 'master'"Robert Speicher2018-12-061-1/+1
* Encrypt builds token by default with insecure fallbackGrzegorz Bizon2018-12-051-1/+1
* Merge branch 'rails5-active-record-class-value' into 'master'Stan Hu2018-11-191-2/+2
|\
| * Rails5: Passing a class as a value in an Active Record query is deprecatedJasper Maes2018-11-171-2/+2
* | Improve variables supportimprove-variables-supportKamil Trzciński2018-11-191-13/+11
|/
* Merge branch 'max_retries_when' into 'master'Grzegorz Bizon2018-11-071-4/+22
|\
| * amend method description a little bitMarkus Doits2018-11-071-6/+5
| * fix failure in case of missing optionsMarkus Doits2018-11-071-1/+1
| * one more refactor after feedbackMarkus Doits2018-11-071-13/+13
| * handle old retry format in build (possibly saved in database)Markus Doits2018-11-071-2/+13
| * refactoring after latest feedbackMarkus Doits2018-11-071-6/+2
| * refactor retry logic to define any reason and more than one reason to retryMarkus Doits2018-11-071-9/+4
| * add `retry_failure?` option and use it to decide if to retry a build failureMarkus Doits2018-11-071-3/+14
| * add an option when to retry a build (unused yet)Markus Doits2018-11-071-0/+5
| * allow retries to be a hashMarkus Doits2018-11-071-1/+2
* | Merge branch 'fix-environment-status-in-merge-request-widget' into 'master'Sean McGivern2018-11-071-0/+1
|\ \ | |/ |/|
| * Execute BuildSuccessWorker after job succeededShinya Maeda2018-11-071-0/+1
* | Merge branch '21480-parallel-job-keyword-mvc' into 'master'Grzegorz Bizon2018-11-071-1/+3
|\ \ | |/ |/|
| * Make Rubocop and Danger happyMatija Čupić2018-11-021-1/+1
| * Move parallelized node index to job optionsMatija Čupić2018-11-011-5/+1
| * Implement POC config based parallelizationMatija Čupić2018-10-311-0/+6
| * Revert Seed based parallelization implementationMatija Čupić2018-10-301-6/+0
| * Add build specsMatija Čupić2018-10-271-2/+2
| * Refactor parallelization implementationMatija Čupić2018-10-271-0/+6
* | Squashed commit of the following:Shinya Maeda2018-11-061-12/+27
* | Allow to make builds soft-archived.disallow-retry-of-old-buildsKamil Trzciński2018-11-051-3/+19
* | Merge branch 'scheduled-manual-jobs-environment-play-buttons' into 'master'Tim Zallmann2018-11-051-1/+5
|\ \