Skip to content

Merge branch 'master' #4054

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

Merged
merged 662 commits into from
May 31, 2023
Merged

Conversation

gosar
Copy link
Contributor

@gosar gosar commented May 31, 2023

Motivation and Context

The previous merge in #3910 was merged using Squash and merge on the UI, instead of pushing from command line, causing new merge attempts to have lots of conflicts.

Modifications

To fix that, reverting the previous merge's squashed commit 005b39b and redoing the merge. There were a few minor conflicts (around import statements) to resolve (in the revert and the merge) and added another commit to update the pom.xml for the new modules in the feature/master/sra-identity-auth branch to the one from master (2.20.62-SNAPSHOT).

FYI, just the revert git revert 005b39b4deb2825b0e9639c31ba677d5db66797d was attempted in #4051, which builds fine. Beyond that in this PR, I did

  1. git merge master
  2. resolved import conflicts
  3. Added d8f2a86 to update new modules in branch to 2.20.64-SNAPSHOT
  4. In resolving conflicts (2) above, import order was incorrect. Fixed it separate commit.

Here's the git log of my local branch (gosar/sra-ia-merge) used for this PR.

commit 36effdc842ff827893909137d6611033016727a6 (HEAD -> gosar/sra-ia-merge, origin/gosar/sra-ia-merge)
Author: Jaykumar Gosar <[email protected]>
Date:   Wed May 31 10:09:36 2023 -0700

    Fix incorrect import order

commit d8f2a8622493e2e3251dba8edf9d2e1b2a673e79
Author: Jaykumar Gosar <[email protected]>
Date:   Tue May 30 23:58:46 2023 -0700

    Update new modules in branch to 2.20.64-SNAPSHOT

commit 9418776060a9381a4531b8843836505c270eeecd
Merge: 17b91a284fe cf9640b0b55
Author: Jaykumar Gosar <[email protected]>
Date:   Tue May 30 23:57:43 2023 -0700

    Merge branch 'master' into gosar/sra-ia-merge

commit 17b91a284fea3c49cb0e6750a4e1d16bda65e9b4 (origin/gosar/sra-ia-merge-revert-previous-squash-merge, gosar/sra-ia-merge-revert-previous-squash-merge)
Author: Jaykumar Gosar <[email protected]>
Date:   Tue May 30 16:25:46 2023 -0700

    Revert "Merge branch 'master' into 'feature/master/sra-identity-auth`  (#3910)"

    This reverts commit 005b39b4deb2825b0e9639c31ba677d5db66797d.

commit b6382c5474a681a27c8cbd78aa2478232d8b9bf9 (origin/feature/master/sra-identity-auth, feature/master/sra-identity-auth)
Author: Hayden Baker <[email protected]>
Date:   Thu May 25 22:58:07 2023 -0700```

aws-sdk-java-automation and others added 30 commits April 6, 2023 11:14
…fbe632eab

Pull request: release <- staging/409e31da-8c20-48f6-abfd-353fbe632eab
Only support UseArnRegion and ForcePathStyle as they're the only ones we can
support with the CRT client.
This ensures that flattened fields are correctly resolved for conversion.
This mostly impacts extensions such as the AutoGeneratedTimestampRecordExtension
which could not handle a flattend timestamp field.

#3150

Co-authored-by: Andy Kiesler <[email protected]>
* docs: update README.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
…s a new parameter 'DBClusterParameterGroupName' to 'RestoreDBClusterFromSnapshot' API to associate the name of the DB cluster parameter group while performing restore.
…tions as needed in support of temporary credentials with IAM identity.
…tream API to support streaming Lambda function responses. The release also adds a new InvokeMode parameter to Function Url APIs to control whether the response will be streamed or buffered.
… condition to tag-based RLS rules in CreateDataSet and UpdateDataSet; adding RefreshSchedule and Incremental RefreshProperties operations for users to programmatically configure SPICE dataset ingestions.
…epository associations on Persistent_1 and Scratch_2 file systems.
…6477d943c

Pull request: release <- staging/92894462-201e-435a-8445-9356477d943c
… Interface (#3885)

* Expose StandardRetryOptions in the S3CrtClient Interface

* Added wrapper class for CRT retry config

* Added Null checks and test cases

* Handled PR comment on javadoc

* Handled NIT comments
…gure an agent's routing profile to receive contacts from multiple channels at the same time via extending the UpdateRoutingProfileConcurrency, CreateRoutingProfile and DescribeRoutingProfile APIs.
…abling FIPS compliance on Amazon ECS Fargate tasks
…rt resource sharing: GetResourcePolicy, PutResourcePolicy, and DeleteResourcePolicy. Added new OwnershipType field to ListEntities request to let users filter on entities that are shared with them. Increased max page size of ListEntities response from 20 to 50 results.
…s APIs in Amazon Rekognition. Updates UpdateStreamProcessor to return ResourceInUseException Exception. Minor updates to API documentation.
… supports conversion of 608 paint-on captions to pop-on captions for SCC sources.
…155f82bbe

Pull request: release <- staging/65fa4d38-9143-4102-9b51-9c7155f82bbe
zoewangg and others added 25 commits May 5, 2023 12:47
…3b747bee3

Pull request: release <- staging/50c63bca-e684-4b68-834c-7563b747bee3
…ovider for WebIdentityTokenFileCredentialProvider (#3899)

Enable async credential update for WebIdentityTokenFileCredentialProvider
…etAssetPropertyValueHistory/BatchGetAssetPropertyValueHistory and 15 minute aggregate resolution for GetAssetPropertyAggregates/BatchGetAssetPropertyAggregates
…ee30e6824

Pull request: release <- staging/edf479cc-a010-4e53-a02a-779ee30e6824
…) Provisioned Concurrency for Amazon SageMaker Serverless Inference and (2) UpdateEndpointWeightsAndCapacities API for Serverless endpoints.
…Serverless Inference customers can use Application Auto Scaling to auto scale the provisioned concurrency of their serverless endpoints.
…odes in addition to DynamicTransform OutputSchemas
…5c9001162

Pull request: release <- staging/202cbe00-20fa-4509-8086-1ad5c9001162
* Use mock HTTP clients in timeout tests

* Fix checkstyle errors

* Use JUnit5 and address other feedback
@sonarqubecloud
Copy link

SonarCloud Quality Gate failed.    Quality Gate failed

Bug C 3 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 136 Code Smells

69.3% 69.3% Coverage
1.0% 1.0% Duplication

@gosar gosar merged commit 36effdc into feature/master/sra-identity-auth May 31, 2023
@gosar gosar deleted the gosar/sra-ia-merge branch May 31, 2023 22:33
@gosar
Copy link
Contributor Author

gosar commented May 31, 2023

note, I ran git push origin HEAD:feature/master/sra-identity-auth to update the remote branch, which is now at this commit 36effdc.

However, I realized that when I did git merge master my local master branch was not up-to-date with remote. So I'll run another merge.

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.