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
2017-06-07Seperated Dropdown in new partialTim Zallmann
Fixed different issues from discussion Fixed a Spinach Test which had now 2 New buttons
2017-06-06Fix missing tooltip and ARIA labels for accessibilityKushal Pandya
2017-04-05MR empty stateLuke "Jared" Bennett
2017-03-03Refactor projects filtering by nameDmitriy Zaporozhets
Reuse same search form and behavior for dashboard#projects, group#projects and admin#projects. Repsect all other options like sorting, personal filter when search projects by name. Create FilterableList JS class to handle identical behaviour of projects and groups lists. This change also makes filtering and sorting availabe on explore#projects and explore#groups no matter if you are logged in or not. Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2017-01-18Add the `:repository` trait to `:project` factories in Cucumber stepsRobert Speicher
2016-09-27Enforce the fork_project permission in Projects::CreateServiceNick Thomas
Projects::ForkService delegates to this service almost entirely, but needed one small change so it would propagate create errors correctly. CreateService#execute needs significant refactoring; it is now right at the complexity limit set by Rubocop. I avoided doing so in this commit to keep the diff as small as possible. Several tests depend on the insecure behaviour of ForkService, so fi them up at the same time.
2016-05-16Modify tests to match new navigation behaviour for project pagesDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2016-04-08Revert "Merge branch 'new-navigation-prototype' into 'master'"Jacob Schatz
This reverts merge request !3494
2016-04-02Fix milestones tab active state and testsDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2016-02-17updated fix based on MR feedbackJames Lopez
2016-02-16workaround for forks with an invalid repo - avoid showing them in the listJames Lopez
2016-01-20Add specs for Forks listing.Rubén Dávila
2016-01-04Change text back. Add additional tests.Josh Frye
2016-01-04Show 'New Merge Request' buttons on canonical repo.Josh Frye
2015-09-25Fix testsDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-09-11Import forked repositories asynchronously to prevent large repositories from ↵Stan Hu
timing out Use import_status to track async import status and give feedback to the user Closes #2388 Closes #2400
2015-06-12Change `within` to `page.within` in feature stepsRobert Speicher
2015-06-12Update all `should`-style syntax to `expect` in featuresRobert Speicher
2014-11-14Improve fork to namespaces featureDmitriy Zaporozhets
* Show namespace thumbnail differently if project was already forked * Show loading spinner when click on fork * Fork link navigates to personal namespace only if no manageable groups exists Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
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-22Prefix Spinach features with Spinach::Features::.Ciro Santilli
2014-07-31Cleanup test dir before install gitlab-shell. Fix fork test scenarioDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-02-23Remove dir prefix and suffix from tests inside dir.Ciro Santillli