Skip to content

Commit d071100

Browse files
authored
Merge pull request #14179 from aws-amplify/gen2-migrations-execute
2 parents 9a4e1b6 + 4b74382 commit d071100

File tree

38 files changed

+270
-441
lines changed

38 files changed

+270
-441
lines changed

.eslint-dictionary.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -412,6 +412,7 @@
412412
"ulid",
413413
"unauth",
414414
"uncompiled",
415+
"uncommented",
415416
"unicode",
416417
"unix",
417418
"unlink",

codebuild_specs/e2e_workflow_base.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,12 @@ batch:
136136
compute-type: BUILD_GENERAL1_LARGE
137137
depend-on:
138138
- upb
139+
- identifier: gen2_migrations_e2e_test
140+
buildspec: codebuild_specs/run_gen2_migrations_e2e_tests_linux.yml
141+
depend-on:
142+
- build_linux
143+
env:
144+
compute-type: BUILD_GENERAL1_LARGE
139145
- identifier: cleanup_resources
140146
buildspec: codebuild_specs/cleanup_resources.yml
141147
depend-on:

codebuild_specs/e2e_workflow_generated.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,12 @@ batch:
136136
compute-type: BUILD_GENERAL1_LARGE
137137
depend-on:
138138
- upb
139+
- identifier: gen2_migrations_e2e_test
140+
buildspec: codebuild_specs/run_gen2_migrations_e2e_tests_linux.yml
141+
depend-on:
142+
- build_linux
143+
env:
144+
compute-type: BUILD_GENERAL1_LARGE
139145
- identifier: cleanup_resources
140146
buildspec: codebuild_specs/cleanup_resources.yml
141147
depend-on:

packages/amplify-appsync-simulator/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-amplify/amplify-appsync-simulator",
3-
"version": "2.16.12-next-4.0",
3+
"version": "2.16.11",
44
"description": "An AppSync Simulator to test AppSync API.",
55
"repository": {
66
"type": "git",
@@ -30,7 +30,7 @@
3030
"extract-api": "ts-node ../../scripts/extract-api.ts"
3131
},
3232
"dependencies": {
33-
"@aws-amplify/amplify-cli-core": "4.4.1-next-4.0",
33+
"@aws-amplify/amplify-cli-core": "4.4.0",
3434
"@aws-amplify/amplify-prompts": "2.8.6",
3535
"@graphql-tools/schema": "^8.3.1",
3636
"@graphql-tools/utils": "^8.5.1",

packages/amplify-category-custom/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-amplify/amplify-category-custom",
3-
"version": "3.1.28-next-4.0",
3+
"version": "3.1.27",
44
"description": "amplify-cli custom resources plugin",
55
"repository": {
66
"type": "git",
@@ -26,7 +26,7 @@
2626
"access": "public"
2727
},
2828
"dependencies": {
29-
"@aws-amplify/amplify-cli-core": "4.4.1-next-4.0",
29+
"@aws-amplify/amplify-cli-core": "4.4.0",
3030
"@aws-amplify/amplify-prompts": "2.8.6",
3131
"aws-cdk-lib": "~2.187.0",
3232
"execa": "^5.1.1",

packages/amplify-category-hosting/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-amplify/amplify-category-hosting",
3-
"version": "3.5.41-next-4.0",
3+
"version": "3.5.40",
44
"description": "amplify-cli hosting plugin",
55
"repository": {
66
"type": "git",
@@ -21,7 +21,7 @@
2121
"test": "jest --logHeapUsage --coverage"
2222
},
2323
"dependencies": {
24-
"@aws-amplify/amplify-cli-core": "4.4.1-next-4.0",
24+
"@aws-amplify/amplify-cli-core": "4.4.0",
2525
"@aws-amplify/amplify-prompts": "2.8.6",
2626
"chalk": "^4.1.1",
2727
"fs-extra": "^8.1.0",

packages/amplify-cli/src/domain/command-input.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { CommandLineInput } from '@aws-amplify/amplify-cli-core';
1+
import { CommandLineInput } from '@aws-amplify/amplify-cli-core/src/types';
22

33
export class CLIInput implements CommandLineInput {
44
argv: Array<string>;

packages/amplify-console-hosting/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "@aws-amplify/amplify-console-hosting",
3-
"version": "2.5.38-next-4.0",
3+
"version": "2.5.37",
44
"description": "cli plugin for AWS Amplify Console hosting",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",
77
"author": "Amazon Web Services",
88
"license": "Apache-2.0",
99
"dependencies": {
10-
"@aws-amplify/amplify-cli-core": "4.4.1-next-4.0",
11-
"@aws-amplify/amplify-environment-parameters": "1.9.19-next-4.0",
10+
"@aws-amplify/amplify-cli-core": "4.4.0",
11+
"@aws-amplify/amplify-environment-parameters": "1.9.18",
1212
"archiver": "^5.3.0",
1313
"chalk": "^4.1.1",
1414
"cli-table3": "^0.6.0",

packages/amplify-console-integration-tests/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws-amplify/amplify-console-integration-tests",
3-
"version": "2.11.22-next-4.0",
3+
"version": "2.11.21",
44
"description": "",
55
"repository": {
66
"type": "git",
@@ -21,7 +21,7 @@
2121
"setup-profile": "ts-node ./src/setup-profile.ts"
2222
},
2323
"dependencies": {
24-
"@aws-amplify/amplify-cli-core": "4.4.1-next-4.0",
24+
"@aws-amplify/amplify-cli-core": "4.4.0",
2525
"@aws-amplify/amplify-e2e-core": "5.7.3",
2626
"@types/ini": "^1.3.30",
2727
"aws-sdk": "^2.1464.0",

packages/amplify-dotnet-function-runtime-provider/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "amplify-dotnet-function-runtime-provider",
3-
"version": "2.1.4-next-4.0",
3+
"version": "2.1.3",
44
"description": "Provides functionality related to functions in .NET on AWS",
55
"repository": {
66
"type": "git",
@@ -22,7 +22,7 @@
2222
"extract-api": "ts-node ../../scripts/extract-api.ts"
2323
},
2424
"dependencies": {
25-
"@aws-amplify/amplify-cli-core": "4.4.1-next-4.0",
25+
"@aws-amplify/amplify-cli-core": "4.4.0",
2626
"@aws-amplify/amplify-function-plugin-interface": "1.12.1",
2727
"@aws-amplify/amplify-prompts": "2.8.6",
2828
"execa": "^5.1.1",

0 commit comments

Comments
 (0)