Skip to content

Commit bfd7d07

Browse files
authored
[server] Remove Workspace Factory EE, merge with standard (#17339)
* [server] Remove Workspace Factory EE, merge with standard * apply suggestion
1 parent 4e6f68d commit bfd7d07

File tree

3 files changed

+268
-310
lines changed

3 files changed

+268
-310
lines changed

components/server/ee/src/container-module.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@ import { GitHubEnterpriseApp } from "./prebuilds/github-enterprise-app";
2121
import { IncrementalPrebuildsService } from "./prebuilds/incremental-prebuilds-service";
2222
import { IPrefixContextParser } from "../../src/workspace/context-parser";
2323
import { StartPrebuildContextParser } from "./prebuilds/start-prebuild-context-parser";
24-
import { WorkspaceFactory } from "../../src/workspace/workspace-factory";
25-
import { WorkspaceFactoryEE } from "./workspace/workspace-factory";
2624
import { StripeService } from "./user/stripe-service";
2725
import { GitHubAppSupport } from "./github/github-app-support";
2826
import { GitLabAppSupport } from "./gitlab/gitlab-app-support";
@@ -38,7 +36,6 @@ import { UsageService, UsageServiceImpl, NoOpUsageService } from "../../src/user
3836

3937
export const productionEEContainerModule = new ContainerModule((bind, unbind, isBound, rebind) => {
4038
rebind(Server).to(ServerEE).inSingletonScope();
41-
rebind(WorkspaceFactory).to(WorkspaceFactoryEE).inSingletonScope();
4239

4340
bind(PrebuildManager).toSelf().inSingletonScope();
4441
bind(IPrefixContextParser).to(StartPrebuildContextParser).inSingletonScope();

components/server/ee/src/workspace/workspace-factory.ts

Lines changed: 0 additions & 307 deletions
This file was deleted.

0 commit comments

Comments
 (0)