-
Notifications
You must be signed in to change notification settings - Fork 199
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(all): Configure plugins with AmplifyOutputs (#3567)
* feat: read and decode AmplifyConfigurationV2 * analytics * api * auth * geo * logging * notifications * storage * authenticator support * predictions and coreML * fixes - String to AWSAuthorizationType, AWSRegion, AmazonCognitoStandardAttributes * reconcile to latest changes * Add AWSAPIPluginGen2FunctionalTests * Revert "logging" This reverts commit 0df5c34. * consolidate README * Auth Integration tests * fix apiplugin * storage integ tests * rename and refactor AmplifyOutputs * analytics integration tests * enable more storage tests * geo integration tests * logging integration test set up * AuthHostedUIApp testing with Gen2 set up * PushNotifications tests with Gen2 set up * Add Prediction integration test README * refactor analytics options under the plugin type * auth flow type mapping * fix storage behavior - revert to previous behavior * rename oauth domain to cognito domain and add custom domain override * unit test around AmplifyOutputsData * remove authFlowType, add internal init helpers, auth unit tests * analytics unit tests * api unit tests * geo unit tests * datastore unit tests * Amplify configure tests * no changes to InternalAWSPinpoint, removing added init * fix push notifications unit tests * predictions plugin does not configure with amplify outputs * coreMLpredictions unit tests * storage unit tests * fix concurrent config unit tests * update Auth usernameAttributes and userVerificationTypes to enum * rename analytics options file * update debug description * remove unneeded mapping from amplifyconfiguration.json * add unit test for translating back to json for auth config * Update Analytics Options properties to use TimeInterval * fix naming and method signatures * auth integ test - user username as username * fix analytics tests * fix api functional test target * fix auth integ test target * fix geo integ test target * fix logging integ test target * fix notifications integ test target * fix storage integ test target * update README * update analytics options to remove autoSessionTrackingInterval * fix commented out username checking * configure if-else refactor * update recovery message * swiftlint disable nesting AmplifyOutputsData * adding reasoning and link for swiftlint message * reanble at end of file swiftlint * feat(api): Expose a constant for the API name used by Gen2 data category (#3631) * feat(api): Expose a constant for the API name used by Gen2 data category * update casing on API * add public * finalize API
- Loading branch information
Showing
128 changed files
with
5,943 additions
and
279 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.