Skip to content

Conversation

@RomanVolkov
Copy link

@RomanVolkov RomanVolkov commented May 21, 2025

Issue #

So I updated main from origin repo, branched from vnmain, merged main into current branch and trying to merge back. There were few conflicts, from AWSCognitoAuthPluginthat is the part worth checking

Also, I removed pinning of our intenal AWS-SDK

Description

General Checklist

  • Added new tests to cover change, if needed
  • Build succeeds with all target using Swift Package Manager
  • All unit tests pass
  • All integration tests pass
  • Security oriented best practices and standards are followed (e.g. using input sanitization, principle of least privilege, etc)
  • Documentation update for the change if required
  • PR title conforms to conventional commit style
  • New or updated tests include Given When Then inline code documentation and are named accordingly testThing_condition_expectation()
  • If breaking change, documentation/changelog update with migration instructions

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

dependabot bot and others added 30 commits May 16, 2024 13:08
…-amplify#3706)

Bumps [rexml](https://github.com/ruby/rexml) from 3.2.5 to 3.2.8.
- [Release notes](https://github.com/ruby/rexml/releases)
- [Changelog](https://github.com/ruby/rexml/blob/master/NEWS.md)
- [Commits](ruby/rexml@v3.2.5...v3.2.8)

---
updated-dependencies:
- dependency-name: rexml
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…ify#3690)

* fix(API): pass authMode used for lazy loading functionality

* revert GraphQLFilter change
* fix: update latest xcode version

* chore: fix failed canary test
…transitions (aws-amplify#3720)

* fix(datastore): change OutgoingMutationQueue use TaskQueue for state transition

* Update AmplifyPlugins/DataStore/Sources/AWSDataStorePlugin/Sync/MutationSync/OutgoingMutationQueue/OutgoingMutationQueue.swift

Co-authored-by: Michael Law <1365977+lawmicha@users.noreply.github.com>

---------

Co-authored-by: Michael Law <1365977+lawmicha@users.noreply.github.com>
)

* fix(logging): no log should be logged when loglevel is none

* fix cloud watch logging category broken test cases

* resolve more broken test cases
…#3705)

* test(data): Gen2 data customize auth doc example testing

* address PR comments
…LBehavior (aws-amplify#3666)

* WIP

* DataStore compiles without SDK dependency

* refactor(datastore-v2): use api plugin with async sequences

* change to use Publisher operators for auth type streams

* add nondeterminsitc operation for better testability

* fix unit test cases

* fix broken unit test cases of AWSAPIPlugin

* fix broken AWSDataStorePlugin unit test cases

* fix OutgoingMutationQueue test case

* remove unused methods

* fix broken test cases of SyncMutationToCloudOperationTests

* fix broken unit test cases of API and DataStore

* resolve plugins build issues (aws-amplify#3654)

* remove lock from SyncMutationToCloudOperation

* remove test case of retryable for signOut error

* resolve comments

* fix(datastore): propagate remote mutationEvents to Hub for sync received (aws-amplify#3697)

* rename the package to InternalAmplifyCredentials

* rewrite NondeterminsticOperation constructor with makeStream

* resolve broken test case after merging latest orgin/main

* feat(amplify): make GraphQLOperationType extends from String (aws-amplify#3719)

* refactor(datastore): new enum to represent inferred and designated authType (aws-amplify#3694)

* refactor(datastore): new enum to represent inferred and designated auth type

* resolve failed multi auth integ tests

* resolve comments

* fix(datastore): use error description to produce clearer error info (aws-amplify#3733)

---------

Co-authored-by: Michael Law <1365977+lawmicha@users.noreply.github.com>
thisisabhash and others added 25 commits February 26, 2025 10:15
* fix(predictions): use UTC timezone in date formatter

* fix failing CI

* Add missing changes
* feat: bumping the sdk version to 1.2.59

* update upload part input implementation

* updating test with the new limit
* fix(logging): crash in release builds

* push more fixes

* adding a locking mechanism to avoid race condition crashes
* chore: reduce nightly unit test iteration count

* fix repeated tests
…gn out (aws-amplify#3956)

* feat(auth): ignore user cancel when session is expired on hostedui sign out

* fix warnings

* fix merge issue.
@RomanVolkov RomanVolkov merged commit b12a2e2 into vnmain May 21, 2025
64 of 70 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.