Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CDK 2 Upgrade #1114

Merged
merged 67 commits into from
Oct 17, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
67 commits
Select commit Hold shift + click to select a range
1007006
DO-1446: migrate to cdk v2
gowrizrh Jul 31, 2023
0845f25
DO-1446: remove handlers in static hosting
gowrizrh Jul 31, 2023
a5a28af
DO-1531: upgrade dependencies
gowrizrh Sep 26, 2023
33a4e26
DO-1531: use node 20 and fix lint
gowrizrh Sep 26, 2023
668d5af
DO-1531: retain original props to make upgrading easier
gowrizrh Sep 26, 2023
ffd2187
DO-1531: run formatter
gowrizrh Sep 26, 2023
6b299d0
DO-1531: retain variable names and ordering
gowrizrh Sep 26, 2023
c5ee21c
DO-1531: add path remaps, static file associations and bundling
gowrizrh Sep 26, 2023
567a58f
DO-1531: merge props additional behaviours
gowrizrh Sep 26, 2023
b455ae6
DO-1531: update comments and code style
gowrizrh Sep 26, 2023
7f13a35
DO-1531: add origin access identity and fix typo
gowrizrh Sep 26, 2023
2565645
DO-1531: make default behaviour lambdas optional
gowrizrh Sep 26, 2023
22c2bed
DO-1531: move bundler to own file
gowrizrh Sep 26, 2023
c010dde
Merge pull request #1062 from aligent/feature/DO-1446-migrate-static-…
gowrizrh Sep 27, 2023
dabddc2
DO-1534: upgrade rabbitmq construct
gowrizrh Sep 27, 2023
ff3c5a3
DO-1530: move esbuild to own package
gowrizrh Sep 27, 2023
80cb9d5
DO-1535: upgrade geoip redirect construct
gowrizrh Sep 27, 2023
023308b
DO-1533: upgrade shared-vpc construct
gowrizrh Sep 27, 2023
08b2566
DO-1532: upgrade waf construct to cdk 2
gowrizrh Sep 27, 2023
bdb63fc
DO-1541: upgrade prerender proxy construct
gowrizrh Sep 27, 2023
1607818
DO-1542:upgrade lambda handlers package
gowrizrh Sep 27, 2023
899cac2
DO-1530: move @types/aws-lambda to dev dependencies
gowrizrh Sep 27, 2023
ae7f0d6
DO-1530: update identifiers to be consistent
gowrizrh Sep 27, 2023
fc7f46a
DO-1530: run formatter and readd build command
gowrizrh Sep 27, 2023
aef577f
Merge pull request #1073 from aligent/feature/DO-1534_upgrade_rabbitm…
gowrizrh Sep 29, 2023
b425d2a
DO-1530: remove unused test and code clean up
gowrizrh Sep 29, 2023
b98751d
DO-1530: run formatter
gowrizrh Sep 29, 2023
880525b
DO-1530: add @aligent/esbuild to package.json
gowrizrh Oct 5, 2023
366226a
DO-1530: remove skip lib check
gowrizrh Oct 5, 2023
093b5a7
DO-1530: run formatter
gowrizrh Oct 5, 2023
3970edb
chore: migrate prerender fargate
krishanthisera Oct 9, 2023
34847f5
DO-1484: reorganise the sequence to fix the bug not stripping script …
Oct 5, 2023
ceeaedf
DO-1484: make user-agent visible for easier debugging
Oct 5, 2023
382f7a0
DO-1544: enable s3 endpoint for VPC
krishanthisera Oct 11, 2023
74dd0d3
M2C-5239: code cleanup
krishanthisera Oct 11, 2023
518eff6
DO-1545: regenerate the lockfile
krishanthisera Oct 11, 2023
d39d1c3
Merge pull request #1106 from aligent/epic/DO-1545_prerender_fargate_…
krishanthisera Oct 12, 2023
6c1788a
DO-1546: prerender recaching implementation
krishanthisera Oct 12, 2023
175d34b
Merge branch 'epic/cdk-v2' into feature/DO-1546_recaching_implementation
krishanthisera Oct 12, 2023
56a145c
DO-1546: including prerender re-cache functionality and update the docs
krishanthisera Oct 12, 2023
0741926
DO-1546: include fargate option ts
krishanthisera Oct 12, 2023
0520fb3
feat: add initial construct for mesh hosting
TheOrangePuff Aug 29, 2023
ad275fa
chore: update package name and homepage
TheOrangePuff Aug 29, 2023
1745767
chore: remove title from README
TheOrangePuff Aug 29, 2023
741a839
Add missing buildspec for pipeline
AdamJHall Aug 31, 2023
433283e
Update connection strings to use tokens for attribute references as t…
AdamJHall Sep 1, 2023
e9d8991
Bring dependencies inline
AdamJHall Oct 13, 2023
89d3898
Move types to devDependencies
AdamJHall Oct 13, 2023
3e59695
Formatting pass
AdamJHall Oct 13, 2023
53a625f
Merge pull request #1108 from aligent/feature/graphql-mesh
AdamJHall Oct 13, 2023
dde62e4
Switch to use IVpc so we can import vpc from attributes and add optio…
AdamJHall Oct 13, 2023
319bea3
MICRO-196: Slack Notifications
AdamJHall Sep 15, 2023
1e9262e
Add SNS client dependency
AdamJHall Oct 13, 2023
9f2aed8
Ensure handler is included in package
AdamJHall Sep 17, 2023
835d052
Merge branch 'feature/graphql-mesh' into feature/Mesh-fixes
AdamJHall Oct 13, 2023
b34d404
Update package-lock with new depnedencies
AdamJHall Oct 13, 2023
85e2138
DO-1550: revert the changes to the tsconfig from #1106 and remove pre…
krishanthisera Oct 13, 2023
bbdc768
DO-1550: make declaration true
krishanthisera Oct 13, 2023
a66170e
Merge pull request #1107 from aligent/epic/DO-1545_prerender_fargate_…
krishanthisera Oct 15, 2023
8b571ee
Merge pull request #1110 from aligent/fix/DO-1550_disable_no_emit
krishanthisera Oct 16, 2023
f1584dd
Merge branch 'epic/cdk-v2' into feature/Mesh-fixes
AdamJHall Oct 16, 2023
cec245a
Merge pull request #1109 from aligent/feature/Mesh-fixes
AdamJHall Oct 16, 2023
8deb1ba
Merge branch 'main' into chore/fixing-merge-conflicts
TheOrangePuff Oct 17, 2023
0183256
Merge pull request #1115 from aligent/chore/fixing-merge-conflicts
TheOrangePuff Oct 17, 2023
ba25063
Merge branch 'epic/cdk-v2' into feature/DO-1530_cleanup
gowrizrh Oct 17, 2023
c2b0ce9
DO-1530: remove prepublish script
gowrizrh Oct 17, 2023
e6c9b4e
Merge pull request #1074 from aligent/feature/DO-1530_cleanup
TheOrangePuff Oct 17, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 10 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,14 @@
"ecmaVersion": "latest"
},
"plugins": ["@typescript-eslint", "prettier"],
"rules": {}
"rules": {
"@typescript-eslint/no-unused-vars": [
"warn", // or "error"
{
"argsIgnorePattern": "^_",
"varsIgnorePattern": "^_",
"caughtErrorsIgnorePattern": "^_"
}
]
}
}
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ jobs:
- uses: actions/checkout@v2
with:
ref: ${{ github.event.release.target_commitish }}
- name: Use Node.js 16
- name: Use Node.js 20
uses: actions/setup-node@v1
with:
node-version: 16
node-version: 20
registry-url: https://registry.npmjs.org/
- run: npm ci
- run: npm run lint:check && npm run format:check
Expand Down
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ dist/
# JetBrains IDE
.idea/

# VSCode IDE
.vscode/

# Unit test reports
TEST*.xml

Expand Down Expand Up @@ -53,6 +56,7 @@ Thumbs.db
# CDK asset staging directory
.cdk.staging
cdk.out
*.tsbuildinfo

*.d.ts
*.js
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v16.18.1
20.7.0
Loading
Loading