summaryrefslogtreecommitdiff
path: root/features/steps/dashboard
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch '23036-replace-dashboard-activity-spinach' into 'master'Rémy Coutable2017-07-191-92/+0
|\ | | | | | | | | Replaces 'dashboard/event_filters.feature' spinach with rspec See merge request !12651
| * Replaces 'dashboard/activity.feature' spinach with rspecAlexander Randa2017-07-171-92/+0
| |
* | Replaces dashboard/dashboard.feature spinach with rspecAlexander Randa2017-07-171-83/+0
|/
* Create and use project path helpers that only need a project, no namespaceDouwe Maan2017-07-051-1/+1
|
* Replaces 'dashboard/new-project.feature' spinach with rspecAlexander Randa2017-06-292-74/+0
|
* Split up MergeRequestsControllerdm-merge-request-creations-controllerDouwe Maan2017-06-281-1/+1
|
* Merge branch '23036-replace-dashboard-todo-spinach' into 'master'Rémy Coutable2017-06-271-191/+0
|\ | | | | | | | | Replaces 'dashboard/todos' spinach with rspec See merge request !12453
| * Replaces 'dashboard/todos' spinach with rspecAlexander Randa2017-06-261-191/+0
| |
* | Replaces 'dashboard/merge_requests' spinach with rspecAlexander Randa2017-06-261-121/+0
|/
* New ... Menu Feature TestsTim Zallmann2017-06-071-17/+0
|
* Fixed New Project Top Menu TestTim Zallmann2017-06-071-0/+17
|
* Added First Test for top right menuTim Zallmann2017-06-071-0/+6
|
* Externalised DropdownTim Zallmann2017-06-071-1/+1
| | | | | | Checks for creating new issue Styling of .dropdown-bold-header Fixed Spinach Tests to limit them to the main content area for clicking 'New Project' etc. so that they don't click the dropdown menu
* Fix specdm-consistent-last-push-eventDouwe Maan2017-05-261-1/+1
|
* Consistently display last push event widgetDouwe Maan2017-05-251-1/+1
|
* Merge branch 'wait-for-ajax-handling-all-js-requests' into 'master'Douwe Maan2017-05-242-9/+9
|\ | | | | | | | | | | | | Use wait_for_requests for checking Vue resource and $.ajax requests [CE] Closes #31946 and #31555 See merge request !11451
| * Use wait_for_requests to wait all JS requestwait-for-ajax-handling-all-js-requestsOswaldo Ferreira2017-05-222-9/+9
| |
* | Fix specs32418-make-link-to-self-less-obviousAnnabel Dunstone Gray2017-05-191-1/+1
|/
* Fix specsAnnabel Dunstone Gray2017-05-121-3/+3
|
* Backport of multiple_assignees_feature [ci skip]Valery Sizov2017-05-042-2/+2
|
* Fix rspec and spinach testsJose Ivan Vargas2017-04-061-3/+3
|
* Dashboard section capitalization fixJose Ivan Vargas Lopez2017-04-061-2/+2
|
* Add a wait_for_ajax call to ensure Todos page cleans up properlysh-fix-todos-spinach-failureStan Hu2017-04-021-0/+3
| | | | Potentially fixes intermittent failures such as https://gitlab.com/gitlab-org/gitlab-ce/builds/13484375
* Add shortcuts and counters to MRs and issues in navbarAnnabel Dunstone Gray2017-03-291-3/+3
|
* Fix link togglers jumping to topEric Eastwood2017-03-281-1/+1
| | | | Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/29414
* Add 'Undo mark all as done' to TodosJacopo2017-03-161-1/+5
| | | | | | Added the ability to 'Undo mark all as done' todos marked as complete with 'Mark all as done' in the 'Todo' tab of the Todo dashboard. The operation undos only the todo previously marked as done with the 'Mark al as done' button.
* Merge branch '25465-todo-done-clicking-is-kind-of-unsafe' into 'master' Clement Ho2017-02-181-9/+14
|\ | | | | | | | | | | | | Todo done clicking is kind of unusable. Closes #25465 See merge request !8691
| * Todo done clicking is kind of unusable.Jacopo2017-02-171-9/+14
| | | | | | | | | | | | The Done button will change to an Undo button and the line item will be greyed out. Bold links will be unbolded. The user can undo the task by clicking the Undo button.
* | Move dashboard issues spinach test to RspecSemyon Pupkov2017-02-101-91/+0
|/ | | | https://gitlab.com/gitlab-org/gitlab-ce/issues/23036
* Move Dashboard shortcuts specs from Spinah to RSpecmove-dashboard-shortcuts-from-spinach-to-rspecRémy Coutable2017-01-311-7/+0
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Present TODO's list without grouping by projectOswaldo Ferreira2017-01-271-18/+27
|
* Remove repository trait from factories that don't need it in featuresrs-repository-project-traitRobert Speicher2017-01-172-5/+5
|
* Add the `:repository` trait to `:project` factories in Cucumber stepsRobert Speicher2017-01-173-7/+7
|
* Merge branch 'move-dashboard-help-spinach-to-rspec' into 'master' Rémy Coutable2017-01-131-21/+0
|\ | | | | | | | | Move dashboard help spinach test to rspec See merge request !8436
| * Move dashboard help spinach test to rspecSemyon Pupkov2017-01-041-21/+0
| | | | | | | | https://gitlab.com/gitlab-org/gitlab-ce/issues/23036
* | Merge branch 'move-dashboard-group-spinach-to-rspec' into 'master' Rémy Coutable2017-01-131-25/+0
|\ \ | | | | | | | | | | | | Move dashboard group spinach test to rspec See merge request !8434
| * | Move dashboard group spinach test to rspecSemyon Pupkov2017-01-041-25/+0
| |/ | | | | | | https://gitlab.com/gitlab-org/gitlab-ce/issues/23036
* | Merge branch 'move-dashboard-archived-projects-spinach-to-rspec' into 'master' Rémy Coutable2017-01-131-26/+0
|\ \ | | | | | | | | | | | | Move dashboard archived projects spinach tests to rspec See merge request !8431
| * | Move dashboard archived projects spinach tests to rspecSemyon Pupkov2017-01-041-26/+0
| |/ | | | | | | https://gitlab.com/gitlab-org/gitlab-ce/issues/23036
* | Move dashboard active tab spinach test to rspecSemyon Pupkov2017-01-031-5/+0
|/ | | | https://gitlab.com/gitlab-org/gitlab-ce/issues/23036
* Add Rake task to create/repair GitLab Shell hooks symlinksDrew Blessing2016-11-011-1/+1
|
* Differentiate the expire from leave eventCallum Dryden2016-10-201-27/+0
| | | | | | | | | | At the moment we cannot see weather a user left a project due to their membership expiring of if they themselves opted to leave the project. This adds a new event type that allows us to make this differentiation. Note that is not really feasable to go back and reliably fix up the previous events. As a result the events for previous expire removals will remain the same however events of this nature going forward will be correctly represented.
* Enable import/export back for non-adminsfix/import-export-adminJames Lopez2016-10-031-0/+1
|
* Removed select2 from todos feature specLuke Bennett2016-09-011-6/+17
|
* Fix bug where pagination is still displayed despite all todos marked as doneClement Ho2016-08-311-0/+1
|
* Remove gitoriouszj-remove-gitoriousZ.J. van de Weg2016-08-251-1/+0
|
* Merge branch 'fix/import-permissions' into 'master' Douwe Maan2016-08-151-2/+1
|\ | | | | | | | | | | | | | | | | | | | | Set permissions to admin for importing a project via Import/Export Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/20802 In order to import a project, it is now required to be an admin Moved from https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/5766 See merge request !1983
| * Fix permissions check in controller, added relevant spec and updated docsJames Lopez2016-08-111-2/+1
| |
* | Remove sleeping and replace escaped text.Connor Shea2016-08-131-6/+6
| |
* | Filters test fixPhil Hughes2016-08-131-3/+6
| |