summaryrefslogtreecommitdiff
path: root/features/dashboard/dashboard.feature
Commit message (Collapse)AuthorAgeFilesLines
* Replaces dashboard/dashboard.feature spinach with rspecAlexander Randa2017-07-171-70/+0
|
* MR empty stateLuke "Jared" Bennett2017-04-051-1/+2
|
* Put back the new project button27354-navigation-new-buttonAnnabel Dunstone Gray2017-02-221-0/+1
|
* Fix spinach testsAnnabel Dunstone Gray2016-11-011-1/+0
|
* Differentiate the expire from leave eventCallum Dryden2016-10-201-13/+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.
* Updated testsPhil Hughes2016-07-051-0/+1
|
* Fix bug related to filtering Issues by Label/Milestone.issue_14853Rubén Dávila2016-04-021-0/+8
| | | | This problem only was affecting the dev env.
* Make sorting preference reusable for all projects.Rubén Dávila2016-01-221-0/+14
|
* Little refactor plus some specs.Rubén Dávila2016-01-211-0/+16
|
* Show CI status on Your projects page and Starred projects pageci-status-projects-pageDmitriy Zaporozhets2015-09-241-1/+3
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Fix tests and last push widgetseparate-activityDmitriy Zaporozhets2015-08-251-2/+6
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Fix specs.Douwe Maan2015-02-131-2/+2
|
* Splitted the Spinach tests to prevent time-outsJeroen van Baarsen2014-06-041-0/+1
| | | | Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com>
* Merge Request on forked projectsIzaak Alpert2013-07-171-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The good: - You can do a merge request for a forked commit and it will merge properly (i.e. it does work). - Push events take into account merge requests on forked projects - Tests around merge_actions now present, spinach, and other rspec tests - Satellites now clean themselves up rather then recreate The questionable: - Events only know about target projects - Project's merge requests only hold on to MR's where they are the target - All operations performed in the satellite The bad: - Duplication between project's repositories and satellites (e.g. commits_between) (for reference: http://feedback.gitlab.com/forums/176466-general/suggestions/3456722-merge-requests-between-projects-repos) Fixes: Make test repos/satellites only create when needed -Spinach/Rspec now only initialize test directory, and setup stubs (things that are relatively cheap) -project_with_code, source_project_with_code, and target_project_with_code now create/destroy their repos individually -fixed remote removal -How to merge renders properly -Update emails to show project/branches -Edit MR doesn't set target branch -Fix some failures on editing/creating merge requests, added a test -Added back a test around merge request observer -Clean up project_transfer_spec, Remove duplicate enable/disable observers -Ensure satellite lock files are cleaned up, Attempted to add some testing around these as well -Signifant speed ups for tests -Update formatting ordering in notes_on_merge_requests -Remove wiki schema update Fixes for search/search results -Search results was using by_project for a list of projects, updated this to use in_projects -updated search results to reference the correct (target) project -udpated search results to print both sides of the merge request Change-Id: I19407990a0950945cc95d62089cbcc6262dab1a8
* Fixing team testsDmitriy Zaporozhets2013-01-251-6/+0
|
* Speedup dashboard via loading events with ajaxDmitriy Zaporozhets2013-01-071-0/+3
|
* Spinach test addedAlex Denisov2012-11-281-0/+6
|
* Spianch test for group dashboardDmitriy Zaporozhets2012-10-031-0/+5
|
* actually fix the buildNihad Abbasov2012-10-021-2/+2
|
* rewrite dashboard feature steps using spinachNihad Abbasov2012-09-101-4/+3
|
* User left project event addedAlex Denisov2012-09-101-2/+7
|
* User joined project event addedAlex Denisov2012-09-091-1/+6
|
* Remove duplicate coverage in spec requests. All features should be covered ↵Dmitriy Zaporozhets2012-08-031-1/+1
| | | | in cucumber
* Cucumber -> Dashboard featuresrandx2012-06-161-0/+18
|
* Cucumber:Dmitriy Zaporozhets2012-06-151-0/+0
* Profile * Browse code * Sceleton for main features * Wiki * Commits