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

Fix constraint-related errors in Rpcv2CBOR server implementation #3794

Merged
merged 22 commits into from
Oct 1, 2024

Commits on Aug 30, 2024

  1. Use constraints.smithy with CBor

    Fahad Zubair committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    d026ad1 View commit details
    Browse the repository at this point in the history
  2. Use CBOR encoded string for marhsalling tests

    Fahad Zubair committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    fd8c25c View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

  1. Remove streaming trait from blob

    Fahad Zubair committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    6afc8bf View commit details
    Browse the repository at this point in the history
  2. Use constraints.smithy with CBor

    Fahad Zubair committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    3fede97 View commit details
    Browse the repository at this point in the history
  3. Use CBOR encoded string for marhsalling tests

    Fahad Zubair committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    5bb92b1 View commit details
    Browse the repository at this point in the history
  4. Merge remote-tracking branch 'cbor-fixe/fahadzub/cbor-constraint' int…

    …o fahadzub/cbor-constraint
    Fahad Zubair committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    f2c11b8 View commit details
    Browse the repository at this point in the history
  5. Fix formatting and comments

    Fahad Zubair committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    763d598 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'main' into fahadzub/cbor-constraint

    Fahad Zubair committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    b961f18 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2024

  1. Implement parseEventStreamErrorMetadata, and change client test cas…

    …e for event stream
    Fahad Zubair committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    91d80a4 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

  1. Add copyright

    Fahad Zubair committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    d51cc78 View commit details
    Browse the repository at this point in the history
  2. Add changelog and fix lint issues

    Fahad Zubair committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    050d9c5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4e351cb View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

  1. Update .changelog/2155171.md

    Co-authored-by: david-perez <[email protected]>
    drganjoo and david-perez authored Sep 17, 2024
    Configuration menu
    Copy the full SHA
    3e74cc8 View commit details
    Browse the repository at this point in the history
  2. Update .changelog/2155171.md

    Co-authored-by: david-perez <[email protected]>
    drganjoo and david-perez authored Sep 17, 2024
    Configuration menu
    Copy the full SHA
    8bf71f1 View commit details
    Browse the repository at this point in the history
  3. Update codegen-core/src/main/kotlin/software/amazon/smithy/rust/codeg…

    …en/core/smithy/protocols/RpcV2Cbor.kt
    
    Co-authored-by: david-perez <[email protected]>
    drganjoo and david-perez authored Sep 17, 2024
    Configuration menu
    Copy the full SHA
    13c0c78 View commit details
    Browse the repository at this point in the history
  4. Update codegen-core/src/main/kotlin/software/amazon/smithy/rust/codeg…

    …en/core/testutil/EventStreamTestModels.kt
    
    Co-authored-by: david-perez <[email protected]>
    drganjoo and david-perez authored Sep 17, 2024
    Configuration menu
    Copy the full SHA
    c36dfb0 View commit details
    Browse the repository at this point in the history
  5. Add comments to clarify that the ServerProtocolBasedTransformationFac…

    …tory class will be removed later on
    Fahad Zubair committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    5bbfdc2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    432e0f9 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. Configuration menu
    Copy the full SHA
    9977516 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2024

  1. Configuration menu
    Copy the full SHA
    fcf670d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    35a9099 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. Configuration menu
    Copy the full SHA
    27ca7f1 View commit details
    Browse the repository at this point in the history