summaryrefslogtreecommitdiff
path: root/spec/support/stub_gitlab_calls.rb
Commit message (Collapse)AuthorAgeFilesLines
* Refactor container registry repository tag stubsGrzegorz Bizon2017-04-031-6/+22
|
* Refactor feature specs for container registryGrzegorz Bizon2017-04-031-8/+8
|
* Fix specs for container repository destroy serviceGrzegorz Bizon2017-03-241-1/+2
|
* Revert "Enable Style/DotPosition"Douwe Maan2017-02-231-1/+1
| | | | | | | | | | | | | | | This reverts commit e00fb2bdc2090e9cabeb1eb35a2672a882cc96e9. # Conflicts: # .rubocop.yml # .rubocop_todo.yml # lib/gitlab/ci/config/entry/global.rb # lib/gitlab/ci/config/entry/jobs.rb # spec/lib/gitlab/ci/config/entry/factory_spec.rb # spec/lib/gitlab/ci/config/entry/global_spec.rb # spec/lib/gitlab/ci/config/entry/job_spec.rb # spec/lib/gitlab/ci/status/build/factory_spec.rb # spec/lib/gitlab/incoming_email_spec.rb
* Revert "Prefer leading style for Style/DotPosition"Douwe Maan2017-02-231-19/+19
| | | | This reverts commit cb10b725c8929b8b4460f89c9d96c773af39ba6b.
* Fix new offensesDouwe Maan2017-02-231-1/+1
|
* Prefer leading style for Style/DotPositionDouwe Maan2017-02-231-19/+19
|
* Enable Security/JSONLoadDouwe Maan2017-02-231-1/+1
|
* Rename all `[ci_]commit` to `[ci_]pipeline` in specs and featuresKamil Trzcinski2016-06-031-3/+3
|
* Rename Ci::Commit to Ci::Pipeline and rename some of the ci_commit to pipelineKamil Trzcinski2016-06-021-1/+1
|
* Fix specsKamil Trzcinski2016-05-161-0/+1
|
* Improve test coverageKamil Trzcinski2016-05-161-1/+5
|
* Merge branch 'docker-registry' into docker-registry-viewKamil Trzcinski2016-05-131-10/+10
|\
| * Codestyle: make sure we have space around operatorsGabriel Mazetto2016-05-131-10/+10
| |
* | Added Docker Registry View testsKamil Trzcinski2016-05-091-0/+12
|/
* Merge branch 'master' into ux/suppress-ci-yml-warningGrzegorz Bizon2015-12-141-2/+2
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (24 commits) Fix runners admin view Fix migrations Run builds from projects with enabled CI Use Gitlab::Git instead of Ci::Git Fix last specs Fix specs Fix after column rename Fix errors Update badge Finishing touches Fix triggers tests Rename columns and rename migrations Reimplement Trigger API Remove ci_ prefix from all ci related things Add runners token Migrate CI::Project to Project Fix indentation and BuildsEmailService Change default values Enhance migrate CI emails Fix issue tracker service ... Conflicts: spec/features/commits_spec.rb
* | Improve gitlab ci commits specs (refactoring)Grzegorz Bizon2015-12-141-0/+4
|/ | | | | | This minimizes usage of instance variables in this spec, and changes double quotation marks to single when string interpolation is not being used.
* Fix next round of testsKamil Trzcinski2015-10-051-0/+8
|
* fix specs. Stage 5Valery Sizov2015-09-151-10/+10
|
* rubocop satisfyValery Sizov2015-09-141-14/+14
|
* Convert ci features specs to v3Dmitriy Zaporozhets2015-09-101-3/+3
|
* Fix part of CI api testsDmitriy Zaporozhets2015-09-101-2/+2
|
* Merge CI factories and CI spec/support with GitLabDmitriy Zaporozhets2015-09-091-0/+77