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

chore: sync public with staging #615

Merged
merged 158 commits into from
Oct 11, 2023
Merged

Commits on Oct 11, 2023

  1. chore(ci): fix directory names in testing to (#14)

    accurately reflect the staging repo
    josecorella committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    628bd0d View commit details
    Browse the repository at this point in the history
  2. feat: Add AWS KMS (#16)

    seebees authored and josecorella committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    b332f78 View commit details
    Browse the repository at this point in the history
  3. feat: Cryptographic Primitives (#15)

    seebees authored and josecorella committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    3a97f9f View commit details
    Browse the repository at this point in the history
  4. fix: consolidate github CI (#17)

    consolidate CI so that it is more manageable
    seebees authored and josecorella committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    4193d52 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    df0bc24 View commit details
    Browse the repository at this point in the history
  6. task: add ensures to Decode

    ajewellamz authored and josecorella committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    2e9161d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    58eb951 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2c250d9 View commit details
    Browse the repository at this point in the history
  9. task: add SplitOnce (#23)

    * task: add SplitOnce
    
    * task: add SplitOnce
    
    * m
    ajewellamz authored and josecorella committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    f3d1e17 View commit details
    Browse the repository at this point in the history
  10. feat: add Material Providers Library

    This PR only deals with making sure that Dafny verifies
    lavaleri authored and josecorella committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    4a969e9 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    c7279a9 View commit details
    Browse the repository at this point in the history
  12. fix: dafny testing reporting (#32)

    texastony authored and josecorella committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    f85d118 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    a580ecf View commit details
    Browse the repository at this point in the history
  14. feat: Add mpl dotnet (#27)

    Now the MPL library will build and run tests in .NET.
    
    Also, the StandardLibrary needed to be moved out
    into its own library.
    seebees authored and josecorella committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    e4e6803 View commit details
    Browse the repository at this point in the history
  15. chore: add DynamoDB Service, Materials Cache, and Hierarchical Keyrin…

    …g Model (#29)
    
    Adds smithy files that are part of the hierarchy keyring
    josecorella committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    8a8643b View commit details
    Browse the repository at this point in the history
  16. feat: Duvet with markdown (#34)

    Switch the MPL to using duvet native markdown
    seebees authored and josecorella committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    422bd82 View commit details
    Browse the repository at this point in the history
  17. fix: Speed up verification (#37)

    seebees authored and josecorella committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    a3fd8b9 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    dc1da3d View commit details
    Browse the repository at this point in the history
  19. feat: adding more duvet annotations (#38)

    Also updating the CI to not fail
    seebees authored and josecorella committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    4869a84 View commit details
    Browse the repository at this point in the history
  20. feat: Update Libraries (#41)

    seebees authored and josecorella committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    8791cfa View commit details
    Browse the repository at this point in the history
  21. Revert ddb in mpl (#44)

    Co-authored-by: texastony <[email protected]>
    2 people authored and josecorella committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    7040d54 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    9996350 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    61ecfec View commit details
    Browse the repository at this point in the history
  24. feat: Add Dafny->Java compilation for CryptoPrimitives (#48)

    Co-authored-by: seebees <[email protected]>
    2 people authored and josecorella committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    f98a49c View commit details
    Browse the repository at this point in the history
  25. feat: Build KMS Java (#51)

    lavaleri authored and josecorella committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    232e3fb View commit details
    Browse the repository at this point in the history
  26. chore: Fix linter warnings (#52)

    lavaleri authored and josecorella committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    0d15417 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    3bb7c62 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    7e4f9f5 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    fe49d01 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    3077964 View commit details
    Browse the repository at this point in the history
  31. feat: add EncodeAscii (#60)

    ajewellamz authored and josecorella committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    1949a63 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    08672f7 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    46ea5d0 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    2708176 View commit details
    Browse the repository at this point in the history
  35. feat: Add externs for KMS and UTF8 (#65)

    Co-authored-by: texastony <[email protected]>
    2 people authored and josecorella committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    71716c4 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    73999e5 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    d7ca9d1 View commit details
    Browse the repository at this point in the history
  38. feat(Java): Manually update generated resources

    Polymorph is at 231d147
    
    Co-authored-by: Valerie Lambert <[email protected]>
    2 people authored and josecorella committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    c5e7abf View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    b94a699 View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    d21ac53 View commit details
    Browse the repository at this point in the history
  41. feat(Crypto-Java): AES GCM Extern (#73)

    * feat(Crypto-Java): AES GCM Extern
    
    Passes Dafny Tests.
    
    * enable tests
    
    Co-authored-by: texastony <[email protected]>
    2 people authored and josecorella committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    ee4a671 View commit details
    Browse the repository at this point in the history
  42. feat: add time extern (#77)

    ajewellamz authored and josecorella committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    2ed28bb View commit details
    Browse the repository at this point in the history
  43. feat: Add smithy model for Kms RSA keyring (#74)

    Co-authored-by: Tony Knapp <[email protected]>
    2 people authored and josecorella committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    1d18f49 View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    db42e3d View commit details
    Browse the repository at this point in the history
  45. feat: sets-extern (#78)

    * feat: sets-extern
    ajewellamz authored and josecorella committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    177c065 View commit details
    Browse the repository at this point in the history
  46. Configuration menu
    Copy the full SHA
    84b7948 View commit details
    Browse the repository at this point in the history
  47. feat: random-extern (#80)

    josecorella committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    f2f3670 View commit details
    Browse the repository at this point in the history
  48. feat: rsa extern (#81)

    josecorella committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    1d07673 View commit details
    Browse the repository at this point in the history
  49. feat: Add HMAC and Hash externs (#83)

    seebees authored and josecorella committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    4a6a35c View commit details
    Browse the repository at this point in the history
  50. Configuration menu
    Copy the full SHA
    b4b3315 View commit details
    Browse the repository at this point in the history
  51. Configuration menu
    Copy the full SHA
    e706dc0 View commit details
    Browse the repository at this point in the history
  52. Configuration menu
    Copy the full SHA
    896bf93 View commit details
    Browse the repository at this point in the history
  53. Integrate esdk with mpl (#45)

    These are the changes to the ESDK
    to integrate with the MPL
    seebees authored and josecorella committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    b674798 View commit details
    Browse the repository at this point in the history
  54. m

    ajewellamz authored and josecorella committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    5fa6798 View commit details
    Browse the repository at this point in the history
  55. feat: add ensures to set opertions (#91)

    * feat: add ensures to set operations
    ajewellamz authored and josecorella committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    60ce9af View commit details
    Browse the repository at this point in the history
  56. chore: Add KDF CTR and AES KDF CTR (#93)

    Co-authored-by: seebees <[email protected]>
    josecorella and seebees committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    9c47da7 View commit details
    Browse the repository at this point in the history
  57. feat: Consolidate make targets (#92)

    Create a shared makefile,
    and then use that shared makefile
    seebees authored and josecorella committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    fc7e748 View commit details
    Browse the repository at this point in the history
  58. Configuration menu
    Copy the full SHA
    e973899 View commit details
    Browse the repository at this point in the history
  59. Configuration menu
    Copy the full SHA
    8615dec View commit details
    Browse the repository at this point in the history
  60. feat: fix warnings (#102)

    ajewellamz authored and josecorella committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    004bbb6 View commit details
    Browse the repository at this point in the history
  61. feat: add AES CTR (#99)

    * feat: add AES CTR
    ajewellamz authored and josecorella committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    b047dba View commit details
    Browse the repository at this point in the history
  62. feat: add DDBEC algorithm suites for symmetric signing (#84)

    Co-authored-by: seebees <[email protected]>
    2 people authored and josecorella committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    a31034b View commit details
    Browse the repository at this point in the history
  63. Configuration menu
    Copy the full SHA
    831b6a4 View commit details
    Browse the repository at this point in the history
  64. feat: AesKdfCtr.Stream should have been a function (#110)

    * feat: AesKdfCtr.Stream should have been a function
    ajewellamz authored and josecorella committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    548f20d View commit details
    Browse the repository at this point in the history
  65. Configuration menu
    Copy the full SHA
    a1fd66c View commit details
    Browse the repository at this point in the history
  66. Configuration menu
    Copy the full SHA
    e70c0b1 View commit details
    Browse the repository at this point in the history
  67. feat: change module name from Sets to SortedSets (#115)

    * feat: change module name from Sets to SortedSets
    ajewellamz authored and josecorella committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    926bbed View commit details
    Browse the repository at this point in the history
  68. Configuration menu
    Copy the full SHA
    8b1e647 View commit details
    Browse the repository at this point in the history
  69. feat: update submodule (#118)

    ajewellamz authored and josecorella committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    c9fa5fe View commit details
    Browse the repository at this point in the history
  70. feat: Update the shared makefile for relative paths (#114)

    The Polymorph include file needs to be a relative path.
    Otherwise the included file is not portable.
    
    Also refactored out the code-gen
    so that it is easy to build
    only parts of the code-gen
    e.g. Only Dafny, or only Java
    
    Co-authored-by: Tony Knapp <[email protected]>
    2 people authored and josecorella committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    f50f072 View commit details
    Browse the repository at this point in the history
  71. Configuration menu
    Copy the full SHA
    57e4a56 View commit details
    Browse the repository at this point in the history
  72. Configuration menu
    Copy the full SHA
    795fa4b View commit details
    Browse the repository at this point in the history
  73. Configuration menu
    Copy the full SHA
    92ca66f View commit details
    Browse the repository at this point in the history
  74. Configuration menu
    Copy the full SHA
    c1c3f36 View commit details
    Browse the repository at this point in the history
  75. refactor: AwsKmsArnParsing (#123)

    and consolidate arn parsing for kms and ddb to one shared file
    josecorella committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    0c4dfde View commit details
    Browse the repository at this point in the history
  76. feat: add comparison operations (#127)

    * feat: add comparison operations
    
    * m
    
    * move
    
    * m
    ajewellamz authored and josecorella committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    4b9f836 View commit details
    Browse the repository at this point in the history
  77. chore(polymorph): pull in latest polymorph (#126)

    * chore(polymorph): pull in latest polymorph
    
    * fix: PR Comments
    
    * Add collection of errors to Java
    
    * woops
    
    ---------
    
    Co-authored-by: seebees <[email protected]>
    2 people authored and josecorella committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    36d1fad View commit details
    Browse the repository at this point in the history
  78. Configuration menu
    Copy the full SHA
    c4e52df View commit details
    Browse the repository at this point in the history
  79. Configuration menu
    Copy the full SHA
    69e3bda View commit details
    Browse the repository at this point in the history
  80. feat: Add hex string support

    ajewellamz authored and josecorella committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    b0b1836 View commit details
    Browse the repository at this point in the history
  81. Configuration menu
    Copy the full SHA
    897651c View commit details
    Browse the repository at this point in the history
  82. feat: Mpl encryption context change (#42)

    Implementation of the specification update
    to validate encryption context on decrypt.
    seebees authored and josecorella committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    c890df6 View commit details
    Browse the repository at this point in the history
  83. Configuration menu
    Copy the full SHA
    5055d40 View commit details
    Browse the repository at this point in the history
  84. feat: Make the shared makefile more portable (#132)

    The Gazelle can now use the ESDK sharedMakefile
    seebees authored and josecorella committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    00f5bc9 View commit details
    Browse the repository at this point in the history
  85. Add back benerated information (#133)

    seebees authored and josecorella committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    bfba507 View commit details
    Browse the repository at this point in the history
  86. Configuration menu
    Copy the full SHA
    5f8e4c2 View commit details
    Browse the repository at this point in the history
  87. Configuration menu
    Copy the full SHA
    d72c4f9 View commit details
    Browse the repository at this point in the history
  88. Adjust for smithy-polymorph -> smithy-dafny-codegen-cli rename (#135)

    Co-authored-by: Tony Knapp <[email protected]>
    2 people authored and josecorella committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    a9cb9f9 View commit details
    Browse the repository at this point in the history
  89. feat: Add end to end testing for MPL (#87)

    This wraps the MPL in generated code,
    and then sends tests from Dafny => Native => Dafny
    and back to test most keyring/Algorithm Suite combinations.
    seebees authored and josecorella committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    60df6c9 View commit details
    Browse the repository at this point in the history
  90. Configuration menu
    Copy the full SHA
    02182df View commit details
    Browse the repository at this point in the history
  91. Configuration menu
    Copy the full SHA
    83e904d View commit details
    Browse the repository at this point in the history
  92. Configuration menu
    Copy the full SHA
    b220f27 View commit details
    Browse the repository at this point in the history
  93. feat: add expected context cmm (#146)

    * feat: add expected context cmm
    
    * another polymorph run for test vectors
    
    ---------
    
    Co-authored-by: seebees <[email protected]>
    2 people authored and josecorella committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    1e91b62 View commit details
    Browse the repository at this point in the history
  94. Configuration menu
    Copy the full SHA
    0b10049 View commit details
    Browse the repository at this point in the history
  95. Configuration menu
    Copy the full SHA
    188905d View commit details
    Browse the repository at this point in the history
  96. feat: First cut implementation of AWS KMS RSA Keyring (#111)

    Co-authored-by: Valerie Lambert <[email protected]>
    2 people authored and josecorella committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    6ca83d4 View commit details
    Browse the repository at this point in the history
  97. Configuration menu
    Copy the full SHA
    9ec2a72 View commit details
    Browse the repository at this point in the history
  98. Configuration menu
    Copy the full SHA
    3c02022 View commit details
    Browse the repository at this point in the history
  99. Configuration menu
    Copy the full SHA
    b92a50e View commit details
    Browse the repository at this point in the history
  100. Configuration menu
    Copy the full SHA
    9e2ce52 View commit details
    Browse the repository at this point in the history
  101. chore: Update for smithy-lang/smithy-dafny/pull/189 (#153)

    Account for the changes in smithy-lang/smithy-dafny#189, mainly depending on the classpath for AWS traits instead of local copies, and using the aws.api#service$sdkId value to name Dafny clients when present instead of the shape name.
    
    Regenerated all the Smithy-generated code and reviewed the diff, although I think there have been other smithy-dafny changes besides mine that haven't been applied, specifically around component ordering.
    
    Also renamed KeyManagementService back to TrentService as it was in the original Smithy model, now that smithy-dafny uses the sdkId instead.
    
    Co-authored-by: José Corella <[email protected]>
    robin-aws and josecorella committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    4c6fa13 View commit details
    Browse the repository at this point in the history
  102. Configuration menu
    Copy the full SHA
    f93ec44 View commit details
    Browse the repository at this point in the history
  103. Configuration menu
    Copy the full SHA
    7a200a5 View commit details
    Browse the repository at this point in the history
  104. Configuration menu
    Copy the full SHA
    b5bea7d View commit details
    Browse the repository at this point in the history
  105. Configuration menu
    Copy the full SHA
    7cb5b39 View commit details
    Browse the repository at this point in the history
  106. chore: fix polymorph call (#158)

    texastony authored and josecorella committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    57066dd View commit details
    Browse the repository at this point in the history
  107. Configuration menu
    Copy the full SHA
    51da942 View commit details
    Browse the repository at this point in the history
  108. Configuration menu
    Copy the full SHA
    4527632 View commit details
    Browse the repository at this point in the history
  109. Configuration menu
    Copy the full SHA
    a81b245 View commit details
    Browse the repository at this point in the history
  110. chore(cfn): add new key store table cfn (#163)

    * Update cfn/CI.yaml
    
    Co-authored-by: Tony Knapp <[email protected]>
    josecorella and texastony committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    ab0149e View commit details
    Browse the repository at this point in the history
  111. Configuration menu
    Copy the full SHA
    521bba6 View commit details
    Browse the repository at this point in the history
  112. feat: Upgrade to Dafny 4.0 (#151)

    Co-authored-by: Valerie Lambert <[email protected]>
    Co-authored-by: Alex Chew <[email protected]>
    3 people authored and josecorella committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    3a6ed12 View commit details
    Browse the repository at this point in the history
  113. fix(KeyStore-Java): Benerate Local Service conversion

    Smithy-Dafny's generated Java does not
    generate converters for LocalServices.
    
    It Should.
    For now, here is beneration to unblock us.
    texastony authored and josecorella committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    66f35aa View commit details
    Browse the repository at this point in the history
  114. Configuration menu
    Copy the full SHA
    c895d41 View commit details
    Browse the repository at this point in the history
  115. Configuration menu
    Copy the full SHA
    0a6550a View commit details
    Browse the repository at this point in the history
  116. feat: AwsKMS MRK Discovery Keyring KeyWrapping support (#170)

    Support all edkWrapping types
    seebees authored and josecorella committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    5063eea View commit details
    Browse the repository at this point in the history
  117. feat: RawAes KeyWrapping support (#169)

    Support all edkWrapping types
    seebees authored and josecorella committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    e60826b View commit details
    Browse the repository at this point in the history
  118. refactor(KeyStore): Remove dependency on MPL (#171)

    ---------
    
    Co-authored-by: lavaleri <[email protected]>
    josecorella and lavaleri committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    b8d6b5d View commit details
    Browse the repository at this point in the history
  119. Configuration menu
    Copy the full SHA
    04cfe07 View commit details
    Browse the repository at this point in the history
  120. Configuration menu
    Copy the full SHA
    e6cc28d View commit details
    Browse the repository at this point in the history
  121. Configuration menu
    Copy the full SHA
    5c1fbe3 View commit details
    Browse the repository at this point in the history
  122. Configuration menu
    Copy the full SHA
    9d1e651 View commit details
    Browse the repository at this point in the history
  123. fix: make gen uuid a method (#177)

    Co-authored-by: seebees <[email protected]>
    josecorella and seebees committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    5db326e View commit details
    Browse the repository at this point in the history
  124. Configuration menu
    Copy the full SHA
    f10fb41 View commit details
    Browse the repository at this point in the history
  125. Configuration menu
    Copy the full SHA
    dc2d71e View commit details
    Browse the repository at this point in the history
  126. Configuration menu
    Copy the full SHA
    b24c72a View commit details
    Browse the repository at this point in the history
  127. Configuration menu
    Copy the full SHA
    b61d5f5 View commit details
    Browse the repository at this point in the history
  128. feat: Seprate out the OUTPUT_LOCAL_SERVICE option (#184)

    In the test vectors not all services will be OUTPUT_LOCAL_SERVICE.
    This lets you break this out similarly to other options.
    seebees authored and josecorella committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    ffd4d15 View commit details
    Browse the repository at this point in the history
  129. Configuration menu
    Copy the full SHA
    c8237ec View commit details
    Browse the repository at this point in the history
  130. feat: Better Pem parsing (#186)

    A PEM may only have one object.
    seebees authored and josecorella committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    e193215 View commit details
    Browse the repository at this point in the history
  131. feat: Need to be able to pass a region to KMS (#185)

    Add an extern to handle this extra case.
    seebees authored and josecorella committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    5916163 View commit details
    Browse the repository at this point in the history
  132. Configuration menu
    Copy the full SHA
    5ed19be View commit details
    Browse the repository at this point in the history
  133. Configuration menu
    Copy the full SHA
    79044e7 View commit details
    Browse the repository at this point in the history
  134. Configuration menu
    Copy the full SHA
    283f969 View commit details
    Browse the repository at this point in the history
  135. Configuration menu
    Copy the full SHA
    b8bb42e View commit details
    Browse the repository at this point in the history
  136. Configuration menu
    Copy the full SHA
    e99a581 View commit details
    Browse the repository at this point in the history
  137. feat: Add metrics to MPL KMS (#204)

    seebees authored and josecorella committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    b2e67a4 View commit details
    Browse the repository at this point in the history
  138. feat: Speed up transpile (#205)

    The `verify` target is for verification,
    the `transpile_*` targets do not need to verify again.
    Especially since this is a partial verification.
    
    Also, passing many files on the CLI
    is significantly slower than passing
    a single file that includes everything.
    seebees authored and josecorella committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    2933d88 View commit details
    Browse the repository at this point in the history
  139. fix(.NET): Fix & Test Generated .NET (#202)

    Fix .NET generation in the SharedMakefile
    For every module but STD and ESDK, re-generate .NET code with Smithy-Dafny.
    Enable .NET testing in GitHub CI
    texastony authored and josecorella committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    cc6e40a View commit details
    Browse the repository at this point in the history
  140. Configuration menu
    Copy the full SHA
    7b6cb4f View commit details
    Browse the repository at this point in the history
  141. Configuration menu
    Copy the full SHA
    8a90181 View commit details
    Browse the repository at this point in the history
  142. chore: Add nightly builds for all workflows that use Dafny (#209)

    Co-authored-by: Tony Knapp <[email protected]>
    2 people authored and josecorella committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    cc2869a View commit details
    Browse the repository at this point in the history
  143. chore: enable javadoc trait (#212)

    texastony authored and josecorella committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    99e04b4 View commit details
    Browse the repository at this point in the history
  144. docs: Remove TODOs (#201)

    lavaleri authored and josecorella committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    c59f260 View commit details
    Browse the repository at this point in the history
  145. chore: gradle 7.6 (#213)

    texastony authored and josecorella committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    3b13076 View commit details
    Browse the repository at this point in the history
  146. Configuration menu
    Copy the full SHA
    793a20b View commit details
    Browse the repository at this point in the history
  147. Configuration menu
    Copy the full SHA
    6e0dda3 View commit details
    Browse the repository at this point in the history
  148. Configuration menu
    Copy the full SHA
    71e81e3 View commit details
    Browse the repository at this point in the history
  149. Configuration menu
    Copy the full SHA
    1027deb View commit details
    Browse the repository at this point in the history
  150. Configuration menu
    Copy the full SHA
    d0cf30f View commit details
    Browse the repository at this point in the history
  151. refactor: take mpl as a dependency and improve verification stability…

    … in serialization (#220)
    
    Co-authored-by: seebees <[email protected]>
    Co-authored-by: lavaleri <[email protected]>
    3 people committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    31f59d1 View commit details
    Browse the repository at this point in the history
  152. Configuration menu
    Copy the full SHA
    afb89dd View commit details
    Browse the repository at this point in the history
  153. Configuration menu
    Copy the full SHA
    0fa6768 View commit details
    Browse the repository at this point in the history
  154. Configuration menu
    Copy the full SHA
    dc4bf95 View commit details
    Browse the repository at this point in the history
  155. Configuration menu
    Copy the full SHA
    8fef87c View commit details
    Browse the repository at this point in the history
  156. Configuration menu
    Copy the full SHA
    16a0615 View commit details
    Browse the repository at this point in the history
  157. feat(Decrypt)!: Encryption Context is optional input to DecryptInput (#…

    …223)
    
    Co-authored-by: lavaleri <[email protected]>
    Co-authored-by: seebees <[email protected]>
    3 people committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    c26f2dd View commit details
    Browse the repository at this point in the history
  158. chore(.NET): update .Net Examples (#230)

    Co-authored-by: Lucas McDonald <[email protected]>
    Co-authored-by: Tony Knapp <[email protected]>
    3 people committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    795c08a View commit details
    Browse the repository at this point in the history