Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-06-03Rename all `[ci_]commit` to `[ci_]pipeline` in specs and featuresKamil Trzcinski
2016-06-02Rename Ci::Commit to Ci::Pipeline and rename some of the ci_commit to pipelineKamil Trzcinski
2016-05-17Fix specsKamil Trzcinski
2016-05-17Improve test coverageKamil Trzcinski
2016-05-14Merge branch 'docker-registry' into docker-registry-viewKamil Trzcinski
2016-05-13Codestyle: make sure we have space around operatorsGabriel Mazetto
2016-05-09Added Docker Registry View testsKamil Trzcinski
2015-12-14Merge branch 'master' into ux/suppress-ci-yml-warningGrzegorz Bizon
* 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
2015-12-14Improve gitlab ci commits specs (refactoring)Grzegorz Bizon
This minimizes usage of instance variables in this spec, and changes double quotation marks to single when string interpolation is not being used.
2015-10-05Fix next round of testsKamil Trzcinski
2015-09-15fix specs. Stage 5Valery Sizov
2015-09-14rubocop satisfyValery Sizov
2015-09-10Convert ci features specs to v3Dmitriy Zaporozhets
2015-09-10Fix part of CI api testsDmitriy Zaporozhets
2015-09-09Merge CI factories and CI spec/support with GitLabDmitriy Zaporozhets