summaryrefslogtreecommitdiff
path: root/app/models/ci/build.rb
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
|\ \
| * \ Merge remote-tracking branch 'gitlab.com/master' into scheduled-manual-jobs-e...Winnie Hellmann2018-10-091-1/+8
| |\ \ | | |/
| * | Add scheduled actions in deployment entityShinya Maeda2018-10-041-1/+5
* | | Remove ci_enable_scheduled_build feature flagShinya Maeda2018-11-021-2/+1
* | | Renaming Secret Variables in the codebaseMarcel Amirault2018-10-301-2/+2
| |/ |/|
* | Merge branch 'scheduled-manual-jobs' into 'master'Kamil Trzciński2018-10-051-3/+41
|\ \
| * | Enable ci_enable_scheduled_build feature flag by defaultShinya Maeda2018-10-041-1/+1
| |/
| * Merge branch 'master-ce' into scheduled-manual-jobsShinya Maeda2018-10-031-0/+7
| |\
| * | Add scheduled_actions as an explicit group of actionsShinya Maeda2018-10-021-1/+2
| * | Include delayed jobs action into manual actionsShinya Maeda2018-10-021-1/+1
| * | Add unit tests for Ci::Build. Fix validation on state transitionShinya Maeda2018-10-021-5/+3
| * | Add feature flag to schedulable? methodShinya Maeda2018-10-021-1/+2
| * | Introduce ProceedBuildServiceShinya Maeda2018-10-021-2/+2
| * | Introduce enqueue_scheduled eventShinya Maeda2018-10-021-5/+18
| * | Update pipelines and stages status as wellShinya Maeda2018-10-021-2/+2
| * | Add a new status to ci_builds.statusShinya Maeda2018-10-021-23/+19
| * | Make schedule and unschedule consistentShinya Maeda2018-10-021-5/+5
| * | Rename delayed to scheduledShinya Maeda2018-10-021-8/+15
| * | Support new syntaxShinya Maeda2018-10-021-7/+8
| * | Squashed commit of the following:Shinya Maeda2018-10-021-0/+21
* | | Add variables to CI jobs for GitLab version componentsGilbert Roulot2018-10-051-0/+7
| |/ |/|
* | CE Resolve "Refactor code quality similar to JUnit tests"Matija Čupić2018-10-021-0/+7
|/
* Extend reports to support security featuresOlivier Gonzalez2018-09-271-23/+36
* Add deployment information in job APISteve Azzopardi2018-09-131-0/+23
* Merge branch 'rubocop-code-reuse' into 'master'Robert Speicher2018-09-131-0/+6
|\
| * Disable existing offenses for the CodeReuse copsYorick Peterse2018-09-111-0/+6
* | Add trigger information for job APISteve Azzopardi2018-09-121-0/+1
|/
* Add rake command to migrate archived traces from local storage to object storageShinya Maeda2018-08-161-0/+5
* Allows to cancel a Created jobJacopo2018-08-101-1/+1
* Merge branch 'artifact-format-v2-with-parser' into 'master'Kamil Trzciński2018-08-031-0/+21
|\
| * Add factory for parsers. Add required specification in json schema matcher. I...Shinya Maeda2018-08-031-6/+1
| * Added unique identifier to calculate_reactive_cache. Decoupled comparison log...Shinya Maeda2018-08-031-2/+0
| * Squashed commit of the following:Shinya Maeda2018-08-021-0/+28