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

Use Tapir to implement adapters #1125

Merged
merged 58 commits into from
Nov 18, 2021
Merged
Show file tree
Hide file tree
Changes from 53 commits
Commits
Show all changes
58 commits
Select commit Hold shift + click to select a range
454dc52
Upgrade Scala 3 to 3.1.0
ghostdogpr Oct 20, 2021
99e3e76
Give federation a little help
ghostdogpr Oct 20, 2021
5218f32
Simplify
ghostdogpr Oct 20, 2021
f331168
Remove weird trick
ghostdogpr Oct 20, 2021
163bfe6
Merge branch 'master' into scala3
ghostdogpr Oct 21, 2021
1d6bcbf
Update CI
ghostdogpr Oct 21, 2021
80ce145
Fix name
ghostdogpr Oct 21, 2021
8c51061
Simplify
ghostdogpr Oct 21, 2021
54d454b
Simplify
ghostdogpr Oct 21, 2021
fea6b55
fmt
ghostdogpr Oct 21, 2021
8437e39
Simplify
ghostdogpr Oct 23, 2021
f9faccc
Merge branch 'master' into scala3
ghostdogpr Oct 29, 2021
0b9b51e
Cleanup
ghostdogpr Oct 29, 2021
2e65445
Cleanup
ghostdogpr Oct 29, 2021
24af826
Merge branch 'cleanup' into scala3
ghostdogpr Oct 29, 2021
a7b309a
POC
ghostdogpr Nov 4, 2021
2082b8a
Cleanup
ghostdogpr Nov 4, 2021
5d510a9
Fix error encoder
ghostdogpr Nov 4, 2021
81d5e00
Added serializers and tests for GraphQLWSInput and GraphQLWSOutput
ghostdogpr Nov 5, 2021
b6dce63
Fix mistake
ghostdogpr Nov 5, 2021
7760bb7
Merge branch 'master' into scala3
ghostdogpr Nov 5, 2021
4216596
Merge branch 'scala3' into tapir-adapters
ghostdogpr Nov 5, 2021
c63bbd4
Fix scala 3
ghostdogpr Nov 5, 2021
e194720
Implement RequestInterceptor support
ghostdogpr Nov 5, 2021
8c24d31
Remove need for import
ghostdogpr Nov 6, 2021
df2ead1
Cleanup
ghostdogpr Nov 6, 2021
c33f952
Remove Finch adapter
ghostdogpr Nov 6, 2021
054d115
Upload support
ghostdogpr Nov 6, 2021
a427913
Remove no longer needed test
ghostdogpr Nov 6, 2021
7357c8b
Fix build error
ghostdogpr Nov 6, 2021
dcf64fa
Use fake Schemas
ghostdogpr Nov 6, 2021
be03487
Add makeHttpUploadService to zio http adapter
ghostdogpr Nov 6, 2021
f922283
Remove makeHttpUploadService from zio-http as multipart is not suppor…
ghostdogpr Nov 6, 2021
c0be7ce
Cleanup
ghostdogpr Nov 6, 2021
b04be1f
Move code around and format examples
ghostdogpr Nov 6, 2021
96c6054
Reuse TapirAdapter in ZHttpAdapter websocket code
ghostdogpr Nov 7, 2021
063b254
Merge branch 'master' into scala3
ghostdogpr Nov 7, 2021
9fe8489
Fix bug
ghostdogpr Nov 8, 2021
dfbc755
Add test suite for adapters
ghostdogpr Nov 9, 2021
038a24b
Fix Scala 3 error
ghostdogpr Nov 9, 2021
12c37b4
Fix Scala 3 error
ghostdogpr Nov 9, 2021
4d158fc
Fix Scala 3 error
ghostdogpr Nov 9, 2021
e3b26e0
Use real clock
ghostdogpr Nov 9, 2021
d9edf0e
Use real clock for akka too
ghostdogpr Nov 9, 2021
4e72e2f
Merge branch 'master' into scala3
ghostdogpr Nov 11, 2021
92172e6
Merge branch 'scala3' into tapir-adapters
ghostdogpr Nov 11, 2021
1a60131
Upgrade tapir
ghostdogpr Nov 11, 2021
f35dbce
Make test more reliable
ghostdogpr Nov 11, 2021
c25afe3
Migrate play adapter
ghostdogpr Nov 11, 2021
429e745
Debug flakiness
ghostdogpr Nov 11, 2021
aefa185
More debugging
ghostdogpr Nov 11, 2021
c15011f
Fix flakiness
ghostdogpr Nov 11, 2021
29a89aa
Remove debug logs
ghostdogpr Nov 11, 2021
bdab7df
Upgrade Tapir
ghostdogpr Nov 17, 2021
aaf928e
Merge branch 'master' into scala3
ghostdogpr Nov 17, 2021
8c4e05a
Merge branch 'scala3' into tapir-adapters
ghostdogpr Nov 17, 2021
6e8bdc0
Fix README
ghostdogpr Nov 18, 2021
55d4842
Merge branch 'master' into tapir-adapters
ghostdogpr Nov 18, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
- restore_cache:
key: sbtcache
- run: sbt ++2.13.6! check
- run: sbt ++3.0.2! check
- run: sbt ++3.1.0! check
- save_cache:
key: sbtcache
paths:
Expand All @@ -22,7 +22,7 @@ jobs:
- checkout
- restore_cache:
key: sbtcache
- run: sbt ++2.12.14! core/test http4s/test akkaHttp/test finch/compile play/test zioHttp/compile examples/compile catsInterop/compile benchmarks/compile tools/test codegenSbt/test clientJVM/test monixInterop/compile tapirInterop/test federation/test
- run: sbt ++2.12.14! core/test http4s/test akkaHttp/test play/test zioHttp/test examples/compile catsInterop/compile benchmarks/compile tools/test codegenSbt/test clientJVM/test monixInterop/compile tapirInterop/test federation/test
- save_cache:
key: sbtcache
paths:
Expand All @@ -36,7 +36,7 @@ jobs:
- checkout
- restore_cache:
key: sbtcache
- run: sbt ++2.12.14! core/test http4s/test akkaHttp/test finch/compile play/test zioHttp/compile examples/compile catsInterop/compile benchmarks/compile tools/test codegenSbt/test clientJVM/test monixInterop/compile tapirInterop/test federation/test
- run: sbt ++2.12.14! core/test http4s/test akkaHttp/test play/test zioHttp/test examples/compile catsInterop/compile benchmarks/compile tools/test codegenSbt/test clientJVM/test monixInterop/compile tapirInterop/test federation/test
- save_cache:
key: sbtcache
paths:
Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:
- checkout
- restore_cache:
key: sbtcache
- run: sbt ++2.13.7! core/test http4s/test akkaHttp/test finch/compile play/test zioHttp/compile examples/compile catsInterop/compile monixInterop/compile tapirInterop/test clientJVM/test federation/test
- run: sbt ++2.13.7! core/test http4s/test akkaHttp/test play/test zioHttp/test examples/compile catsInterop/compile monixInterop/compile tapirInterop/test clientJVM/test federation/test
- save_cache:
key: sbtcache
paths:
Expand All @@ -78,7 +78,7 @@ jobs:
- checkout
- restore_cache:
key: sbtcache
- run: sbt ++3.0.2! core/test catsInterop/compile monixInterop/compile clientJVM/test clientJS/compile zioHttp/compile tapirInterop/test http4s/test federation/test
- run: sbt ++3.1.0! core/test catsInterop/compile monixInterop/compile clientJVM/test clientJS/compile zioHttp/test tapirInterop/test http4s/test federation/test
- save_cache:
key: sbtcache
paths:
Expand Down
Loading