Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
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
18 changes: 0 additions & 18 deletions .github/workflows/pullRequestsCommandCypress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -265,12 +265,6 @@ jobs:
- name: Deploy Admin Area
working-directory: new-webiny-project
run: yarn webiny deploy admin --env dev
- name: Deployment Summary
run: >-
node
.github/workflows/wac/utils/runNodeScripts/printDeploymentSummary.js
'../new-webiny-project' >> $GITHUB_STEP_SUMMARY
working-directory: ${{ needs.baseBranch.outputs.base-branch }}
- name: Create Cypress config
run: yarn setup-cypress --projectFolder ../new-webiny-project
working-directory: ${{ needs.baseBranch.outputs.base-branch }}
Expand Down Expand Up @@ -497,12 +491,6 @@ jobs:
- name: Deploy Admin Area
working-directory: new-webiny-project
run: yarn webiny deploy admin --env dev
- name: Deployment Summary
run: >-
node
.github/workflows/wac/utils/runNodeScripts/printDeploymentSummary.js
'../new-webiny-project' >> $GITHUB_STEP_SUMMARY
working-directory: ${{ needs.baseBranch.outputs.base-branch }}
- name: Create Cypress config
run: yarn setup-cypress --projectFolder ../new-webiny-project
working-directory: ${{ needs.baseBranch.outputs.base-branch }}
Expand Down Expand Up @@ -734,12 +722,6 @@ jobs:
- name: Deploy Admin Area
working-directory: new-webiny-project
run: yarn webiny deploy admin --env dev
- name: Deployment Summary
run: >-
node
.github/workflows/wac/utils/runNodeScripts/printDeploymentSummary.js
'../new-webiny-project' >> $GITHUB_STEP_SUMMARY
working-directory: ${{ needs.baseBranch.outputs.base-branch }}
- name: Create Cypress config
run: yarn setup-cypress --projectFolder ../new-webiny-project
working-directory: ${{ needs.baseBranch.outputs.base-branch }}
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/wac/pullRequestsCommandCypress.wac.ts
Original file line number Diff line number Diff line change
Expand Up @@ -156,13 +156,13 @@ const createCypressJobs = (dbSetup: string) => {
...createDeployWebinySteps({ workingDirectory: DIR_TEST_PROJECT }),
...withCommonParams(
[
{
name: "Deployment Summary",
run: `${runNodeScript(
"printDeploymentSummary",
`../${DIR_TEST_PROJECT}`
)} >> $GITHUB_STEP_SUMMARY`
},
// {
// name: "Deployment Summary",
// run: `${runNodeScript(
// "printDeploymentSummary",
// `../${DIR_TEST_PROJECT}`
// )} >> $GITHUB_STEP_SUMMARY`
// },
{
name: "Create Cypress config",
run: `yarn setup-cypress --projectFolder ../${DIR_TEST_PROJECT}`
Expand Down
2 changes: 1 addition & 1 deletion packages/admin-ui/src/Popover/Popover.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ export const WithArrowSubtleVariant: Story = {
trigger: <p>Popover trigger</p>,
arrow: true,
content: (
<div className={"wby-w-[260px]"}>
<div className={"wby-w-[320px]"}>
<strong>Lorem ipsum dolor sit amet</strong>, consectetur adipiscing elit. Morbi
lectus leo, dapibus vitae mollis dictum, vulputate eget lorem. Aliquam rutrum auctor
tempus.
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/files/references.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions packages/project-aws/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
"directory": "dist"
},
"dependencies": {
"@pulumi/aws": "^6.83.0",
"@pulumi/pulumi": "^3.201.0",
"@pulumi/random": "^4.18.3",
"@pulumi/aws": "^7.8.0",
"@pulumi/pulumi": "^3.203.0",
"@pulumi/random": "^4.18.4",
"@webiny/api-aco": "0.0.0",
"@webiny/api-admin-users": "0.0.0",
"@webiny/api-admin-users-so-ddb": "0.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/project-aws/src/pulumi/apps/core/CoreVpc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,11 @@ export const CoreVpc = createAppModule({
}
});

// Create NAT gateway.
// Create NAT gateway.z
const elasticIpAllocation = app.addResource(aws.ec2.Eip, {
name: "nat-gateway-elastic-ip",
config: {
vpc: true
domain: "vpc"
}
});

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export const SyncSystemWorkerLambda = createAppModule({
name: `${roleName}-policy-attachment`,
config: {
role: role.output.name,
policyArn: aws.iam.ManagedPolicies.AWSLambdaBasicExecutionRole
policyArn: aws.iam.ManagedPolicy.AWSLambdaBasicExecutionRole
}
});

Expand Down
4 changes: 2 additions & 2 deletions packages/pulumi-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"directory": "dist"
},
"dependencies": {
"@pulumi/aws": "^6.83.0",
"@pulumi/pulumi": "^3.201.0",
"@pulumi/aws": "^7.8.0",
"@pulumi/pulumi": "^3.203.0",
"decompress": "^4.2.1",
"execa": "^5.1.1",
"find-up": "^5.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/pulumi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"directory": "dist"
},
"dependencies": {
"@pulumi/pulumi": "^3.201.0",
"@pulumi/pulumi": "^3.203.0",
"@webiny/project": "0.0.0",
"find-up": "^5.0.0",
"lodash": "^4.17.21"
Expand Down
36 changes: 18 additions & 18 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8502,13 +8502,13 @@ __metadata:
languageName: node
linkType: hard

"@pulumi/aws@npm:^6.83.0":
version: 6.83.0
resolution: "@pulumi/aws@npm:6.83.0"
"@pulumi/aws@npm:^7.8.0":
version: 7.8.0
resolution: "@pulumi/aws@npm:7.8.0"
dependencies:
"@pulumi/pulumi": "npm:^3.142.0"
mime: "npm:^2.0.0"
checksum: 10/2747471de0bb804b53f0f227e14184a8a4c90fee1fe442bc34e014cd6f35a410bfcffd088e3afba87b9fc8ca1f87f79b95edd855cecea890486069f71c0bc5a3
checksum: 10/0ff86f5d4eee8d2a10d1843a2cdbe6e4c0eb9b2efa539ab8c6a89cfdb4d4753dfcb06b4d51c544dc5898eabb7233aba641b69924004adf9369be0f9b36ca1072
languageName: node
linkType: hard

Expand Down Expand Up @@ -8556,9 +8556,9 @@ __metadata:
languageName: node
linkType: hard

"@pulumi/pulumi@npm:^3.201.0":
version: 3.201.0
resolution: "@pulumi/pulumi@npm:3.201.0"
"@pulumi/pulumi@npm:^3.203.0":
version: 3.203.0
resolution: "@pulumi/pulumi@npm:3.203.0"
dependencies:
"@grpc/grpc-js": "npm:^1.10.1"
"@logdna/tail-file": "npm:^2.0.6"
Expand Down Expand Up @@ -8596,16 +8596,16 @@ __metadata:
optional: true
typescript:
optional: true
checksum: 10/474aa5e0b6a38838d6b2d200c17198141c2d1c2809cc77842b901f405cd6a5ceb6eaf7b989626ceb462905a84155974a483da7c87d105a8b66c7889e5352764f
checksum: 10/ea6e5518996add83b032baf500d1f52ce635db64025b6fe8b1dca7cf5b78244f716303a526b12dd605fad52d31b1c3931f92d52b22e6aa1436b56be35562ff89
languageName: node
linkType: hard

"@pulumi/random@npm:^4.18.3":
version: 4.18.3
resolution: "@pulumi/random@npm:4.18.3"
"@pulumi/random@npm:^4.18.4":
version: 4.18.4
resolution: "@pulumi/random@npm:4.18.4"
dependencies:
"@pulumi/pulumi": "npm:^3.142.0"
checksum: 10/0b2f176c6d339362ca3c573d8176fbe2a25c1a37e0a636e5ee882e871e5b314706e5aec29790650ec0379afbbd513222e5ed261ccd5e891eb15cbedfbb7ca7f2
checksum: 10/c80210108368c5a28ae0ec01980a10084b27d0ce671029aa09c24b33941a4753fe70299133c5a0e13c1f7c84b5b43d76a39fd2cb8b058861f4e45b25c82336e5
languageName: node
linkType: hard

Expand Down Expand Up @@ -16904,9 +16904,9 @@ __metadata:
version: 0.0.0-use.local
resolution: "@webiny/project-aws@workspace:packages/project-aws"
dependencies:
"@pulumi/aws": "npm:^6.83.0"
"@pulumi/pulumi": "npm:^3.201.0"
"@pulumi/random": "npm:^4.18.3"
"@pulumi/aws": "npm:^7.8.0"
"@pulumi/pulumi": "npm:^3.203.0"
"@pulumi/random": "npm:^4.18.4"
"@types/lodash": "npm:4.17.20"
"@types/ncp": "npm:^2.0.8"
"@webiny/api-aco": "npm:0.0.0"
Expand Down Expand Up @@ -17068,8 +17068,8 @@ __metadata:
version: 0.0.0-use.local
resolution: "@webiny/pulumi-sdk@workspace:packages/pulumi-sdk"
dependencies:
"@pulumi/aws": "npm:^6.83.0"
"@pulumi/pulumi": "npm:^3.201.0"
"@pulumi/aws": "npm:^7.8.0"
"@pulumi/pulumi": "npm:^3.203.0"
"@types/lodash": "npm:4.17.20"
"@webiny/build-tools": "npm:0.0.0"
decompress: "npm:^4.2.1"
Expand All @@ -17089,7 +17089,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@webiny/pulumi@workspace:packages/pulumi"
dependencies:
"@pulumi/pulumi": "npm:^3.201.0"
"@pulumi/pulumi": "npm:^3.203.0"
"@types/lodash": "npm:4.17.20"
"@webiny/build-tools": "npm:0.0.0"
"@webiny/project": "npm:0.0.0"
Expand Down