diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 29ea9f2..26c44bd 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,5 +1,5 @@ blank_issues_enabled: false contact_links: - name: Dgraph Community Support - url: https://discord.hypermode.com + url: https://github.com/orgs/dgraph-io/discussions about: Please ask and answer questions here diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 143e60d..e8c683f 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -9,7 +9,7 @@ Please explain the changes you made here. this PR - [ ] Tests added for new functionality, or regression tests for bug fixes added as applicable - [ ] For public APIs, new features, etc., PR on - [docs repo](https://github.com/hypermodeinc/docs) staged and linked here + [docs repo](https://github.com/dgraph-io/dgraph-docs) staged and linked here **Instructions** diff --git a/.github/renovate.json b/.github/renovate.json index fe39a94..f45dd55 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -1,5 +1,5 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "extends": ["local>hypermodeinc/renovate-config"], + "extends": ["local>dgraph-io/renovate-config"], "rangeStrategy": "widen" } diff --git a/.github/workflows/ci-dgo-tests.yml b/.github/workflows/ci-dgo-tests.yml index 6def74d..fea3942 100644 --- a/.github/workflows/ci-dgo-tests.yml +++ b/.github/workflows/ci-dgo-tests.yml @@ -24,13 +24,13 @@ jobs: uses: actions/checkout@v5 with: path: dgraph - repository: hypermodeinc/dgraph + repository: dgraph-io/dgraph ref: main - name: Checkout Dgo repo uses: actions/checkout@v5 with: path: dgo - repository: hypermodeinc/dgo + repository: dgraph-io/dgo - name: Set up Go uses: actions/setup-go@v6 with: diff --git a/.github/workflows/trunk.yml b/.github/workflows/trunk.yml index edfb029..d57563b 100644 --- a/.github/workflows/trunk.yml +++ b/.github/workflows/trunk.yml @@ -11,4 +11,4 @@ permissions: jobs: trunk-code-quality: name: Trunk Code Quality - uses: hypermodeinc/.github/.github/workflows/trunk.yml@main + uses: dgraph-io/.github/.github/workflows/trunk.yml@main diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index 614af54..1632005 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -51,8 +51,8 @@ an appointed representative at an online or offline event. ## Enforcement Instances of abusive, harassing, or otherwise unacceptable behavior may be reported to the community -leaders responsible for enforcement at hello@hypermode.com. All complaints will be reviewed and -investigated promptly and fairly. +leaders responsible for enforcement at dgraph-admin@istaridigital.com. All complaints will be +reviewed and investigated promptly and fairly. All community leaders are obligated to respect the privacy and security of the reporter of any incident. diff --git a/README.md b/README.md index ad168eb..b49690c 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Before using this client, we highly recommend that you go through [dgraph.io/tou [dgraph.io/docs]: https://dgraph.io/docs [dgraph.io/tour]: https://dgraph.io/tour -**Use [Github Issues](https://github.com/hypermodeinc/dgo/issues) for reporting issues about this +**Use [Github Issues](https://github.com/dgraph-io/dgo/issues) for reporting issues about this repository.** ## Table of contents @@ -82,7 +82,7 @@ Some example connection strings: | dgraph://localhost:9080 | Connect to localhost, no ACL, no TLS | | dgraph://sally:supersecret@dg.example.com:443?sslmode=verify-ca | Connect to remote server, use ACL and require TLS and a valid certificate from a CA | | dgraph://foo-bar.grpc.us-west-2.aws.cloud.dgraph.io:443?sslmode=verify-ca&apikey=\ | Connect to a Dgraph Cloud cluster | -| dgraph://foo-bar.grpc.hypermode.com?sslmode=verify-ca&bearertoken=\ | Connect to a Dgraph cluster protected by a secure gateway | +| dgraph://foo-bar.grpc.example.com?sslmode=verify-ca&bearertoken=\ | Connect to a Dgraph cluster protected by a secure gateway | Using the `Open` function with a connection string: diff --git a/RELEASE.md b/RELEASE.md index 0712e64..81f8fe2 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -24,7 +24,7 @@ path is `"github.com/dgraph-io/dgo/v200"`. When we release v201.07.0, we would replace the import paths to `"github.com/dgraph-io/dgo/v201"`. -3. Update [Supported Version](https://github.com/hypermodeinc/dgo/#supported-versions). +3. Update [Supported Version](https://github.com/dgraph-io/dgo/#supported-versions). 4. Commit all the changes and get them merged to master branch. diff --git a/acl_test.go b/acl_test.go index ffc0b59..a1181df 100644 --- a/acl_test.go +++ b/acl_test.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/alter.go b/alter.go index ead037c..f9ece50 100644 --- a/alter.go +++ b/alter.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/client.go b/client.go index f0eb5cb..ac17303 100644 --- a/client.go +++ b/client.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/client_test.go b/client_test.go index 90f4a1a..56118a8 100644 --- a/client_test.go +++ b/client_test.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/cloud_test.go b/cloud_test.go index ec2584b..bd8ea26 100644 --- a/cloud_test.go +++ b/cloud_test.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/doc.go b/doc.go index 8241b04..c3c9623 100644 --- a/doc.go +++ b/doc.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/errors_test.go b/errors_test.go index 4da0bc9..05def75 100644 --- a/errors_test.go +++ b/errors_test.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/example_get_schema_test.go b/example_get_schema_test.go index 82fb3a2..679a5e3 100644 --- a/example_get_schema_test.go +++ b/example_get_schema_test.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/example_set_object_test.go b/example_set_object_test.go index 650fd04..dcd39ad 100644 --- a/example_set_object_test.go +++ b/example_set_object_test.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/examples_test.go b/examples_test.go index d3296ff..e37be29 100644 --- a/examples_test.go +++ b/examples_test.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/ns.go b/ns.go index c45978b..402833a 100644 --- a/ns.go +++ b/ns.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/open.go b/open.go index 07c1df0..37593f4 100644 --- a/open.go +++ b/open.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -67,7 +67,6 @@ func WithDgraphAPIKey(apiKey string) ClientOption { // WithBearerToken uses the provided token and presents it as a Bearer Token // in the HTTP Authorization header for authentication against a Dgraph Cluster. -// This can be used to connect to Hypermode Cloud. func WithBearerToken(token string) ClientOption { return func(o *clientOptions) error { o.gopts = append(o.gopts, grpc.WithPerRPCCredentials(&bearerCreds{token: token})) diff --git a/protos/Makefile b/protos/Makefile index a494158..f55ec27 100644 --- a/protos/Makefile +++ b/protos/Makefile @@ -1,5 +1,5 @@ # -# SPDX-FileCopyrightText: © Hypermode Inc. +# SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. # SPDX-License-Identifier: Apache-2.0 # diff --git a/protos/api.proto b/protos/api.proto index c36d72a..f83c085 100644 --- a/protos/api.proto +++ b/protos/api.proto @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/testutil_test.go b/testutil_test.go index 28535e0..802adef 100644 --- a/testutil_test.go +++ b/testutil_test.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/txn.go b/txn.go index 4156d17..a301a8b 100644 --- a/txn.go +++ b/txn.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/txn_test.go b/txn_test.go index 830f603..93eb34a 100644 --- a/txn_test.go +++ b/txn_test.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/type_system_test.go b/type_system_test.go index a0090bd..48527d8 100644 --- a/type_system_test.go +++ b/type_system_test.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/upsert_test.go b/upsert_test.go index cb77b1b..ee35e8c 100644 --- a/upsert_test.go +++ b/upsert_test.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/zero.go b/zero.go index ef2734b..cfaefe5 100644 --- a/zero.go +++ b/zero.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */