Skip to content
  • Markus Koller's avatar
    Rename Projects::ServicesController and change routes · 23e3dd71
    Markus Koller authored
    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
    
    Changelog: changed
    23e3dd71