Skip to content

Commit

Permalink
refactor(api)!: Refactor environment, secret and variable functionali…
Browse files Browse the repository at this point in the history
…ty (#270)

BREAKING CHANGE: Refactor environment, secret and variable functionality
  • Loading branch information
rajdip-b committed Jun 12, 2024
1 parent 62a1731 commit 55a6d37
Show file tree
Hide file tree
Showing 47 changed files with 2,200 additions and 6,751 deletions.
2 changes: 1 addition & 1 deletion apps/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,12 @@
"passport-gitlab2": "^5.0.0",
"passport-google-oauth20": "^2.0.0",
"redis": "^4.6.13",
"reflect-metadata": "^0.2.0",
"rxjs": "^7.8.1",
"socket.io": "^4.7.5",
"uuid": "^9.0.1"
},
"devDependencies": {
"reflect-metadata": "^0.2.2",
"@nestjs/cli": "^10.0.0",
"@nestjs/schematics": "^10.0.0",
"@nestjs/testing": "^10.0.0",
Expand Down
2 changes: 0 additions & 2 deletions apps/api/src/app/app.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ import { WorkspaceRoleModule } from '../workspace-role/workspace-role.module'
import { ApiKeyGuard } from '../auth/guard/api-key/api-key.guard'
import { EventModule } from '../event/event.module'
import { VariableModule } from '../variable/variable.module'
import { ApprovalModule } from '../approval/approval.module'
import { SocketModule } from '../socket/socket.module'
import { ProviderModule } from '../provider/provider.module'
import { ScheduleModule } from '@nestjs/schedule'
Expand Down Expand Up @@ -51,7 +50,6 @@ import { FeedbackModule } from '../feedback/feedback.module'
WorkspaceRoleModule,
EventModule,
VariableModule,
ApprovalModule,
SocketModule,
ProviderModule,
IntegrationModule,
Expand Down
Loading

0 comments on commit 55a6d37

Please sign in to comment.