-
Notifications
You must be signed in to change notification settings - Fork 362
Add new module graphql-kotlin-spring-server #329
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
Conversation
d839101
to
ea2cdcc
Compare
Nice! This is exactly what I was talking about this week. I think it would be good even just for us to move more of this basic spring code to open source since everyone will have to do this same setup I propose we call it |
ea2cdcc
to
bedb7c3
Compare
Codecov Report
@@ Coverage Diff @@
## master #329 +/- ##
============================================
- Coverage 96.82% 94.74% -2.09%
- Complexity 275 316 +41
============================================
Files 82 94 +12
Lines 977 1123 +146
Branches 182 203 +21
============================================
+ Hits 946 1064 +118
- Misses 6 20 +14
- Partials 25 39 +14
Continue to review full report at Codecov.
|
bedb7c3
to
1f7435b
Compare
...rator/src/test/kotlin/com/expediagroup/graphql/generator/extensions/KTypeExtensionsKtTest.kt
Show resolved
Hide resolved
99ad71d
to
bccdc1c
Compare
...s/federation/base-app/src/main/kotlin/com/expediagroup/graphql/sample/RoutesConfiguration.kt
Show resolved
Hide resolved
...lin-spring-server/src/main/kotlin/com/expediagroup/graphql/spring/SchemaAutoConfiguration.kt
Show resolved
Hide resolved
Looks good to me, ready for review by others? |
@dkuc84 It looks like you need to pull from master and update |
06df126
to
fc4d087
Compare
* WIP: boot server * fix detekt * fix unit test + copyright notice * rename to graphql-kotlin-spring-server * fix packages * simplify package structure * add unit tests * include integration test in jacoco coverage calculation * fix javadoc link * subscription test * Fix subscription unit tests * additional unit tests * subscription handler tests are actually integration tests
Create a new module
graphql-kotlin-spring-server
which is a Spring Boot auto-configuration library for creating GraphQL web application.