You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After introducing the Central Repository feature, there is a lot of code paths that are no longer supported.
That code was kept as the Central Repository feature evolved, but now that it has been released, those code paths just complicate the code base for nothing.
Things that can be removed:
usage of context-target-v2 and no-central-repo-test-only feature flags, and all associated and unused code. The CLI does not support changing the default value of either of these feature flags.
unused GCP discovery source
Expected behavior
Unused/unsupported code paths are removed to simplify the code base.
The text was updated successfully, but these errors were encountered:
Bug description
After introducing the Central Repository feature, there is a lot of code paths that are no longer supported.
That code was kept as the Central Repository feature evolved, but now that it has been released, those code paths just complicate the code base for nothing.
Things that can be removed:
context-target-v2
andno-central-repo-test-only
feature flags, and all associated and unused code. The CLI does not support changing the default value of either of these feature flags.Expected behavior
Unused/unsupported code paths are removed to simplify the code base.
The text was updated successfully, but these errors were encountered: