summaryrefslogtreecommitdiff
path: root/spec/models/ci
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * 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 'master' into build-chunks-on-object-storageShinya Maeda2018-06-152-1/+4
|\ \ | |/
| * 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
* | | Merge branch 'master' into build-chunks-on-object-storageShinya Maeda2018-06-121-2/+2
|\ \ \ | |/ /
| * | Make all uses of `fixture_file_upload` use relative pathsRobert Speicher2018-06-071-2/+2
| |/
* | Allow to store BuildTraceChunks on Object StorageKamil Trzciński2018-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
| | * Bring back deleted specsKamil Trzciński2018-05-311-5/+1
| | * Fix rubocop error in runner_spec.rbDylan Griffith2018-05-311-1/+1
| | * Fix `static-analysis` changesKamil Trzciński2018-05-311-1/+1
| | * Ensure that we can remove degenerate runnersKamil Trzciński2018-05-311-0/+16
| | * Improve `Ci::Runner#assign_to` to return a flag whether it succeeded or notKamil Trzciński2018-05-311-1/+1
| | * Fix the conflict resolution in spec/models/ci/runner_spec.rbDylan Griffith2018-05-311-23/+7
| | * Refactor validations and make runner factory by default to be instance-wide r...Kamil Trzciński2018-05-313-69/+71
| | * Ensure we validate Runner#runner_type when persisting RunnerNamespaceDylan Griffith2018-05-311-0/+7
| | * Improve runner_type validations for Ci::RunnerDylan Griffith2018-05-311-57/+42
| * | Remove unneccesary specShinya Maeda2018-06-011-14/+0
| * | Clean up presence validation specShinya Maeda2018-06-011-2/+1
| * | Add spec for variables expressionShinya Maeda2018-05-301-0/+14
| * | Merge branch 'master' into per-project-pipeline-iidShinya Maeda2018-05-281-1/+1
| |\ \ | | |/
| * | Merge branch 'master' into per-project-pipeline-iidShinya Maeda2018-05-222-3/+105
| |\ \
| * \ \ Merge branch 'master' into per-project-pipeline-iidShinya Maeda2018-05-171-49/+13
| |\ \ \
| * | | | Clarify scope for AtomicInternalId shared specShinya Maeda2018-05-141-0/+1
| * | | | Merge branch 'master' into per-project-pipeline-iidShinya Maeda2018-05-141-6/+20
| |\ \ \ \
| * | | | | Rescue RecordNotUnique when pipeline is created with non-unique iidShinya Maeda2018-05-111-1/+1
| * | | | | Remove numericality as it's redandant with integer column and validates nil IIDShinya Maeda2018-05-111-0/+1
| * | | | | Merge branch 'master' into per-project-pipeline-iidShinya Maeda2018-05-101-0/+1
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'master' into per-project-pipeline-iidShinya Maeda2018-05-091-1/+1
| |\ \ \ \ \ \
| * | | | | | | Fix specShinya Maeda2018-05-081-0/+1