Skip to content

Drop use_sync_service_token_worker FF

Matthias Käppler requested to merge 431608-remove-ff into master

What does this MR do and why?

This MR removes the use_sync_service_token_worker FF that has been enabled by default since 16.9.

I also replaced several occurrences of the now deprecated Ai::SyncServiceTokenWorker with CloudConnector::SyncServiceTokenWorker. These classes are identical in anything but name so we should start calling into the CloudConnector:: version everywhere.

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before After

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

Related to #431608

Edited by Matthias Käppler

Merge request reports