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

Document the new service builder #2021

Merged
merged 26 commits into from
Dec 1, 2022
Merged

Document the new service builder #2021

merged 26 commits into from
Dec 1, 2022

Commits on Nov 22, 2022

  1. Document the new service builder

    Signed-off-by: Daniele Ahmed <[email protected]>
    82marbag authored and Daniele Ahmed committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    e6e7a2f View commit details
    Browse the repository at this point in the history
  2. Generate docs for current service

    Signed-off-by: Daniele Ahmed <[email protected]>
    82marbag authored and Daniele Ahmed committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    3dfc04b View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2022

  1. Address comments

    Signed-off-by: Daniele Ahmed <[email protected]>
    82marbag authored and Daniele Ahmed committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    79dc931 View commit details
    Browse the repository at this point in the history
  2. Rename variable

    Signed-off-by: Daniele Ahmed <[email protected]>
    82marbag authored and Daniele Ahmed committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    ddbedf1 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'main' into new-service-builder-docs

    82marbag authored and Daniele Ahmed committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    630a914 View commit details
    Browse the repository at this point in the history
  4. Change handler names

    Signed-off-by: Daniele Ahmed <[email protected]>
    82marbag authored and Daniele Ahmed committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    f7a2393 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2022

  1. Update docs

    Signed-off-by: Daniele Ahmed <[email protected]>
    82marbag authored and Daniele Ahmed committed Nov 24, 2022
    Configuration menu
    Copy the full SHA
    7a13a5f View commit details
    Browse the repository at this point in the history
  2. Update docs

    Signed-off-by: Daniele Ahmed <[email protected]>
    82marbag authored and Daniele Ahmed committed Nov 24, 2022
    Configuration menu
    Copy the full SHA
    28cfe35 View commit details
    Browse the repository at this point in the history
  3. Update docs

    Signed-off-by: Daniele Ahmed <[email protected]>
    Daniele Ahmed committed Nov 24, 2022
    Configuration menu
    Copy the full SHA
    c6e321d View commit details
    Browse the repository at this point in the history
  4. Update docs

    Signed-off-by: Daniele Ahmed <[email protected]>
    82marbag authored and Daniele Ahmed committed Nov 24, 2022
    Configuration menu
    Copy the full SHA
    bb75fde View commit details
    Browse the repository at this point in the history
  5. Merge branch 'main' into new-service-builder-docs

    82marbag authored and Daniele Ahmed committed Nov 24, 2022
    Configuration menu
    Copy the full SHA
    58292cc View commit details
    Browse the repository at this point in the history
  6. Update dependencies

    Signed-off-by: Daniele Ahmed <[email protected]>
    82marbag authored and Daniele Ahmed committed Nov 24, 2022
    Configuration menu
    Copy the full SHA
    2260908 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2022

  1. Update docs

    Signed-off-by: Daniele Ahmed <[email protected]>
    82marbag authored and Daniele Ahmed committed Nov 25, 2022
    Configuration menu
    Copy the full SHA
    566d12a View commit details
    Browse the repository at this point in the history
  2. Update docs

    Signed-off-by: Daniele Ahmed <[email protected]>
    82marbag authored and Daniele Ahmed committed Nov 25, 2022
    Configuration menu
    Copy the full SHA
    0a943c6 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2022

  1. Address comments

    Signed-off-by: Daniele Ahmed <[email protected]>
    82marbag authored and Daniele Ahmed committed Nov 29, 2022
    Configuration menu
    Copy the full SHA
    f687d5d View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2022

  1. Address comments

    Signed-off-by: Daniele Ahmed <[email protected]>
    82marbag authored and Daniele Ahmed committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    78cc474 View commit details
    Browse the repository at this point in the history
  2. Fix CI

    Signed-off-by: Daniele Ahmed <[email protected]>
    82marbag authored and Daniele Ahmed committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    28f182f View commit details
    Browse the repository at this point in the history
  3. Fix CI

    Signed-off-by: Daniele Ahmed <[email protected]>
    82marbag authored and Daniele Ahmed committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    9e3bf62 View commit details
    Browse the repository at this point in the history
  4. Fix CI

    Signed-off-by: Daniele Ahmed <[email protected]>
    82marbag authored and Daniele Ahmed committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    bc9e5bd View commit details
    Browse the repository at this point in the history
  5. Fix CI

    Signed-off-by: Daniele Ahmed <[email protected]>
    82marbag authored and Daniele Ahmed committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    8faff7d View commit details
    Browse the repository at this point in the history
  6. Address comments

    Signed-off-by: Daniele Ahmed <[email protected]>
    82marbag authored and Daniele Ahmed committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    9ec3ad3 View commit details
    Browse the repository at this point in the history
  7. Update codegen-server/src/main/kotlin/software/amazon/smithy/rust/cod…

    …egen/server/smithy/generators/ServerServiceGeneratorV2.kt
    
    Co-authored-by: Luca Palmieri <[email protected]>
    82marbag and LukeMathWalker authored Nov 30, 2022
    Configuration menu
    Copy the full SHA
    f2f83df View commit details
    Browse the repository at this point in the history
  8. Update codegen-server/src/main/kotlin/software/amazon/smithy/rust/cod…

    …egen/server/smithy/generators/ServerServiceGeneratorV2.kt
    
    Co-authored-by: Luca Palmieri <[email protected]>
    82marbag and LukeMathWalker authored Nov 30, 2022
    Configuration menu
    Copy the full SHA
    90fca46 View commit details
    Browse the repository at this point in the history
  9. Update codegen-server/src/main/kotlin/software/amazon/smithy/rust/cod…

    …egen/server/smithy/generators/ServerServiceGeneratorV2.kt
    
    Co-authored-by: Luca Palmieri <[email protected]>
    82marbag and LukeMathWalker authored Nov 30, 2022
    Configuration menu
    Copy the full SHA
    43b45dd View commit details
    Browse the repository at this point in the history
  10. Update codegen-server/src/main/kotlin/software/amazon/smithy/rust/cod…

    …egen/server/smithy/generators/ServerServiceGeneratorV2.kt
    
    Co-authored-by: Luca Palmieri <[email protected]>
    82marbag and LukeMathWalker authored Nov 30, 2022
    Configuration menu
    Copy the full SHA
    be9335b View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2022

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