Skip to content
Open
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
3b3a711
feat(cli-api): improve add and update api
sundersc Aug 24, 2021
b2b455b
Delete sam.schema.json
sundersc Aug 24, 2021
181cac7
Delete cloudformation.schema.json
sundersc Aug 24, 2021
2383a96
remove auto apply authmode code from update api workflow
sundersc Aug 24, 2021
5260dce
remove unused import
sundersc Aug 24, 2021
d616321
fix lint issues
sundersc Aug 24, 2021
b3052b9
relative import
sundersc Aug 24, 2021
13b7b0f
fix dependencies
sundersc Aug 24, 2021
17c8e74
fix lint comments
sundersc Aug 24, 2021
3467e97
remove unused code
sundersc Aug 24, 2021
69deb85
updated v2 templates
sundersc Aug 25, 2021
971eda8
remove unused import
sundersc Aug 25, 2021
666f944
change to use executeProviderUtils
sundersc Aug 25, 2021
424c9c0
fixed formatting
sundersc Aug 30, 2021
94f6b04
several minor tweaks to add and update api workflow
sundersc Sep 8, 2021
f829abc
update conflict detection label
sundersc Sep 9, 2021
e9da380
remove app not deployed message
sundersc Sep 9, 2021
a9e39d7
auto apply auth mode
sundersc Sep 10, 2021
96bf925
auto apply authmode for v2 tranformer
sundersc Sep 13, 2021
037e8e5
add type amplify_global to v2 schemas
sundersc Sep 15, 2021
18fcf52
feat(cli-graphql): Lambda authorizer initial commit
sundersc Sep 17, 2021
cd17598
handle v2 auth type
sundersc Sep 20, 2021
8bd4416
update cdk to 1.123.0
sundersc Sep 21, 2021
692f5f8
Merge branch 'cdk-update-1.123.0' into category-graphql/appsync-lambd…
sundersc Sep 21, 2021
57e8834
Merge pull request #1 from sundersc/category-graphql/appsync-lambda-a…
sundersc Sep 21, 2021
333e0cb
function arn to appsync push
sundersc Sep 22, 2021
76aaaa7
custom lambda authorizer function
sundersc Sep 22, 2021
fe1558b
update lambda authorizer function code
sundersc Sep 22, 2021
02af6b5
feat(cli-api): improve add and update api
sundersc Aug 24, 2021
b7ea822
Delete sam.schema.json
sundersc Aug 24, 2021
ab446d7
Delete cloudformation.schema.json
sundersc Aug 24, 2021
74377fc
remove auto apply authmode code from update api workflow
sundersc Aug 24, 2021
11ad12f
remove unused import
sundersc Aug 24, 2021
4947c96
fix lint issues
sundersc Aug 24, 2021
b01a8db
relative import
sundersc Aug 24, 2021
0927c03
fix dependencies
sundersc Aug 24, 2021
755809f
fix lint comments
sundersc Aug 24, 2021
af31516
remove unused code
sundersc Aug 24, 2021
57c16ce
updated v2 templates
sundersc Aug 25, 2021
d7f81a5
remove unused import
sundersc Aug 25, 2021
8ad84e3
change to use executeProviderUtils
sundersc Aug 25, 2021
71b27ed
fixed formatting
sundersc Aug 30, 2021
ea44707
several minor tweaks to add and update api workflow
sundersc Sep 8, 2021
9909cc2
update conflict detection label
sundersc Sep 9, 2021
5eb7022
remove app not deployed message
sundersc Sep 9, 2021
d77e9e2
auto apply auth mode
sundersc Sep 10, 2021
187bb8c
auto apply authmode for v2 tranformer
sundersc Sep 13, 2021
723c6bb
add type amplify_global to v2 schemas
sundersc Sep 15, 2021
fc237a1
Update many-relationship-schema-v2.graphql
sundersc Sep 17, 2021
1363805
Update single-object-auth-schema-v2.graphql
sundersc Sep 17, 2021
75ffb3d
Update single-object-schema-v2.graphql
sundersc Sep 17, 2021
7c13d99
feat: add @auth (#1)
SwaySway Sep 24, 2021
b4cbe97
fix: update dependency versions
cjihrig-aws Sep 24, 2021
3158549
feat(amplify-provider-awscloudformation): match env directive field f…
danielleadams Sep 24, 2021
d30f1d6
fix(amplify-provider-awscloudformation): invoke api function from inv…
danielleadams Sep 25, 2021
17aa0a2
fix(amplify-provider-awscloudformation): remove sandbox mode directiv…
danielleadams Sep 27, 2021
bb67a35
Revert "feat: Flag to allow schema changes that require table replace…
sundersc Sep 24, 2021
ad8f8be
Add pre-push hook to verify region support (#8269)
phani-srikar Sep 24, 2021
237c42c
fix: toggle transformer v2 feature flag
Sep 23, 2021
10cf424
fix: setup tagged release
Sep 24, 2021
badcab2
chore(release): Publish tagged release $NPM_TAG [ci skip]
Sep 27, 2021
794a2da
merge lambda authorizer with dev-preview
sundersc Sep 28, 2021
024593b
resolve lambda auth conflicts
sundersc Sep 28, 2021
3c2ae5c
update lambda transformer code
sundersc Sep 28, 2021
74b5abb
add e2e for lambda authorizer and auto apply auth mode fix
sundersc Oct 4, 2021
f52284e
add await for canAutoResolveGraphQLAuthError
sundersc Oct 5, 2021
9f348cc
e2e tests for lambda authorizer
sundersc Oct 6, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
17 changes: 1 addition & 16 deletions .circleci/config.base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -885,26 +885,11 @@ workflows:
- npm-publish
requires:
- test
- mock_e2e_tests
- graphql_e2e_tests
- integration_test
- done_with_pkg_linux_e2e_tests
- amplify_sudo_install_test
- amplify_console_integration_tests
- amplify_migration_tests_latest
- amplify_migration_tests_v4
- amplify_migration_tests_v4_30_0
- amplify_migration_tests_non_multi_env_layers
- amplify_migration_tests_multi_env_layers
- github_prerelease_install_sanity_check
filters:
branches:
only:
- release
- master
- beta
- /tagged-release\/.*/
- /tagged-release-without-e2e-tests\/.*/
- tagged-release-without-e2e-tests/graphql-vnext-dev-preview
- github_release:
context: github-publish
requires:
Expand Down
Loading