summaryrefslogtreecommitdiff
path: root/spec/models/ci
Commit message (Expand)AuthorAgeFilesLines
...
* Squashed commit of the following:Shinya Maeda2018-07-272-1/+93
* Replace 'Sidekiq::Testing.inline!' with 'perform_enqueued_jobs'blackst0ne2018-07-231-2/+2
* Fix Rubocop offense in build_spec.rb :cop:Grzegorz Bizon2018-07-201-1/+1
* Fix deserializing yaml variables in imported projectsGrzegorz Bizon2018-07-191-0/+28
* 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-0/+54
|\
| * Fix and add specs for testing metadata entryKamil Trzciński2018-07-091-0/+54
* | Updates from `rubocop -a`Lin Jen-Shin2018-07-093-10/+10
|/
* Delete deprecated object_storage_upload queueJan Provaznik2018-07-061-1/+1
* Merge branch 'build-chunks-on-object-storage' into 'master'Grzegorz Bizon2018-07-064-125/+704
|\
| * Add spec for the ordering of the data storesShinya Maeda2018-07-061-0/+16
| * Merge branch 'master' into build-chunks-on-object-storageShinya Maeda2018-07-063-5/+90
| |\
| * | Fix specShinya Maeda2018-07-041-1/+1
| * | Merge branch 'master' into build-chunks-on-object-storageShinya Maeda2018-07-032-15/+17
| |\ \
| * | | Support append/truncate for fog storebuild-chunks-on-object-storageShinya Maeda2018-06-251-9/+30
| * | | Add specs for each data storeShinya Maeda2018-06-253-0/+383
| * | | Enable specs for atomic operationsShinya Maeda2018-06-251-65/+87
| * | | Added spec for build trace chunkShinya Maeda2018-06-251-169/+302
| * | | Rename persisted? to data_persisted?Shinya Maeda2018-06-181-2/+2
| * | | Merge branch 'master' into build-chunks-on-object-storageShinya Maeda2018-06-181-8/+0
| |\ \ \
| * \ \ \ Merge branch 'master' into build-chunks-on-object-storageShinya Maeda2018-06-152-1/+4
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' into build-chunks-on-object-storageShinya Maeda2018-06-121-2/+2
| |\ \ \ \ \
| * | | | | | Allow to store BuildTraceChunks on Object StorageKamil Trzciński2018-06-071-2/+2
* | | | | | | Add specShinya Maeda2018-07-061-6/+38
| |_|_|_|_|/ |/| | | | |
* | | | | | Web Terminal Ci BuildFrancisco Javier López2018-07-052-0/+86
* | | | | | Merge branch 'remove-is-shared-from-ci-runners' into 'master'Grzegorz Bizon2018-07-041-5/+4
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | Remove the use of `is_shared` of `Ci::Runner`remove-is-shared-from-ci-runnersKamil Trzciński2018-06-261-5/+4
* | | | | | Add helper methods to stub Gitlab::ExclusiveLeaseDouglas Barbosa Alexandre2018-06-281-1/+3
|/ / / / /
* | | | | Merge branch 'enforce-variable-value-to-be-a-string' into 'master'Grzegorz Bizon2018-06-251-1/+5
|\ \ \ \ \
| * | | | | Enforce setting string as value of the CI/CD variableTomasz Maczukin2018-06-251-1/+5
| | |_|_|/ | |/| | |
* | | | | [Rails5] Fix "'-1' is not a valid data_store"blackst0ne-rails5-fix-data-store-specblackst0ne2018-06-161-8/+0
|/ / / /
* | | | Remove unexpected data store test suitefix-rails5-nagative-enum-specShinya Maeda2018-06-151-8/+0
* | | | Fix "[Rails5] '-1' is not a valid data_store"Shinya Maeda2018-06-151-1/+1
| |_|/ |/| |
* | | Merge branch 'expose-ci-url' into 'master'Grzegorz Bizon | off until 20th June2018-06-122-1/+4
|\ \ \ | |_|/ |/| |
| * | Add CI_{PIPELINE,JOB}_URLexpose-ci-urlKamil Trzciński2018-06-122-1/+4
| |/
* | Make all uses of `fixture_file_upload` use relative pathsRobert Speicher2018-06-071-2/+2
|/
* Fix typos and add a small specShinya Maeda2018-06-061-1/+1
* Fix the query to select stale live tracesShinya Maeda2018-06-062-40/+20
* Move find_builds_from_stale_live_traces method to Ci::BuildShinya Maeda2018-06-061-6/+6
* Rename find_stale_in_batches to find_builds_from_stale_live_trace. Fix commentsShinya Maeda2018-06-061-6/+6
* Add tests for each new codeShinya Maeda2018-06-061-0/+40
* Merge branch 'master' into 'backstage/gb/use-persisted-stages-to-improve-pipe...Kamil Trzciński2018-06-051-8/+18
|\
| * Merge branch 'optimise-runner-update-cached-info' into 'master'Grzegorz Bizon2018-06-051-8/+18
| |\
| | * Do not validate cached dataoptimise-runner-update-cached-infoKamil Trzciński2018-06-051-8/+18
* | | Merge branch 'master' into 'backstage/gb/use-persisted-stages-to-improve-pipe...Grzegorz Bizon2018-06-051-0/+72
|\ \ \ | |/ /
| * | Fix Rubocop offense in build specsbackstage/gb/fix-rubocop-offense-in-build-specsGrzegorz Bizon2018-06-051-1/+1
| * | Remove PagesService and instead make it explicit that we call PagesWorkeroptimise-pages-service-callingKamil Trzciński2018-06-051-0/+72
| |/
* | Merge branch 'master' into 'backstage/gb/use-persisted-stages-to-improve-pipe...backstage/gb/use-persisted-stages-to-improve-pipelines-tableGrzegorz Bizon2018-06-053-111/+114
|\ \ | |/
| * Merge branch 'master' into per-project-pipeline-iidShinya Maeda2018-06-023-110/+101
| |\
| | * Fix spec/models/ci/runner_spec.rb:775 destroy runner with no projects46010-add-more-validations-for-runners-and-runner-typeDylan Griffith2018-05-311-0/+1