Rename Projects::ServicesController and change routes
What does this MR do and why?
Merge all actions into Projects::Settings::IntegrationsContoller
,
and rename the previous #show
action to #index
for consistency
with the admin and group controllers.
The URL paths for the member actions change from /-/integrations/...
to /-/settings/integrations/...
.
The #index
action stays in /-/settings/integrations
.
Also rename Projects::ServiceHookLogsController
to
Projects::Settings::IntegrationHookLogsController
, since it's routes
are now in this namespace as well.
This is part of our rename from "services" to "integrations" in &2504 (closed)
Related to #334846 (closed)
How to set up and validate locally
- Navigate to a project
- Navigate to Settings --> Integrations
- Navigate to any of the integrations, enter settings and save them, and click the
Test settings
button
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.
Edited by Markus Koller