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

CIF-1400 - MyAccount - Account Information Page #409

Merged
merged 27 commits into from
Oct 1, 2020
Merged

Commits on Sep 16, 2020

  1. CIF-1400 - MyAccount - Account Information Page

    Create the Account Details component in AEM
    Daniel Platon committed Sep 16, 2020
    Configuration menu
    Copy the full SHA
    21e8d06 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2020

  1. Configuration menu
    Copy the full SHA
    220a653 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2020

  1. CIF-1400 - MyAccount - Account Information Page

    Update unit tests for the Account Details component
    Daniel Platon committed Sep 21, 2020
    Configuration menu
    Copy the full SHA
    4ecf8f2 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2020

  1. Create the edit dialog for the account details

    Daniel Platon committed Sep 22, 2020
    Configuration menu
    Copy the full SHA
    bed971f View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2020

  1. Configuration menu
    Copy the full SHA
    3a150e5 View commit details
    Browse the repository at this point in the history
  2. Add a "Password" field component

    Daniel Platon committed Sep 23, 2020
    Configuration menu
    Copy the full SHA
    a99e9a5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    68c0f9f View commit details
    Browse the repository at this point in the history
  4. Add the capability to update the account information

    Daniel Platon committed Sep 23, 2020
    Configuration menu
    Copy the full SHA
    90477e7 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2020

  1. Add the "Change password" feature, update unit tests

    Daniel Platon committed Sep 25, 2020
    Configuration menu
    Copy the full SHA
    c0b3c22 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2020

  1. Account details:

    * add a form validator for the password field (along with unit tests)
    * switch to a named export for the Portal component
    * add unit tests
    Daniel Platon committed Sep 28, 2020
    Configuration menu
    Copy the full SHA
    12e5afc View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into features/CIF-1400

    Daniel Platon committed Sep 28, 2020
    Configuration menu
    Copy the full SHA
    262730d View commit details
    Browse the repository at this point in the history
  3. Use a named export for the Account Details component

    Daniel Platon committed Sep 28, 2020
    Configuration menu
    Copy the full SHA
    9728e6a View commit details
    Browse the repository at this point in the history
  4. Update the unit test of AccountDetails to import the component from…

    … the source file instead of from `index.js`
    Daniel Platon committed Sep 28, 2020
    Configuration menu
    Copy the full SHA
    19b66bc View commit details
    Browse the repository at this point in the history
  5. Fix the wrong export

    Daniel Platon committed Sep 28, 2020
    Configuration menu
    Copy the full SHA
    d2611b1 View commit details
    Browse the repository at this point in the history
  6. Account details:

    * Configure Jest to ignore all the graphql files in the project, regardless of location.
    * Fixed bug which was causing the update mutation to be run regardless if the data was changed or not.
    Daniel Platon committed Sep 28, 2020
    Configuration menu
    Copy the full SHA
    62ffe85 View commit details
    Browse the repository at this point in the history
  7. Account details:

    * move the queries in the `queries` folder
    * fix a warning in an unit test
    Daniel Platon committed Sep 28, 2020
    Configuration menu
    Copy the full SHA
    647edb5 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3278ad0 View commit details
    Browse the repository at this point in the history
  9. Add a unit test for the new deriveErrorMessage utility

    Daniel Platon committed Sep 28, 2020
    Configuration menu
    Copy the full SHA
    e3e38d4 View commit details
    Browse the repository at this point in the history
  10. Merge branch 'features/CIF-1400' of github.com:adobe/aem-core-cif-com…

    …ponents into features/CIF-1400
    Daniel Platon committed Sep 28, 2020
    Configuration menu
    Copy the full SHA
    3cc146c View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2020

  1. Configuration menu
    Copy the full SHA
    6cf0a9f View commit details
    Browse the repository at this point in the history
  2. Remove the useScrollIntoView hook since we don't have the license f…

    …or it
    Daniel Platon committed Sep 29, 2020
    Configuration menu
    Copy the full SHA
    eb5cfb1 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'features/CIF-1400' of github.com:adobe/aem-core-cif-com…

    …ponents into features/CIF-1400
    Daniel Platon committed Sep 29, 2020
    Configuration menu
    Copy the full SHA
    f73e4a7 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2020

  1. Update the translation files

    Daniel Platon committed Sep 30, 2020
    Configuration menu
    Copy the full SHA
    079aef6 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2020

  1. Fix bugs found in verification:

    * The password field is not cleared after the form submit
    * If a form error is thrown the error field is not cleared when the form is "Cancelled"
    Daniel Platon committed Oct 1, 2020
    Configuration menu
    Copy the full SHA
    66cfd57 View commit details
    Browse the repository at this point in the history
  2. Add README for the AEM component

    Daniel Platon committed Oct 1, 2020
    Configuration menu
    Copy the full SHA
    3f97f0e View commit details
    Browse the repository at this point in the history
  3. Fix the unit test for editForm

    Daniel Platon committed Oct 1, 2020
    Configuration menu
    Copy the full SHA
    d593cf1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    98161f3 View commit details
    Browse the repository at this point in the history