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

fix: updateUserAttributeSetting during add/update/push flows #10773

Merged
merged 19 commits into from
Sep 13, 2022

Conversation

akshbhu
Copy link
Contributor

@akshbhu akshbhu commented Jul 19, 2022

Description of changes

  • adds attr during amplify add / amplify update flows
  • adds this attr during amplify pull / push / build workflow
  • for console and studio builds , this will work fine as contents are pushed with force
  • for cli Cx , if Cx doesn't update the auth category , it needs a force push to update the userPool with this attribute.

Issue #10561

Description of how you validated changes

Checklist

  • PR description included
  • yarn test passes
  • Tests are changed or added
  • Relevant documentation is changed or added (and PR referenced)
  • New AWS SDK calls or CloudFormation actions have been added to relevant test and service IAM policies

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@akshbhu akshbhu requested a review from a team as a code owner July 19, 2022 18:38
@lgtm-com
Copy link

lgtm-com bot commented Jul 19, 2022

This pull request introduces 1 alert when merging ba8ff68 into c70cc1f - view on LGTM.com

new alerts:

  • 1 for Unused variable, import, function or class

@lgtm-com
Copy link

lgtm-com bot commented Jul 20, 2022

This pull request introduces 1 alert when merging 12e3785 into c36fa71 - view on LGTM.com

new alerts:

  • 1 for Unused variable, import, function or class

@danielleadams
Copy link
Contributor

@akshbhu this needs a rebase

@akshbhu akshbhu force-pushed the updateUserAttributes branch 9 times, most recently from 54a8228 to 060590b Compare August 4, 2022 17:46
@@ -1,11 +1,12 @@
/* eslint-disable*/
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd prefer not adding a general eslint disable comment - if the linter is suggesting too many changes, then commit with --no-verify or scope the disable rule down

@@ -90,4 +90,4 @@
"node"
]
}
}
}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do you have a VSCode setting that is removing newlines at the end of JSON files? Ideally all text files should end in a newline

@danielleadams danielleadams merged commit 52c1e49 into aws-amplify:dev Sep 13, 2022
katiegoines pushed a commit to aws-amplify/docs that referenced this pull request Oct 20, 2022
…s with example (#4476)

* fix: add section to clarify steps to update Cognito user email address with example

Related to:
aws-amplify/amplify-js#987
aws-amplify/amplify-cli#10773

* remove extra space
rachelnabors pushed a commit to aws-amplify/docs that referenced this pull request Oct 21, 2022
…s with example (#4476)

* fix: add section to clarify steps to update Cognito user email address with example

Related to:
aws-amplify/amplify-js#987
aws-amplify/amplify-cli#10773

* remove extra space
rachelnabors added a commit to aws-amplify/docs that referenced this pull request Oct 21, 2022
* removes ionic

* scours away ionic files

* Remove typo

* reverting yarn upgrade. we need to update the yarn lock

* Fixed type for Auth.federatedSignIn() in lib/auth/js/social (#4699)

* Fix lib-v1 error where refresh on root gave 404 (#4722)

Co-authored-by: Thomas Leing <[email protected]>

* fix: edits to next.js getting started to bring it current (#4672)

* fix: edits to next.js getting started to bring it current

* updates to next.js hosting content

* Removing Responsive Components from directory

* Updating responsive documentation

* improved docs for responsive components

* Updating responsive documentation

* merging

* Adding link to theme

* minor fix

* another minor fix

* Update src/pages/console/uibuilder/responsive.mdx

Co-authored-by: Rene Brandel <[email protected]>

* Update src/pages/console/uibuilder/responsive.mdx

Co-authored-by: Rene Brandel <[email protected]>

* Update src/pages/console/uibuilder/responsive.mdx

Co-authored-by: Rene Brandel <[email protected]>

* Update src/pages/console/uibuilder/responsive.mdx

Co-authored-by: Rene Brandel <[email protected]>

* Update src/pages/console/uibuilder/responsive.mdx

Co-authored-by: Rene Brandel <[email protected]>

* Update src/pages/console/uibuilder/responsive.mdx

Co-authored-by: Rene Brandel <[email protected]>

* Update src/pages/console/uibuilder/responsive.mdx

Co-authored-by: Rene Brandel <[email protected]>

* Update src/pages/console/uibuilder/responsive.mdx

Co-authored-by: Rene Brandel <[email protected]>

* Update cspell.json

* requested edits to documentation

* Update cspell.json

* Add Android dev-preview files back (#4727)

Co-authored-by: Thomas Leing <[email protected]>

* Update versions.ts

* fix: ignore queries while switching platform (#4730)

* fix: ignore queries while switching platform

* fix: nextjs build failed with global object 'window'

* Getting Started Tutorial : React update (#4676)

* clarifying this needs a new terminal

* updates

* Update src/fragments/start/getting-started/common/prereq.mdx

Co-authored-by: siegerts <[email protected]>

* Update src/fragments/start/getting-started/react/api.mdx

Co-authored-by: siegerts <[email protected]>

* updating per review

Co-authored-by: siegerts <[email protected]>

* Facebook OAuth steps update (#4731)

* Fixed type for Auth.federatedSignIn() in lib/auth/js/social

* Fix facebook oauth setup steps

* fix: add section to clarify steps to update Cognito user email address with example (#4476)

* fix: add section to clarify steps to update Cognito user email address with example

Related to:
aws-amplify/amplify-js#987
aws-amplify/amplify-cli#10773

* remove extra space

* React native getting started guide updates (#4714)

* small updates to getting started guide

* clarified the inspector panel location

* Expo CLI wording update

* remove react-native-picker and react-native package

* update to RN getting started guide

* updated installation of React Native CLI

* update setup steps

* removed broken closing tags

* fixed tag

* removed open tag without closing tag

* added closing tag

* removes ionic

* omg merge conflict merginng. Much shame. Very sad.

Co-authored-by: Tim Nguyen <[email protected]>
Co-authored-by: Dan Kiuna <[email protected]>
Co-authored-by: Thomas Leing <[email protected]>
Co-authored-by: Thomas Leing <[email protected]>
Co-authored-by: Kevin Old <[email protected]>
Co-authored-by: wpeck-amplify <[email protected]>
Co-authored-by: wrpeck <[email protected]>
Co-authored-by: Rene Brandel <[email protected]>
Co-authored-by: dengdan154 <[email protected]>
Co-authored-by: Di Wu <[email protected]>
Co-authored-by: siegerts <[email protected]>
Co-authored-by: Abdallah Shaban <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants