-
Notifications
You must be signed in to change notification settings - Fork 1
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
Unit test and E2E test updated #84
Merged
Merged
Conversation
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
shah279
pushed a commit
that referenced
this pull request
Nov 8, 2024
…/modified unit and E2E test cases (#84) * build: SDK versions and dependencies update * refactor: Remove amplify dependency from the demo app and related code updated test: Unit test cases added for fetch token and refresh token test: Existing test cases updated for amplify removal change ALS-1806 * Merge branch 'refs/heads/main' into ALS-1806 # Conflicts: # app/build.gradle # app/src/main/AndroidManifest.xml # app/src/main/java/com/aws/amazonlocation/ui/main/MainActivity.kt # app/src/main/java/com/aws/amazonlocation/ui/main/explore/ExploreFragment.kt # app/src/main/java/com/aws/amazonlocation/ui/main/setting/AWSCloudInformationFragment.kt # app/src/main/java/com/aws/amazonlocation/ui/main/setting/SettingFragment.kt # app/src/main/java/com/aws/amazonlocation/ui/main/tracking/TrackingUtils.kt # app/src/main/java/com/aws/amazonlocation/utils/MapHelper.kt # app/src/test/java/com/aws/amazonlocation/mock/Responses.kt # build.gradle # gradle.properties # gradle/wrapper/gradle-wrapper.properties # jacoco.gradle * fix: location engine initalization change with fused location ALS-1806 * fix: removed java home from gradle.properties ALS-1806 * fix: tablet design updated for web view sign in fix: E2E test cases updated ALS-1806 * refactor: Removed pinpoint/analytics from app ALS-1806 * fix: workflow fixed for distribution ALS-1806 * refactor: Removed pinpoint/analytics from the app ALS-1806 * fix: removed unused variables ALS-1806 * fix: Simulation restart and from grab map simulation start bug fixed fix: Sign in fail bug fix ALS-1806 * fix: Open data Map style selection with Ca-Central Stack bug fix fix: Grab data map style selection from Southeast Asia Stack bug fix ALS-1806 * fix: Node js version update for workflow ALS-1806 * fix: Disconnection from settings bug fix ALS-1806 * fix: Gemfile updated for github workflow ALS-1806 * fix: Gemfile updated for github workflow ALS-1806 * fix: Gemfile updated for github workflow ALS-1806 * fix: update ruby version for github workflow ALS-1806 * fix: update ruby version for github workflow ALS-1806 * fix: update ruby version for github workflow ALS-1806 * fix: update ruby version for github workflow ALS-1806 * fix: update ruby version for github workflow ALS-1806 * fix: update ruby version for github workflow ALS-1806 * fix: auth credentials refresh from interceptor fix ALS-1806 * fix: map style clear filter selection bug fix ALS-1806 * fix: POI card open on geofence tab bug fix ALS-1806 * fix: E2E test suits renamed fix: ktlint disable commands removed all over the app fix: Few grammatical mistakes addressed and methods renamed fix: unit test cases lat, lng fixes ALS-1806 * fix: rights label updated ALS-1806 * refactor: Added pinpoint with aws kotlin SDK ALS-1869 * fix: session stop and end event fixed ALS-1869 * fix: Unit test case fix and comment updated on basis of that ALS-1806 * fix: test case method and strings renamed and lat and lng position issue solved ALS-1806 --------- Co-authored-by: shah <[email protected]>
shah279
pushed a commit
that referenced
this pull request
Nov 8, 2024
* Bump rexml from 3.3.3 to 3.3.6 Bumps [rexml](https://github.com/ruby/rexml) from 3.3.3 to 3.3.6. - [Release notes](https://github.com/ruby/rexml/releases) - [Changelog](https://github.com/ruby/rexml/blob/master/NEWS.md) - [Commits](ruby/rexml@v3.3.3...v3.3.6) --- updated-dependencies: - dependency-name: rexml dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> * Bump micromatch from 4.0.7 to 4.0.8 in /scripts/translation-script Bumps [micromatch](https://github.com/micromatch/micromatch) from 4.0.7 to 4.0.8. - [Release notes](https://github.com/micromatch/micromatch/releases) - [Changelog](https://github.com/micromatch/micromatch/blob/master/CHANGELOG.md) - [Commits](micromatch/micromatch@4.0.7...4.0.8) --- updated-dependencies: - dependency-name: micromatch dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> * Bump axios from 1.7.2 to 1.7.7 in /scripts/translation-script Bumps [axios](https://github.com/axios/axios) from 1.7.2 to 1.7.7. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](axios/axios@v1.7.2...v1.7.7) --- updated-dependencies: - dependency-name: axios dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> * Updated to use upload-artifacts/v4 (#82) * Bump serve-static from 1.15.0 to 1.16.2 in /scripts/translation-script (#81) Bumps [serve-static](https://github.com/expressjs/serve-static) from 1.15.0 to 1.16.2. - [Release notes](https://github.com/expressjs/serve-static/releases) - [Changelog](https://github.com/expressjs/serve-static/blob/v1.16.2/HISTORY.md) - [Commits](expressjs/serve-static@v1.15.0...v1.16.2) --- updated-dependencies: - dependency-name: serve-static dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump cookie and aws-amplify in /scripts/translation-script Removes [cookie](https://github.com/jshttp/cookie). It's no longer used after updating ancestor dependency [aws-amplify](https://github.com/aws-amplify/amplify-js). These dependencies need to be updated together. Removes `cookie` Updates `aws-amplify` from 5.3.19 to 6.6.6 - [Release notes](https://github.com/aws-amplify/amplify-js/releases) - [Commits](https://github.com/aws-amplify/amplify-js/compare/[email protected]@6.6.6) --- updated-dependencies: - dependency-name: cookie dependency-type: indirect - dependency-name: aws-amplify dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> * [ALS-1806] Removed amplify libraries, updated dependencies, and added/modified unit and E2E test cases (#84) * build: SDK versions and dependencies update * refactor: Remove amplify dependency from the demo app and related code updated test: Unit test cases added for fetch token and refresh token test: Existing test cases updated for amplify removal change ALS-1806 * Merge branch 'refs/heads/main' into ALS-1806 # Conflicts: # app/build.gradle # app/src/main/AndroidManifest.xml # app/src/main/java/com/aws/amazonlocation/ui/main/MainActivity.kt # app/src/main/java/com/aws/amazonlocation/ui/main/explore/ExploreFragment.kt # app/src/main/java/com/aws/amazonlocation/ui/main/setting/AWSCloudInformationFragment.kt # app/src/main/java/com/aws/amazonlocation/ui/main/setting/SettingFragment.kt # app/src/main/java/com/aws/amazonlocation/ui/main/tracking/TrackingUtils.kt # app/src/main/java/com/aws/amazonlocation/utils/MapHelper.kt # app/src/test/java/com/aws/amazonlocation/mock/Responses.kt # build.gradle # gradle.properties # gradle/wrapper/gradle-wrapper.properties # jacoco.gradle * fix: location engine initalization change with fused location ALS-1806 * fix: removed java home from gradle.properties ALS-1806 * fix: tablet design updated for web view sign in fix: E2E test cases updated ALS-1806 * refactor: Removed pinpoint/analytics from app ALS-1806 * fix: workflow fixed for distribution ALS-1806 * refactor: Removed pinpoint/analytics from the app ALS-1806 * fix: removed unused variables ALS-1806 * fix: Simulation restart and from grab map simulation start bug fixed fix: Sign in fail bug fix ALS-1806 * fix: Open data Map style selection with Ca-Central Stack bug fix fix: Grab data map style selection from Southeast Asia Stack bug fix ALS-1806 * fix: Node js version update for workflow ALS-1806 * fix: Disconnection from settings bug fix ALS-1806 * fix: Gemfile updated for github workflow ALS-1806 * fix: Gemfile updated for github workflow ALS-1806 * fix: Gemfile updated for github workflow ALS-1806 * fix: update ruby version for github workflow ALS-1806 * fix: update ruby version for github workflow ALS-1806 * fix: update ruby version for github workflow ALS-1806 * fix: update ruby version for github workflow ALS-1806 * fix: update ruby version for github workflow ALS-1806 * fix: update ruby version for github workflow ALS-1806 * fix: auth credentials refresh from interceptor fix ALS-1806 * fix: map style clear filter selection bug fix ALS-1806 * fix: POI card open on geofence tab bug fix ALS-1806 * fix: E2E test suits renamed fix: ktlint disable commands removed all over the app fix: Few grammatical mistakes addressed and methods renamed fix: unit test cases lat, lng fixes ALS-1806 * fix: rights label updated ALS-1806 * refactor: Added pinpoint with aws kotlin SDK ALS-1869 * fix: session stop and end event fixed ALS-1869 * fix: Unit test case fix and comment updated on basis of that ALS-1806 * fix: test case method and strings renamed and lat and lng position issue solved ALS-1806 --------- Co-authored-by: shah <[email protected]> * feat: V2 sdk implemented for map, place and routes with unit and E2E tests fix: unit and E2E test cases updated ALS-1808 * test: E2E test cases added for V2 map political view refactor : Unused files removed and strings file updated ALS-1808 * test: E2E test cases update ALS-1808 * fix: ap-southeast region removed fix: PAK country removed from political view test: Unit test cases updated ALS-1808 * fix: README file updated fix: Geofence screen bug fixes fix: E2E test cases renamed ALS-1808 * fix: search direction text cutting bug fix and back press in map style bug fix ALS-1808 * fix: region selection and Webview first time not loading fixes ALS-1808 * fix: code optimization ALS-1808 * fix: code optimization ALS-1808 * fix: code optimization ALS-1808 * fix: code optimization ALS-1808 * fix: cty name not showing and toggle disable for satellite and hybrid map fix ALS-1808 * fix: simulation and suggest fixes ALS-1808 * fix: simulation arabic fixes ALS-1808 * Bump rexml from 3.3.7 to 3.3.9 Bumps [rexml](https://github.com/ruby/rexml) from 3.3.7 to 3.3.9. - [Release notes](https://github.com/ruby/rexml/releases) - [Changelog](https://github.com/ruby/rexml/blob/master/NEWS.md) - [Commits](ruby/rexml@v3.3.7...v3.3.9) --- updated-dependencies: - dependency-name: rexml dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> * fix: removed unnecessary code to change map style ALS-1808 * fix: dialog show fix ALS-1808 * fix: routes and places sdk upload ALS-1808 * fix: routes and places sdk upload ALS-1808 * fix: PR comment fixes ALS-1808 * Switched to use public version of GeoPlaces and GeoRoutes. --------- Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: Mike Balfour <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Juan Lucero <[email protected]> Co-authored-by: Chris Galvan <[email protected]> Co-authored-by: wadhawh <[email protected]> Co-authored-by: shah <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Updated/Added unitest and e2e testcases