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

Null safety branch #698

Merged
merged 19 commits into from
Jul 6, 2021

Commits on Jun 7, 2021

  1. chore: pin Amplify iOS to '~> 1.9.2' (aws-amplify#589)

    * set amplify ios to '~> 1.9'
    
    * set amplify ios to '~> 1.9.2'
    
    * add 'ObjectMapper' back to podspec
    
    Co-authored-by: Ashish Nanda <[email protected]>
    Jordan-Nelson and Ashish-Nanda authored Jun 7, 2021
    Configuration menu
    Copy the full SHA
    6fd054c View commit details
    Browse the repository at this point in the history
  2. chore: foundation for integration tests and basic auth suite with sig…

    …nIn and signOut (aws-amplify#568)
    Travis Sheppard authored Jun 7, 2021
    Configuration menu
    Copy the full SHA
    4209c80 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2021

  1. feat(auth): add updateUserAttributes (batch) (aws-amplify#601)

    * feat: add auth.updateUserAttributes
    
    * Apply suggestions from code review
    
    Co-authored-by: Chris F <[email protected]>
    
    * address pr comments
    
    * refactor android user attributes
    
    * consolidate user attr logic on iOS
    
    * refactor deliveryDetails serialization
    
    * add missing newline
    
    * revert missing attribute changes
    
    * update serializeAuthUpdateAttributeResult for nil
    
    * move comment to to of file
    
    * bump amplify-android to 1.17.7
    
    Co-authored-by: Chris F <[email protected]>
    Jordan-Nelson and cshfang authored Jun 8, 2021
    Configuration menu
    Copy the full SHA
    8b0893c View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2021

  1. chore(amplify_api): add httpStatusCode property to ApiException when …

    …available from REST response (aws-amplify#590)
    
    Add integer property httpStatusCode to ApiException. In android and iOS, look for the status code in the response/error object and add to the serialized map. In flutter, add the new property to the serialization logic specifically for ApiException.
    Travis Sheppard authored Jun 10, 2021
    Configuration menu
    Copy the full SHA
    eb9acdd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    18fb8d3 View commit details
    Browse the repository at this point in the history
  3. Chore: remove check for duplicate error in Storage (aws-amplify#618)

    * remove check for dup err cb
    
    * bump amplify-android to version 1.17.8
    Jordan-Nelson authored Jun 10, 2021
    Configuration menu
    Copy the full SHA
    9d78546 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2021

  1. fix(auth): iOS/Android user attribute inconsistencies (aws-amplify#620)

    * feat: add auth.updateUserAttributes
    
    * Apply suggestions from code review
    
    Co-authored-by: Chris F <[email protected]>
    
    * address pr comments
    
    * refactor android user attributes
    
    * consolidate user attr logic on iOS
    
    * refactor deliveryDetails serialization
    
    * add missing newline
    
    * revert missing attribute changes
    
    * update serializeAuthUpdateAttributeResult for nil
    
    * move comment to to of file
    
    * bump amplify-android to 1.17.7
    
    * iOS: handle missing and custom attributes
    
    * add constant for customKeyPrefix
    
    Co-authored-by: Chris F <[email protected]>
    Jordan-Nelson and cshfang authored Jun 11, 2021
    Configuration menu
    Copy the full SHA
    4337cd1 View commit details
    Browse the repository at this point in the history
  2. Add support of DataStore custom configuration (aws-amplify#610)

    * refactor: Minor refactor of DataStore methods
    
    * Free up `configure` method for native passthrough
    
    * Move observe configuration into its own explicit method
    
    * Corrected observe setup method in swift to call the invokeMethod callback so the call can be properly awaited upon in dart layer
    
    * Broaden `configureDataStore` naming to convey more than model provider being able to be configured through this method
    
    * Allow plugins to be added in parallel instead of in a series
    
    * Update unit tests to correctly assert observe call result
    
    * Remove setUpObserve API. Restore setUpObserve call to configure
    
    * feat(datastore) Allow configure DataStore with custom configuration
    
    * Reintroduce configureModelProvider as deprecated method
    
    * chore(datastore) Add unit tests for custom DataStore configuration
    
    * Update configure to not throw error if DataStore plugin is not found
    
    * Split datastore configuration unit tests by use cases
    
    Co-authored-by: Chris Fang <[email protected]>
    HuiSF and Chris Fang authored Jun 11, 2021
    Configuration menu
    Copy the full SHA
    df68eb1 View commit details
    Browse the repository at this point in the history
  3. Use "flutter pub" in melos.yaml (and everywhere else) (aws-amplify#603)

    * Use dart pub in melos.yaml
    
    * Fix all references to 'pub _' with 'flutter pub _'
    
    * Work around hanging build; don't install in postbootstrap
    mrhota authored Jun 11, 2021
    Configuration menu
    Copy the full SHA
    7b3218a View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2021

  1. fix(tests): add --no-pub to integration tests (aws-amplify#637)

    * add --no-pub to integration tests
    
    * fix typo
    Jordan-Nelson authored Jun 14, 2021
    Configuration menu
    Copy the full SHA
    e659513 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2021

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

Commits on Jun 16, 2021

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

Commits on Jun 17, 2021

  1. chore: Add CircleCI badge (aws-amplify#631)

    * chore: Add CircleCI badge
    
    * fix: changed badge hyperlink
    
    * fix: badage now points towards master branch
    
    * Update README.md
    
    Co-authored-by: Jordan Nelson <[email protected]>
    
    Co-authored-by: Jordan Nelson <[email protected]>
    Equartey and Jordan-Nelson authored Jun 17, 2021
    Configuration menu
    Copy the full SHA
    48c2306 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2021

  1. Configuration menu
    Copy the full SHA
    0901d22 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c356cef View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2021

  1. Configuration menu
    Copy the full SHA
    3eeb003 View commit details
    Browse the repository at this point in the history
  2. chore: release 0.1.6 (aws-amplify#667)

    * fix: amplify-ios version bump ~> 1.11.0
    
    * chore: release 0.1.6
    
    * Update CHANGELOG.md
    
    Co-authored-by: Noyes <[email protected]>
    haverchuck and Noyes authored Jun 23, 2021
    Configuration menu
    Copy the full SHA
    1d07305 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2021

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

Commits on Jul 3, 2021

  1. Merge branch 'master' into null-safety-branch

    Chris Fang committed Jul 3, 2021
    Configuration menu
    Copy the full SHA
    048bee1 View commit details
    Browse the repository at this point in the history