Actions
Refactor #6287
closedConvert remaining v2 API controllers to use Api::V2::ApiController
Pull request:
Fixed in Releases:
Found in Releases:
Description
These controllers still need to be converted to v2 proper.
[walden@wraines-sandbox katello (master)]$ grep -rl "Api::V1" app/controllers/katello/api/v2 | sort app/controllers/katello/api/v2/about_controller.rb app/controllers/katello/api/v2/custom_info_controller.rb app/controllers/katello/api/v2/distributors_controller.rb app/controllers/katello/api/v2/host_collection_errata_controller.rb app/controllers/katello/api/v2/host_collection_packages_controller.rb app/controllers/katello/api/v2/organization_default_info_controller.rb app/controllers/katello/api/v2/permissions_controller.rb app/controllers/katello/api/v2/role_ldap_groups_controller.rb app/controllers/katello/api/v2/roles_controller.rb app/controllers/katello/api/v2/root_controller.rb app/controllers/katello/api/v2/uebercerts_controller.rb
Currently they are all still using v1. We can split these out into individual issues if needed. As part of this we should also remove the remaining v1 code.
Actions