Skip to content

Remove ComponentVersions usage from DeploymentTracker

Robert Speicher requested to merge rs-component-versions-deployment-tracker into master

It seems like this was used more out of convenience than necessity. Now we call file_contents on the client directly, using canonical_or_security_path to handle security deployments like other API calls in this class.

This is out of a desire to remove unnecessary coupling between classes.

Extracted from !1059 (merged).

Merge request reports