Skip to content

Tags: silvrwolfboy/graphql-kotlin

Tags

2.0.0-RC10

Toggle 2.0.0-RC10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Polymorphic ignore 2.x (ExpediaGroup#634)

* Fix typo in the function name

* Fix transitive property of `@GraphQLIgnore` for polymorphic types

* Add more test

* Remove unecessary check as the visilbiity cannot be changed between a interface and an implementation

1.4.3

Toggle 1.4.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Polymorphic ignore (ExpediaGroup#633)

* Fix typo in the function name

* Fix transitive property of `@GraphQLIgnore` for polymorphic types

2.0.0-RC9.1

Toggle 2.0.0-RC9.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Upgrade springboot to fix security issue (ExpediaGroup#627)

Spring Boot 2.2.5 was released which includes a fix for a security issue in netty. See: https://spring.io/blog/2020/02/27/spring-boot-2-2-5-released

2.0.0-RC9

Toggle 2.0.0-RC9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add additionalTypes to generateSchema (ExpediaGroup#622)

* Make additionalType public

* fix linting issue

* Update SchemaGenerator.kt

* Switch additionalTypes back to internal

* fix federated schema

2.0.0-RC8

Toggle 2.0.0-RC8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[generator] Fix issue generating nested additional types (ExpediaGrou…

…p#615)

* Fix issue generating nested additional types

We would encounter a bug if generating the additional types producded more additional types. So we now call the function recursively and clear it out before generating more.

* Apply suggestions from code review

Co-Authored-By: Dariusz Kuc <[email protected]>

* Reverse addition order

Co-authored-by: Dariusz Kuc <[email protected]>

2.0.0-RC7

Toggle 2.0.0-RC7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Upgrade dependencies (ExpediaGroup#606)

Update the lastest dependencies to stay on top of updates and bug fixes

2.0.0-RC6

Toggle 2.0.0-RC6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add docs for new schema generator feature (ExpediaGroup#594)

Added new features in ExpediaGroup#593 that we did not document

2.0.0-RC5

Toggle 2.0.0-RC5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: open FunctionDataFetcher methods for extension (ExpediaGroup#582)

Open the internal methods to the protected scope so that we can more easily override specific methods to provide more features. Internally to Expedia Group we have the need to provide a CustomFunctionDataFetcher that overrides the get method. However we don't want to have to reimplement all the other methods as well that covert the classes and parse the names. Right now we are actually missing out on using the new feature to use List over array for input types. This could be fixed internally but it is already done in open source so we would like to take advantage of that

2.0.0-RC4.3

Toggle 2.0.0-RC4.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.

2.0.0-RC4.2

Toggle 2.0.0-RC4.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Remove perf-tests directory (ExpediaGroup#576)

We are not using these tests in any of our build processes. They were added to help debug if we had any subscription issues. If we want to add tests back in we should do that through Kotlin and the gradle build.