Skip to content

Tags: govind-verma/graphql-kotlin

Tags

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.

2.0.0-RC4.1

Toggle 2.0.0-RC4.1'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.

2.0.0-RC4

Toggle 2.0.0-RC4'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.

2.0.0.RC3

Toggle 2.0.0.RC3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[build] apply nexus-publish plugin on ALL projects (ExpediaGroup#567)

It appears that maven-publish plugin will skip its execution if repositories are not configured in given project. Changing the configuration to apply nexus-publish plugin on all projects.

2.0.0.RC2

Toggle 2.0.0.RC2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[build] explicitly configure nexus-publish-plugin on root project (Ex…

…pediaGroup#563)

Gradle `publish` task now explicitly depends on the `initializeSonatypeStagingRepository` task from `nexus-publish-plugin`. We need to explicitly set this as we are not publishing any artifacts from the root project.

2.0.0.RC1

Toggle 2.0.0.RC1's commit message
[build] configure GH action PR check for documentation updates (Exped…

…iaGroup#549)

* [build] configure GH action PR check for documentation updates

Github Action checks out the repository and attempts to run [docusaurus-build](https://docusaurus.io/docs/en/commands#docusaurus-build) command.

* limit PR check to just docs and website directories

1.4.2

Toggle 1.4.2's commit message
Delete publish package GH Action (ExpediaGroup#482)

Disable the GH action for now to publish to GH Package Registry

1.4.1

Toggle 1.4.1's commit message
Validate subscription return type (ExpediaGroup#476)

Subscriptions must return a org.reactivestreams.Publisher for graphql-java to work properly. An exception will now be thrown if any return type of a top level subscription is not a subclass of Publisher

Fixes ExpediaGroup#359

1.4.0

Toggle 1.4.0's commit message
build: 1.3.1-SNAPSHOT (Travis Build 1294) (ExpediaGroup#461)