@@ -142,14 +142,6 @@ def register_temporary_features(manager: FeatureManager) -> None:
142142 manager .add ("organizations:github-repo-auto-sync-apply" , OrganizationFeature , FeatureHandlerStrategy .FLAGPOLE , api_expose = False )
143143 manager .add ("organizations:github_enterprise-repo-auto-sync" , OrganizationFeature , FeatureHandlerStrategy .FLAGPOLE , api_expose = False )
144144 manager .add ("organizations:github_enterprise-repo-auto-sync-apply" , OrganizationFeature , FeatureHandlerStrategy .FLAGPOLE , api_expose = False )
145- manager .add ("organizations:gitlab-repo-auto-sync" , OrganizationFeature , FeatureHandlerStrategy .FLAGPOLE , api_expose = False )
146- manager .add ("organizations:gitlab-repo-auto-sync-apply" , OrganizationFeature , FeatureHandlerStrategy .FLAGPOLE , api_expose = False )
147- manager .add ("organizations:bitbucket-repo-auto-sync" , OrganizationFeature , FeatureHandlerStrategy .FLAGPOLE , api_expose = False )
148- manager .add ("organizations:bitbucket-repo-auto-sync-apply" , OrganizationFeature , FeatureHandlerStrategy .FLAGPOLE , api_expose = False )
149- manager .add ("organizations:bitbucket_server-repo-auto-sync" , OrganizationFeature , FeatureHandlerStrategy .FLAGPOLE , api_expose = False )
150- manager .add ("organizations:bitbucket_server-repo-auto-sync-apply" , OrganizationFeature , FeatureHandlerStrategy .FLAGPOLE , api_expose = False )
151- manager .add ("organizations:vsts-repo-auto-sync" , OrganizationFeature , FeatureHandlerStrategy .FLAGPOLE , api_expose = False )
152- manager .add ("organizations:vsts-repo-auto-sync-apply" , OrganizationFeature , FeatureHandlerStrategy .FLAGPOLE , api_expose = False )
153145 manager .add ("organizations:integrations-perforce" , OrganizationFeature , FeatureHandlerStrategy .FLAGPOLE , api_expose = True )
154146 manager .add ("organizations:integrations-slack-staging" , OrganizationFeature , FeatureHandlerStrategy .FLAGPOLE , api_expose = True )
155147 manager .add ("organizations:scm-source-context" , OrganizationFeature , FeatureHandlerStrategy .FLAGPOLE , api_expose = True )
0 commit comments