gitlab-org--gitlab-foss/spec/controllers/projects
Dmitriy Zaporozhets 3483024d93 Merge branch 'disable-internal-tracker-when-external-in-use' into 'master'
Disable internal issue tracker if external tracker in use

### What does this MR do?

This MR disables routes to the internal issue tracker if an external issue tracker (e.g. Redmine) is in use. A 404 page is returned if a user attempts to access any of the issue routes.

### Why was this MR needed?

Enabling the external issue tracker would still keep the internal one active, which would lead to odd behavior where users could create issues but not close them.

### What are the relevant issue numbers?

Closes #2006

See merge request !993
2015-08-14 11:01:43 +00:00
..
avatars_controller_spec.rb Fix bug where avatar filenames were not actually deleted from the database during removal. 2015-05-07 10:00:35 -07:00
compare_controller_spec.rb Fix Style/AlignHash cop violations 2015-06-22 22:24:39 -07:00
issues_controller_spec.rb Disable internal issue tracker if external tracker in use 2015-07-17 22:59:31 -07:00
merge_requests_controller_spec.rb Merge branch 'master' into rubocop-for-tests 2015-06-23 10:44:03 +02:00
milestones_controller_spec.rb Add support for destroying project milestones 2015-07-17 06:54:32 -07:00
protected_branches_controller_spec.rb Fix broken `project_url` routing when protected branches are accessed with an empty repo 2015-03-01 20:26:21 -08:00
refs_controller_spec.rb Fix Style/AlignHash cop violations 2015-06-22 22:24:39 -07:00
repositories_controller_spec.rb Add tests. 2015-03-31 13:37:21 +02:00
services_controller_spec.rb Provide more feedback what went wrong if HipChat service failed test 2015-08-12 07:31:25 -07:00
tree_controller_spec.rb Fix 404 error in files view after deleting the last file in a repository 2015-07-21 14:12:43 -07:00
uploads_controller_spec.rb Add tests. 2015-04-17 11:33:58 +02:00