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-02-23fix failing testsPhil Hughes
2015-12-15Fixed Rubocop offensesGabriel Mazetto
2015-12-09Move ssh-key steps into SharedUser. Change references in "Explore Projects" ↵Eirik Lygre
feature. Apply ssh-key requirement to "Project Create" feature.
2015-12-09Add spinach tests for the clone protocol selection.Eirik Lygre
2015-08-07Add `Group#add_*` convenience methodsRobert Speicher
Encapsulates the logic for `Gitlab::Access::WHATEVER` levels.
2015-06-22Fix rubocop issues at feature/ directoryDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-06-12Call `page.all` instead of `all` in feature stepsRobert Speicher
There's a naming conflict between Capybara and rspec-matchers which both define the `all` method. See https://github.com/jnicklas/capybara/issues/1396
2015-06-12Change `within` to `page.within` in feature stepsRobert Speicher
2015-06-12Update all `should`-style syntax to `expect` in featuresRobert Speicher
2015-03-15Move group members index from `/members` to `/group_members`.Douwe Maan
2015-02-14Upgrade to Rails 4.1.9Vinnie Okada
Make the following changes to deal with new behavior in Rails 4.1.2: * Use nested resources to avoid slashes in arguments to path helpers.
2014-10-05Make Spinach test names consistentCiro Santilli
- do not add Feature to feature titles - titleize feature titles - put steps on the same path as .feature files - make feature titles match their path
2014-09-26Remove unnecessary page. from tests.Ciro Santilli
2014-08-28Fix testsDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-07-31Improve copy test repo cmdDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-07-24Merge branch 'star' of https://github.com/cirosantilli/gitlabhq into ↵Dmitriy Zaporozhets
cirosantilli-star Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> Conflicts: CHANGELOG
2014-07-23Refactor explore area tests. Replaced old linksDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>