Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
60 commits
Select commit Hold shift + click to select a range
77a1e9e
refactor: start provider-cloudformation
Jul 11, 2025
aca2d07
refactor: category storage
Jul 14, 2025
28e12ba
chore: returning aws-sdk for now
Jul 15, 2025
6bb961e
fix: yarn lock
Jul 15, 2025
4b26596
fix: some adjustments
Jul 16, 2025
53cb005
fix: fixed some tests
Jul 16, 2025
ba3238d
refactor: most of provider-awscloudformation
Jul 17, 2025
d2a8a87
fix: import lex
Jul 17, 2025
ef3fe96
refactor: last set of non-test files
Jul 17, 2025
ccb5895
refactor: updated some unit tests
Jul 18, 2025
6da13ea
Merge branch 'dev' into sdk-migrations-2.5
Jul 18, 2025
b4cc448
chore: post merge removals
Jul 18, 2025
c780d67
refactor: unit tests
Jul 18, 2025
953656f
fix: lint, api, yarn
Jul 18, 2025
558de09
fix: init, delete, and push commands
Aug 5, 2025
da54da4
fix: publish, add hosting
Aug 6, 2025
9d833a1
chore: debugging
Aug 6, 2025
5f9abfc
fix: pull
Aug 7, 2025
3bf519a
fix: push and pull
Aug 7, 2025
2c57be9
fix: pull and debugging
Aug 7, 2025
94c5f03
Merge branch 'dev' into sdk-migrations-2.5
Aug 7, 2025
c353d50
chore: debugging
Aug 8, 2025
30d0f93
fix: update
Aug 8, 2025
dafab7a
fix: typing
Aug 9, 2025
4ed8adc
refactor: switch credentials object over to sdk v3 object
Aug 12, 2025
de651f2
fix: sdk v3 creds config in tests
Aug 12, 2025
ff3706b
fix: legacy sdk v2 creds, api
Aug 12, 2025
7164c6a
fix: feedback
Aug 19, 2025
8033901
fix: update types to 20, function mocks
Aug 19, 2025
237554d
fix: test
Aug 19, 2025
d10ec78
fix: another test
Aug 19, 2025
af3919b
refactor: console hosting
Aug 20, 2025
56c3fed
chore: fix yarn and debugging
Aug 20, 2025
5074543
fix: function secrets
Aug 21, 2025
f297ef5
fix: secrets
Aug 21, 2025
e85dea9
chore: debugging
Aug 21, 2025
033b301
chore: debugging
Aug 22, 2025
2521f89
chore: update tests
Aug 22, 2025
6e51d20
chore: debugging
Sep 3, 2025
a4981ee
chore: debugging
Sep 3, 2025
da9290e
fix: update checking bucket existence
Sep 4, 2025
0c82f21
chore: clean up debugging
Sep 4, 2025
40d8052
Merge branch 'dev' into sdk-migrations-2.5
Sep 4, 2025
8c5917c
fix: possible fix for api-6a
Sep 4, 2025
2a68a3c
fix: run studio-modelgen solo, hopefully make some e2es more consistent
Sep 5, 2025
50c1756
chore: clean up
Sep 5, 2025
4f833e1
chore: testing with data tag release
Sep 18, 2025
f13582d
Merge branch 'dev' into sdk-migrations-2.5
Sep 18, 2025
bdc9c37
chore: update e2es
Sep 19, 2025
544b2c9
chore: bump binary size
Sep 19, 2025
637cb2f
fix: remove AwsSecrets type from clients, uses v2 style creds
Sep 24, 2025
09e5310
Merge branch 'dev' into sdk-migrations-2.5
Sep 25, 2025
e33a5c2
Merge branch 'dev' into sdk-migrations-2.5
Sep 25, 2025
0d6832f
chore: update geo and auth
Sep 25, 2025
0c6fe58
Merge branch 'dev' into sdk-migrations-2.5
Oct 2, 2025
89f6bac
chore: removing workarounds
Oct 2, 2025
6fbf0cf
fix: error name
Oct 2, 2025
c52880b
chore: remove promise
Oct 2, 2025
01984d9
fix: lower linux max workers for more e2e test stability
Oct 3, 2025
9feda79
fix: revert max workers change, api_6c runs solo
Oct 3, 2025
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
10 changes: 5 additions & 5 deletions .circleci/local_publish_helpers_codebuild.sh
Original file line number Diff line number Diff line change
Expand Up @@ -139,11 +139,11 @@ function verifyPkgCli {
fi
}

# TODO: After V3 migrations are done, decrease 1030 back to 930 and 835 back to 750
verifySinglePkg "amplify-pkg-linux-x64" "amplify-pkg-linux-x64.tgz" $((1030 * 1024 * 1024))
verifySinglePkg "amplify-pkg-macos-x64" "amplify-pkg-macos-x64.tgz" $((1030 * 1024 * 1024))
verifySinglePkg "amplify-pkg-win-x64.exe" "amplify-pkg-win-x64.tgz" $((1030 * 1024 * 1024))
verifySinglePkg "amplify-pkg-linux-arm64" "amplify-pkg-linux-arm64.tgz" $((835 * 1024 * 1024))
# TODO: After V3 migrations are done, decrease 1090 back to 930 and 875 back to 750
verifySinglePkg "amplify-pkg-linux-x64" "amplify-pkg-linux-x64.tgz" $((1090 * 1024 * 1024))
verifySinglePkg "amplify-pkg-macos-x64" "amplify-pkg-macos-x64.tgz" $((1090 * 1024 * 1024))
verifySinglePkg "amplify-pkg-win-x64.exe" "amplify-pkg-win-x64.tgz" $((1090 * 1024 * 1024))
verifySinglePkg "amplify-pkg-linux-arm64" "amplify-pkg-linux-arm64.tgz" $((875 * 1024 * 1024))
}

function unsetNpmRegistryUrl {
Expand Down
677 changes: 348 additions & 329 deletions codebuild_specs/e2e_workflow_generated.yml

Large diffs are not rendered by default.

Loading
Loading