-
Notifications
You must be signed in to change notification settings - Fork 247
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
Null safety branch #698
Commits on Jun 7, 2021
-
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]>
Configuration menu - View commit details
-
Copy full SHA for 6fd054c - Browse repository at this point
Copy the full SHA 6fd054cView commit details -
chore: foundation for integration tests and basic auth suite with sig…
…nIn and signOut (aws-amplify#568)
Travis Sheppard authoredJun 7, 2021 Configuration menu - View commit details
-
Copy full SHA for 4209c80 - Browse repository at this point
Copy the full SHA 4209c80View commit details
Commits on Jun 8, 2021
-
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]>
Configuration menu - View commit details
-
Copy full SHA for 8b0893c - Browse repository at this point
Copy the full SHA 8b0893cView commit details
Commits on Jun 10, 2021
-
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 authoredJun 10, 2021 Configuration menu - View commit details
-
Copy full SHA for eb9acdd - Browse repository at this point
Copy the full SHA eb9acddView commit details -
Configuration menu - View commit details
-
Copy full SHA for 18fb8d3 - Browse repository at this point
Copy the full SHA 18fb8d3View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 9d78546 - Browse repository at this point
Copy the full SHA 9d78546View commit details
Commits on Jun 11, 2021
-
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]>
Configuration menu - View commit details
-
Copy full SHA for 4337cd1 - Browse repository at this point
Copy the full SHA 4337cd1View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for df68eb1 - Browse repository at this point
Copy the full SHA df68eb1View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 7b3218a - Browse repository at this point
Copy the full SHA 7b3218aView commit details
Commits on Jun 14, 2021
-
fix(tests): add --no-pub to integration tests (aws-amplify#637)
* add --no-pub to integration tests * fix typo
Configuration menu - View commit details
-
Copy full SHA for e659513 - Browse repository at this point
Copy the full SHA e659513View commit details
Commits on Jun 15, 2021
-
Configuration menu - View commit details
-
Copy full SHA for c238da5 - Browse repository at this point
Copy the full SHA c238da5View commit details
Commits on Jun 16, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 7bf1057 - Browse repository at this point
Copy the full SHA 7bf1057View commit details
Commits on Jun 17, 2021
-
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]>
Configuration menu - View commit details
-
Copy full SHA for 48c2306 - Browse repository at this point
Copy the full SHA 48c2306View commit details
Commits on Jun 18, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 0901d22 - Browse repository at this point
Copy the full SHA 0901d22View commit details -
Configuration menu - View commit details
-
Copy full SHA for c356cef - Browse repository at this point
Copy the full SHA c356cefView commit details
Commits on Jun 23, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 3eeb003 - Browse repository at this point
Copy the full SHA 3eeb003View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 1d07305 - Browse repository at this point
Copy the full SHA 1d07305View commit details
Commits on Jun 24, 2021
-
Configuration menu - View commit details
-
Copy full SHA for b432213 - Browse repository at this point
Copy the full SHA b432213View commit details
Commits on Jul 3, 2021
-
Merge branch 'master' into null-safety-branch
Chris Fang committedJul 3, 2021 Configuration menu - View commit details
-
Copy full SHA for 048bee1 - Browse repository at this point
Copy the full SHA 048bee1View commit details