Skip to content

Commit 1797a92

Browse files
smyricktapaderster
authored andcommitted
Remove all other references to ExpediaDotCom (#324)
1 parent 175008f commit 1797a92

File tree

11 files changed

+18
-29
lines changed

11 files changed

+18
-29
lines changed

.travis/update-version.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ commit_files() {
3838
upload_files() {
3939
echo "Pushing the changes to git remote"
4040

41-
tokenLink="https://${GITHUB_TOKEN}@github.com/ExpediaDotCom/graphql-kotlin.git"
41+
tokenLink="https://${GITHUB_TOKEN}@github.com/ExpediaGroup/graphql-kotlin.git"
4242

4343
# Add new "origin" with access token in the git URL for authentication
4444
git remote add token-origin ${tokenLink} > /dev/null 2>&1

LICENSE

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -175,18 +175,7 @@
175175

176176
END OF TERMS AND CONDITIONS
177177

178-
APPENDIX: How to apply the Apache License to your work.
179-
180-
To apply the Apache License to your work, attach the following
181-
boilerplate notice, with the fields enclosed by brackets "{}"
182-
replaced with your own identifying information. (Don't include
183-
the brackets!) The text should be enclosed in the appropriate
184-
comment syntax for the file format. We also recommend that a
185-
file or class name and description of purpose be included on the
186-
same "printed page" as the copyright notice for easier
187-
identification within third-party archives.
188-
189-
Copyright {yyyy} {name of copyright owner}
178+
Copyright 2019 Expedia Group
190179

191180
Licensed under the Apache License, Version 2.0 (the "License");
192181
you may not use this file except in compliance with the License.
@@ -198,4 +187,4 @@
198187
distributed under the License is distributed on an "AS IS" BASIS,
199188
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
200189
See the License for the specific language governing permissions and
201-
limitations under the License.
190+
limitations under the License.

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# GraphQL Kotlin
22

3-
[![Build Status](https://travis-ci.org/ExpediaDotCom/graphql-kotlin.svg?branch=master)](https://travis-ci.org/ExpediaDotCom/graphql-kotlin)
4-
[![codecov](https://codecov.io/gh/ExpediaDotCom/graphql-kotlin/branch/master/graph/badge.svg)](https://codecov.io/gh/ExpediaDotCom/graphql-kotlin)
3+
[![Build Status](https://travis-ci.org/ExpediaGroup/graphql-kotlin.svg?branch=master)](https://travis-ci.org/ExpediaGroup/graphql-kotlin)
4+
[![codecov](https://codecov.io/gh/ExpediaGroup/graphql-kotlin/branch/master/graph/badge.svg)](https://codecov.io/gh/ExpediaGroup/graphql-kotlin)
55
[![Maven Central](https://img.shields.io/maven-central/v/com.expedia/graphql-kotlin.svg?label=maven%20central)](https://search.maven.org/artifact/com.expedia/graphql-kotlin)
66
[![Awesome Kotlin Badge](https://kotlin.link/awesome-kotlin.svg)](https://github.com/KotlinBy/awesome-kotlin)
77

@@ -16,6 +16,6 @@ GraphQL Kotlin consists of number of libraries that aim to simplify GraphQL inte
1616

1717
## Documentation
1818

19-
Examples and documentation are available on our [Uncyclo](https://github.com/ExpediaDotCom/graphql-kotlin/wiki) or in each module.
19+
Examples and documentation are available on our [Uncyclo](https://github.com/ExpediaGroup/graphql-kotlin/wiki) or in each module.
2020

21-
If you have a question about something you can not find in our wiki, the indivdual modules, or javadocs, feel free to [create an issue](https://github.com/ExpediaDotCom/graphql-kotlin/issues) and tag it with the question label.
21+
If you have a question about something you can not find in our wiki, the indivdual modules, or javadocs, feel free to [create an issue](https://github.com/ExpediaGroup/graphql-kotlin/issues) and tag it with the question label.

examples/federation/base-app/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
<artifactId>base-app</artifactId>
1212
<description>Example SpringBoot app using graphql-kotlin</description>
13-
<url>https://github.com/ExpediaDotCom/graphql-kotlin</url>
13+
<url>https://github.com/ExpediaGroup/graphql-kotlin</url>
1414
<packaging>jar</packaging>
1515

1616
<properties>

examples/federation/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
<artifactId>federation</artifactId>
1313
<description>Example federations apps and gateway using graphql-kotlin-federation and @apollo/gateway</description>
14-
<url>https://github.com/ExpediaDotCom/graphql-kotlin</url>
14+
<url>https://github.com/ExpediaGroup/graphql-kotlin</url>
1515
<packaging>pom</packaging>
1616

1717
<modules>

examples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
<artifactId>examples</artifactId>
1313
<description>Example apps for using graphql-kotlin libraries</description>
14-
<url>https://github.com/ExpediaDotCom/graphql-kotlin</url>
14+
<url>https://github.com/ExpediaGroup/graphql-kotlin</url>
1515
<packaging>pom</packaging>
1616

1717
<modules>

examples/spring/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
<artifactId>spring-example</artifactId>
1212
<description>Example SpringBoot app using graphql-kotlin</description>
13-
<url>https://github.com/ExpediaDotCom/graphql-kotlin</url>
13+
<url>https://github.com/ExpediaGroup/graphql-kotlin</url>
1414
<packaging>jar</packaging>
1515

1616
<properties>

examples/spring/src/main/kotlin/com/expedia/graphql/sample/SubscriptionHandler.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ class SubscriptionHandler(private val graphQL: GraphQL) : WebSocketHandler {
2121
// This will not work with Apollo Client. There needs to be special logic to handle the "graphql-ws"
2222
// sub-protocol. That will be up to the server implementation to handle though.
2323
//
24-
// See: https://github.com/ExpediaDotCom/graphql-kotlin/issues/155
24+
// See: https://github.com/ExpediaGroup/graphql-kotlin/issues/155
2525
return session.send(session.receive()
2626
.doOnSubscribe {
2727
logger.info("Session starting. ID ${session.id}")

graphql-kotlin-federation/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
[![Maven Central](https://img.shields.io/maven-central/v/com.expedia/graphql-kotlin-federation.svg?label=Maven%20Central)](https://search.maven.org/search?q=g:%22com.expedia%22%20AND%20a:%22graphql-kotlin-federation%22)
33
[![Javadocs](https://img.shields.io/maven-central/v/com.expedia/graphql-kotlin-federation.svg?label=javadoc&colorB=brightgreen)](https://www.javadoc.io/doc/com.expedia/graphql-kotlin-federation)
44

5-
`graphql-kotlin-federation` extends the functionality of `graphql-kotlin-schema-generator` and allows you to easily generate federated GraphQL schemas directly from the code. Federated schemas rely on a number of directives to instrument the behavior of the underlying graph, see corresponding wiki pages to learn more about new directives. Once all the federated objects are annotated, you will also have to configure corresponding [FederatedTypeResolver]s that are used to instantiate federated objects and finally generate the schema using `toFederatedSchema` function ([link](https://github.com/ExpediaDotCom/graphql-kotlin/blob/master/graphql-kotlin-federation/src/main/kotlin/com/expedia/graphql/federation/toFederatedSchema.kt#L18)).
5+
`graphql-kotlin-federation` extends the functionality of `graphql-kotlin-schema-generator` and allows you to easily generate federated GraphQL schemas directly from the code. Federated schemas rely on a number of directives to instrument the behavior of the underlying graph, see corresponding wiki pages to learn more about new directives. Once all the federated objects are annotated, you will also have to configure corresponding [FederatedTypeResolver]s that are used to instantiate federated objects and finally generate the schema using `toFederatedSchema` function ([link](https://github.com/ExpediaGroup/graphql-kotlin/blob/master/graphql-kotlin-federation/src/main/kotlin/com/expedia/graphql/federation/toFederatedSchema.kt#L18)).
66

77
See more
88
* [Federation Spec](https://www.apollographql.com/docs/apollo-server/federation/federation-spec/)
@@ -163,6 +163,6 @@ type Query {
163163

164164
## Documentation
165165

166-
There are more examples and documentation in our [Uncyclo](https://github.com/ExpediaDotCom/graphql-kotlin/wiki) or you can view the [javadocs](https://www.javadoc.io/doc/com.expedia/graphql-kotlin) for all published versions.
166+
There are more examples and documentation in our [Uncyclo](https://github.com/ExpediaGroup/graphql-kotlin/wiki) or you can view the [javadocs](https://www.javadoc.io/doc/com.expedia/graphql-kotlin) for all published versions.
167167

168-
If you have a question about something you can not find in our wiki or javadocs, feel free to [create an issue](https://github.com/ExpediaDotCom/graphql-kotlin/issues) and tag it with the question label.
168+
If you have a question about something you can not find in our wiki or javadocs, feel free to [create an issue](https://github.com/ExpediaGroup/graphql-kotlin/issues) and tag it with the question label.

graphql-kotlin-schema-generator/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,6 @@ type Widget {
8888

8989
## Documentation
9090

91-
There are more examples and documentation in our [Uncyclo](https://github.com/ExpediaDotCom/graphql-kotlin/wiki) or you can view the [javadocs](https://www.javadoc.io/doc/com.expedia/graphql-kotlin-schema-generator) for all published versions.
91+
There are more examples and documentation in our [Uncyclo](https://github.com/ExpediaGroup/graphql-kotlin/wiki) or you can view the [javadocs](https://www.javadoc.io/doc/com.expedia/graphql-kotlin-schema-generator) for all published versions.
9292

93-
If you have a question about something you can not find in our wiki or javadocs, feel free to [create an issue](https://github.com/ExpediaDotCom/graphql-kotlin/issues) and tag it with the question label.
93+
If you have a question about something you can not find in our wiki or javadocs, feel free to [create an issue](https://github.com/ExpediaGroup/graphql-kotlin/issues) and tag it with the question label.

graphql-kotlin-schema-generator/src/main/kotlin/com/expedia/graphql/generator/extensions/graphQLExtensions.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ internal inline fun <reified T : GraphQLType> GraphQLType.safeCast(): T {
2828

2929
internal fun GraphQLDirectiveContainer.getAllDirectives(): List<GraphQLDirective> {
3030
// A function without directives may still be rewired if the arguments have directives
31-
// see https://github.com/ExpediaDotCom/graphql-kotlin/wiki/Schema-Directives for details
31+
// see https://github.com/ExpediaGroup/graphql-kotlin/wiki/Schema-Directives for details
3232
val mutableList = mutableListOf<GraphQLDirective>()
3333

3434
mutableList.addAll(this.directives)

0 commit comments

Comments
 (0)