summaryrefslogtreecommitdiff
path: root/features/steps/shared/paths.rb
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'not-found-in-commits' into 'master'Douwe Maan2017-10-191-1/+1
|\ | | | | | | | | | | | | Renders 404 in commits controller if no commits are found Closes #37620 See merge request gitlab-org/gitlab-ce!14610
| * Renders 404 in commits controller if no commits are foundGuilherme Vieira2017-10-181-1/+1
| |
* | Replace the 'features/explore/projects.feature' spinach test with an rspec ↵replace_explore_projects.featureVitaliy @blackst0ne Klachkov2017-10-111-13/+0
|/ | | | analog
* Replace 'source/search_code.feature' spinach test with an rspec analogblackst0ne2017-08-251-4/+0
|
* Create and use project path helpers that only need a project, no namespaceDouwe Maan2017-07-051-52/+52
|
* Merge branch '23036-replace-snippets-spinach' into 'master'Rémy Coutable2017-07-051-4/+0
|\ | | | | | | | | Replace 'snippets/snippets.feature' spinach with rspec See merge request !12385
| * Replace 'snippets/snippets.feature' spinach with rspecAlexander Randa2017-07-051-4/+0
| |
* | Replaces 'dashboard/todos' spinach with rspecAlexander Randa2017-06-261-4/+0
|/
* Use wait_for_requests to wait all JS requestwait-for-ajax-handling-all-js-requestsOswaldo Ferreira2017-05-221-6/+6
|
* Rename Personal Audit LogTim Zallmann2017-05-161-1/+1
|
* Merge request widget redesignFatih Acet2017-05-091-0/+6
|
* Cleaning up navigational order - ProjectKushal Pandya2017-03-021-1/+1
|
* Fixed spinach feature tests for the services and hooks controllersJose Ivan Vargas2017-01-181-1/+1
| | | | Added a test for the integrations controller
* Move admin groups spinach tests to rspecSemyon Pupkov2016-12-271-4/+0
| | | | https://gitlab.com/gitlab-org/gitlab-ce/issues/23036
* Move Admin Appearance spinach feature to rspecjurre2016-12-191-4/+0
|
* Move admin application spinach test to rspecSemyon Pupkov2016-12-171-4/+0
| | | | https://gitlab.com/gitlab-org/gitlab-ce/issues/23036
* Merge branch 'dz-fix-admin-routes' into 'master' Sean McGivern2016-12-141-1/+1
|\ | | | | | | | | Add support for nested groups to admin routing See merge request !8008
| * Add support for nested groups to admin routingdz-fix-admin-routesDmitriy Zaporozhets2016-12-111-1/+1
| | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | Move admin settings spinach feature to rspecjurre2016-12-131-4/+0
|/
* Move group activity feed to separate page for consistency with dashboard and ↵Dmitriy Zaporozhets2016-03-101-0/+4
| | | | | | project pages Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Indicate how much an MR branch diverges from the target branchPierre de La Morinerie2016-03-031-0/+8
|
* Tests: extract a merge_request_path helperPierre de La Morinerie2016-03-031-4/+7
|
* Branded login page also in CE11489-branded-appearance-to-ceZeger-Jan van de Weg2016-02-261-0/+8
| | | | | The only major difference with the EE version is the change from a light and dark logo to only a header logo The dark logo wasn't used anyway, so it seemed to make sense to me to rename the field to the actual function of it
* Users don't get instructions to push to other users empty projectsPhil Hughes2016-02-221-0/+4
| | | | Fixes #12518
* Rename Tasks to TodosDouglas Barbosa Alexandre2016-02-201-2/+2
|
* Add feature spec for task queue list pageDouglas Barbosa Alexandre2016-02-201-0/+4
|
* Support Akismet spam checking for creation of issues via APIStan Hu2016-02-021-0/+4
| | | | | | | Currently any spam detected by Akismet by non-members via API will be logged in a separate table in the admin page. Closes #5612
* Merge branch 'master' of github.com:gitlabhq/gitlabhqJacob Vosmaer2016-01-071-0/+4
|
* Fixed Rubocop offensesGabriel Mazetto2015-12-151-4/+4
|
* Create milestones in the groupDmitriy Zaporozhets2015-11-161-0/+4
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Fix snippets exploration testDouwe Maan2015-09-091-1/+1
|
* Use new routing helperDouwe Maan2015-09-081-1/+1
|
* Fix tests and last push widgetseparate-activityDmitriy Zaporozhets2015-08-251-0/+4
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Spinach testsArtem Sidorenko2015-08-191-0/+4
|
* Add tests for abuse report featureDmitriy Zaporozhets2015-08-061-0/+4
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Fix project testsproject-home-pageDmitriy Zaporozhets2015-07-081-0/+4
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Audit log for user authenticationValery Sizov2015-07-061-2/+2
|
* Fix downloading of patches on public merge requests when user logged outStan Hu2015-06-231-0/+5
| | | | | | Closes #1225 Closes #1854 Closes #1858
* Fix rubocop issues at feature/ directoryDmitriy Zaporozhets2015-06-221-20/+20
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Add Profiles::PreferencesControllerRobert Speicher2015-06-131-2/+2
|
* Update all `should`-style syntax to `expect` in featuresRobert Speicher2015-06-121-4/+4
|
* Move Project Members link from Settings to main menu.Nicolas2015-06-091-0/+4
| | | | Addresses #2278.
* Remove feature tests for old task listsRobert Speicher2015-05-061-20/+0
|
* Revert help link tests removalDmitriy Zaporozhets2015-04-151-0/+4
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* The help link has been removed. The commit removes the test for it.Hannes Rosenögger2015-04-131-4/+0
|
* Move group members index from `/members` to `/group_members`.Douwe Maan2015-03-151-2/+2
|
* Move project members index from `/team` to `/project_members`Douwe Maan2015-03-151-1/+1
|
* Add tests for starred projects pageDmitriy Zaporozhets2015-03-091-0/+4
|
* Move Profile groups tests to Dashboard group testsDmitriy Zaporozhets2015-03-081-8/+8
|
* Upgrade to Rails 4.1.9Vinnie Okada2015-02-141-55/+55
| | | | | | 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.