Skip to content
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

feature/multi content types #3453

Merged
merged 35 commits into from
Oct 19, 2023
Merged

feature/multi content types #3453

merged 35 commits into from
Oct 19, 2023

Conversation

baywet
Copy link
Member

@baywet baywet commented Oct 6, 2023

fixes #3377

@baywet baywet self-assigned this Oct 6, 2023
@baywet baywet force-pushed the feature/multi-content-types branch 3 times, most recently from 50361a7 to a6a3683 Compare October 11, 2023 15:02
@baywet baywet marked this pull request as ready for review October 11, 2023 15:02
@baywet baywet requested a review from a team as a code owner October 11, 2023 15:02
@baywet baywet enabled auto-merge October 11, 2023 15:02
andrueastman
andrueastman previously approved these changes Oct 12, 2023
andrueastman
andrueastman previously approved these changes Oct 12, 2023
@calebkiage
Copy link
Contributor

calebkiage commented Oct 12, 2023

There's 1 relevant code smell warning on SonarCloud I agree with.

Refactor 'StructuredMimeTypes' into a method, properties should not copy collections.

@baywet
Copy link
Member Author

baywet commented Oct 16, 2023

There's 1 relevant code smell warning on SonarCloud I agree with.

Refactor 'StructuredMimeTypes' into a method, properties should not copy collections.

@calebkiage Thanks for the prompt, I had missed this one. The right thing to do was to cleanup the old list to avoid mix-ups. I just fixed that.

andrueastman
andrueastman previously approved these changes Oct 17, 2023
@andrueastman
Copy link
Member

@baywet I suspect we need to bump the abstraction dependencies for the go and java integration test projects to unblock the failing CI.

Signed-off-by: Vincent Biret <vibiret@microsoft.com>
Signed-off-by: Vincent Biret <vibiret@microsoft.com>
…ime types

Signed-off-by: Vincent Biret <vibiret@microsoft.com>
Signed-off-by: Vincent Biret <vibiret@microsoft.com>
Signed-off-by: Vincent Biret <vibiret@microsoft.com>
Signed-off-by: Vincent Biret <vibiret@microsoft.com>
Signed-off-by: Vincent Biret <vibiret@microsoft.com>
@baywet
Copy link
Member Author

baywet commented Oct 17, 2023

@andrueastman yep, I was waiting for #3401 to be merged since the update had already been made in there and since there'd be conflicts to resolve

@sonarcloud
Copy link

sonarcloud bot commented Oct 17, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 2 Code Smells

84.0% 84.0% Coverage
0.0% 0.0% Duplication

@baywet baywet merged commit f19dec5 into main Oct 19, 2023
173 checks passed
@baywet baywet deleted the feature/multi-content-types branch October 19, 2023 14:47
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.

Multiple Content-Type body contents are not handled
4 participants