Skip to content

Commit

Permalink
[server] remove unused scm provider code
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexTugarev committed Nov 15, 2023
1 parent ee0c883 commit a259abc
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 430 deletions.
100 changes: 0 additions & 100 deletions components/server/src/bitbucket/bitbucket-app-support.ts

This file was deleted.

6 changes: 0 additions & 6 deletions components/server/src/container-module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,9 @@ import { BillingModes } from "./billing/billing-mode";
import { EntitlementService, EntitlementServiceImpl } from "./billing/entitlement-service";
import { EntitlementServiceUBP } from "./billing/entitlement-service-ubp";
import { StripeService } from "./billing/stripe-service";
import { BitbucketAppSupport } from "./bitbucket/bitbucket-app-support";
import { CodeSyncService } from "./code-sync/code-sync-service";
import { Config, ConfigFile } from "./config";
import { ConfigurationService } from "./config/configuration-service";
import { GitHubAppSupport } from "./github/github-app-support";
import { GitLabAppSupport } from "./gitlab/gitlab-app-support";
import { IamSessionApp } from "./iam/iam-session-app";
import { IDEService } from "./ide-service";
import { DatabaseGarbageCollector } from "./jobs/database-gc";
Expand Down Expand Up @@ -335,13 +332,10 @@ export const productionContainerModule = new ContainerModule(

bind(PrebuildManager).toSelf().inSingletonScope();
bind(GithubApp).toSelf().inSingletonScope();
bind(GitHubAppSupport).toSelf().inSingletonScope();
bind(GithubAppRules).toSelf().inSingletonScope();
bind(PrebuildStatusMaintainer).toSelf().inSingletonScope();
bind(GitLabApp).toSelf().inSingletonScope();
bind(GitLabAppSupport).toSelf().inSingletonScope();
bind(BitbucketApp).toSelf().inSingletonScope();
bind(BitbucketAppSupport).toSelf().inSingletonScope();
bind(GitHubEnterpriseApp).toSelf().inSingletonScope();
bind(BitbucketServerApp).toSelf().inSingletonScope();
bind(IncrementalWorkspaceService).toSelf().inSingletonScope();
Expand Down
159 changes: 0 additions & 159 deletions components/server/src/github/github-app-support.ts

This file was deleted.

68 changes: 0 additions & 68 deletions components/server/src/gitlab/gitlab-app-support.spec.ts

This file was deleted.

Loading

0 comments on commit a259abc

Please sign in to comment.