summaryrefslogtreecommitdiff
path: root/spec/features
Commit message (Expand)AuthorAgeFilesLines
* Remove gitlab_sign_out_direct helperRobert Speicher2017-06-291-1/+1
* Remove a duplicated test block from the result of a conflict resolutionRobert Speicher2017-06-291-26/+0
* Change gitlab_sign_in to sign_in where possibleRobert Speicher2017-06-29282-365/+385
* Merge branch 'hb-fix-abuse-report-on-stale-user-profile' into 'master'Douwe Maan2017-06-291-1/+1
|\
| * Fix errors caused by attempts to report already blocked or deleted usersHoracio Bertorello2017-06-281-1/+1
* | Merge branch '34280-gitalyclient-sort_by_param-invalid-sort_by-key-recently_u...Rémy Coutable2017-06-291-1/+39
|\ \
| * | Fix a bug where an invalid sort param value was passed to Gitaly34280-gitalyclient-sort_by_param-invalid-sort_by-key-recently_updatedAlejandro Rodríguez2017-06-281-1/+39
| |/
* | Merge branch 'dm-merge-request-creations-controller' into 'master'Sean McGivern2017-06-2910-20/+20
|\ \
| * | Split up MergeRequestsControllerdm-merge-request-creations-controllerDouwe Maan2017-06-2810-20/+20
* | | Merge branch '30708-stop-using-deleted-at-to-filter-namespaces' into 'master'Douwe Maan2017-06-291-17/+0
|\ \ \ | |_|/ |/| |
| * | Removes redundant pending delete checks30708-stop-using-deleted-at-to-filter-namespacesTiago Botelho2017-06-281-17/+0
* | | Merge branch 'cherry-pick-5ea675be' into 'master'Tim Zallmann2017-06-281-1/+1
|\ \ \ | |/ / |/| |
| * | Fix environment_metrics speccherry-pick-5ea675beJose Ivan Vargas2017-06-261-1/+1
* | | Merge branch 'bugfix/ruby2.4-compat' into 'master'Douwe Maan2017-06-271-3/+7
|\ \ \
| * | | rubocop fix: don't use single line blocksbugfix/ruby2.4-compathttp://jneen.net/2017-06-261-2/+6
| * | | remove use of deprecated webmock feature in jira specshttp://jneen.net/2017-06-261-7/+7
* | | | Merge branch '34276-fix-dashboard-page-when-last-activity-at-is-nil' into 'ma...Robert Speicher2017-06-271-5/+17
|\ \ \ \
| * | | | Fix application error when Project#last_activity_at is nil34276-fix-dashboard-page-when-last-activity-at-is-nilRuben Davila2017-06-261-5/+17
* | | | | Merge branch 'dz-refactor-group-members-tests' into 'master'Douwe Maan2017-06-279-80/+146
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Move another group member spec from spinachdz-refactor-group-members-testsDmitriy Zaporozhets2017-06-261-0/+17
| * | | | Fix leave_group_spec.rbDmitriy Zaporozhets2017-06-261-3/+3
| * | | | Move "remove group member" spec from spinach to rspecDmitriy Zaporozhets2017-06-262-63/+92
| * | | | Rename group member specs for consistent namingDmitriy Zaporozhets2017-06-265-4/+8
| * | | | Fix wrong scenario title to owner_manages_access_requests_spec.rbDmitriy Zaporozhets2017-06-261-2/+2
| * | | | Merge group request access specs under one fileDmitriy Zaporozhets2017-06-262-17/+8
| * | | | Combine group leave feature specs in one fileDmitriy Zaporozhets2017-06-263-37/+62
| |/ / /
* | | | Resolve "Unable to access edit comment from dropdown menu in certain screen s...Luke "Jared" Bennett2017-06-271-0/+1
* | | | Merge branch 'pat-alert-when-signin-disabled' into 'master'Rémy Coutable2017-06-272-22/+70
|\ \ \ \
| * | | | Provide hint to create a personal access token for Git over HTTPRobin Bobbitt2017-06-262-22/+70
| | |_|/ | |/| |
* | | | Merge branch 'fix-33991' into 'master'Sean McGivern2017-06-271-0/+51
|\ \ \ \
| * | | | Improve scenario description for the group labels subscription specDouglas Barbosa Alexandre2017-06-261-1/+1
| * | | | Allow users to subscribe to group labels on group labels pageDouglas Barbosa Alexandre2017-06-261-0/+51
| | |_|/ | |/| |
* | | | Merge branch '23036-replace-dashboard-todo-spinach' into 'master'Rémy Coutable2017-06-275-395/+395
|\ \ \ \ | |/ / / |/| | |
| * | | Replaces 'dashboard/todos' spinach with rspecAlexander Randa2017-06-265-395/+395
| | |/ | |/|
* | | Add explicit message when no runners on adminTakuya Noguchi2017-06-261-19/+42
* | | Merge branch '23036-replace-dashboard-mr-spinach' into 'master'Rémy Coutable2017-06-262-28/+91
|\ \ \ | |_|/ |/| |
| * | Replaces 'dashboard/merge_requests' spinach with rspecAlexander Randa2017-06-262-28/+91
| |/
* | Merge branch '34302-update-test' into 'master'Phil Hughes2017-06-261-1/+1
|\ \
| * | Fix click not being able to find the current element to use trigger('click') ...34302-update-testFilipa Lacerda2017-06-261-1/+1
* | | Merge branch 'sh-revert-annotate-for-blame' into 'master'Rémy Coutable2017-06-262-2/+2
|\ \ \
| * | | Revert "Annotate" to "Blame"sh-revert-annotate-for-blameStan Hu2017-06-222-2/+2
| | |/ | |/|
* | | Merge branch 'feature/add-new-services' into 'master'Sean McGivern2017-06-261-1/+1
|\ \ \
| * | | ported EE user service to CEJames Lopez2017-06-231-1/+1
| |/ /
* | | Merge branch 'replace_spinach_spec_profile_notifications.feature' into 'master'Rémy Coutable2017-06-261-0/+21
|\ \ \ | |_|/ |/| |
| * | Replace 'profile/notifications.feature' spinach test with an rspec analogblackst0ne2017-06-221-0/+21
* | | Show group name instead of path on group pagedm-group-page-nameDouwe Maan2017-06-231-4/+4
| |/ |/|
* | Add feature spec for dashboard state filter tabs33833-issue-and-mr-state-tabs-don-t-work-on-dashboardEric Eastwood2017-06-211-0/+5
* | Merge branch 'winh-revert-6ac777a7592533d9c7b3682b2b9ca8caccca3f4d' into 'mas...Jacob Schatz2017-06-211-8/+8
|\ \
| * | Revert "Merge branch 'winh-merge-request-related-issues' into 'master'"winh-revert-6ac777a7592533d9c7b3682b2b9ca8caccca3f4dwinh2017-06-211-8/+8
* | | Enable Style/DotPosition Rubocop :cop:Grzegorz Bizon2017-06-2110-34/+34
|/ /