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
2018-05-10Replace the `project/deploy_keys.feature` spinach test with an rspec analogblackst0ne
2018-05-07Make deploy keys table more clearly structuredLukas Eipert
2017-12-22Replace '.team << [user, role]' with 'add_role(user)' in specsblackst0ne
2017-08-03Change all `:empty_project` to `:project`Robert Speicher
2017-07-05Create and use project path helpers that only need a project, no namespaceDouwe Maan
2017-04-28Fixed some spinach & rspec testsPhil Hughes
2017-04-06Fixed button capitalisation for Projects in viewsJose Ivan Vargas Lopez
2017-03-06Fixed tests, changed dispatcher routing to the 'repository:show'Jose Ivan Vargas
Also modified the render calls to the deploy_keys and protected_branches partials
2017-01-18Remove repository trait from factories that don't need it in featuresRobert Speicher
2017-01-18Add the `:repository` trait to `:project` factories in Cucumber stepsRobert Speicher
2016-04-25Updated tests for deploy keysPhil Hughes
2015-06-12Change `within` to `page.within` in feature stepsRobert Speicher
2015-06-12Update all `should`-style syntax to `expect` in featuresRobert Speicher
2015-05-08Don't show duplicate deploy keys. Fixes #1516Maran
2015-04-03Add project deploy keys tests.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-01-23Fix MR spinach testsDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2013-06-04Selectable deploy keys contain master projectsbabatakao
2013-05-06Feature tests for deploy keysDmitriy Zaporozhets