summaryrefslogtreecommitdiff
path: root/spec/models/ci
Commit message (Expand)AuthorAgeFilesLines
* 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
| | * 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
| * | | | | | | Merge branch 'master' into per-project-pipeline-iidShinya Maeda2018-05-084-13/+630
| |\ \ \ \ \ \ \
| * | | | | | | | Add to_param override to lookup :id pathShinya Maeda2018-05-031-1/+10
* | | | | | | | | Raise error if pipeline / stage hits unknown statusGrzegorz Bizon2018-06-042-0/+50
* | | | | | | | | Merge branch 'master' into backstage/gb/use-persisted-stages-to-improve-pipel...Grzegorz Bizon2018-05-292-4/+38
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ | |/| | | | | | |
| * | | | | | | | Replace Gitlab::REVISION with Gitlab.revision and handle installations withou...46600-fix-gitlab-revision-when-not-in-git-repoRémy Coutable2018-05-241-1/+1
| | |_|_|_|_|_|/ | |/| | | | | |
| * | | | | | | Merge branch 'fix/gb/exclude-persisted-variables-from-environment-name' into ...Grzegorz Bizon2018-05-212-2/+36
| |\ \ \ \ \ \ \
| | * | | | | | | Update pipeline persisted / predefined variables specsGrzegorz Bizon2018-05-182-4/+8
| | * | | | | | | Separate persisted and runtime pipeline variablesGrzegorz Bizon2018-05-181-0/+8
| | * | | | | | | Do not allow to use `CI_PIPELINE_ID` in environment nameGrzegorz Bizon2018-05-181-0/+22