forked from aws/aws-sdk-js-v3
-
Notifications
You must be signed in to change notification settings - Fork 0
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
test rebasing to master #3
Open
AllanZhengYP
wants to merge
579
commits into
main
Choose a base branch
from
smithy-codegen-rebase
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
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
Co-authored-by: awstools <[email protected]>
Changes in this update include: * Added models for greengrass and mediaconnect. * Traits that don't match the protocol are preserved. * XML name and flattened traits are fixed up accoring to the updated spec.
Co-authored-by: Chase Coalwell <[email protected]>
* [aws#694](aws#694) * [smithy-typescript#66](smithy-lang/smithy-typescript#66) * [smithy-typescript#87](smithy-lang/smithy-typescript#87)
* feat: infer endpoint prefix from a map file * fix: update copy script to override endpoints.ts * chore: add endpoint functional test cases * fix: update clients with correct endpoint prefix from C2J
This commit adds support for the `aws.rest-xml` protocol, building on top of the `HttpBindingProtocolGenerator` for document and payload serde. Implementations of the `DocumentMember[Deser|Ser]Visitor` and the `DocumentShape[Deser|Ser]Visitor` have been created that handle Smithy's XML traits and their influence on protocol serde. A minor update has been made to the `XmlNode` to allow for nodes to be renamed, as the same structure may change XML node names when it is bound to different locations.
* Update streaming member types(smithy-lang/smithy-typescript#138) * Fix streaming type types when they are required(smithy-lang/smithy-typescript#140)
* Protocol codegen fixes via protocol tests (awslabls/smithy-typescript#141)
* Add support for generating HTTP protocol tests(awslabls/smithy-typescript@6b6a3b182771e00742369e949903087378862ea2) * chore: update yarn lock
V2 doesn't mark the header as unsigned either: https://github.com/aws/aws-sdk-js/blob/999ebda726224a67f0fe207702bf5b03609775a4/lib/signers/v4.js#L191-L199
The @aws-crypto/sha256-browser package doesn't work properly in ReactNative. So we use replace it will pure JS hasher(@aws-crypto/sha256-js) instead. Codegen for smithy-lang/smithy-typescript#144
AllanZhengYP
force-pushed
the
master
branch
3 times, most recently
from
March 25, 2020 20:45
748d9aa
to
d019f71
Compare
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.
No description provided.