Skip to content

Commit

Permalink
chore: remove connect packages (#11459)
Browse files Browse the repository at this point in the history
* chore: remove connect-session packages

* feat: installed connect-session package from npm

* fix: replaced local dir paths

* fix: installed missing connect-session-server package

* chore: remove connect-session labels

* fix: corrected package import

* fix: temp fix jest

* chore: bump connect-session

* chore: bump connect-session

* chore: bump connect-session

* chore: bump connect-session-server

* chore: bump connect-session

* chore: bump connect-session

* chore: updated connect-session package to resolve main

* fix: resolved package types

* fix: bump connect-session-server version

* feat: replaced connect-session package with server with latest funcs

* chore: remove api-key-service packages

* chore: remove api-key-service package usages

* fix: missing file issue

* fix: remove api-key import

* fix: remove invokeApiKeyVerifyArn

---------

Co-authored-by: Will McVay <[email protected]>
  • Loading branch information
bashleigh and willmcvay authored Oct 15, 2024
1 parent 7ed0e85 commit 24f91c0
Show file tree
Hide file tree
Showing 191 changed files with 120 additions and 3,928 deletions.
12 changes: 0 additions & 12 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,6 @@ admin-portal:
aml-checklist:
- packages/aml-checklist/**

api-key-service:
- packages/api-key-service/**

api-key-verify:
- packages/api-key-verify/**

app-builder:
- packages/app-builder/**

Expand Down Expand Up @@ -44,12 +38,6 @@ cognito-custom-mail-lambda:
config-manager:
- packages/config-manager/**

connect-session:
- packages/connect-session/**

connect-session-server:
- packages/connect-session-server/**

cra-template-foundations:
- packages/cra-template-foundations/**

Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed .yarn/cache/eyes-npm-0.1.8-4f28ed333f-58480c1f4c.zip
Binary file not shown.
Binary file added .yarn/cache/fsevents-patch-19706e7e35-10.zip
Binary file not shown.
Binary file added .yarn/cache/fsevents-patch-6b67494872-10.zip
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed .yarn/cache/qs-npm-6.10.3-172e1a3fb7-73d07bfd77.zip
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed .yarn/cache/smob-npm-1.4.1-fb67ffe15b-bc6ffcb9a1.zip
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed .yarn/cache/vows-npm-0.8.3-7b934cb7be-3d7c805559.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion packages/admin-portal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"dependencies": {
"@linaria/core": "^5.0.2",
"@linaria/react": "^5.0.3",
"@reapit/connect-session": "workspace:packages/connect-session",
"@reapit/connect-session": "^6.1.1",
"@reapit/elements": "4.1.2",
"@reapit/foundations-ts-definitions": "^1.5.9",
"@reapit/use-reapit-data": "workspace:packages/use-reapit-data",
Expand Down
3 changes: 1 addition & 2 deletions packages/admin-portal/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@
"paths": {
"@reapit/utils-common": ["../utils-common/src"],
"@reapit/utils-react": ["../utils-react"],
"@reapit/use-reapit-data": ["../use-reapit-data"],
"@reapit/connect-session": ["../connect-session/src"]
"@reapit/use-reapit-data": ["../use-reapit-data"]
}
},
"include": ["src"],
Expand Down
3 changes: 0 additions & 3 deletions packages/api-key-service/.eslintrc.js

This file was deleted.

26 changes: 0 additions & 26 deletions packages/api-key-service/.gitignore

This file was deleted.

2 changes: 0 additions & 2 deletions packages/api-key-service/README.md

This file was deleted.

7 changes: 0 additions & 7 deletions packages/api-key-service/babel.config.js

This file was deleted.

70 changes: 0 additions & 70 deletions packages/api-key-service/cdk/cdk-stack.ts

This file was deleted.

19 changes: 0 additions & 19 deletions packages/api-key-service/cdk/cdk.ts

This file was deleted.

27 changes: 0 additions & 27 deletions packages/api-key-service/jest.config.js

This file was deleted.

52 changes: 0 additions & 52 deletions packages/api-key-service/package.json

This file was deleted.

110 changes: 0 additions & 110 deletions packages/api-key-service/src/api-keys/api-key-controller.ts

This file was deleted.

19 changes: 0 additions & 19 deletions packages/api-key-service/src/api-keys/api-key-dto.ts

This file was deleted.

Loading

0 comments on commit 24f91c0

Please sign in to comment.