summaryrefslogtreecommitdiff
path: root/app/models/ci/build.rb
Commit message (Expand)AuthorAgeFilesLines
* Virtual deployment status calculationcalculate-virtual-deployment-statusShinya Maeda2018-10-151-0/+6
* 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
* | Enable frozen string for app/models/**/*.rbrepo-forks/gitlab-ce-frozen-string-enable-app-models-moregfyoung2018-08-031-0/+2
|/
* Fix spec failuresKamil Trzciński2018-08-011-3/+3
* More clever way for testing runner featuresKamil Trzciński2018-08-011-8/+14
* If reports are used, require runner to expose `upload_multiple_artifacts` fea...Kamil Trzciński2018-08-011-1/+7
* Fix current spec failuresKamil Trzciński2018-08-011-8/+4
* Fix spec failuresKamil Trzciński2018-08-011-2/+2
* Add `runner_unsupported` CI failureKamil Trzciński2018-08-011-5/+13
* Avoid using destroy_allShinya Maeda2018-07-271-1/+2
* Squashed commit of the following:Shinya Maeda2018-07-271-8/+14
* Add missing `CI_COMMIT_BEFORE_SHA` predefined variableGrzegorz Bizon2018-07-121-0/+1
* Merge branch 'improve-metadata-access-performance' into 'master'Grzegorz Bizon2018-07-101-2/+2
|\
| * Access metadata directly from Object StorageKamil Trzciński2018-07-091-2/+2
* | Updates from `rubocop -a`Lin Jen-Shin2018-07-091-1/+1
|/
* Remove raising error at erase_old_trace!Shinya Maeda2018-07-061-1/+1
* Merge branch 'master' into remove-trace-efficientlyShinya Maeda2018-07-061-0/+14
|\
| * Web Terminal Ci BuildFrancisco Javier López2018-07-051-0/+14
* | Remove traces efficientlyShinya Maeda2018-07-041-0/+6
|/
* Add CI_{PIPELINE,JOB}_URLexpose-ci-urlKamil Trzciński2018-06-121-0/+1
* Fix the query to select stale live tracesShinya Maeda2018-06-061-15/+1
* Move find_builds_from_stale_live_traces method to Ci::BuildShinya Maeda2018-06-061-0/+15
* Merge branch 'add-background-migrations-for-not-archived-traces' into 'master'Kamil Trzciński2018-06-051-0/+5
|\