gitlab-org--gitlab-foss/spec/features/projects
Phil Hughes 8585ae61e7
Fix fork button being disabled for users who can fork to group
Previously the fork button was disabled for all users if they have
exceeded their project limit. This fixes that by changing the check
to see if the user can fork to a group instead of their own namespace.

This behaviour is already possible by visiting the new fork page
directly, so this just fixes the button being disabled.

Closes #38462
2017-09-29 10:51:26 +01:00
..
activity Change all :empty_project to :project 2017-08-02 17:47:31 -04:00
artifacts Change all :empty_project to :project 2017-08-02 17:47:31 -04:00
awards Replace the 'project/issues/award_emoji.feature' spinach test with an rspec analog 2017-09-12 20:55:34 +11:00
badges Change all :empty_project to :project 2017-08-02 17:47:31 -04:00
blobs
branches
commit Fixes commit comments in side-by-side diff view 2017-09-27 15:38:13 +01:00
commits Replace 'project/user_lookup.feature' spinach test with an rspec analog 2017-08-30 09:31:26 +11:00
diffs Add view replaced file link for image diffs 2017-09-20 09:39:12 -05:00
environments Merge branch '29943-environment-folder' into 'security-9-5' 2017-09-07 20:22:16 -04:00
files Fix failures introduced by Capybara upgrade 2017-09-05 10:12:12 -04:00
import_export Merge branch '23079-remove-default-scope-in-sortable' into 'master' 2017-09-07 16:15:32 +00:00
issues Change all :empty_project to :project 2017-08-02 17:47:31 -04:00
jobs Replace the 'project/builds/summary.feature' spinach test with an rspec analog 2017-09-12 20:58:16 +11:00
labels Change all :empty_project to :project 2017-08-02 17:47:31 -04:00
main
members Refer to “Share with group lock” consistently 2017-09-06 12:07:21 -07:00
merge_requests Replace the 'project/merge_requests/revert.feature' spinach test with an rspec analog 2017-09-12 11:52:35 +11:00
milestones Replace the project/milestone.feature spinach test with an rspec analog 2017-09-12 07:41:57 +11:00
pipelines Change all :empty_project to :project 2017-08-02 17:47:31 -04:00
services Replace the 'project/service.feature' spinach test with an rspec analog 2017-09-22 15:42:52 +11:00
settings Merge branch 'replace_group_links.feature' into 'master' 2017-09-11 14:55:00 +00:00
snippets Replace the 'project/snippets.feature' spinach test with an rspec analog 2017-09-18 18:52:28 +11:00
tags Change all :empty_project to :project 2017-08-02 17:47:31 -04:00
tree
wiki spec fixes 2017-09-28 09:30:33 +01:00
branches_spec.rb
compare_spec.rb
deploy_keys_spec.rb
developer_views_empty_project_instructions_spec.rb Change all :empty_project to :project 2017-08-02 17:47:31 -04:00
edit_spec.rb Resolve "Make project and features visibility settings less confusing" 2017-09-07 18:07:40 +00:00
features_visibility_spec.rb Resolve "Make project and features visibility settings less confusing" 2017-09-07 18:07:40 +00:00
fork_spec.rb Fix fork button being disabled for users who can fork to group 2017-09-29 10:51:26 +01:00
gfm_autocomplete_load_spec.rb Change all :empty_project to :project 2017-08-02 17:47:31 -04:00
guest_navigation_menu_spec.rb more spec fixes 2017-08-29 15:37:07 +01:00
issuable_templates_spec.rb
jobs_spec.rb Fixed Tests + Reverted Try out from before 2017-09-12 11:28:43 +02:00
merge_request_button_spec.rb
new_project_spec.rb add tests for dynamically changing namespace selector within new project form 2017-08-26 03:31:14 -05:00
no_password_spec.rb
pages_spec.rb Change all :empty_project to :project 2017-08-02 17:47:31 -04:00
pipeline_schedules_spec.rb Fix spec 2017-08-04 20:22:44 +09:00
project_settings_spec.rb spec updates 2017-08-29 15:35:49 +01:00
ref_switcher_spec.rb
show_project_spec.rb
snippets_spec.rb Change all :empty_project to :project 2017-08-02 17:47:31 -04:00
sub_group_issuables_spec.rb test fixes 2017-09-05 09:28:55 +01:00
user_archives_project_spec.rb Replace the 'project/archived.feature' spinach test with an rspec analog 2017-09-17 17:12:03 +11:00
user_browses_a_tree_with_a_folder_containing_only_a_folder.rb Fix a "Wrong number of arguments" error in TreeHelper#flatten_tree 2017-09-07 19:31:40 +02:00
user_browses_files_spec.rb
user_creates_directory_spec.rb
user_creates_files_spec.rb Improve flaky ACE editor spec 2017-08-26 12:51:47 -07:00
user_creates_project_spec.rb
user_deletes_files_spec.rb
user_edits_files_spec.rb fix transient user_edits_files_spec failures 2017-09-18 10:20:57 +10:00
user_interacts_with_stars_spec.rb Replace 'project/star.feature' spinach test with an rspec analog 2017-08-30 08:54:43 +11:00
user_replaces_files_spec.rb
user_uploads_files_spec.rb
user_uses_shortcuts_spec.rb Replace the 'project/shortcuts.feature' spinach test with an rspec analog 2017-09-22 14:29:19 +11:00
view_on_env_spec.rb