-
Notifications
You must be signed in to change notification settings - Fork 6
Smithy4s integration #58
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
Merged
Merged
Changes from 43 commits
Commits
Show all changes
51 commits
Select commit
Hold shift + click to select a range
b11823c
Wrote server/client interpreters
Baccata 8b5795f
Example compiles
Baccata c18a814
Fixed un-bound flatMap, tried a few other things
Baccata 619eb63
Merge remote-tracking branch 'origin/main' into smithy4s-integration
Baccata cce5d1d
Fix comment
Baccata 0c3251b
Revert changes to FS2Channel
Baccata 2cfb589
Bump remaining versions
Baccata 4b8c0db
Merge branch 'main' into smithy4s-integration
ghostbuster91 6f93323
Merge branch 'main' into smithy4s-integration
ghostbuster91 53cee0a
Upgrade to latest smithy4s
ghostbuster91 fe670de
Fix scala native part of the build
ghostbuster91 799e818
Fix duplicated resources error
ghostbuster91 9523f61
Cross publish smithy across all platforms
ghostbuster91 67c49a5
Add versionScheme
ghostbuster91 703e25a
Convert for-comp to flatMap
ghostbuster91 0e7dd22
Add method on FS2Channel: resource (#80)
ghostbuster91 7d1323c
Fix smithy protocol wiring
kubukoz c3ce708
Merge pull request #81 from neandertech/fix-smithy-setup
ghostbuster91 6269973
Generate java parts for smithy traits
ghostbuster91 8aea9e6
Set minJdkVersion to 11
ghostbuster91 e45acf7
Remove unused file
ghostbuster91 97462b6
Simplify smithy4s implementation, get rid of fs2 in it
kubukoz 70060bd
Merge branch 'smithy4s-integration' into smithy-simplify
kubukoz cb40262
bump smithy4s
kubukoz 1ca96ee
Merge pull request #82 from neandertech/smithy-simplify
ghostbuster91 be15b68
Remove half-baked FutureBaseChannel
ghostbuster91 2ba2bab
Revert "Remove half-baked FutureBaseChannel"
ghostbuster91 5359542
feat: Replace jsoniter macros with circe (#83)
ghostbuster91 e46c197
Replace ChildProcess with fs2.Process
ghostbuster91 6c4b437
Add common smithy traits into protocol definition
ghostbuster91 830a6b0
Better way to coerce unit
ghostbuster91 c070f65
Errors smithy4s (#86)
ghostbuster91 bec1dca
Filter out optionals by default (#87)
kubukoz 246ba77
Accessing endpoints from multiple servers
ghostbuster91 903ab82
chore: sort and group imports with scalafmt
ghostbuster91 3821de8
Add some scaladocs
ghostbuster91 fdb23b4
internal error when processing notification should not break the server
ghostbuster91 9395f05
Add smithy validations (#88)
ghostbuster91 a76d283
Fix RawMessage decoder
ghostbuster91 c3546cc
feat: Add jsonPayload trait (#89)
ghostbuster91 e168783
Rename traits to include Rpc in their names
ghostbuster91 074fb87
Update readme
ghostbuster91 8eee63e
Fix missing renames
ghostbuster91 381b083
Update README.md
ghostbuster91 55e611e
Update project/build.sbt
ghostbuster91 6f2f70c
Update project/plugins.sbt
ghostbuster91 1bc15ae
Apply review comments
ghostbuster91 9734e14
Replace target with release
ghostbuster91 23b3eb7
Create caches for document encoders (#91)
ghostbuster91 9cbe713
Fail when service does support jsonRPC protocol
ghostbuster91 b63bcfe
Mark extension classes as final
ghostbuster91 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
use flake |
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.