Skip to content

Commit 6b5c0de

Browse files
authored
chore: use Hive Console term (#8303)
1 parent 82f0470 commit 6b5c0de

33 files changed

Lines changed: 76 additions & 76 deletions

File tree

CODE_OF_CONDUCT.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22

33
## 1. Purpose
44

5-
A primary goal of GraphQL Hive is to be inclusive to the largest number of contributors, with the
5+
A primary goal of Hive Console is to be inclusive to the largest number of contributors, with the
66
most varied and diverse backgrounds possible. As such, we are committed to providing a friendly,
77
safe and welcoming environment for all, regardless of gender, sexual orientation, ability,
88
ethnicity, socioeconomic status, and religion (or lack thereof).
99

1010
This code of conduct outlines our expectations for all those who participate in our community, as
1111
well as the consequences for unacceptable behavior.
1212

13-
We invite all those who participate in GraphQL Hive to help us create safe and positive experiences
13+
We invite all those who participate in Hive Console to help us create safe and positive experiences
1414
for everyone.
1515

1616
## 2. Open [Source/Culture/Tech] Citizenship
@@ -60,7 +60,7 @@ The following behaviors are considered harassment and are unacceptable within ou
6060

6161
## 5. Weapons Policy
6262

63-
No weapons will be allowed at GraphQL Hive events, community spaces, or in other spaces covered by
63+
No weapons will be allowed at Hive Console events, community spaces, or in other spaces covered by
6464
the scope of this Code of Conduct. Weapons include but are not limited to guns, explosives
6565
(including fireworks), and large knives such as those used for hunting or display, as well as any
6666
other item used for the purpose of causing injury or harm to others. Anyone seen in possession of

docker/docker.hcl

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ target "schema" {
129129
args = {
130130
SERVICE_DIR_NAME = "@hive/schema"
131131
IMAGE_TITLE = "graphql-hive/schema"
132-
IMAGE_DESCRIPTION = "The schema service of the GraphQL Hive project."
132+
IMAGE_DESCRIPTION = "The schema service of the Hive Console project."
133133
PORT = "3002"
134134
HEALTHCHECK_CMD = "wget --spider -q http://127.0.0.1:$${PORT}/_readiness"
135135
}
@@ -151,7 +151,7 @@ target "policy" {
151151
args = {
152152
SERVICE_DIR_NAME = "@hive/policy"
153153
IMAGE_TITLE = "graphql-hive/policy"
154-
IMAGE_DESCRIPTION = "The policy service of the GraphQL Hive project."
154+
IMAGE_DESCRIPTION = "The policy service of the Hive Console project."
155155
PORT = "3012"
156156
HEALTHCHECK_CMD = "wget --spider -q http://127.0.0.1:$${PORT}/_readiness"
157157
}
@@ -173,7 +173,7 @@ target "server" {
173173
args = {
174174
SERVICE_DIR_NAME = "@hive/server"
175175
IMAGE_TITLE = "graphql-hive/server"
176-
IMAGE_DESCRIPTION = "The server service of the GraphQL Hive project."
176+
IMAGE_DESCRIPTION = "The server service of the Hive Console project."
177177
PORT = "3001"
178178
INSTALL_RDS_CA_CERTS = "1"
179179
HEALTHCHECK_CMD = "wget --spider -q http://127.0.0.1:$${PORT}/_readiness"
@@ -195,7 +195,7 @@ target "storage" {
195195
}
196196
args = {
197197
IMAGE_TITLE = "graphql-hive/storage"
198-
IMAGE_DESCRIPTION = "The migrations service of the GraphQL Hive project."
198+
IMAGE_DESCRIPTION = "The migrations service of the Hive Console project."
199199
INSTALL_RDS_CA_CERTS = "1"
200200
}
201201
tags = [
@@ -216,7 +216,7 @@ target "commerce" {
216216
args = {
217217
SERVICE_DIR_NAME = "@hive/commerce"
218218
IMAGE_TITLE = "graphql-hive/commerce"
219-
IMAGE_DESCRIPTION = "The commerce service of the GraphQL Hive project."
219+
IMAGE_DESCRIPTION = "The commerce service of the Hive Console project."
220220
PORT = "3010"
221221
INSTALL_RDS_CA_CERTS = "1"
222222
HEALTHCHECK_CMD = "wget --spider -q http://127.0.0.1:$${PORT}/_readiness"
@@ -239,7 +239,7 @@ target "usage-ingestor" {
239239
args = {
240240
SERVICE_DIR_NAME = "@hive/usage-ingestor"
241241
IMAGE_TITLE = "graphql-hive/usage-ingestor"
242-
IMAGE_DESCRIPTION = "The usage ingestor service of the GraphQL Hive project."
242+
IMAGE_DESCRIPTION = "The usage ingestor service of the Hive Console project."
243243
PORT = "3007"
244244
HEALTHCHECK_CMD = "wget --spider -q http://127.0.0.1:$${PORT}/_readiness"
245245
}
@@ -261,7 +261,7 @@ target "usage" {
261261
args = {
262262
SERVICE_DIR_NAME = "@hive/usage"
263263
IMAGE_TITLE = "graphql-hive/usage"
264-
IMAGE_DESCRIPTION = "The usage ingestor service of the GraphQL Hive project."
264+
IMAGE_DESCRIPTION = "The usage ingestor service of the Hive Console project."
265265
PORT = "3006"
266266
INSTALL_RDS_CA_CERTS = "1"
267267
HEALTHCHECK_CMD = "wget --spider -q http://127.0.0.1:$${PORT}/_readiness"
@@ -284,7 +284,7 @@ target "workflows" {
284284
args = {
285285
SERVICE_DIR_NAME = "@hive/workflows"
286286
IMAGE_TITLE = "graphql-hive/workflows"
287-
IMAGE_DESCRIPTION = "The workflow service of the GraphQL Hive project."
287+
IMAGE_DESCRIPTION = "The workflow service of the Hive Console project."
288288
PORT = "3013"
289289
INSTALL_RDS_CA_CERTS = "1"
290290
HEALTHCHECK_CMD = "wget --spider -q http://127.0.0.1:$${PORT}/_readiness"
@@ -307,7 +307,7 @@ target "composition-federation-2" {
307307
args = {
308308
SERVICE_DIR_NAME = "@hive/external-composition"
309309
IMAGE_TITLE = "graphql-hive/composition-federation-2"
310-
IMAGE_DESCRIPTION = "Federation 2 Composition Service for GraphQL Hive."
310+
IMAGE_DESCRIPTION = "Federation 2 Composition Service for Hive Console."
311311
PORT = "3069"
312312
HEALTHCHECK_CMD = "wget --spider -q http://127.0.0.1:$${PORT}/_readiness"
313313
}
@@ -330,7 +330,7 @@ target "app" {
330330
SERVICE_DIR_NAME = "@hive/app"
331331
IMAGE_TITLE = "graphql-hive/app"
332332
PORT = "3000"
333-
IMAGE_DESCRIPTION = "The app of the GraphQL Hive project."
333+
IMAGE_DESCRIPTION = "The app of the Hive Console project."
334334
HEALTHCHECK_CMD = "wget --spider -q http://127.0.0.1:$${PORT}/api/health"
335335
}
336336
tags = [
@@ -347,7 +347,7 @@ target "otel-collector" {
347347
context = "${PWD}/docker/configs/otel-collector"
348348
args = {
349349
IMAGE_TITLE = "graphql-hive/otel-collector"
350-
IMAGE_DESCRIPTION = "OTEL Collector for GraphQL Hive."
350+
IMAGE_DESCRIPTION = "OTEL Collector for Hive Console."
351351
}
352352
tags = [
353353
local_image_tag("otel-collector"),
@@ -363,7 +363,7 @@ target "cli" {
363363
context = "${PWD}/packages/libraries/cli"
364364
args = {
365365
IMAGE_TITLE = "graphql-hive/cli"
366-
IMAGE_DESCRIPTION = "GraphQL Hive CLI"
366+
IMAGE_DESCRIPTION = "Hive Console CLI"
367367
# note that for CLI we always pass the npm version ! ! !
368368
CLI_VERSION = "${COMMIT_SHA}"
369369
}

docs/CONTRIBUTING.md

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

33
For contribution guidelines for Hive Schema Registry, see the
4-
[GraphQL Hive contributing guide](https://the-guild.dev/graphql/hive/docs/schema-registry/contributing).
4+
[Hive Console contributing guide](https://the-guild.dev/graphql/hive/docs/schema-registry/contributing).
55

66
For this repository's setup and local workflows, start with the [README](../README.md) and then
77
review the local docs:

packages/libraries/apollo/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# Hive Client for Apollo Server
1+
# Hive Console Client for Apollo Server
22

3-
[Hive](https://the-guild.dev/graphql/hive) is a fully open-source schema registry, analytics,
4-
metrics and gateway for [GraphQL federation](https://the-guild.dev/graphql/hive/federation) and
5-
other GraphQL APIs.
3+
[Hive Console](https://the-guild.dev/graphql/hive) is a fully open-source schema registry,
4+
analytics, metrics and gateway for
5+
[GraphQL federation](https://the-guild.dev/graphql/hive/federation) and other GraphQL APIs.
66

77
---
88

packages/libraries/cli/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# Hive CLI (Command Line Interface)
1+
# Hive Console CLI (Command Line Interface)
22

3-
[Hive](https://the-guild.dev/graphql/hive) is a fully open-source schema registry, analytics,
4-
metrics and gateway for [GraphQL federation](https://the-guild.dev/graphql/hive/federation) and
5-
other GraphQL APIs.
3+
[Hive Console](https://the-guild.dev/graphql/hive) is a fully open-source schema registry,
4+
analytics, metrics and gateway for
5+
[GraphQL federation](https://the-guild.dev/graphql/hive/federation) and other GraphQL APIs.
66

77
---
88

packages/libraries/core/src/client/types.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -231,19 +231,19 @@ export interface HiveReportingPluginOptions {
231231

232232
export interface HiveSelfHostingOptions {
233233
/**
234-
* Point to your own instance of GraphQL Hive API
234+
* Point to your own instance of Hive Console API
235235
*
236236
* Used by schema reporting and token info.
237237
*/
238238
graphqlEndpoint: string;
239239
/**
240-
* Address of your own GraphQL Hive application
240+
* Address of your own Hive Console application
241241
*
242242
* Used by token info to generate a link to the organization, project and target.
243243
*/
244244
applicationUrl: string;
245245
/**
246-
* Point to your own instance of GraphQL Hive Usage API
246+
* Point to your own instance of Hive Console Usage API
247247
*
248248
* Used by usage reporting
249249
*/
@@ -283,7 +283,7 @@ export type HivePluginOptions = OptionalWhenFalse<
283283
*/
284284
token: string;
285285
/**
286-
* Use when self-hosting GraphQL Hive
286+
* Use when self-hosting Hive Console
287287
*/
288288
selfHosting?: HiveSelfHostingOptions;
289289
agent?: Omit<AgentOptions, 'endpoint' | 'token' | 'enabled' | 'debug'>;

packages/libraries/envelop/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# Hive Client for Envelop
1+
# Hive Console Client for Envelop
22

3-
[Hive](https://the-guild.dev/graphql/hive) is a fully open-source schema registry, analytics,
4-
metrics and gateway for [GraphQL federation](https://the-guild.dev/graphql/hive/federation) and
5-
other GraphQL APIs.
3+
[Hive Console](https://the-guild.dev/graphql/hive) is a fully open-source schema registry,
4+
analytics, metrics and gateway for
5+
[GraphQL federation](https://the-guild.dev/graphql/hive/federation) and other GraphQL APIs.
66

77
---
88

packages/libraries/envelop/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@graphql-hive/envelop",
33
"version": "0.40.7",
44
"type": "module",
5-
"description": "GraphQL Hive + GraphQL Envelop",
5+
"description": "Hive Console + GraphQL Envelop",
66
"repository": {
77
"type": "git",
88
"url": "https://github.com/graphql-hive/console",

packages/libraries/envelop/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ export function useHive(clientOrOptions: HiveClient | HivePluginOptions): Plugin
4848
}
4949
} else {
5050
console.error(
51-
'It seems that GraphQL Hive is not being executed in Node.js. ' +
51+
'It seems that the Hive Console SDK is not being executed in Node.js. ' +
5252
'Please attempt manual client disposal and use autoDispose: false option.',
5353
);
5454
}

packages/libraries/external-composition/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# GraphQL Hive - external composition
1+
# Hive Console - external composition
22

3-
[Hive](https://the-guild.dev/graphql/hive) is a fully open-source schema registry, analytics,
4-
metrics and gateway for [GraphQL federation](https://the-guild.dev/graphql/hive/federation) and
5-
other GraphQL APIs.
3+
[Hive Console](https://the-guild.dev/graphql/hive) is a fully open-source schema registry,
4+
analytics, metrics and gateway for
5+
[GraphQL federation](https://the-guild.dev/graphql/hive/federation) and other GraphQL APIs.
66

77
---
88

0 commit comments

Comments
 (0)