Skip to content

Rename ServiceParams to Integrations::Params

What does this MR do?

This refactor changes the name of ServiceParams (a concern included in some of our controllers) to Integrations::Params. It also allows the service parameter to be named :integration.

This is in service of renaming the Service model to Integration.

As a pure backend-refactoring, this should not change any behavior, or be observable to clients.

Further migration from service to integration is being tracked in #201855 (closed), #201848 (closed).

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

This is an internal developer-facing change. No behavior should be affected by this. Existing tests should all continue to pass.

Related to #210023 (closed)

Edited by Sean Arnold

Merge request reports

Loading