Skip to content

update library structure #255

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 4 commits into from
Jul 15, 2019
Merged

Conversation

dariuszkuc
Copy link
Collaborator

@dariuszkuc dariuszkuc commented Jul 12, 2019

Resolves #254

Changes to a multi module project with graphql-kotlin-schema-generator (previously released as graphql-kotlin) and graphql-kotlin-spring-example (previously standalone project).

Changes to a multi module project with `graphql-kotlin-schema-generator` (previously released as `graphql-kotlin`) and `graphql-kotlin-spring-example` (previously standalone project).
@codecov
Copy link

codecov bot commented Jul 12, 2019

Codecov Report

Merging #255 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #255   +/-   ##
=========================================
  Coverage     97.07%   97.07%           
  Complexity      196      196           
=========================================
  Files            61       61           
  Lines           684      684           
  Branches        120      120           
=========================================
  Hits            664      664           
  Misses            8        8           
  Partials         12       12
Impacted Files Coverage Δ Complexity Δ
...m/expedia/graphql/execution/FunctionDataFetcher.kt 86.95% <ø> (ø) 11 <0> (?)
...n/com/expedia/graphql/generator/SchemaGenerator.kt 97.72% <ø> (ø) 18 <0> (?)
...otlin/com/expedia/graphql/SchemaGeneratorConfig.kt 100% <ø> (ø) 5 <0> (?)
...otlin/com/expedia/graphql/generator/TypeBuilder.kt 100% <ø> (ø) 20 <0> (?)
.../graphql/generator/extensions/booleanExtensions.kt 100% <ø> (ø) 0 <0> (?)
...aphql/exceptions/InvalidInputFieldTypeException.kt 100% <ø> (ø) 1 <0> (?)
...m/expedia/graphql/generator/types/ScalarBuilder.kt 96% <ø> (ø) 7 <0> (?)
...com/expedia/graphql/generator/types/EnumBuilder.kt 100% <ø> (ø) 4 <0> (?)
...dia/graphql/exceptions/InvalidListTypeException.kt 100% <ø> (ø) 1 <0> (?)
...edia/graphql/extensions/GraphQLSchemaExtensions.kt 95.23% <ø> (ø) 0 <0> (?)
... and 51 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 5e531db...d581efd. Read the comment docs.

@codecov
Copy link

codecov bot commented Jul 12, 2019

Codecov Report

Merging #255 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #255   +/-   ##
=========================================
  Coverage     97.07%   97.07%           
  Complexity      196      196           
=========================================
  Files            61       61           
  Lines           684      684           
  Branches        120      120           
=========================================
  Hits            664      664           
  Misses            8        8           
  Partials         12       12
Impacted Files Coverage Δ Complexity Δ
...m/expedia/graphql/execution/FunctionDataFetcher.kt 86.95% <ø> (ø) 11 <0> (?)
...n/com/expedia/graphql/generator/SchemaGenerator.kt 97.72% <ø> (ø) 18 <0> (?)
...otlin/com/expedia/graphql/SchemaGeneratorConfig.kt 100% <ø> (ø) 5 <0> (?)
...otlin/com/expedia/graphql/generator/TypeBuilder.kt 100% <ø> (ø) 20 <0> (?)
.../graphql/generator/extensions/booleanExtensions.kt 100% <ø> (ø) 0 <0> (?)
...aphql/exceptions/InvalidInputFieldTypeException.kt 100% <ø> (ø) 1 <0> (?)
...m/expedia/graphql/generator/types/ScalarBuilder.kt 96% <ø> (ø) 7 <0> (?)
...com/expedia/graphql/generator/types/EnumBuilder.kt 100% <ø> (ø) 4 <0> (?)
...dia/graphql/exceptions/InvalidListTypeException.kt 100% <ø> (ø) 1 <0> (?)
...edia/graphql/extensions/GraphQLSchemaExtensions.kt 95.23% <ø> (ø) 0 <0> (?)
... and 51 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 5e531db...857ed6c. Read the comment docs.

@dariuszkuc dariuszkuc added the changes: major Changes require a major version label Jul 13, 2019
@dariuszkuc dariuszkuc added this to the 1.0.0 milestone Jul 13, 2019
@smyrick smyrick merged commit a7206cc into ExpediaGroup:master Jul 15, 2019
@dariuszkuc dariuszkuc deleted the library_restructure branch July 15, 2019 18:32
smyrick pushed a commit to smyrick/graphql-kotlin that referenced this pull request Sep 11, 2019
* update library structure

Changes to a multi module project with `graphql-kotlin-schema-generator` (previously released as `graphql-kotlin`) and `graphql-kotlin-spring-example` (previously standalone project).

* fix travis build

* update README to reflect new structure

* skip generating javadoc for example app
dariuszkuc added a commit to dariuszkuc/graphql-kotlin that referenced this pull request Aug 5, 2022
* update library structure

Changes to a multi module project with `graphql-kotlin-schema-generator` (previously released as `graphql-kotlin`) and `graphql-kotlin-spring-example` (previously standalone project).

* fix travis build

* update README to reflect new structure

* skip generating javadoc for example app
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
changes: major Changes require a major version
Development

Successfully merging this pull request may close these issues.

update library structure
2 participants