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

Wire protobuf generation in codegen plugin #1435

Merged
merged 13 commits into from Mar 14, 2024
Merged

Commits on Mar 11, 2024

  1. Wire protobuf generation in codegen plugin

    In preparation for built-in protobuf support,
    we're wiring in smithytranslate in order to
    generate protobuf specifications at build time
    from smithy specifications.
    
    In addition, we're modifying the build to ensure
    that bootstrapped resources get cleaned up by SBT
    Baccata committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    151c784 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    65d7117 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9e5b419 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2024

  1. Respect enum values ordering

    Amend rendering logic to help guarantee the ordering of enum values
    in rendered enumeration.
    
    Add a property test to check it.
    Baccata committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    abc26f0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b24bb69 View commit details
    Browse the repository at this point in the history
  3. Amend wording of changelog

    Baccata committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    b3cf4f9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    eb3b84e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bc2a7fc View commit details
    Browse the repository at this point in the history
  6. Make Scala 3 happy

    Baccata committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    a2b580e View commit details
    Browse the repository at this point in the history
  7. Make scala 3 happy

    Baccata committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    e78d261 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a06eec3 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    19332bf View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2024

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