diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 908cced9a26..72a759fc7f3 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,4 +1,4 @@ # CODEOWNERS info: https://help.github.com/en/articles/about-code-owners # Owners are automatically requested for review for PRs that changes code # that they own. -* @hypermodeinc/database \ No newline at end of file +* @dgraph-io/database \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 29ea9f2b12c..a3867b5f5ca 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 + - name: Dgraph Community + url: https://github.com/dgraph-io/dgraph/discussions about: Please ask and answer questions here diff --git a/.github/workflows/cd-dgraph-nightly.yml b/.github/workflows/cd-dgraph-nightly.yml index 8d5319d21af..2f53d378ef9 100644 --- a/.github/workflows/cd-dgraph-nightly.yml +++ b/.github/workflows/cd-dgraph-nightly.yml @@ -27,4 +27,4 @@ jobs: with: push: true platforms: linux/amd64,linux/arm64 - tags: ghcr.io/hypermodeinc/dgraph-standalone:nightly + tags: ghcr.io/dgraph-io/dgraph-standalone:nightly diff --git a/.github/workflows/ci-dgraph-core-tests.yml b/.github/workflows/ci-dgraph-core-tests.yml index 44febfb4010..cb55719aeef 100644 --- a/.github/workflows/ci-dgraph-core-tests.yml +++ b/.github/workflows/ci-dgraph-core-tests.yml @@ -78,5 +78,5 @@ jobs: uses: trunk-io/analytics-uploader@v2 with: junit-paths: ./test-results.xml - org-slug: hypermode + org-slug: dgraph-io token: ${{ secrets.TRUNK_TOKEN }} diff --git a/.github/workflows/ci-dgraph-jepsen-tests.yml b/.github/workflows/ci-dgraph-jepsen-tests.yml index 7709af4264d..970c60bd5e8 100644 --- a/.github/workflows/ci-dgraph-jepsen-tests.yml +++ b/.github/workflows/ci-dgraph-jepsen-tests.yml @@ -20,7 +20,7 @@ jobs: - name: Checkout jepsen repo uses: actions/checkout@v5 with: - repository: hypermodeinc/jepsen + repository: dgraph-io/jepsen path: jepsen ref: master - name: Set jepsen root diff --git a/.github/workflows/ci-dgraph-systest-tests.yml b/.github/workflows/ci-dgraph-systest-tests.yml index 8bf85e6e376..55c876cf982 100644 --- a/.github/workflows/ci-dgraph-systest-tests.yml +++ b/.github/workflows/ci-dgraph-systest-tests.yml @@ -79,5 +79,5 @@ jobs: uses: trunk-io/analytics-uploader@v2 with: junit-paths: ./test-results.xml - org-slug: hypermode + org-slug: dgraph-io token: ${{ secrets.TRUNK_TOKEN }} diff --git a/.github/workflows/ci-dgraph-vector-tests.yml b/.github/workflows/ci-dgraph-vector-tests.yml index 74d07b7a080..7217aa0a52b 100644 --- a/.github/workflows/ci-dgraph-vector-tests.yml +++ b/.github/workflows/ci-dgraph-vector-tests.yml @@ -27,7 +27,7 @@ permissions: jobs: dgraph-vector-tests: if: github.event.pull_request.draft == false - runs-on: blacksmith-8vcpu-ubuntu-2404 + runs-on: blacksmith-16vcpu-ubuntu-2404 timeout-minutes: 60 steps: - uses: actions/checkout@v5 @@ -78,5 +78,5 @@ jobs: uses: trunk-io/analytics-uploader@v2 with: junit-paths: ./test-results.xml - org-slug: hypermode + org-slug: dgraph-io token: ${{ secrets.TRUNK_TOKEN }} diff --git a/.github/workflows/ci-dgraph-weekly-upgrade-tests.yml b/.github/workflows/ci-dgraph-weekly-upgrade-tests.yml index 525be99a30b..7960c273efb 100644 --- a/.github/workflows/ci-dgraph-weekly-upgrade-tests.yml +++ b/.github/workflows/ci-dgraph-weekly-upgrade-tests.yml @@ -36,7 +36,7 @@ jobs: cp dgraph/dgraph ~/go/bin/dgraph # run the sytem upgrade tests go test -v -timeout=120m -failfast -tags=upgrade \ - github.com/hypermodeinc/dgraph/v25/systest/mutations-and-queries + github.com/dgraph-io/dgraph/v25/systest/mutations-and-queries # clean up docker containers after test execution go clean -testcache # sleep @@ -69,7 +69,7 @@ jobs: cp dgraph/dgraph ~/go/bin/dgraph # run the sytem upgrade tests go test -v -timeout=120m -failfast -tags=upgrade \ - github.com/hypermodeinc/dgraph/v25/systest/multi-tenancy + github.com/dgraph-io/dgraph/v25/systest/multi-tenancy # clean up docker containers after test execution go clean -testcache # sleep @@ -102,7 +102,7 @@ jobs: cp dgraph/dgraph ~/go/bin/dgraph # run the sytem upgrade tests go test -v -timeout=120m -failfast -tags=upgrade \ - github.com/hypermodeinc/dgraph/v25/systest/plugin + github.com/dgraph-io/dgraph/v25/systest/plugin # clean up docker containers after test execution go clean -testcache # sleep @@ -135,9 +135,9 @@ jobs: cp dgraph/dgraph ~/go/bin/dgraph # run the core upgrade tests go test -v -timeout=120m -failfast -tags=upgrade \ - github.com/hypermodeinc/dgraph/v25/acl \ - github.com/hypermodeinc/dgraph/v25/worker \ - github.com/hypermodeinc/dgraph/v25/query + github.com/dgraph-io/dgraph/v25/acl \ + github.com/dgraph-io/dgraph/v25/worker \ + github.com/dgraph-io/dgraph/v25/query # clean up docker containers after test execution go clean -testcache # sleep diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 3b84ba57608..550a666ee9b 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -34,6 +34,8 @@ jobs: steps: - name: Checkout repository uses: actions/checkout@v5 + with: + fetch-depth: 0 - name: Initialize CodeQL uses: github/codeql-action/init@v3 diff --git a/.github/workflows/trunk.yml b/.github/workflows/trunk.yml index edfb029c99f..d57563bdd7b 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/CHANGELOG.md b/CHANGELOG.md index a9ada00e540..64c207e5709 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,11 +17,11 @@ adhere to [Semantic Versioning](https://semver.org) starting `v22.0.0`. - feat(graphql): adds translated DQL to extensions response when the "--graphql debug" super flag is set to true (#9280) -[v24.X.X]: https://github.com/hypermodeinc/dgraph/compare/v24.0.5...v24.X.X +[v24.X.X]: https://github.com/dgraph-io/dgraph/compare/v24.0.5...v24.X.X ## [v24.0.5] - 2024-11-05 -[v24.0.5]: https://github.com/hypermodeinc/dgraph/compare/v24.0.4...v24.0.5 +[v24.0.5]: https://github.com/dgraph-io/dgraph/compare/v24.0.4...v24.0.5 - **Fixed** @@ -33,7 +33,7 @@ adhere to [Semantic Versioning](https://semver.org) starting `v22.0.0`. ## [v24.0.4] - 2024-10-08 -[v24.0.4]: https://github.com/hypermodeinc/dgraph/compare/v24.0.2...v24.0.4 +[v24.0.4]: https://github.com/dgraph-io/dgraph/compare/v24.0.2...v24.0.4 - **Fixed** @@ -83,28 +83,28 @@ adhere to [Semantic Versioning](https://semver.org) starting `v22.0.0`. ## [v24.0.2] - 2024-08-16 -[v24.0.2]: https://github.com/hypermodeinc/dgraph/compare/v24.0.1...v24.0.2 +[v24.0.2]: https://github.com/dgraph-io/dgraph/compare/v24.0.1...v24.0.2 - **Fixed** - - fix(core): Fix namespace used by unique query https://github.com/hypermodeinc/dgraph/pull/9119 + - fix(core): Fix namespace used by unique query https://github.com/dgraph-io/dgraph/pull/9119 - fix(core): Fix regression in computing cond variables - https://github.com/hypermodeinc/dgraph/pull/9126 - - fix(live): Fix derigster while retrying https://github.com/hypermodeinc/dgraph/pull/9121 + https://github.com/dgraph-io/dgraph/pull/9126 + - fix(live): Fix derigster while retrying https://github.com/dgraph-io/dgraph/pull/9121 - **Chore** - chore(deps): bump certifi from 2023.7.22 to 2024.7.4 in /contrib/config/marketplace/aws/tests - https://github.com/hypermodeinc/dgraph/pull/9110 + https://github.com/dgraph-io/dgraph/pull/9110 - chore(deps): bump idna from 2.9 to 3.7 in /contrib/config/marketplace/aws/tests - https://github.com/hypermodeinc/dgraph/pull/9072 + https://github.com/dgraph-io/dgraph/pull/9072 - **Perf** - perf(query): Read just the latest value for scalar types - https://github.com/hypermodeinc/dgraph/pull/8966 - - perf(vector): Add heap to neighbour edges https://github.com/hypermodeinc/dgraph/pull/9122 + https://github.com/dgraph-io/dgraph/pull/8966 + - perf(vector): Add heap to neighbour edges https://github.com/dgraph-io/dgraph/pull/9122 ## [v24.0.1] - 2024-07-30 -[v24.0.1]: https://github.com/hypermodeinc/dgraph/compare/v24.0.0...v24.0.1 +[v24.0.1]: https://github.com/dgraph-io/dgraph/compare/v24.0.0...v24.0.1 > **Warning** After upgrading to v24.0.1, vector index needs to be rebuilt as underlying data has > changed. @@ -124,7 +124,7 @@ adhere to [Semantic Versioning](https://semver.org) starting `v22.0.0`. ## [v24.0.0] - 2024-06-06 -[v24.0.0]: https://github.com/hypermodeinc/dgraph/compare/v24.0.0...v23.1.0 +[v24.0.0]: https://github.com/dgraph-io/dgraph/compare/v24.0.0...v23.1.0 > **Warning** This will be a breaking change for anyone moving from to `v.24.0.0`. If you have any > duplicate users or groups in Dgraph ACL, they would not be accessible from now on. Please delete @@ -195,7 +195,7 @@ adhere to [Semantic Versioning](https://semver.org) starting `v22.0.0`. - chore(deps): bump google.golang.org/grpc from 1.56.2 to 1.56.3 in #9024 - chore(deps): bump google.golang.org/protobuf from 1.31.0 to 1.33.0in #9051[ -## [23.1.1](https://github.com/hypermodeinc/dgraph/compare/v23.1.0...v23.1.1) - 2024-04-26 +## [23.1.1](https://github.com/dgraph-io/dgraph/compare/v23.1.0...v23.1.1) - 2024-04-26 - **Fixed** @@ -207,7 +207,7 @@ adhere to [Semantic Versioning](https://semver.org) starting `v22.0.0`. ## [v23.1.0] - 2023-08-17 -[v23.1.0]: https://github.com/hypermodeinc/dgraph/compare/v23.0.1...v23.1.0 +[v23.1.0]: https://github.com/dgraph-io/dgraph/compare/v23.0.1...v23.1.0 - **Added** @@ -265,7 +265,7 @@ adhere to [Semantic Versioning](https://semver.org) starting `v22.0.0`. ## [v23.0.1] - 2023-07-09 -[v23.0.1]: https://github.com/hypermodeinc/dgraph/compare/v23.0.0...v23.0.1 +[v23.0.1]: https://github.com/dgraph-io/dgraph/compare/v23.0.0...v23.0.1 - **Fixed** @@ -292,139 +292,133 @@ adhere to [Semantic Versioning](https://semver.org) starting `v22.0.0`. ## [v23.0.0] - 2023-05-08 -[v23.0.0]: https://github.com/hypermodeinc/dgraph/compare/v22.0.2...v23.0.0 +[v23.0.0]: https://github.com/dgraph-io/dgraph/compare/v22.0.2...v23.0.0 - **Added** - **GraphQL** - fix(GraphQL): pass on HTTP request headers for subscriptions - (https://github.com/hypermodeinc/dgraph/pull/8574) + (https://github.com/dgraph-io/dgraph/pull/8574) - **Core Dgraph** - - feat(metrics): add badger metrics (#8034) (https://github.com/hypermodeinc/dgraph/pull/8737) + - feat(metrics): add badger metrics (#8034) (https://github.com/dgraph-io/dgraph/pull/8737) - feat(restore): introduce incremental restore (#7942) - (https://github.com/hypermodeinc/dgraph/pull/8624) + (https://github.com/dgraph-io/dgraph/pull/8624) - chore(debug): add `only-summary` flag in `dgraph debug` to show LSM tree and namespace size - (https://github.com/hypermodeinc/dgraph/pull/8516) + (https://github.com/dgraph-io/dgraph/pull/8516) - feat(cloud): add `shared-instance` flag in limit superflag in alpha - (https://github.com/hypermodeinc/dgraph/pull/8625) + (https://github.com/dgraph-io/dgraph/pull/8625) - chore(deps): update prometheus dependency, adds new metrics - (https://github.com/hypermodeinc/dgraph/pull/8655) + (https://github.com/dgraph-io/dgraph/pull/8655) - feat(cdc): add superflag `tls` to enable TLS without CA or certs - (https://github.com/hypermodeinc/dgraph/pull/8564) - - feat(multitenancy): namespace aware drop data (https://github.com/hypermodeinc/dgraph/pull/8511) + (https://github.com/dgraph-io/dgraph/pull/8564) + - feat(multitenancy): namespace aware drop data (https://github.com/dgraph-io/dgraph/pull/8511) **Fixed** - **GraphQL** - fix(GraphQL): nested Auth Rules not working properly - (https://github.com/hypermodeinc/dgraph/pull/8571) + (https://github.com/dgraph-io/dgraph/pull/8571) - **Core Dgraph** - - Fix wal replay issue during rollup (https://github.com/hypermodeinc/dgraph/pull/8774) + - Fix wal replay issue during rollup (https://github.com/dgraph-io/dgraph/pull/8774) - security(logging): fix aes implementation in audit logging - (https://github.com/hypermodeinc/dgraph/pull/8323) - - chore(worker): unify mapper receiver names (https://github.com/hypermodeinc/dgraph/pull/8740) - - fix(dql): fix panic in parsing of regexp (https://github.com/hypermodeinc/dgraph/pull/8739) + (https://github.com/dgraph-io/dgraph/pull/8323) + - chore(worker): unify mapper receiver names (https://github.com/dgraph-io/dgraph/pull/8740) + - fix(dql): fix panic in parsing of regexp (https://github.com/dgraph-io/dgraph/pull/8739) - fix(Query): Do an error check before bubbling up nil error - (https://github.com/hypermodeinc/dgraph/pull/8769) + (https://github.com/dgraph-io/dgraph/pull/8769) - chore: replace global index with local one & fix typos - (https://github.com/hypermodeinc/dgraph/pull/8719) - - chore(logs): add logs to track dropped proposals - (https://github.com/hypermodeinc/dgraph/pull/8568) + (https://github.com/dgraph-io/dgraph/pull/8719) + - chore(logs): add logs to track dropped proposals (https://github.com/dgraph-io/dgraph/pull/8568) - fix(debug): check length of wal entry before parsing - (https://github.com/hypermodeinc/dgraph/pull/8560) - - opt(schema): optimize populateSchema() (https://github.com/hypermodeinc/dgraph/pull/8565) + (https://github.com/dgraph-io/dgraph/pull/8560) + - opt(schema): optimize populateSchema() (https://github.com/dgraph-io/dgraph/pull/8565) - fix(zero): fix update membership to make bulk tablet proposal instead of multiple small - (https://github.com/hypermodeinc/dgraph/pull/8573) + (https://github.com/dgraph-io/dgraph/pull/8573) - fix(groot): do not upsert groot for all namespaces on restart - (https://github.com/hypermodeinc/dgraph/pull/8561) + (https://github.com/dgraph-io/dgraph/pull/8561) - fix(restore): set kv version to restoreTs for all keys - (https://github.com/hypermodeinc/dgraph/pull/8563) - - fix(probe): do not contend for lock in lazy load - (https://github.com/hypermodeinc/dgraph/pull/8566) - - fix(core): fixed infinite loop in CommitToDisk - (https://github.com/hypermodeinc/dgraph/pull/8614) + (https://github.com/dgraph-io/dgraph/pull/8563) + - fix(probe): do not contend for lock in lazy load (https://github.com/dgraph-io/dgraph/pull/8566) + - fix(core): fixed infinite loop in CommitToDisk (https://github.com/dgraph-io/dgraph/pull/8614) - fix(proposals): incremental proposal key for zero proposals - (https://github.com/hypermodeinc/dgraph/pull/8567) + (https://github.com/dgraph-io/dgraph/pull/8567) - fix(zero): fix waiting for random time while rate limiting - (https://github.com/hypermodeinc/dgraph/pull/8656) - - chore(deps): upgrade badger (https://github.com/hypermodeinc/dgraph/pull/8654, - https://github.com/hypermodeinc/dgraph/pull/8658) + (https://github.com/dgraph-io/dgraph/pull/8656) + - chore(deps): upgrade badger (https://github.com/dgraph-io/dgraph/pull/8654, + https://github.com/dgraph-io/dgraph/pull/8658) - opt(schema): load schema and types using Stream framework - (https://github.com/hypermodeinc/dgraph/pull/8562) + (https://github.com/dgraph-io/dgraph/pull/8562) - fix(backup): use StreamWriter instead of KVLoader during backup restore - (https://github.com/hypermodeinc/dgraph/pull/8510) + (https://github.com/dgraph-io/dgraph/pull/8510) - fix(audit): fixing audit logs for websocket connections - (https://github.com/hypermodeinc/dgraph/pull/8627) + (https://github.com/dgraph-io/dgraph/pull/8627) - fix(restore): consider the banned namespaces while bumping - (https://github.com/hypermodeinc/dgraph/pull/8559) + (https://github.com/dgraph-io/dgraph/pull/8559) - fix(backup): create directory before writing backup - (https://github.com/hypermodeinc/dgraph/pull/8638) + (https://github.com/dgraph-io/dgraph/pull/8638) - **Test** - - chore(tests): add upgrade tests in query package - (https://github.com/hypermodeinc/dgraph/pull/8750) - - simplify test setup in query package (https://github.com/hypermodeinc/dgraph/pull/8782) - - add a test for incremental restore (https://github.com/hypermodeinc/dgraph/pull/8754) + - chore(tests): add upgrade tests in query package (https://github.com/dgraph-io/dgraph/pull/8750) + - simplify test setup in query package (https://github.com/dgraph-io/dgraph/pull/8782) + - add a test for incremental restore (https://github.com/dgraph-io/dgraph/pull/8754) - chore(tests): run tests in query package against dgraph cloud - (https://github.com/hypermodeinc/dgraph/pull/8726) - - fix the backup test cluster compose file (https://github.com/hypermodeinc/dgraph/pull/8775) - - cleanup tests to reduce the scope of err var (https://github.com/hypermodeinc/dgraph/pull/8771) - - use t.TempDir() for using a temp dir in tests (https://github.com/hypermodeinc/dgraph/pull/8772) - - fix(test): clan cruft from test run (https://github.com/hypermodeinc/dgraph/pull/8348) - - chore(tests): avoid calling os.Exit in TestMain - (https://github.com/hypermodeinc/dgraph/pull/8765) - - chore: fix linter issue on main (https://github.com/hypermodeinc/dgraph/pull/8749) - - recreate the context variable for parallel test - (https://github.com/hypermodeinc/dgraph/pull/8748) + (https://github.com/dgraph-io/dgraph/pull/8726) + - fix the backup test cluster compose file (https://github.com/dgraph-io/dgraph/pull/8775) + - cleanup tests to reduce the scope of err var (https://github.com/dgraph-io/dgraph/pull/8771) + - use t.TempDir() for using a temp dir in tests (https://github.com/dgraph-io/dgraph/pull/8772) + - fix(test): clan cruft from test run (https://github.com/dgraph-io/dgraph/pull/8348) + - chore(tests): avoid calling os.Exit in TestMain (https://github.com/dgraph-io/dgraph/pull/8765) + - chore: fix linter issue on main (https://github.com/dgraph-io/dgraph/pull/8749) + - recreate the context variable for parallel test (https://github.com/dgraph-io/dgraph/pull/8748) - fix(tests): wait for license to be applied before trying to login - (https://github.com/hypermodeinc/dgraph/pull/8744) + (https://github.com/dgraph-io/dgraph/pull/8744) - fix(tests): sleep longer so that ACLs are updated - (https://github.com/hypermodeinc/dgraph/pull/8745) + (https://github.com/dgraph-io/dgraph/pull/8745) - chore(test): use pointer receiver for LocalCluster methods - (https://github.com/hypermodeinc/dgraph/pull/8734) + (https://github.com/dgraph-io/dgraph/pull/8734) - chore(linter): fix unconvert linter issues on linux - (https://github.com/hypermodeinc/dgraph/pull/8718) + (https://github.com/dgraph-io/dgraph/pull/8718) - chore(linter): add unconvert linter and address related issues - (https://github.com/hypermodeinc/dgraph/pull/8685) + (https://github.com/dgraph-io/dgraph/pull/8685) - chore(ci): resolve community PR goveralls failure - (https://github.com/hypermodeinc/dgraph/pull/8716) + (https://github.com/dgraph-io/dgraph/pull/8716) - chore(test): increased iterations of the health check - (https://github.com/hypermodeinc/dgraph/pull/8711) + (https://github.com/dgraph-io/dgraph/pull/8711) - fix(test): avoid host volume mount in minio container - (https://github.com/hypermodeinc/dgraph/pull/8569) + (https://github.com/dgraph-io/dgraph/pull/8569) - chore(test): add tests for lex/iri.go,chunker/chunk.go - (https://github.com/hypermodeinc/dgraph/pull/8515) - - chore(test): add Backup/Restore test for NFS (https://github.com/hypermodeinc/dgraph/pull/8551) + (https://github.com/dgraph-io/dgraph/pull/8515) + - chore(test): add Backup/Restore test for NFS (https://github.com/dgraph-io/dgraph/pull/8551) - chore(test): add test that after snapshot is applied, GraphQL schema is refreshed - (https://github.com/hypermodeinc/dgraph/pull/8619) + (https://github.com/dgraph-io/dgraph/pull/8619) - chore(test): upgrade graphql tests to use go 1.19 - (https://github.com/hypermodeinc/dgraph/pull/8662) + (https://github.com/dgraph-io/dgraph/pull/8662) - chore(test): add automated test to test multitenant --limit flag - (https://github.com/hypermodeinc/dgraph/pull/8646) + (https://github.com/dgraph-io/dgraph/pull/8646) - chore(test): add restore test for more than 127 namespaces - (https://github.com/hypermodeinc/dgraph/pull/8643) + (https://github.com/dgraph-io/dgraph/pull/8643) - fix(test): fix the corner case for raft entries test - (https://github.com/hypermodeinc/dgraph/pull/8617) + (https://github.com/dgraph-io/dgraph/pull/8617) - **CD** - fix(build): update dockerfile to use cache busting and reduce image size - (https://github.com/hypermodeinc/dgraph/pull/8652) - - chore(deps): update min go build version (https://github.com/hypermodeinc/dgraph/pull/8423) + (https://github.com/dgraph-io/dgraph/pull/8652) + - chore(deps): update min go build version (https://github.com/dgraph-io/dgraph/pull/8423) - chore(cd): add badger binary to dgraph docker image - (https://github.com/hypermodeinc/dgraph/pull/8790) + (https://github.com/dgraph-io/dgraph/pull/8790) - **Security** - chore(deps): bump certifi from 2020.4.5.1 to 2022.12.7 in /contrib/config/marketplace/aws/tests - (https://github.com/hypermodeinc/dgraph/pull/8496) + (https://github.com/dgraph-io/dgraph/pull/8496) - chore(deps): bump github.com/docker/distribution from 2.7.1+incompatible to 2.8.0+incompatible - (https://github.com/hypermodeinc/dgraph/pull/8575) + (https://github.com/dgraph-io/dgraph/pull/8575) - chore(deps): bump werkzeug from 0.16.1 to 2.2.3 in /contrib/embargo - (https://github.com/hypermodeinc/dgraph/pull/8676) - - fix(sec): upgrade networkx to (https://github.com/hypermodeinc/dgraph/pull/8613) - - fix(sec): CVE-2022-41721 (https://github.com/hypermodeinc/dgraph/pull/8633) - - fix(sec): CVE & OS Patching (https://github.com/hypermodeinc/dgraph/pull/8634) + (https://github.com/dgraph-io/dgraph/pull/8676) + - fix(sec): upgrade networkx to (https://github.com/dgraph-io/dgraph/pull/8613) + - fix(sec): CVE-2022-41721 (https://github.com/dgraph-io/dgraph/pull/8633) + - fix(sec): CVE & OS Patching (https://github.com/dgraph-io/dgraph/pull/8634) -
CVE Fixes (31 total) @@ -464,356 +458,346 @@ adhere to [Semantic Versioning](https://semver.org) starting `v22.0.0`. **Changed** - **Core Dgraph** - - upgrade badger to v4.1.0 (https://github.com/hypermodeinc/dgraph/pull/8783) - (https://github.com/hypermodeinc/dgraph/pull/8709) + - upgrade badger to v4.1.0 (https://github.com/dgraph-io/dgraph/pull/8783) + (https://github.com/dgraph-io/dgraph/pull/8709) - fix(multitenancy) store namespace in predicate as a hex separated by a hyphen to prevent json - marshal issues (https://github.com/hypermodeinc/dgraph/pull/8601) - - fix(query): handle bad timezone correctly (https://github.com/hypermodeinc/dgraph/pull/8657) + marshal issues (https://github.com/dgraph-io/dgraph/pull/8601) + - fix(query): handle bad timezone correctly (https://github.com/dgraph-io/dgraph/pull/8657) - chore(ludicroud): remove ludicrous mode from the code - (https://github.com/hypermodeinc/dgraph/pull/8612) + (https://github.com/dgraph-io/dgraph/pull/8612) - fix(backup): make the /admin/backup and /admin/export API asynchronous - (https://github.com/hypermodeinc/dgraph/pull/8554) + (https://github.com/dgraph-io/dgraph/pull/8554) - fix(mutation): validate mutation before applying it - (https://github.com/hypermodeinc/dgraph/pull/8623) + (https://github.com/dgraph-io/dgraph/pull/8623) - **CI Enhancements** - - fix(ci): unpin curl (https://github.com/hypermodeinc/dgraph/pull/8577) - - fix(ci): adjust cron schedules (https://github.com/hypermodeinc/dgraph/pull/8592) + - fix(ci): unpin curl (https://github.com/dgraph-io/dgraph/pull/8577) + - fix(ci): adjust cron schedules (https://github.com/dgraph-io/dgraph/pull/8592) - chore(ci): Capture coverage from bulk load and LDBC tests - (https://github.com/hypermodeinc/dgraph/pull/8478) - - chore(linter): enable gosec linter (https://github.com/hypermodeinc/dgraph/pull/8678) - - chore: apply go vet improvements (https://github.com/hypermodeinc/dgraph/pull/8620) + (https://github.com/dgraph-io/dgraph/pull/8478) + - chore(linter): enable gosec linter (https://github.com/dgraph-io/dgraph/pull/8678) + - chore: apply go vet improvements (https://github.com/dgraph-io/dgraph/pull/8620) - chore(linter): fix some of the warnings from gas linter - (https://github.com/hypermodeinc/dgraph/pull/8664) + (https://github.com/dgraph-io/dgraph/pull/8664) - chore(linter): fix golangci config and some issues in tests - (https://github.com/hypermodeinc/dgraph/pull/8669) + (https://github.com/dgraph-io/dgraph/pull/8669) - fix(linter): address gosimple linter reports & errors - (https://github.com/hypermodeinc/dgraph/pull/8628) + (https://github.com/dgraph-io/dgraph/pull/8628) ## [v23.0.0-rc1] - 2023-04-11 -[v23.0.0-rc1]: https://github.com/hypermodeinc/dgraph/compare/v22.0.2...v23.0.0-rc1 +[v23.0.0-rc1]: https://github.com/dgraph-io/dgraph/compare/v22.0.2...v23.0.0-rc1 - **Added** - **GraphQL** - fix(GraphQL): pass on HTTP request headers for subscriptions - (https://github.com/hypermodeinc/dgraph/pull/8574) + (https://github.com/dgraph-io/dgraph/pull/8574) - **Core Dgraph** - - feat(metrics): add badger metrics (#8034) (https://github.com/hypermodeinc/dgraph/pull/8737) + - feat(metrics): add badger metrics (#8034) (https://github.com/dgraph-io/dgraph/pull/8737) - feat(restore): introduce incremental restore (#7942) - (https://github.com/hypermodeinc/dgraph/pull/8624) + (https://github.com/dgraph-io/dgraph/pull/8624) - chore(debug): add `only-summary` flag in `dgraph debug` to show LSM tree and namespace size - (https://github.com/hypermodeinc/dgraph/pull/8516) + (https://github.com/dgraph-io/dgraph/pull/8516) - feat(cloud): add `shared-instance` flag in limit superflag in alpha - (https://github.com/hypermodeinc/dgraph/pull/8625) + (https://github.com/dgraph-io/dgraph/pull/8625) - chore(deps): update prometheus dependency, adds new metrics - (https://github.com/hypermodeinc/dgraph/pull/8655) + (https://github.com/dgraph-io/dgraph/pull/8655) - feat(cdc): add superflag `tls` to enable TLS without CA or certs - (https://github.com/hypermodeinc/dgraph/pull/8564) - - feat(multitenancy): namespace aware drop data (https://github.com/hypermodeinc/dgraph/pull/8511) + (https://github.com/dgraph-io/dgraph/pull/8564) + - feat(multitenancy): namespace aware drop data (https://github.com/dgraph-io/dgraph/pull/8511) **Fixed** - **GragphQL** - fix(GraphQL): nested Auth Rules not working properly - (https://github.com/hypermodeinc/dgraph/pull/8571) + (https://github.com/dgraph-io/dgraph/pull/8571) - **Core Dgraph** - - Fix wal replay issue during rollup (https://github.com/hypermodeinc/dgraph/pull/8774) + - Fix wal replay issue during rollup (https://github.com/dgraph-io/dgraph/pull/8774) - security(logging): fix aes implementation in audit logging - (https://github.com/hypermodeinc/dgraph/pull/8323) - - chore(worker): unify mapper receiver names (https://github.com/hypermodeinc/dgraph/pull/8740) - - fix(dql): fix panic in parsing of regexp (https://github.com/hypermodeinc/dgraph/pull/8739) + (https://github.com/dgraph-io/dgraph/pull/8323) + - chore(worker): unify mapper receiver names (https://github.com/dgraph-io/dgraph/pull/8740) + - fix(dql): fix panic in parsing of regexp (https://github.com/dgraph-io/dgraph/pull/8739) - fix(Query): Do an error check before bubbling up nil error - (https://github.com/hypermodeinc/dgraph/pull/8769) + (https://github.com/dgraph-io/dgraph/pull/8769) - chore: replace global index with local one & fix typos - (https://github.com/hypermodeinc/dgraph/pull/8719) - - chore(logs): add logs to track dropped proposals - (https://github.com/hypermodeinc/dgraph/pull/8568) + (https://github.com/dgraph-io/dgraph/pull/8719) + - chore(logs): add logs to track dropped proposals (https://github.com/dgraph-io/dgraph/pull/8568) - fix(debug): check length of wal entry before parsing - (https://github.com/hypermodeinc/dgraph/pull/8560) - - opt(schema): optimize populateSchema() (https://github.com/hypermodeinc/dgraph/pull/8565) + (https://github.com/dgraph-io/dgraph/pull/8560) + - opt(schema): optimize populateSchema() (https://github.com/dgraph-io/dgraph/pull/8565) - fix(zero): fix update membership to make bulk tablet proposal instead of multiple small - (https://github.com/hypermodeinc/dgraph/pull/8573) + (https://github.com/dgraph-io/dgraph/pull/8573) - fix(groot): do not upsert groot for all namespaces on restart - (https://github.com/hypermodeinc/dgraph/pull/8561) + (https://github.com/dgraph-io/dgraph/pull/8561) - fix(restore): set kv version to restoreTs for all keys - (https://github.com/hypermodeinc/dgraph/pull/8563) - - fix(probe): do not contend for lock in lazy load - (https://github.com/hypermodeinc/dgraph/pull/8566) - - fix(core): fixed infinite loop in CommitToDisk - (https://github.com/hypermodeinc/dgraph/pull/8614) + (https://github.com/dgraph-io/dgraph/pull/8563) + - fix(probe): do not contend for lock in lazy load (https://github.com/dgraph-io/dgraph/pull/8566) + - fix(core): fixed infinite loop in CommitToDisk (https://github.com/dgraph-io/dgraph/pull/8614) - fix(proposals): incremental proposal key for zero proposals - (https://github.com/hypermodeinc/dgraph/pull/8567) + (https://github.com/dgraph-io/dgraph/pull/8567) - fix(zero): fix waiting for random time while rate limiting - (https://github.com/hypermodeinc/dgraph/pull/8656) - - chore(deps): upgrade badger (https://github.com/hypermodeinc/dgraph/pull/8654, - https://github.com/hypermodeinc/dgraph/pull/8658) + (https://github.com/dgraph-io/dgraph/pull/8656) + - chore(deps): upgrade badger (https://github.com/dgraph-io/dgraph/pull/8654, + https://github.com/dgraph-io/dgraph/pull/8658) - opt(schema): load schema and types using Stream framework - (https://github.com/hypermodeinc/dgraph/pull/8562) + (https://github.com/dgraph-io/dgraph/pull/8562) - fix(backup): use StreamWriter instead of KVLoader during backup restore - (https://github.com/hypermodeinc/dgraph/pull/8510) + (https://github.com/dgraph-io/dgraph/pull/8510) - fix(audit): fixing audit logs for websocket connections - (https://github.com/hypermodeinc/dgraph/pull/8627) + (https://github.com/dgraph-io/dgraph/pull/8627) - fix(restore): consider the banned namespaces while bumping - (https://github.com/hypermodeinc/dgraph/pull/8559) + (https://github.com/dgraph-io/dgraph/pull/8559) - fix(backup): create directory before writing backup - (https://github.com/hypermodeinc/dgraph/pull/8638) + (https://github.com/dgraph-io/dgraph/pull/8638) - **Test** - - chore(tests): add upgrade tests in query package - (https://github.com/hypermodeinc/dgraph/pull/8750) - - simplify test setup in query package (https://github.com/hypermodeinc/dgraph/pull/8782) - - add a test for incremental restore (https://github.com/hypermodeinc/dgraph/pull/8754) + - chore(tests): add upgrade tests in query package (https://github.com/dgraph-io/dgraph/pull/8750) + - simplify test setup in query package (https://github.com/dgraph-io/dgraph/pull/8782) + - add a test for incremental restore (https://github.com/dgraph-io/dgraph/pull/8754) - chore(tests): run tests in query package against dgraph cloud - (https://github.com/hypermodeinc/dgraph/pull/8726) - - fix the backup test cluster compose file (https://github.com/hypermodeinc/dgraph/pull/8775) - - cleanup tests to reduce the scope of err var (https://github.com/hypermodeinc/dgraph/pull/8771) - - use t.TempDir() for using a temp dir in tests (https://github.com/hypermodeinc/dgraph/pull/8772) - - fix(test): clan cruft from test run (https://github.com/hypermodeinc/dgraph/pull/8348) - - chore(tests): avoid calling os.Exit in TestMain - (https://github.com/hypermodeinc/dgraph/pull/8765) - - chore: fix linter issue on main (https://github.com/hypermodeinc/dgraph/pull/8749) - - recreate the context variable for parallel test - (https://github.com/hypermodeinc/dgraph/pull/8748) + (https://github.com/dgraph-io/dgraph/pull/8726) + - fix the backup test cluster compose file (https://github.com/dgraph-io/dgraph/pull/8775) + - cleanup tests to reduce the scope of err var (https://github.com/dgraph-io/dgraph/pull/8771) + - use t.TempDir() for using a temp dir in tests (https://github.com/dgraph-io/dgraph/pull/8772) + - fix(test): clan cruft from test run (https://github.com/dgraph-io/dgraph/pull/8348) + - chore(tests): avoid calling os.Exit in TestMain (https://github.com/dgraph-io/dgraph/pull/8765) + - chore: fix linter issue on main (https://github.com/dgraph-io/dgraph/pull/8749) + - recreate the context variable for parallel test (https://github.com/dgraph-io/dgraph/pull/8748) - fix(tests): wait for license to be applied before trying to login - (https://github.com/hypermodeinc/dgraph/pull/8744) + (https://github.com/dgraph-io/dgraph/pull/8744) - fix(tests): sleep longer so that ACLs are updated - (https://github.com/hypermodeinc/dgraph/pull/8745) + (https://github.com/dgraph-io/dgraph/pull/8745) - chore(test): use pointer receiver for LocalCluster methods - (https://github.com/hypermodeinc/dgraph/pull/8734) + (https://github.com/dgraph-io/dgraph/pull/8734) - chore(linter): fix unconvert linter issues on linux - (https://github.com/hypermodeinc/dgraph/pull/8718) + (https://github.com/dgraph-io/dgraph/pull/8718) - chore(linter): add unconvert linter and address related issues - (https://github.com/hypermodeinc/dgraph/pull/8685) + (https://github.com/dgraph-io/dgraph/pull/8685) - chore(ci): resolve community PR goveralls failure - (https://github.com/hypermodeinc/dgraph/pull/8716) + (https://github.com/dgraph-io/dgraph/pull/8716) - chore(test): increased iterations of the health check - (https://github.com/hypermodeinc/dgraph/pull/8711) + (https://github.com/dgraph-io/dgraph/pull/8711) - fix(test): avoid host volume mount in minio container - (https://github.com/hypermodeinc/dgraph/pull/8569) + (https://github.com/dgraph-io/dgraph/pull/8569) - chore(test): add tests for lex/iri.go,chunker/chunk.go - (https://github.com/hypermodeinc/dgraph/pull/8515) - - chore(test): add Backup/Restore test for NFS (https://github.com/hypermodeinc/dgraph/pull/8551) + (https://github.com/dgraph-io/dgraph/pull/8515) + - chore(test): add Backup/Restore test for NFS (https://github.com/dgraph-io/dgraph/pull/8551) - chore(test): add test that after snapshot is applied, GraphQL schema is refreshed - (https://github.com/hypermodeinc/dgraph/pull/8619) + (https://github.com/dgraph-io/dgraph/pull/8619) - chore(test): upgrade graphql tests to use go 1.19 - (https://github.com/hypermodeinc/dgraph/pull/8662) + (https://github.com/dgraph-io/dgraph/pull/8662) - chore(test): add automated test to test multitenant --limit flag - (https://github.com/hypermodeinc/dgraph/pull/8646) + (https://github.com/dgraph-io/dgraph/pull/8646) - chore(test): add restore test for more than 127 namespaces - (https://github.com/hypermodeinc/dgraph/pull/8643) + (https://github.com/dgraph-io/dgraph/pull/8643) - fix(test): fix the corner case for raft entries test - (https://github.com/hypermodeinc/dgraph/pull/8617) + (https://github.com/dgraph-io/dgraph/pull/8617) - **CD** - fix(build): update dockerfile to use cache busting and reduce image size - (https://github.com/hypermodeinc/dgraph/pull/8652) - - chore(deps): update min go build version (https://github.com/hypermodeinc/dgraph/pull/8423) + (https://github.com/dgraph-io/dgraph/pull/8652) + - chore(deps): update min go build version (https://github.com/dgraph-io/dgraph/pull/8423) - chore(cd): add badger binary to dgraph docker image - (https://github.com/hypermodeinc/dgraph/pull/8790) + (https://github.com/dgraph-io/dgraph/pull/8790) - **Security** - chore(deps): bump certifi from 2020.4.5.1 to 2022.12.7 in /contrib/config/marketplace/aws/tests - (https://github.com/hypermodeinc/dgraph/pull/8496) + (https://github.com/dgraph-io/dgraph/pull/8496) - chore(deps): bump github.com/docker/distribution from 2.7.1+incompatible to 2.8.0+incompatible - (https://github.com/hypermodeinc/dgraph/pull/8575) + (https://github.com/dgraph-io/dgraph/pull/8575) - chore(deps): bump werkzeug from 0.16.1 to 2.2.3 in /contrib/embargo - (https://github.com/hypermodeinc/dgraph/pull/8676) - - fix(sec): upgrade networkx to (https://github.com/hypermodeinc/dgraph/pull/8613) - - fix(sec): CVE-2022-41721 (https://github.com/hypermodeinc/dgraph/pull/8633) - - fix(sec): CVE & OS Patching (https://github.com/hypermodeinc/dgraph/pull/8634) + (https://github.com/dgraph-io/dgraph/pull/8676) + - fix(sec): upgrade networkx to (https://github.com/dgraph-io/dgraph/pull/8613) + - fix(sec): CVE-2022-41721 (https://github.com/dgraph-io/dgraph/pull/8633) + - fix(sec): CVE & OS Patching (https://github.com/dgraph-io/dgraph/pull/8634) **Changed** - **Core Dgraph** - - upgrade badger to v4.1.0 (https://github.com/hypermodeinc/dgraph/pull/8783) - (https://github.com/hypermodeinc/dgraph/pull/8709) + - upgrade badger to v4.1.0 (https://github.com/dgraph-io/dgraph/pull/8783) + (https://github.com/dgraph-io/dgraph/pull/8709) - fix(multitenancy) store namespace in predicate as a hex separated by a hyphen to prevent json - marshal issues (https://github.com/hypermodeinc/dgraph/pull/8601) - - fix(query): handle bad timezone correctly (https://github.com/hypermodeinc/dgraph/pull/8657) + marshal issues (https://github.com/dgraph-io/dgraph/pull/8601) + - fix(query): handle bad timezone correctly (https://github.com/dgraph-io/dgraph/pull/8657) - chore(ludicroud): remove ludicrous mode from the code - (https://github.com/hypermodeinc/dgraph/pull/8612) + (https://github.com/dgraph-io/dgraph/pull/8612) - fix(backup): make the /admin/backup and /admin/export API asynchronous - (https://github.com/hypermodeinc/dgraph/pull/8554) + (https://github.com/dgraph-io/dgraph/pull/8554) - fix(mutation): validate mutation before applying it - (https://github.com/hypermodeinc/dgraph/pull/8623) + (https://github.com/dgraph-io/dgraph/pull/8623) - **CI Enhancements** - - fix(ci): unpin curl (https://github.com/hypermodeinc/dgraph/pull/8577) - - fix(ci): adjust cron schedules (https://github.com/hypermodeinc/dgraph/pull/8592) + - fix(ci): unpin curl (https://github.com/dgraph-io/dgraph/pull/8577) + - fix(ci): adjust cron schedules (https://github.com/dgraph-io/dgraph/pull/8592) - chore(ci): Capture coverage from bulk load and LDBC tests - (https://github.com/hypermodeinc/dgraph/pull/8478) - - chore(linter): enable gosec linter (https://github.com/hypermodeinc/dgraph/pull/8678) - - chore: apply go vet improvements (https://github.com/hypermodeinc/dgraph/pull/8620) + (https://github.com/dgraph-io/dgraph/pull/8478) + - chore(linter): enable gosec linter (https://github.com/dgraph-io/dgraph/pull/8678) + - chore: apply go vet improvements (https://github.com/dgraph-io/dgraph/pull/8620) - chore(linter): fix some of the warnings from gas linter - (https://github.com/hypermodeinc/dgraph/pull/8664) + (https://github.com/dgraph-io/dgraph/pull/8664) - chore(linter): fix golangci config and some issues in tests - (https://github.com/hypermodeinc/dgraph/pull/8669) + (https://github.com/dgraph-io/dgraph/pull/8669) - fix(linter): address gosimple linter reports & errors - (https://github.com/hypermodeinc/dgraph/pull/8628) + (https://github.com/dgraph-io/dgraph/pull/8628) ## [v23.0.0-beta1] - 2023-03-01 -[v23.0.0-beta1]: https://github.com/hypermodeinc/dgraph/compare/v22.0.2...v23.0.0-beta1 +[v23.0.0-beta1]: https://github.com/dgraph-io/dgraph/compare/v22.0.2...v23.0.0-beta1 - **Added** - **GraphQL** - fix(GraphQL): pass on HTTP request headers for subscriptions - (https://github.com/hypermodeinc/dgraph/pull/8574) + (https://github.com/dgraph-io/dgraph/pull/8574) - **Core Dgraph** - chore(debug): add `only-summary` flag in `dgraph debug` to show LSM tree and namespace size - (https://github.com/hypermodeinc/dgraph/pull/8516) + (https://github.com/dgraph-io/dgraph/pull/8516) - feat(cloud): add `shared-instance` flag in limit superflag in alpha - (https://github.com/hypermodeinc/dgraph/pull/8625) + (https://github.com/dgraph-io/dgraph/pull/8625) - chore(deps): update prometheus dependency, adds new metrics - (https://github.com/hypermodeinc/dgraph/pull/8655) + (https://github.com/dgraph-io/dgraph/pull/8655) - feat(cdc): add superflag `tls` to enable TLS without CA or certs - (https://github.com/hypermodeinc/dgraph/pull/8564) - - chore(deps): bump badger up to v4 (https://github.com/hypermodeinc/dgraph/pull/8709) - - feat(multitenancy): namespace aware drop data (https://github.com/hypermodeinc/dgraph/pull/8511) + (https://github.com/dgraph-io/dgraph/pull/8564) + - chore(deps): bump badger up to v4 (https://github.com/dgraph-io/dgraph/pull/8709) + - feat(multitenancy): namespace aware drop data (https://github.com/dgraph-io/dgraph/pull/8511) **Fixed** - **GragphQL** - fix(GraphQL): nested Auth Rules not working properly - (https://github.com/hypermodeinc/dgraph/pull/8571) + (https://github.com/dgraph-io/dgraph/pull/8571) - **Core Dgraph** - - chore(logs): add logs to track dropped proposals - (https://github.com/hypermodeinc/dgraph/pull/8568) + - chore(logs): add logs to track dropped proposals (https://github.com/dgraph-io/dgraph/pull/8568) - fix(debug): check length of wal entry before parsing - (https://github.com/hypermodeinc/dgraph/pull/8560) - - opt(schema): optimize populateSchema() (https://github.com/hypermodeinc/dgraph/pull/8565) + (https://github.com/dgraph-io/dgraph/pull/8560) + - opt(schema): optimize populateSchema() (https://github.com/dgraph-io/dgraph/pull/8565) - fix(zero): fix update membership to make bulk tablet proposal instead of multiple small - (https://github.com/hypermodeinc/dgraph/pull/8573) + (https://github.com/dgraph-io/dgraph/pull/8573) - fix(groot): do not upsert groot for all namespaces on restart - (https://github.com/hypermodeinc/dgraph/pull/8561) + (https://github.com/dgraph-io/dgraph/pull/8561) - fix(restore): set kv version to restoreTs for all keys - (https://github.com/hypermodeinc/dgraph/pull/8563) - - fix(probe): do not contend for lock in lazy load - (https://github.com/hypermodeinc/dgraph/pull/8566) - - fix(core): fixed infinite loop in CommitToDisk - (https://github.com/hypermodeinc/dgraph/pull/8614) + (https://github.com/dgraph-io/dgraph/pull/8563) + - fix(probe): do not contend for lock in lazy load (https://github.com/dgraph-io/dgraph/pull/8566) + - fix(core): fixed infinite loop in CommitToDisk (https://github.com/dgraph-io/dgraph/pull/8614) - fix(proposals): incremental proposal key for zero proposals - (https://github.com/hypermodeinc/dgraph/pull/8567) + (https://github.com/dgraph-io/dgraph/pull/8567) - fix(zero): fix waiting for random time while rate limiting - (https://github.com/hypermodeinc/dgraph/pull/8656) - - chore(deps): upgrade badger (https://github.com/hypermodeinc/dgraph/pull/8654, - https://github.com/hypermodeinc/dgraph/pull/8658) + (https://github.com/dgraph-io/dgraph/pull/8656) + - chore(deps): upgrade badger (https://github.com/dgraph-io/dgraph/pull/8654, + https://github.com/dgraph-io/dgraph/pull/8658) - opt(schema): load schema and types using Stream framework - (https://github.com/hypermodeinc/dgraph/pull/8562) + (https://github.com/dgraph-io/dgraph/pull/8562) - fix(backup): use StreamWriter instead of KVLoader during backup restore - (https://github.com/hypermodeinc/dgraph/pull/8510) + (https://github.com/dgraph-io/dgraph/pull/8510) - fix(audit): fixing audit logs for websocket connections - (https://github.com/hypermodeinc/dgraph/pull/8627) + (https://github.com/dgraph-io/dgraph/pull/8627) - fix(restore): consider the banned namespaces while bumping - (https://github.com/hypermodeinc/dgraph/pull/8559) + (https://github.com/dgraph-io/dgraph/pull/8559) - fix(backup): create directory before writing backup - (https://github.com/hypermodeinc/dgraph/pull/8638) + (https://github.com/dgraph-io/dgraph/pull/8638) - **Test** - fix(test): avoid host volume mount in minio container - (https://github.com/hypermodeinc/dgraph/pull/8569) + (https://github.com/dgraph-io/dgraph/pull/8569) - chore(test): add tests for lex/iri.go,chunker/chunk.go - (https://github.com/hypermodeinc/dgraph/pull/8515) - - chore(test): add Backup/Restore test for NFS (https://github.com/hypermodeinc/dgraph/pull/8551) + (https://github.com/dgraph-io/dgraph/pull/8515) + - chore(test): add Backup/Restore test for NFS (https://github.com/dgraph-io/dgraph/pull/8551) - chore(test): add test that after snapshot is applied, GraphQL schema is refreshed - (https://github.com/hypermodeinc/dgraph/pull/8619) + (https://github.com/dgraph-io/dgraph/pull/8619) - chore(test): upgrade graphql tests to use go 1.19 - (https://github.com/hypermodeinc/dgraph/pull/8662) + (https://github.com/dgraph-io/dgraph/pull/8662) - chore(test): add automated test to test multitenant --limit flag - (https://github.com/hypermodeinc/dgraph/pull/8646) + (https://github.com/dgraph-io/dgraph/pull/8646) - chore(test): add restore test for more than 127 namespaces - (https://github.com/hypermodeinc/dgraph/pull/8643) + (https://github.com/dgraph-io/dgraph/pull/8643) - fix(test): fix the corner case for raft entries test - (https://github.com/hypermodeinc/dgraph/pull/8617) + (https://github.com/dgraph-io/dgraph/pull/8617) - **CD** - fix(build): update dockerfile to use cache busting and reduce image size - (https://github.com/hypermodeinc/dgraph/pull/8652) - - chore(deps): update min go build version (https://github.com/hypermodeinc/dgraph/pull/8423) + (https://github.com/dgraph-io/dgraph/pull/8652) + - chore(deps): update min go build version (https://github.com/dgraph-io/dgraph/pull/8423) - **Security** - chore(deps): bump certifi from 2020.4.5.1 to 2022.12.7 in /contrib/config/marketplace/aws/tests - (https://github.com/hypermodeinc/dgraph/pull/8496) + (https://github.com/dgraph-io/dgraph/pull/8496) - chore(deps): bump github.com/docker/distribution from 2.7.1+incompatible to 2.8.0+incompatible - (https://github.com/hypermodeinc/dgraph/pull/8575) + (https://github.com/dgraph-io/dgraph/pull/8575) - chore(deps): bump werkzeug from 0.16.1 to 2.2.3 in /contrib/embargo - (https://github.com/hypermodeinc/dgraph/pull/8676) - - fix(sec): upgrade networkx to (https://github.com/hypermodeinc/dgraph/pull/8613) - - fix(sec): CVE-2022-41721 (https://github.com/hypermodeinc/dgraph/pull/8633) - - fix(sec): CVE & OS Patching (https://github.com/hypermodeinc/dgraph/pull/8634) + (https://github.com/dgraph-io/dgraph/pull/8676) + - fix(sec): upgrade networkx to (https://github.com/dgraph-io/dgraph/pull/8613) + - fix(sec): CVE-2022-41721 (https://github.com/dgraph-io/dgraph/pull/8633) + - fix(sec): CVE & OS Patching (https://github.com/dgraph-io/dgraph/pull/8634) **Changed** - **Core Dgraph** - fix(multitenancy) store namespace in predicate as a hex separated by a hyphen to prevent json - marshal issues (https://github.com/hypermodeinc/dgraph/pull/8601) - - fix(query): handle bad timezone correctly (https://github.com/hypermodeinc/dgraph/pull/8657) + marshal issues (https://github.com/dgraph-io/dgraph/pull/8601) + - fix(query): handle bad timezone correctly (https://github.com/dgraph-io/dgraph/pull/8657) - chore(ludicroud): remove ludicrous mode from the code - (https://github.com/hypermodeinc/dgraph/pull/8612) + (https://github.com/dgraph-io/dgraph/pull/8612) - fix(backup): make the /admin/backup and /admin/export API asynchronous - (https://github.com/hypermodeinc/dgraph/pull/8554) + (https://github.com/dgraph-io/dgraph/pull/8554) - fix(mutation): validate mutation before applying it - (https://github.com/hypermodeinc/dgraph/pull/8623) + (https://github.com/dgraph-io/dgraph/pull/8623) - **CI Enhancements** - - fix(ci): unpin curl (https://github.com/hypermodeinc/dgraph/pull/8577) - - fix(ci): adjust cron schedules (https://github.com/hypermodeinc/dgraph/pull/8592) + - fix(ci): unpin curl (https://github.com/dgraph-io/dgraph/pull/8577) + - fix(ci): adjust cron schedules (https://github.com/dgraph-io/dgraph/pull/8592) - chore(ci): Capture coverage from bulk load and LDBC tests - (https://github.com/hypermodeinc/dgraph/pull/8478) - - chore(linter): enable gosec linter (https://github.com/hypermodeinc/dgraph/pull/8678) - - chore: apply go vet improvements (https://github.com/hypermodeinc/dgraph/pull/8620) + (https://github.com/dgraph-io/dgraph/pull/8478) + - chore(linter): enable gosec linter (https://github.com/dgraph-io/dgraph/pull/8678) + - chore: apply go vet improvements (https://github.com/dgraph-io/dgraph/pull/8620) - chore(linter): fix some of the warnings from gas linter - (https://github.com/hypermodeinc/dgraph/pull/8664) + (https://github.com/dgraph-io/dgraph/pull/8664) - chore(linter): fix golangci config and some issues in tests - (https://github.com/hypermodeinc/dgraph/pull/8669) + (https://github.com/dgraph-io/dgraph/pull/8669) - fix(linter): address gosimple linter reports & errors - (https://github.com/hypermodeinc/dgraph/pull/8628) + (https://github.com/dgraph-io/dgraph/pull/8628) ## [v22.0.2] - 2022-12-16 -[v22.0.2]: https://github.com/hypermodeinc/dgraph/compare/v22.0.1...v22.0.2 +[v22.0.2]: https://github.com/dgraph-io/dgraph/compare/v22.0.1...v22.0.2 - **Added** - **ARM Support** - Dgraph now supports ARM64 Architecture for development - (https://github.com/hypermodeinc/dgraph/pull/8543 https://github.com/hypermodeinc/dgraph/pull/8520 - https://github.com/hypermodeinc/dgraph/pull/8503 https://github.com/hypermodeinc/dgraph/pull/8436 - https://github.com/hypermodeinc/dgraph/pull/8405 https://github.com/hypermodeinc/dgraph/pull/8395) -- Additional logging and trace tags for debugging (https://github.com/hypermodeinc/dgraph/pull/8490) + (https://github.com/dgraph-io/dgraph/pull/8543 https://github.com/dgraph-io/dgraph/pull/8520 + https://github.com/dgraph-io/dgraph/pull/8503 https://github.com/dgraph-io/dgraph/pull/8436 + https://github.com/dgraph-io/dgraph/pull/8405 https://github.com/dgraph-io/dgraph/pull/8395) +- Additional logging and trace tags for debugging (https://github.com/dgraph-io/dgraph/pull/8490) - **Fixed** - **EDgraph** - fix(ACL): Prevents permissions overrride and merges acl cache to persist permissions across - different namespaces (https://github.com/hypermodeinc/dgraph/pull/8506) + different namespaces (https://github.com/dgraph-io/dgraph/pull/8506) - **Core Dgraph** - Fix(badger): Upgrade badger version to fix manifest corruption - (https://github.com/hypermodeinc/dgraph/pull/8365) + (https://github.com/dgraph-io/dgraph/pull/8365) - fix(pagination): Fix after for regexp, match functions - (https://github.com/hypermodeinc/dgraph/pull/8471) + (https://github.com/dgraph-io/dgraph/pull/8471) - fix(query): Do not execute filters if there are no source - uids(https://github.com/hypermodeinc/dgraph/pull/8452) + uids(https://github.com/dgraph-io/dgraph/pull/8452) - fix(admin): make config changes to pass through gog middlewares - (https://github.com/hypermodeinc/dgraph/pull/8442) + (https://github.com/dgraph-io/dgraph/pull/8442) - fix(sort): Only filter out nodes with positive offsets - (https://github.com/hypermodeinc/dgraph/pull/8441) - - fix(fragment): merge the nested fragments fields - (https://github.com/hypermodeinc/dgraph/pull/8435) - - Fix(lsbackup): Fix profiler in lsBackup (https://github.com/hypermodeinc/dgraph/pull/8432) + (https://github.com/dgraph-io/dgraph/pull/8441) + - fix(fragment): merge the nested fragments fields (https://github.com/dgraph-io/dgraph/pull/8435) + - Fix(lsbackup): Fix profiler in lsBackup (https://github.com/dgraph-io/dgraph/pull/8432) - fix(DQL): optimize query for has function with offset - (https://github.com/hypermodeinc/dgraph/pull/8431) + (https://github.com/dgraph-io/dgraph/pull/8431) - **GraphQL** - Fix(GraphQL): Make mutation rewriting tests more robust - (https://github.com/hypermodeinc/dgraph/pull/8449) + (https://github.com/dgraph-io/dgraph/pull/8449) - **Security** -
@@ -866,41 +850,38 @@ adhere to [Semantic Versioning](https://semver.org) starting `v22.0.0`. **Changed** - **CI Enhancements** - - Added more unit tests (https://github.com/hypermodeinc/dgraph/pull/8470 - https://github.com/hypermodeinc/dgraph/pull/8489 - https://github.com/hypermodeinc/dgraph/pull/8479 - https://github.com/hypermodeinc/dgraph/pull/8488 - https://github.com/hypermodeinc/dgraph/pull/8433) - - [Coveralls](https://coveralls.io/github/hypermodeinc/dggraph?branch=main) on CI is enhanced to - measure code coverage for integration tests (https://github.com/hypermodeinc/dgraph/pull/8494) + - Added more unit tests (https://github.com/dgraph-io/dgraph/pull/8470 + https://github.com/dgraph-io/dgraph/pull/8489 https://github.com/dgraph-io/dgraph/pull/8479 + https://github.com/dgraph-io/dgraph/pull/8488 https://github.com/dgraph-io/dgraph/pull/8433) + - [Coveralls](https://coveralls.io/github/dgraph-io/dggraph?branch=main) on CI is enhanced to + measure code coverage for integration tests (https://github.com/dgraph-io/dgraph/pull/8494) - [**LDBC Benchmarking**](https://ldbcouncil.org) in enabled on - [CI](https://github.com/hypermodeinc/dgraph/actions/workflows/ci-dgraph-ldbc-tests.yml) + [CI](https://github.com/dgraph-io/dgraph/actions/workflows/ci-dgraph-ldbc-tests.yml) - **CD Enhancements** - - Enhanced our - [CD Pipeline](https://github.com/hypermodeinc/dgraph/actions/workflows/cd-dgraph.yml) to support - ARM64 binaries and docker-images (https://github.com/hypermodeinc/dgraph/pull/8520) - - Enhanced [dgraph-lambda](https://github.com/hypermodeinc/dgraph-lambda) to support arm64 - (https://github.com/hypermodeinc/dgraph-lambda/pull/39 - https://github.com/hypermodeinc/dgraph-lambda/pull/38 - https://github.com/hypermodeinc/dgraph-lambda/pull/37) + - Enhanced our [CD Pipeline](https://github.com/dgraph-io/dgraph/actions/workflows/cd-dgraph.yml) + to support ARM64 binaries and docker-images (https://github.com/dgraph-io/dgraph/pull/8520) + - Enhanced [dgraph-lambda](https://github.com/dgraph-io/dgraph-lambda) to support arm64 + (https://github.com/dgraph-io/dgraph-lambda/pull/39 + https://github.com/dgraph-io/dgraph-lambda/pull/38 + https://github.com/dgraph-io/dgraph-lambda/pull/37) - Enhanced [badger](https://github.com/dgraph-io/badger) to support arm64 (https://github.com/dgraph-io/badger/pull/1838) ## [v22.0.1] - 2022-11-10 -[v22.0.1]: https://github.com/hypermodeinc/dgraph/compare/v22.0.0...v22.0.1 +[v22.0.1]: https://github.com/dgraph-io/dgraph/compare/v22.0.0...v22.0.1 - **Fixed** - **CD Release Pipeline** - Badger Binary fetch steps added to the release CD pipeline - (https://github.com/hypermodeinc/dgraph/pull/8425) + (https://github.com/dgraph-io/dgraph/pull/8425) - Corresponding Badger artifacts will be fetched & uploaded from v22.0.1 onwards ## [v22.0.0] - 2022-10-21 -[v22.0.0]: https://github.com/hypermodeinc/dgraph/compare/v21.03.2...v22.0.0 +[v22.0.0]: https://github.com/dgraph-io/dgraph/compare/v21.03.2...v22.0.0 **Note** > `v22.0.0` release is based of `v21.03.2` release. https://discuss.dgraph.io/t/dgraph-v22-0-0-rc1-20221003-release-candidate/17839 @@ -911,16 +892,16 @@ https://discuss.dgraph.io/t/dgraph-v22-0-0-rc1-20221003-release-candidate/17839 - **Fixed** - **GraphQL** - - fix(GraphQL): optimize eq filter queries (https://github.com/hypermodeinc/dgraph/pull/7895) + - fix(GraphQL): optimize eq filter queries (https://github.com/dgraph-io/dgraph/pull/7895) - fix(GraphQL): add validation of null values with correct order of graphql rule validation - (https://github.com/hypermodeinc/dgraph/pull/8333) + (https://github.com/dgraph-io/dgraph/pull/8333) - fix(GraphQL) fix auth query rewriting with ID filter - (https://github.com/hypermodeinc/dgraph/pull/8157) + (https://github.com/dgraph-io/dgraph/pull/8157) - **EDgraph** - fix(query): Prevent multiple entries for same predicate in mutations - (https://github.com/hypermodeinc/dgraph/pull/8332) + (https://github.com/dgraph-io/dgraph/pull/8332) - **Posting** - - fix(rollups): Fix splits in roll-up (https://github.com/hypermodeinc/dgraph/pull/8297) + - fix(rollups): Fix splits in roll-up (https://github.com/dgraph-io/dgraph/pull/8297) - **Security** -
CVE Fixes (417 total) @@ -1356,41 +1337,41 @@ https://discuss.dgraph.io/t/dgraph-v22-0-0-rc1-20221003-release-candidate/17839 - GHSA-wxc4-f4m6-wwqv
- - fix(sec): fixing HIGH CVEs (https://github.com/hypermodeinc/dgraph/pull/8289) - - fix(sec): CVE High Vulnerability (https://github.com/hypermodeinc/dgraph/pull/8277) - - fix(sec): Fixing CVE-2021-31525 (https://github.com/hypermodeinc/dgraph/pull/8274) - - fix(sec): CVE-2019-11254 (https://github.com/hypermodeinc/dgraph/pull/8270) + - fix(sec): fixing HIGH CVEs (https://github.com/dgraph-io/dgraph/pull/8289) + - fix(sec): CVE High Vulnerability (https://github.com/dgraph-io/dgraph/pull/8277) + - fix(sec): Fixing CVE-2021-31525 (https://github.com/dgraph-io/dgraph/pull/8274) + - fix(sec): CVE-2019-11254 (https://github.com/dgraph-io/dgraph/pull/8270) **Changed** - **CI Test Infrastructure** - Configured to run with - [Github Actions](https://github.com/hypermodeinc/dgraph/tree/main/.github/workflows) + [Github Actions](https://github.com/dgraph-io/dgraph/tree/main/.github/workflows) - Stability Improvements to test harness - Enabled - [Unit/Integration Tests](https://github.com/hypermodeinc/dgraph/actions/workflows/ci-dgraph-tests.yml) + [Unit/Integration Tests](https://github.com/dgraph-io/dgraph/actions/workflows/ci-dgraph-tests.yml) - Enabled - [Load Tests](https://github.com/hypermodeinc/dgraph/actions/workflows/ci-dgraph-load-tests.yml) - - Enabled [Linters](https://github.com/hypermodeinc/dgraph/actions/workflows/ci-golang-lint.yml) - - Enabled [Code Coverage](https://coveralls.io/github/hypermodeinc/dggraph?branch=main) + [Load Tests](https://github.com/dgraph-io/dgraph/actions/workflows/ci-dgraph-load-tests.yml) + - Enabled [Linters](https://github.com/dgraph-io/dgraph/actions/workflows/ci-golang-lint.yml) + - Enabled [Code Coverage](https://coveralls.io/github/dgraph-io/dggraph?branch=main) - **CI Security** - Configured to run with - [Github Actions](https://github.com/hypermodeinc/dgraph/blob/main/.github/workflows/ci-aqua-security-trivy-tests.yml) + [Github Actions](https://github.com/dgraph-io/dgraph/blob/main/.github/workflows/ci-aqua-security-trivy-tests.yml) - Enabled - [Trivy Scans](https://github.com/hypermodeinc/dgraph/actions/workflows/ci-aqua-security-trivy-tests.yml) + [Trivy Scans](https://github.com/dgraph-io/dgraph/actions/workflows/ci-aqua-security-trivy-tests.yml) - Enabled dependabot scans - Configured to run with - [Github Actions](https://github.com/hypermodeinc/dgraph/blob/main/.github/workflows/ci-aqua-security-trivy-tests.yml) + [Github Actions](https://github.com/dgraph-io/dgraph/blob/main/.github/workflows/ci-aqua-security-trivy-tests.yml) - **CD Release Pipeline** - Automated - [Release Pipeline](https://github.com/hypermodeinc/dgraph/blob/main/.github/workflows/cd-dgraph.yml) + [Release Pipeline](https://github.com/dgraph-io/dgraph/blob/main/.github/workflows/cd-dgraph.yml) to facilitate building of dgraph-binary & corresponding docker-images. The built artifacts are published to repositories through the same pipeline. -- [**Github Issues Enabled**](https://github.com/hypermodeinc/dgraph/issues/new/choose) +- [**Github Issues Enabled**](https://github.com/dgraph-io/dgraph/issues/new/choose) ## [21.03.2] - 2021-08-26 -[21.03.2]: https://github.com/hypermodeinc/dgraph/compare/v21.03.1...v21.03.2 +[21.03.2]: https://github.com/dgraph-io/dgraph/compare/v21.03.1...v21.03.2 - **Fixed** @@ -1418,24 +1399,24 @@ https://discuss.dgraph.io/t/dgraph-v22-0-0-rc1-20221003-release-candidate/17839 - feat(acl): allow access to all the predicates using wildcard. ([#7993][]) - feat(Multi-tenancy): Add namespaces field to state. ([#7936][]) -[#7923]: https://github.com/hypermodeinc/dgraph/issues/7923 -[#7908]: https://github.com/hypermodeinc/dgraph/issues/7908 -[#7921]: https://github.com/hypermodeinc/dgraph/issues/7921 -[#7952]: https://github.com/hypermodeinc/dgraph/issues/7952 -[#7967]: https://github.com/hypermodeinc/dgraph/issues/7967 -[#7964]: https://github.com/hypermodeinc/dgraph/issues/7964 -[#7981]: https://github.com/hypermodeinc/dgraph/issues/7981 -[#7934]: https://github.com/hypermodeinc/dgraph/issues/7934 -[#7999]: https://github.com/hypermodeinc/dgraph/issues/7999 -[#7998]: https://github.com/hypermodeinc/dgraph/issues/7998 -[#7949]: https://github.com/hypermodeinc/dgraph/issues/7949 -[#7913]: https://github.com/hypermodeinc/dgraph/issues/7913 -[#7993]: https://github.com/hypermodeinc/dgraph/issues/7993 -[#7936]: https://github.com/hypermodeinc/dgraph/issues/7936 +[#7923]: https://github.com/dgraph-io/dgraph/issues/7923 +[#7908]: https://github.com/dgraph-io/dgraph/issues/7908 +[#7921]: https://github.com/dgraph-io/dgraph/issues/7921 +[#7952]: https://github.com/dgraph-io/dgraph/issues/7952 +[#7967]: https://github.com/dgraph-io/dgraph/issues/7967 +[#7964]: https://github.com/dgraph-io/dgraph/issues/7964 +[#7981]: https://github.com/dgraph-io/dgraph/issues/7981 +[#7934]: https://github.com/dgraph-io/dgraph/issues/7934 +[#7999]: https://github.com/dgraph-io/dgraph/issues/7999 +[#7998]: https://github.com/dgraph-io/dgraph/issues/7998 +[#7949]: https://github.com/dgraph-io/dgraph/issues/7949 +[#7913]: https://github.com/dgraph-io/dgraph/issues/7913 +[#7993]: https://github.com/dgraph-io/dgraph/issues/7993 +[#7936]: https://github.com/dgraph-io/dgraph/issues/7936 ## [21.03.1] - 2021-06-16 -[21.03.1]: https://github.com/hypermodeinc/dgraph/compare/v21.03.0...v21.03.1 +[21.03.1]: https://github.com/dgraph-io/dgraph/compare/v21.03.0...v21.03.1 - **Fixed** @@ -1479,58 +1460,58 @@ https://discuss.dgraph.io/t/dgraph-v22-0-0-rc1-20221003-release-candidate/17839 - make exports synchronous again ([#7877][]) - feat(schema): do schema versioning and make backup non-blocking for i… ([#7856][]) ([#7873][]) -[#7701]: https://github.com/hypermodeinc/dgraph/issues/7701 -[#7737]: https://github.com/hypermodeinc/dgraph/issues/7737 -[#7745]: https://github.com/hypermodeinc/dgraph/issues/7745 -[#7722]: https://github.com/hypermodeinc/dgraph/issues/7722 -[#7749]: https://github.com/hypermodeinc/dgraph/issues/7749 -[#7719]: https://github.com/hypermodeinc/dgraph/issues/7719 -[#7750]: https://github.com/hypermodeinc/dgraph/issues/7750 -[#7765]: https://github.com/hypermodeinc/dgraph/issues/7765 -[#7767]: https://github.com/hypermodeinc/dgraph/issues/7767 -[#7759]: https://github.com/hypermodeinc/dgraph/issues/7759 -[#7769]: https://github.com/hypermodeinc/dgraph/issues/7769 -[#7782]: https://github.com/hypermodeinc/dgraph/issues/7782 -[#7784]: https://github.com/hypermodeinc/dgraph/issues/7784 -[#7803]: https://github.com/hypermodeinc/dgraph/issues/7803 -[#7804]: https://github.com/hypermodeinc/dgraph/issues/7804 -[#7827]: https://github.com/hypermodeinc/dgraph/issues/7827 -[#7741]: https://github.com/hypermodeinc/dgraph/issues/7741 -[#7811]: https://github.com/hypermodeinc/dgraph/issues/7811 -[#7845]: https://github.com/hypermodeinc/dgraph/issues/7845 -[#7847]: https://github.com/hypermodeinc/dgraph/issues/7847 -[#7744]: https://github.com/hypermodeinc/dgraph/issues/7744 -[#7756]: https://github.com/hypermodeinc/dgraph/issues/7756 -[#7787]: https://github.com/hypermodeinc/dgraph/issues/7787 -[#7802]: https://github.com/hypermodeinc/dgraph/issues/7802 -[#7832]: https://github.com/hypermodeinc/dgraph/issues/7832 -[#7834]: https://github.com/hypermodeinc/dgraph/issues/7834 -[#7781]: https://github.com/hypermodeinc/dgraph/issues/7781 -[#7713]: https://github.com/hypermodeinc/dgraph/issues/7713 -[#7797]: https://github.com/hypermodeinc/dgraph/issues/7797 -[#7835]: https://github.com/hypermodeinc/dgraph/issues/7835 -[#7836]: https://github.com/hypermodeinc/dgraph/issues/7836 -[#7856]: https://github.com/hypermodeinc/dgraph/issues/7856 -[#7873]: https://github.com/hypermodeinc/dgraph/issues/7873 -[#7881]: https://github.com/hypermodeinc/dgraph/issues/7881 -[#7885]: https://github.com/hypermodeinc/dgraph/issues/7885 -[#7888]: https://github.com/hypermodeinc/dgraph/issues/7888 -[#7877]: https://github.com/hypermodeinc/dgraph/issues/7877 -[#7695]: https://github.com/hypermodeinc/dgraph/issues/7695 -[#7726]: https://github.com/hypermodeinc/dgraph/issues/7726 -[#7730]: https://github.com/hypermodeinc/dgraph/issues/7730 -[#7728]: https://github.com/hypermodeinc/dgraph/issues/7728 -[#7733]: https://github.com/hypermodeinc/dgraph/issues/7733 -[#7751]: https://github.com/hypermodeinc/dgraph/issues/7751 -[#7754]: https://github.com/hypermodeinc/dgraph/issues/7754 -[#7757]: https://github.com/hypermodeinc/dgraph/issues/7757 -[#7760]: https://github.com/hypermodeinc/dgraph/issues/7760 -[#7900]: https://github.com/hypermodeinc/dgraph/issues/7900 -[#7904]: https://github.com/hypermodeinc/dgraph/issues/7904 +[#7701]: https://github.com/dgraph-io/dgraph/issues/7701 +[#7737]: https://github.com/dgraph-io/dgraph/issues/7737 +[#7745]: https://github.com/dgraph-io/dgraph/issues/7745 +[#7722]: https://github.com/dgraph-io/dgraph/issues/7722 +[#7749]: https://github.com/dgraph-io/dgraph/issues/7749 +[#7719]: https://github.com/dgraph-io/dgraph/issues/7719 +[#7750]: https://github.com/dgraph-io/dgraph/issues/7750 +[#7765]: https://github.com/dgraph-io/dgraph/issues/7765 +[#7767]: https://github.com/dgraph-io/dgraph/issues/7767 +[#7759]: https://github.com/dgraph-io/dgraph/issues/7759 +[#7769]: https://github.com/dgraph-io/dgraph/issues/7769 +[#7782]: https://github.com/dgraph-io/dgraph/issues/7782 +[#7784]: https://github.com/dgraph-io/dgraph/issues/7784 +[#7803]: https://github.com/dgraph-io/dgraph/issues/7803 +[#7804]: https://github.com/dgraph-io/dgraph/issues/7804 +[#7827]: https://github.com/dgraph-io/dgraph/issues/7827 +[#7741]: https://github.com/dgraph-io/dgraph/issues/7741 +[#7811]: https://github.com/dgraph-io/dgraph/issues/7811 +[#7845]: https://github.com/dgraph-io/dgraph/issues/7845 +[#7847]: https://github.com/dgraph-io/dgraph/issues/7847 +[#7744]: https://github.com/dgraph-io/dgraph/issues/7744 +[#7756]: https://github.com/dgraph-io/dgraph/issues/7756 +[#7787]: https://github.com/dgraph-io/dgraph/issues/7787 +[#7802]: https://github.com/dgraph-io/dgraph/issues/7802 +[#7832]: https://github.com/dgraph-io/dgraph/issues/7832 +[#7834]: https://github.com/dgraph-io/dgraph/issues/7834 +[#7781]: https://github.com/dgraph-io/dgraph/issues/7781 +[#7713]: https://github.com/dgraph-io/dgraph/issues/7713 +[#7797]: https://github.com/dgraph-io/dgraph/issues/7797 +[#7835]: https://github.com/dgraph-io/dgraph/issues/7835 +[#7836]: https://github.com/dgraph-io/dgraph/issues/7836 +[#7856]: https://github.com/dgraph-io/dgraph/issues/7856 +[#7873]: https://github.com/dgraph-io/dgraph/issues/7873 +[#7881]: https://github.com/dgraph-io/dgraph/issues/7881 +[#7885]: https://github.com/dgraph-io/dgraph/issues/7885 +[#7888]: https://github.com/dgraph-io/dgraph/issues/7888 +[#7877]: https://github.com/dgraph-io/dgraph/issues/7877 +[#7695]: https://github.com/dgraph-io/dgraph/issues/7695 +[#7726]: https://github.com/dgraph-io/dgraph/issues/7726 +[#7730]: https://github.com/dgraph-io/dgraph/issues/7730 +[#7728]: https://github.com/dgraph-io/dgraph/issues/7728 +[#7733]: https://github.com/dgraph-io/dgraph/issues/7733 +[#7751]: https://github.com/dgraph-io/dgraph/issues/7751 +[#7754]: https://github.com/dgraph-io/dgraph/issues/7754 +[#7757]: https://github.com/dgraph-io/dgraph/issues/7757 +[#7760]: https://github.com/dgraph-io/dgraph/issues/7760 +[#7900]: https://github.com/dgraph-io/dgraph/issues/7900 +[#7904]: https://github.com/dgraph-io/dgraph/issues/7904 ## [21.03.0] - 2021-04-07 -[21.03.0]: https://github.com/hypermodeinc/dgraph/compare/v20.11.0...v21.03.0 +[21.03.0]: https://github.com/dgraph-io/dgraph/compare/v20.11.0...v21.03.0 - **Changed** @@ -1704,158 +1685,158 @@ https://discuss.dgraph.io/t/dgraph-v22-0-0-rc1-20221003-release-candidate/17839 - Fix(restore): multiple restore requests should be rejected and proposals should not be submitted ([#7118][]) -[#7677]: https://github.com/hypermodeinc/dgraph/issues/7677 -[#7272]: https://github.com/hypermodeinc/dgraph/issues/7272 -[#7436]: https://github.com/hypermodeinc/dgraph/issues/7436 -[#7337]: https://github.com/hypermodeinc/dgraph/issues/7337 -[#7560]: https://github.com/hypermodeinc/dgraph/issues/7560 -[#7652]: https://github.com/hypermodeinc/dgraph/issues/7652 -[#7675]: https://github.com/hypermodeinc/dgraph/issues/7675 -[#7341]: https://github.com/hypermodeinc/dgraph/issues/7341 -[#7659]: https://github.com/hypermodeinc/dgraph/issues/7659 -[#7631]: https://github.com/hypermodeinc/dgraph/issues/7631 -[#7507]: https://github.com/hypermodeinc/dgraph/issues/7507 -[#7387]: https://github.com/hypermodeinc/dgraph/issues/7387 -[#7148]: https://github.com/hypermodeinc/dgraph/issues/7148 -[#7451]: https://github.com/hypermodeinc/dgraph/issues/7451 -[#6649]: https://github.com/hypermodeinc/dgraph/issues/6649 -[#7670]: https://github.com/hypermodeinc/dgraph/issues/7670 -[#7494]: https://github.com/hypermodeinc/dgraph/issues/7494 -[#7616]: https://github.com/hypermodeinc/dgraph/issues/7616 -[#7528]: https://github.com/hypermodeinc/dgraph/issues/7528 -[#7581]: https://github.com/hypermodeinc/dgraph/issues/7581 -[#7584]: https://github.com/hypermodeinc/dgraph/issues/7584 -[#7503]: https://github.com/hypermodeinc/dgraph/issues/7503 -[#7472]: https://github.com/hypermodeinc/dgraph/issues/7472 -[#7469]: https://github.com/hypermodeinc/dgraph/issues/7469 -[#7441]: https://github.com/hypermodeinc/dgraph/issues/7441 -[#7235]: https://github.com/hypermodeinc/dgraph/issues/7235 -[#7433]: https://github.com/hypermodeinc/dgraph/issues/7433 -[#7385]: https://github.com/hypermodeinc/dgraph/issues/7385 -[#7448]: https://github.com/hypermodeinc/dgraph/issues/7448 -[#7410]: https://github.com/hypermodeinc/dgraph/issues/7410 -[#7039]: https://github.com/hypermodeinc/dgraph/issues/7039 -[#7340]: https://github.com/hypermodeinc/dgraph/issues/7340 -[#7314]: https://github.com/hypermodeinc/dgraph/issues/7314 -[#7406]: https://github.com/hypermodeinc/dgraph/issues/7406 -[#7363]: https://github.com/hypermodeinc/dgraph/issues/7363 -[#7381]: https://github.com/hypermodeinc/dgraph/issues/7381 -[#7371]: https://github.com/hypermodeinc/dgraph/issues/7371 -[#7275]: https://github.com/hypermodeinc/dgraph/issues/7275 -[#7476]: https://github.com/hypermodeinc/dgraph/issues/7476 -[#7490]: https://github.com/hypermodeinc/dgraph/issues/7490 -[#7603]: https://github.com/hypermodeinc/dgraph/issues/7603 -[#7360]: https://github.com/hypermodeinc/dgraph/issues/7360 -[#7643]: https://github.com/hypermodeinc/dgraph/issues/7643 -[#7683]: https://github.com/hypermodeinc/dgraph/issues/7683 -[#7599]: https://github.com/hypermodeinc/dgraph/issues/7599 -[#7109]: https://github.com/hypermodeinc/dgraph/issues/7109 -[#7478]: https://github.com/hypermodeinc/dgraph/issues/7478 -[#7492]: https://github.com/hypermodeinc/dgraph/issues/7492 -[#7165]: https://github.com/hypermodeinc/dgraph/issues/7165 -[#7339]: https://github.com/hypermodeinc/dgraph/issues/7339 -[#7359]: https://github.com/hypermodeinc/dgraph/issues/7359 -[#7338]: https://github.com/hypermodeinc/dgraph/issues/7338 -[#7415]: https://github.com/hypermodeinc/dgraph/issues/7415 -[#7404]: https://github.com/hypermodeinc/dgraph/issues/7404 -[#7316]: https://github.com/hypermodeinc/dgraph/issues/7316 -[#7601]: https://github.com/hypermodeinc/dgraph/issues/7601 -[#7435]: https://github.com/hypermodeinc/dgraph/issues/7435 -[#7446]: https://github.com/hypermodeinc/dgraph/issues/7446 -[#7293]: https://github.com/hypermodeinc/dgraph/issues/7293 -[#7400]: https://github.com/hypermodeinc/dgraph/issues/7400 -[#7397]: https://github.com/hypermodeinc/dgraph/issues/7397 -[#7399]: https://github.com/hypermodeinc/dgraph/issues/7399 -[#7377]: https://github.com/hypermodeinc/dgraph/issues/7377 -[#7414]: https://github.com/hypermodeinc/dgraph/issues/7414 -[#7418]: https://github.com/hypermodeinc/dgraph/issues/7418 -[#7295]: https://github.com/hypermodeinc/dgraph/issues/7295 -[#7395]: https://github.com/hypermodeinc/dgraph/issues/7395 -[#7392]: https://github.com/hypermodeinc/dgraph/issues/7392 -[#7354]: https://github.com/hypermodeinc/dgraph/issues/7354 -[#7656]: https://github.com/hypermodeinc/dgraph/issues/7656 -[#7612]: https://github.com/hypermodeinc/dgraph/issues/7612 -[#7630]: https://github.com/hypermodeinc/dgraph/issues/7630 -[#7617]: https://github.com/hypermodeinc/dgraph/issues/7617 -[#7610]: https://github.com/hypermodeinc/dgraph/issues/7610 -[#7602]: https://github.com/hypermodeinc/dgraph/issues/7602 -[#7595]: https://github.com/hypermodeinc/dgraph/issues/7595 -[#7570]: https://github.com/hypermodeinc/dgraph/issues/7570 -[#7583]: https://github.com/hypermodeinc/dgraph/issues/7583 -[#7565]: https://github.com/hypermodeinc/dgraph/issues/7565 -[#7588]: https://github.com/hypermodeinc/dgraph/issues/7588 -[#7569]: https://github.com/hypermodeinc/dgraph/issues/7569 -[#7559]: https://github.com/hypermodeinc/dgraph/issues/7559 -[#7558]: https://github.com/hypermodeinc/dgraph/issues/7558 -[#7563]: https://github.com/hypermodeinc/dgraph/issues/7563 -[#7542]: https://github.com/hypermodeinc/dgraph/issues/7542 -[#7556]: https://github.com/hypermodeinc/dgraph/issues/7556 -[#7546]: https://github.com/hypermodeinc/dgraph/issues/7546 -[#7523]: https://github.com/hypermodeinc/dgraph/issues/7523 -[#7517]: https://github.com/hypermodeinc/dgraph/issues/7517 -[#7477]: https://github.com/hypermodeinc/dgraph/issues/7477 -[#7467]: https://github.com/hypermodeinc/dgraph/issues/7467 -[#7409]: https://github.com/hypermodeinc/dgraph/issues/7409 -[#7380]: https://github.com/hypermodeinc/dgraph/issues/7380 -[#7401]: https://github.com/hypermodeinc/dgraph/issues/7401 -[#7368]: https://github.com/hypermodeinc/dgraph/issues/7368 -[#7349]: https://github.com/hypermodeinc/dgraph/issues/7349 -[#7325]: https://github.com/hypermodeinc/dgraph/issues/7325 -[#7270]: https://github.com/hypermodeinc/dgraph/issues/7270 -[#7285]: https://github.com/hypermodeinc/dgraph/issues/7285 -[#7245]: https://github.com/hypermodeinc/dgraph/issues/7245 -[#7133]: https://github.com/hypermodeinc/dgraph/issues/7133 -[#7019]: https://github.com/hypermodeinc/dgraph/issues/7019 -[#7405]: https://github.com/hypermodeinc/dgraph/issues/7405 -[#7679]: https://github.com/hypermodeinc/dgraph/issues/7679 -[#7668]: https://github.com/hypermodeinc/dgraph/issues/7668 -[#7632]: https://github.com/hypermodeinc/dgraph/issues/7632 -[#7568]: https://github.com/hypermodeinc/dgraph/issues/7568 -[#7614]: https://github.com/hypermodeinc/dgraph/issues/7614 -[#7608]: https://github.com/hypermodeinc/dgraph/issues/7608 -[#7637]: https://github.com/hypermodeinc/dgraph/issues/7637 -[#7636]: https://github.com/hypermodeinc/dgraph/issues/7636 -[#7495]: https://github.com/hypermodeinc/dgraph/issues/7495 -[#7543]: https://github.com/hypermodeinc/dgraph/issues/7543 -[#7524]: https://github.com/hypermodeinc/dgraph/issues/7524 -[#7526]: https://github.com/hypermodeinc/dgraph/issues/7526 -[#7498]: https://github.com/hypermodeinc/dgraph/issues/7498 -[#7515]: https://github.com/hypermodeinc/dgraph/issues/7515 -[#7511]: https://github.com/hypermodeinc/dgraph/issues/7511 -[#7480]: https://github.com/hypermodeinc/dgraph/issues/7480 -[#7488]: https://github.com/hypermodeinc/dgraph/issues/7488 -[#7502]: https://github.com/hypermodeinc/dgraph/issues/7502 -[#7468]: https://github.com/hypermodeinc/dgraph/issues/7468 -[#7461]: https://github.com/hypermodeinc/dgraph/issues/7461 -[#7440]: https://github.com/hypermodeinc/dgraph/issues/7440 -[#7455]: https://github.com/hypermodeinc/dgraph/issues/7455 -[#7445]: https://github.com/hypermodeinc/dgraph/issues/7445 -[#7432]: https://github.com/hypermodeinc/dgraph/issues/7432 -[#7412]: https://github.com/hypermodeinc/dgraph/issues/7412 -[#7382]: https://github.com/hypermodeinc/dgraph/issues/7382 -[#7365]: https://github.com/hypermodeinc/dgraph/issues/7365 -[#7288]: https://github.com/hypermodeinc/dgraph/issues/7288 -[#7241]: https://github.com/hypermodeinc/dgraph/issues/7241 -[#7269]: https://github.com/hypermodeinc/dgraph/issues/7269 -[#7258]: https://github.com/hypermodeinc/dgraph/issues/7258 -[#6828]: https://github.com/hypermodeinc/dgraph/issues/6828 -[#7188]: https://github.com/hypermodeinc/dgraph/issues/7188 -[#7176]: https://github.com/hypermodeinc/dgraph/issues/7176 -[#7218]: https://github.com/hypermodeinc/dgraph/issues/7218 -[#7171]: https://github.com/hypermodeinc/dgraph/issues/7171 -[#7161]: https://github.com/hypermodeinc/dgraph/issues/7161 -[#7154]: https://github.com/hypermodeinc/dgraph/issues/7154 -[#7686]: https://github.com/hypermodeinc/dgraph/issues/7686 -[#7456]: https://github.com/hypermodeinc/dgraph/issues/7456 -[#7434]: https://github.com/hypermodeinc/dgraph/issues/7434 -[#7452]: https://github.com/hypermodeinc/dgraph/issues/7452 -[#7420]: https://github.com/hypermodeinc/dgraph/issues/7420 -[#7202]: https://github.com/hypermodeinc/dgraph/issues/7202 -[#7118]: https://github.com/hypermodeinc/dgraph/issues/7118 +[#7677]: https://github.com/dgraph-io/dgraph/issues/7677 +[#7272]: https://github.com/dgraph-io/dgraph/issues/7272 +[#7436]: https://github.com/dgraph-io/dgraph/issues/7436 +[#7337]: https://github.com/dgraph-io/dgraph/issues/7337 +[#7560]: https://github.com/dgraph-io/dgraph/issues/7560 +[#7652]: https://github.com/dgraph-io/dgraph/issues/7652 +[#7675]: https://github.com/dgraph-io/dgraph/issues/7675 +[#7341]: https://github.com/dgraph-io/dgraph/issues/7341 +[#7659]: https://github.com/dgraph-io/dgraph/issues/7659 +[#7631]: https://github.com/dgraph-io/dgraph/issues/7631 +[#7507]: https://github.com/dgraph-io/dgraph/issues/7507 +[#7387]: https://github.com/dgraph-io/dgraph/issues/7387 +[#7148]: https://github.com/dgraph-io/dgraph/issues/7148 +[#7451]: https://github.com/dgraph-io/dgraph/issues/7451 +[#6649]: https://github.com/dgraph-io/dgraph/issues/6649 +[#7670]: https://github.com/dgraph-io/dgraph/issues/7670 +[#7494]: https://github.com/dgraph-io/dgraph/issues/7494 +[#7616]: https://github.com/dgraph-io/dgraph/issues/7616 +[#7528]: https://github.com/dgraph-io/dgraph/issues/7528 +[#7581]: https://github.com/dgraph-io/dgraph/issues/7581 +[#7584]: https://github.com/dgraph-io/dgraph/issues/7584 +[#7503]: https://github.com/dgraph-io/dgraph/issues/7503 +[#7472]: https://github.com/dgraph-io/dgraph/issues/7472 +[#7469]: https://github.com/dgraph-io/dgraph/issues/7469 +[#7441]: https://github.com/dgraph-io/dgraph/issues/7441 +[#7235]: https://github.com/dgraph-io/dgraph/issues/7235 +[#7433]: https://github.com/dgraph-io/dgraph/issues/7433 +[#7385]: https://github.com/dgraph-io/dgraph/issues/7385 +[#7448]: https://github.com/dgraph-io/dgraph/issues/7448 +[#7410]: https://github.com/dgraph-io/dgraph/issues/7410 +[#7039]: https://github.com/dgraph-io/dgraph/issues/7039 +[#7340]: https://github.com/dgraph-io/dgraph/issues/7340 +[#7314]: https://github.com/dgraph-io/dgraph/issues/7314 +[#7406]: https://github.com/dgraph-io/dgraph/issues/7406 +[#7363]: https://github.com/dgraph-io/dgraph/issues/7363 +[#7381]: https://github.com/dgraph-io/dgraph/issues/7381 +[#7371]: https://github.com/dgraph-io/dgraph/issues/7371 +[#7275]: https://github.com/dgraph-io/dgraph/issues/7275 +[#7476]: https://github.com/dgraph-io/dgraph/issues/7476 +[#7490]: https://github.com/dgraph-io/dgraph/issues/7490 +[#7603]: https://github.com/dgraph-io/dgraph/issues/7603 +[#7360]: https://github.com/dgraph-io/dgraph/issues/7360 +[#7643]: https://github.com/dgraph-io/dgraph/issues/7643 +[#7683]: https://github.com/dgraph-io/dgraph/issues/7683 +[#7599]: https://github.com/dgraph-io/dgraph/issues/7599 +[#7109]: https://github.com/dgraph-io/dgraph/issues/7109 +[#7478]: https://github.com/dgraph-io/dgraph/issues/7478 +[#7492]: https://github.com/dgraph-io/dgraph/issues/7492 +[#7165]: https://github.com/dgraph-io/dgraph/issues/7165 +[#7339]: https://github.com/dgraph-io/dgraph/issues/7339 +[#7359]: https://github.com/dgraph-io/dgraph/issues/7359 +[#7338]: https://github.com/dgraph-io/dgraph/issues/7338 +[#7415]: https://github.com/dgraph-io/dgraph/issues/7415 +[#7404]: https://github.com/dgraph-io/dgraph/issues/7404 +[#7316]: https://github.com/dgraph-io/dgraph/issues/7316 +[#7601]: https://github.com/dgraph-io/dgraph/issues/7601 +[#7435]: https://github.com/dgraph-io/dgraph/issues/7435 +[#7446]: https://github.com/dgraph-io/dgraph/issues/7446 +[#7293]: https://github.com/dgraph-io/dgraph/issues/7293 +[#7400]: https://github.com/dgraph-io/dgraph/issues/7400 +[#7397]: https://github.com/dgraph-io/dgraph/issues/7397 +[#7399]: https://github.com/dgraph-io/dgraph/issues/7399 +[#7377]: https://github.com/dgraph-io/dgraph/issues/7377 +[#7414]: https://github.com/dgraph-io/dgraph/issues/7414 +[#7418]: https://github.com/dgraph-io/dgraph/issues/7418 +[#7295]: https://github.com/dgraph-io/dgraph/issues/7295 +[#7395]: https://github.com/dgraph-io/dgraph/issues/7395 +[#7392]: https://github.com/dgraph-io/dgraph/issues/7392 +[#7354]: https://github.com/dgraph-io/dgraph/issues/7354 +[#7656]: https://github.com/dgraph-io/dgraph/issues/7656 +[#7612]: https://github.com/dgraph-io/dgraph/issues/7612 +[#7630]: https://github.com/dgraph-io/dgraph/issues/7630 +[#7617]: https://github.com/dgraph-io/dgraph/issues/7617 +[#7610]: https://github.com/dgraph-io/dgraph/issues/7610 +[#7602]: https://github.com/dgraph-io/dgraph/issues/7602 +[#7595]: https://github.com/dgraph-io/dgraph/issues/7595 +[#7570]: https://github.com/dgraph-io/dgraph/issues/7570 +[#7583]: https://github.com/dgraph-io/dgraph/issues/7583 +[#7565]: https://github.com/dgraph-io/dgraph/issues/7565 +[#7588]: https://github.com/dgraph-io/dgraph/issues/7588 +[#7569]: https://github.com/dgraph-io/dgraph/issues/7569 +[#7559]: https://github.com/dgraph-io/dgraph/issues/7559 +[#7558]: https://github.com/dgraph-io/dgraph/issues/7558 +[#7563]: https://github.com/dgraph-io/dgraph/issues/7563 +[#7542]: https://github.com/dgraph-io/dgraph/issues/7542 +[#7556]: https://github.com/dgraph-io/dgraph/issues/7556 +[#7546]: https://github.com/dgraph-io/dgraph/issues/7546 +[#7523]: https://github.com/dgraph-io/dgraph/issues/7523 +[#7517]: https://github.com/dgraph-io/dgraph/issues/7517 +[#7477]: https://github.com/dgraph-io/dgraph/issues/7477 +[#7467]: https://github.com/dgraph-io/dgraph/issues/7467 +[#7409]: https://github.com/dgraph-io/dgraph/issues/7409 +[#7380]: https://github.com/dgraph-io/dgraph/issues/7380 +[#7401]: https://github.com/dgraph-io/dgraph/issues/7401 +[#7368]: https://github.com/dgraph-io/dgraph/issues/7368 +[#7349]: https://github.com/dgraph-io/dgraph/issues/7349 +[#7325]: https://github.com/dgraph-io/dgraph/issues/7325 +[#7270]: https://github.com/dgraph-io/dgraph/issues/7270 +[#7285]: https://github.com/dgraph-io/dgraph/issues/7285 +[#7245]: https://github.com/dgraph-io/dgraph/issues/7245 +[#7133]: https://github.com/dgraph-io/dgraph/issues/7133 +[#7019]: https://github.com/dgraph-io/dgraph/issues/7019 +[#7405]: https://github.com/dgraph-io/dgraph/issues/7405 +[#7679]: https://github.com/dgraph-io/dgraph/issues/7679 +[#7668]: https://github.com/dgraph-io/dgraph/issues/7668 +[#7632]: https://github.com/dgraph-io/dgraph/issues/7632 +[#7568]: https://github.com/dgraph-io/dgraph/issues/7568 +[#7614]: https://github.com/dgraph-io/dgraph/issues/7614 +[#7608]: https://github.com/dgraph-io/dgraph/issues/7608 +[#7637]: https://github.com/dgraph-io/dgraph/issues/7637 +[#7636]: https://github.com/dgraph-io/dgraph/issues/7636 +[#7495]: https://github.com/dgraph-io/dgraph/issues/7495 +[#7543]: https://github.com/dgraph-io/dgraph/issues/7543 +[#7524]: https://github.com/dgraph-io/dgraph/issues/7524 +[#7526]: https://github.com/dgraph-io/dgraph/issues/7526 +[#7498]: https://github.com/dgraph-io/dgraph/issues/7498 +[#7515]: https://github.com/dgraph-io/dgraph/issues/7515 +[#7511]: https://github.com/dgraph-io/dgraph/issues/7511 +[#7480]: https://github.com/dgraph-io/dgraph/issues/7480 +[#7488]: https://github.com/dgraph-io/dgraph/issues/7488 +[#7502]: https://github.com/dgraph-io/dgraph/issues/7502 +[#7468]: https://github.com/dgraph-io/dgraph/issues/7468 +[#7461]: https://github.com/dgraph-io/dgraph/issues/7461 +[#7440]: https://github.com/dgraph-io/dgraph/issues/7440 +[#7455]: https://github.com/dgraph-io/dgraph/issues/7455 +[#7445]: https://github.com/dgraph-io/dgraph/issues/7445 +[#7432]: https://github.com/dgraph-io/dgraph/issues/7432 +[#7412]: https://github.com/dgraph-io/dgraph/issues/7412 +[#7382]: https://github.com/dgraph-io/dgraph/issues/7382 +[#7365]: https://github.com/dgraph-io/dgraph/issues/7365 +[#7288]: https://github.com/dgraph-io/dgraph/issues/7288 +[#7241]: https://github.com/dgraph-io/dgraph/issues/7241 +[#7269]: https://github.com/dgraph-io/dgraph/issues/7269 +[#7258]: https://github.com/dgraph-io/dgraph/issues/7258 +[#6828]: https://github.com/dgraph-io/dgraph/issues/6828 +[#7188]: https://github.com/dgraph-io/dgraph/issues/7188 +[#7176]: https://github.com/dgraph-io/dgraph/issues/7176 +[#7218]: https://github.com/dgraph-io/dgraph/issues/7218 +[#7171]: https://github.com/dgraph-io/dgraph/issues/7171 +[#7161]: https://github.com/dgraph-io/dgraph/issues/7161 +[#7154]: https://github.com/dgraph-io/dgraph/issues/7154 +[#7686]: https://github.com/dgraph-io/dgraph/issues/7686 +[#7456]: https://github.com/dgraph-io/dgraph/issues/7456 +[#7434]: https://github.com/dgraph-io/dgraph/issues/7434 +[#7452]: https://github.com/dgraph-io/dgraph/issues/7452 +[#7420]: https://github.com/dgraph-io/dgraph/issues/7420 +[#7202]: https://github.com/dgraph-io/dgraph/issues/7202 +[#7118]: https://github.com/dgraph-io/dgraph/issues/7118 ## [20.07.1] - 2020-09-17 -[20.07.1]: https://github.com/hypermodeinc/dgraph/compare/v20.07.0...v20.07.1 +[20.07.1]: https://github.com/dgraph-io/dgraph/compare/v20.07.0...v20.07.1 - **Changed** @@ -1913,53 +1894,53 @@ https://discuss.dgraph.io/t/dgraph-v22-0-0-rc1-20221003-release-candidate/17839 - Add a lock to backups to process one request at a time. ([#6339][]) - Fix Star_All delete query when used with ACL enabled. ([#6336][]) -[#6407]: https://github.com/hypermodeinc/dgraph/issues/6407 -[#6336]: https://github.com/hypermodeinc/dgraph/issues/6336 -[#6446]: https://github.com/hypermodeinc/dgraph/issues/6446 -[#6402]: https://github.com/hypermodeinc/dgraph/issues/6402 -[#6399]: https://github.com/hypermodeinc/dgraph/issues/6399 -[#6346]: https://github.com/hypermodeinc/dgraph/issues/6346 -[#6332]: https://github.com/hypermodeinc/dgraph/issues/6332 -[#6243]: https://github.com/hypermodeinc/dgraph/issues/6243 -[#6302]: https://github.com/hypermodeinc/dgraph/issues/6302 -[#6339]: https://github.com/hypermodeinc/dgraph/issues/6339 -[#6355]: https://github.com/hypermodeinc/dgraph/issues/6355 -[#6342]: https://github.com/hypermodeinc/dgraph/issues/6342 -[#6286]: https://github.com/hypermodeinc/dgraph/issues/6286 -[#6201]: https://github.com/hypermodeinc/dgraph/issues/6201 -[#6203]: https://github.com/hypermodeinc/dgraph/issues/6203 -[#6196]: https://github.com/hypermodeinc/dgraph/issues/6196 -[#6124]: https://github.com/hypermodeinc/dgraph/issues/6124 -[#6137]: https://github.com/hypermodeinc/dgraph/issues/6137 -[#6070]: https://github.com/hypermodeinc/dgraph/issues/6070 -[#6192]: https://github.com/hypermodeinc/dgraph/issues/6192 -[#6199]: https://github.com/hypermodeinc/dgraph/issues/6199 -[#6158]: https://github.com/hypermodeinc/dgraph/issues/6158 -[#6160]: https://github.com/hypermodeinc/dgraph/issues/6160 -[#6161]: https://github.com/hypermodeinc/dgraph/issues/6161 -[#6167]: https://github.com/hypermodeinc/dgraph/issues/6167 -[#6173]: https://github.com/hypermodeinc/dgraph/issues/6173 -[#6175]: https://github.com/hypermodeinc/dgraph/issues/6175 -[#6180]: https://github.com/hypermodeinc/dgraph/issues/6180 -[#6183]: https://github.com/hypermodeinc/dgraph/issues/6183 -[#6179]: https://github.com/hypermodeinc/dgraph/issues/6179 -[#6098]: https://github.com/hypermodeinc/dgraph/issues/6098 -[#6151]: https://github.com/hypermodeinc/dgraph/issues/6151 -[#6165]: https://github.com/hypermodeinc/dgraph/issues/6165 -[#6259]: https://github.com/hypermodeinc/dgraph/issues/6259 -[#6299]: https://github.com/hypermodeinc/dgraph/issues/6299 -[#6279]: https://github.com/hypermodeinc/dgraph/issues/6279 -[#6290]: https://github.com/hypermodeinc/dgraph/issues/6290 -[#6274]: https://github.com/hypermodeinc/dgraph/issues/6274 -[#6320]: https://github.com/hypermodeinc/dgraph/issues/6320 -[#6331]: https://github.com/hypermodeinc/dgraph/issues/6331 -[#6354]: https://github.com/hypermodeinc/dgraph/issues/6354 -[#6374]: https://github.com/hypermodeinc/dgraph/issues/6374 -[#6213]: https://github.com/hypermodeinc/dgraph/issues/6213 +[#6407]: https://github.com/dgraph-io/dgraph/issues/6407 +[#6336]: https://github.com/dgraph-io/dgraph/issues/6336 +[#6446]: https://github.com/dgraph-io/dgraph/issues/6446 +[#6402]: https://github.com/dgraph-io/dgraph/issues/6402 +[#6399]: https://github.com/dgraph-io/dgraph/issues/6399 +[#6346]: https://github.com/dgraph-io/dgraph/issues/6346 +[#6332]: https://github.com/dgraph-io/dgraph/issues/6332 +[#6243]: https://github.com/dgraph-io/dgraph/issues/6243 +[#6302]: https://github.com/dgraph-io/dgraph/issues/6302 +[#6339]: https://github.com/dgraph-io/dgraph/issues/6339 +[#6355]: https://github.com/dgraph-io/dgraph/issues/6355 +[#6342]: https://github.com/dgraph-io/dgraph/issues/6342 +[#6286]: https://github.com/dgraph-io/dgraph/issues/6286 +[#6201]: https://github.com/dgraph-io/dgraph/issues/6201 +[#6203]: https://github.com/dgraph-io/dgraph/issues/6203 +[#6196]: https://github.com/dgraph-io/dgraph/issues/6196 +[#6124]: https://github.com/dgraph-io/dgraph/issues/6124 +[#6137]: https://github.com/dgraph-io/dgraph/issues/6137 +[#6070]: https://github.com/dgraph-io/dgraph/issues/6070 +[#6192]: https://github.com/dgraph-io/dgraph/issues/6192 +[#6199]: https://github.com/dgraph-io/dgraph/issues/6199 +[#6158]: https://github.com/dgraph-io/dgraph/issues/6158 +[#6160]: https://github.com/dgraph-io/dgraph/issues/6160 +[#6161]: https://github.com/dgraph-io/dgraph/issues/6161 +[#6167]: https://github.com/dgraph-io/dgraph/issues/6167 +[#6173]: https://github.com/dgraph-io/dgraph/issues/6173 +[#6175]: https://github.com/dgraph-io/dgraph/issues/6175 +[#6180]: https://github.com/dgraph-io/dgraph/issues/6180 +[#6183]: https://github.com/dgraph-io/dgraph/issues/6183 +[#6179]: https://github.com/dgraph-io/dgraph/issues/6179 +[#6098]: https://github.com/dgraph-io/dgraph/issues/6098 +[#6151]: https://github.com/dgraph-io/dgraph/issues/6151 +[#6165]: https://github.com/dgraph-io/dgraph/issues/6165 +[#6259]: https://github.com/dgraph-io/dgraph/issues/6259 +[#6299]: https://github.com/dgraph-io/dgraph/issues/6299 +[#6279]: https://github.com/dgraph-io/dgraph/issues/6279 +[#6290]: https://github.com/dgraph-io/dgraph/issues/6290 +[#6274]: https://github.com/dgraph-io/dgraph/issues/6274 +[#6320]: https://github.com/dgraph-io/dgraph/issues/6320 +[#6331]: https://github.com/dgraph-io/dgraph/issues/6331 +[#6354]: https://github.com/dgraph-io/dgraph/issues/6354 +[#6374]: https://github.com/dgraph-io/dgraph/issues/6374 +[#6213]: https://github.com/dgraph-io/dgraph/issues/6213 ## [20.03.5] - 2020-09-17 -[20.03.5]: https://github.com/hypermodeinc/dgraph/compare/v20.03.4...v20.03.5 +[20.03.5]: https://github.com/dgraph-io/dgraph/compare/v20.03.4...v20.03.5 - **Changed** @@ -1997,35 +1978,35 @@ https://discuss.dgraph.io/t/dgraph-v22-0-0-rc1-20221003-release-candidate/17839 - Make backups cancel other tasks. ([#6244][]) - Add a lock to backups to process one request at a time. ([#6340][]) -[#6409]: https://github.com/hypermodeinc/dgraph/issues/6409 -[#6445]: https://github.com/hypermodeinc/dgraph/issues/6445 -[#6398]: https://github.com/hypermodeinc/dgraph/issues/6398 -[#6403]: https://github.com/hypermodeinc/dgraph/issues/6403 -[#6260]: https://github.com/hypermodeinc/dgraph/issues/6260 -[#6300]: https://github.com/hypermodeinc/dgraph/issues/6300 -[#6280]: https://github.com/hypermodeinc/dgraph/issues/6280 -[#6214]: https://github.com/hypermodeinc/dgraph/issues/6214 -[#6006]: https://github.com/hypermodeinc/dgraph/issues/6006 -[#6321]: https://github.com/hypermodeinc/dgraph/issues/6321 -[#6244]: https://github.com/hypermodeinc/dgraph/issues/6244 -[#6333]: https://github.com/hypermodeinc/dgraph/issues/6333 -[#6340]: https://github.com/hypermodeinc/dgraph/issues/6340 -[#6343]: https://github.com/hypermodeinc/dgraph/issues/6343 -[#6197]: https://github.com/hypermodeinc/dgraph/issues/6197 -[#6375]: https://github.com/hypermodeinc/dgraph/issues/6375 -[#6287]: https://github.com/hypermodeinc/dgraph/issues/6287 -[#6356]: https://github.com/hypermodeinc/dgraph/issues/6356 -[#6097]: https://github.com/hypermodeinc/dgraph/issues/6097 -[#6150]: https://github.com/hypermodeinc/dgraph/issues/6150 -[#6125]: https://github.com/hypermodeinc/dgraph/issues/6125 -[#6138]: https://github.com/hypermodeinc/dgraph/issues/6138 -[#6071]: https://github.com/hypermodeinc/dgraph/issues/6071 -[#6156]: https://github.com/hypermodeinc/dgraph/issues/6156 -[#6147]: https://github.com/hypermodeinc/dgraph/issues/6147 +[#6409]: https://github.com/dgraph-io/dgraph/issues/6409 +[#6445]: https://github.com/dgraph-io/dgraph/issues/6445 +[#6398]: https://github.com/dgraph-io/dgraph/issues/6398 +[#6403]: https://github.com/dgraph-io/dgraph/issues/6403 +[#6260]: https://github.com/dgraph-io/dgraph/issues/6260 +[#6300]: https://github.com/dgraph-io/dgraph/issues/6300 +[#6280]: https://github.com/dgraph-io/dgraph/issues/6280 +[#6214]: https://github.com/dgraph-io/dgraph/issues/6214 +[#6006]: https://github.com/dgraph-io/dgraph/issues/6006 +[#6321]: https://github.com/dgraph-io/dgraph/issues/6321 +[#6244]: https://github.com/dgraph-io/dgraph/issues/6244 +[#6333]: https://github.com/dgraph-io/dgraph/issues/6333 +[#6340]: https://github.com/dgraph-io/dgraph/issues/6340 +[#6343]: https://github.com/dgraph-io/dgraph/issues/6343 +[#6197]: https://github.com/dgraph-io/dgraph/issues/6197 +[#6375]: https://github.com/dgraph-io/dgraph/issues/6375 +[#6287]: https://github.com/dgraph-io/dgraph/issues/6287 +[#6356]: https://github.com/dgraph-io/dgraph/issues/6356 +[#6097]: https://github.com/dgraph-io/dgraph/issues/6097 +[#6150]: https://github.com/dgraph-io/dgraph/issues/6150 +[#6125]: https://github.com/dgraph-io/dgraph/issues/6125 +[#6138]: https://github.com/dgraph-io/dgraph/issues/6138 +[#6071]: https://github.com/dgraph-io/dgraph/issues/6071 +[#6156]: https://github.com/dgraph-io/dgraph/issues/6156 +[#6147]: https://github.com/dgraph-io/dgraph/issues/6147 ## [1.2.7] - 2020-09-21 -[1.2.7]: https://github.com/hypermodeinc/dgraph/compare/v1.2.6...v1.2.7 +[1.2.7]: https://github.com/dgraph-io/dgraph/compare/v1.2.6...v1.2.7 - **Added** @@ -2048,24 +2029,24 @@ https://discuss.dgraph.io/t/dgraph-v22-0-0-rc1-20221003-release-candidate/17839 - Sort manifests by backup number. ([#6281][]) - Skip backing up nil lists. ([#6314][]) -[#6408]: https://github.com/hypermodeinc/dgraph/issues/6408 -[#6406]: https://github.com/hypermodeinc/dgraph/issues/6406 -[#6396]: https://github.com/hypermodeinc/dgraph/issues/6396 -[#6261]: https://github.com/hypermodeinc/dgraph/issues/6261 -[#6319]: https://github.com/hypermodeinc/dgraph/issues/6319 -[#6212]: https://github.com/hypermodeinc/dgraph/issues/6212 -[#6334]: https://github.com/hypermodeinc/dgraph/issues/6334 -[#6341]: https://github.com/hypermodeinc/dgraph/issues/6341 -[#6281]: https://github.com/hypermodeinc/dgraph/issues/6281 -[#6314]: https://github.com/hypermodeinc/dgraph/issues/6314 -[#6288]: https://github.com/hypermodeinc/dgraph/issues/6288 -[#6357]: https://github.com/hypermodeinc/dgraph/issues/6357 -[#6344]: https://github.com/hypermodeinc/dgraph/issues/6344 -[#6193]: https://github.com/hypermodeinc/dgraph/issues/6193 +[#6408]: https://github.com/dgraph-io/dgraph/issues/6408 +[#6406]: https://github.com/dgraph-io/dgraph/issues/6406 +[#6396]: https://github.com/dgraph-io/dgraph/issues/6396 +[#6261]: https://github.com/dgraph-io/dgraph/issues/6261 +[#6319]: https://github.com/dgraph-io/dgraph/issues/6319 +[#6212]: https://github.com/dgraph-io/dgraph/issues/6212 +[#6334]: https://github.com/dgraph-io/dgraph/issues/6334 +[#6341]: https://github.com/dgraph-io/dgraph/issues/6341 +[#6281]: https://github.com/dgraph-io/dgraph/issues/6281 +[#6314]: https://github.com/dgraph-io/dgraph/issues/6314 +[#6288]: https://github.com/dgraph-io/dgraph/issues/6288 +[#6357]: https://github.com/dgraph-io/dgraph/issues/6357 +[#6344]: https://github.com/dgraph-io/dgraph/issues/6344 +[#6193]: https://github.com/dgraph-io/dgraph/issues/6193 ## [20.07.0] - 2020-07-28 -[20.07.0]: https://github.com/hypermodeinc/dgraph/compare/v20.03.4...v20.07.0 +[20.07.0]: https://github.com/dgraph-io/dgraph/compare/v20.03.4...v20.07.0 - **Changed** @@ -2216,7 +2197,7 @@ https://discuss.dgraph.io/t/dgraph-v22-0-0-rc1-20221003-release-candidate/17839 - Restore: Only processes backups for the alpha's group. ([#5588][]) - vault_format support for online restore and gql ([#5758][]) -[#5661]: https://github.com/hypermodeinc/dgraph/issues/5661 +[#5661]: https://github.com/dgraph-io/dgraph/issues/5661 [dgraph-io/badger#1366]: https://github.com/dgraph-io/badger/issues/1366 [dgraph-io/badger#1357]: https://github.com/dgraph-io/badger/issues/1357 [dgraph-io/badger#1358]: https://github.com/dgraph-io/badger/issues/1358 @@ -2228,147 +2209,147 @@ https://discuss.dgraph.io/t/dgraph-v22-0-0-rc1-20221003-release-candidate/17839 [dgraph-io/badger#1328]: https://github.com/dgraph-io/badger/issues/1328 [dgraph-io/badger#1341]: https://github.com/dgraph-io/badger/issues/1341 [dgraph-io/badger#1345]: https://github.com/dgraph-io/badger/issues/1345 -[#6050]: https://github.com/hypermodeinc/dgraph/issues/6050 -[#6045]: https://github.com/hypermodeinc/dgraph/issues/6045 -[#5725]: https://github.com/hypermodeinc/dgraph/issues/5725 -[#5579]: https://github.com/hypermodeinc/dgraph/issues/5579 -[#5685]: https://github.com/hypermodeinc/dgraph/issues/5685 -[#5682]: https://github.com/hypermodeinc/dgraph/issues/5682 -[#5572]: https://github.com/hypermodeinc/dgraph/issues/5572 -[#4789]: https://github.com/hypermodeinc/dgraph/issues/4789 -[#5511]: https://github.com/hypermodeinc/dgraph/issues/5511 -[#4758]: https://github.com/hypermodeinc/dgraph/issues/4758 -[#5162]: https://github.com/hypermodeinc/dgraph/issues/5162 -[#5457]: https://github.com/hypermodeinc/dgraph/issues/5457 -[#5004]: https://github.com/hypermodeinc/dgraph/issues/5004 -[#5157]: https://github.com/hypermodeinc/dgraph/issues/5157 -[#5197]: https://github.com/hypermodeinc/dgraph/issues/5197 -[#5387]: https://github.com/hypermodeinc/dgraph/issues/5387 -[#5226]: https://github.com/hypermodeinc/dgraph/issues/5226 -[#5208]: https://github.com/hypermodeinc/dgraph/issues/5208 -[#5125]: https://github.com/hypermodeinc/dgraph/issues/5125 -[#5095]: https://github.com/hypermodeinc/dgraph/issues/5095 -[#4917]: https://github.com/hypermodeinc/dgraph/issues/4917 -[#5090]: https://github.com/hypermodeinc/dgraph/issues/5090 -[#5307]: https://github.com/hypermodeinc/dgraph/issues/5307 -[#5402]: https://github.com/hypermodeinc/dgraph/issues/5402 -[#5540]: https://github.com/hypermodeinc/dgraph/issues/5540 -[#5576]: https://github.com/hypermodeinc/dgraph/issues/5576 -[#5625]: https://github.com/hypermodeinc/dgraph/issues/5625 -[#5562]: https://github.com/hypermodeinc/dgraph/issues/5562 -[#5552]: https://github.com/hypermodeinc/dgraph/issues/5552 -[#5369]: https://github.com/hypermodeinc/dgraph/issues/5369 -[#5292]: https://github.com/hypermodeinc/dgraph/issues/5292 -[#5234]: https://github.com/hypermodeinc/dgraph/issues/5234 -[#5293]: https://github.com/hypermodeinc/dgraph/issues/5293 -[#5308]: https://github.com/hypermodeinc/dgraph/issues/5308 -[#4963]: https://github.com/hypermodeinc/dgraph/issues/4963 -[#5380]: https://github.com/hypermodeinc/dgraph/issues/5380 -[#5547]: https://github.com/hypermodeinc/dgraph/issues/5547 -[#5534]: https://github.com/hypermodeinc/dgraph/issues/5534 -[#5497]: https://github.com/hypermodeinc/dgraph/issues/5497 -[#5296]: https://github.com/hypermodeinc/dgraph/issues/5296 -[#5526]: https://github.com/hypermodeinc/dgraph/issues/5526 -[#5531]: https://github.com/hypermodeinc/dgraph/issues/5531 -[#5487]: https://github.com/hypermodeinc/dgraph/issues/5487 -[#5316]: https://github.com/hypermodeinc/dgraph/issues/5316 -[#5425]: https://github.com/hypermodeinc/dgraph/issues/5425 -[#5362]: https://github.com/hypermodeinc/dgraph/issues/5362 -[#5354]: https://github.com/hypermodeinc/dgraph/issues/5354 -[#5329]: https://github.com/hypermodeinc/dgraph/issues/5329 -[#5328]: https://github.com/hypermodeinc/dgraph/issues/5328 -[#5317]: https://github.com/hypermodeinc/dgraph/issues/5317 -[#5588]: https://github.com/hypermodeinc/dgraph/issues/5588 -[#5605]: https://github.com/hypermodeinc/dgraph/issues/5605 -[#5571]: https://github.com/hypermodeinc/dgraph/issues/5571 -[#5561]: https://github.com/hypermodeinc/dgraph/issues/5561 -[#5503]: https://github.com/hypermodeinc/dgraph/issues/5503 -[#5551]: https://github.com/hypermodeinc/dgraph/issues/5551 -[#5544]: https://github.com/hypermodeinc/dgraph/issues/5544 -[#5524]: https://github.com/hypermodeinc/dgraph/issues/5524 -[#5467]: https://github.com/hypermodeinc/dgraph/issues/5467 -[#5498]: https://github.com/hypermodeinc/dgraph/issues/5498 -[#5492]: https://github.com/hypermodeinc/dgraph/issues/5492 -[#5478]: https://github.com/hypermodeinc/dgraph/issues/5478 -[#5418]: https://github.com/hypermodeinc/dgraph/issues/5418 -[#5426]: https://github.com/hypermodeinc/dgraph/issues/5426 -[#5410]: https://github.com/hypermodeinc/dgraph/issues/5410 -[#5414]: https://github.com/hypermodeinc/dgraph/issues/5414 -[#5397]: https://github.com/hypermodeinc/dgraph/issues/5397 -[#5007]: https://github.com/hypermodeinc/dgraph/issues/5007 -[#5334]: https://github.com/hypermodeinc/dgraph/issues/5334 -[#5333]: https://github.com/hypermodeinc/dgraph/issues/5333 -[#5209]: https://github.com/hypermodeinc/dgraph/issues/5209 -[#3873]: https://github.com/hypermodeinc/dgraph/issues/3873 -[#5138]: https://github.com/hypermodeinc/dgraph/issues/5138 -[#5137]: https://github.com/hypermodeinc/dgraph/issues/5137 -[#5126]: https://github.com/hypermodeinc/dgraph/issues/5126 -[#5085]: https://github.com/hypermodeinc/dgraph/issues/5085 -[#5051]: https://github.com/hypermodeinc/dgraph/issues/5051 -[#5023]: https://github.com/hypermodeinc/dgraph/issues/5023 -[#4878]: https://github.com/hypermodeinc/dgraph/issues/4878 -[#5185]: https://github.com/hypermodeinc/dgraph/issues/5185 -[#5148]: https://github.com/hypermodeinc/dgraph/issues/5148 -[#4798]: https://github.com/hypermodeinc/dgraph/issues/4798 -[#4581]: https://github.com/hypermodeinc/dgraph/issues/4581 -[#4907]: https://github.com/hypermodeinc/dgraph/issues/4907 -[#5424]: https://github.com/hypermodeinc/dgraph/issues/5424 -[#5436]: https://github.com/hypermodeinc/dgraph/issues/5436 -[#5537]: https://github.com/hypermodeinc/dgraph/issues/5537 -[#5657]: https://github.com/hypermodeinc/dgraph/issues/5657 -[#5726]: https://github.com/hypermodeinc/dgraph/issues/5726 -[#5727]: https://github.com/hypermodeinc/dgraph/issues/5727 -[#5408]: https://github.com/hypermodeinc/dgraph/issues/5408 -[#5684]: https://github.com/hypermodeinc/dgraph/issues/5684 +[#6050]: https://github.com/dgraph-io/dgraph/issues/6050 +[#6045]: https://github.com/dgraph-io/dgraph/issues/6045 +[#5725]: https://github.com/dgraph-io/dgraph/issues/5725 +[#5579]: https://github.com/dgraph-io/dgraph/issues/5579 +[#5685]: https://github.com/dgraph-io/dgraph/issues/5685 +[#5682]: https://github.com/dgraph-io/dgraph/issues/5682 +[#5572]: https://github.com/dgraph-io/dgraph/issues/5572 +[#4789]: https://github.com/dgraph-io/dgraph/issues/4789 +[#5511]: https://github.com/dgraph-io/dgraph/issues/5511 +[#4758]: https://github.com/dgraph-io/dgraph/issues/4758 +[#5162]: https://github.com/dgraph-io/dgraph/issues/5162 +[#5457]: https://github.com/dgraph-io/dgraph/issues/5457 +[#5004]: https://github.com/dgraph-io/dgraph/issues/5004 +[#5157]: https://github.com/dgraph-io/dgraph/issues/5157 +[#5197]: https://github.com/dgraph-io/dgraph/issues/5197 +[#5387]: https://github.com/dgraph-io/dgraph/issues/5387 +[#5226]: https://github.com/dgraph-io/dgraph/issues/5226 +[#5208]: https://github.com/dgraph-io/dgraph/issues/5208 +[#5125]: https://github.com/dgraph-io/dgraph/issues/5125 +[#5095]: https://github.com/dgraph-io/dgraph/issues/5095 +[#4917]: https://github.com/dgraph-io/dgraph/issues/4917 +[#5090]: https://github.com/dgraph-io/dgraph/issues/5090 +[#5307]: https://github.com/dgraph-io/dgraph/issues/5307 +[#5402]: https://github.com/dgraph-io/dgraph/issues/5402 +[#5540]: https://github.com/dgraph-io/dgraph/issues/5540 +[#5576]: https://github.com/dgraph-io/dgraph/issues/5576 +[#5625]: https://github.com/dgraph-io/dgraph/issues/5625 +[#5562]: https://github.com/dgraph-io/dgraph/issues/5562 +[#5552]: https://github.com/dgraph-io/dgraph/issues/5552 +[#5369]: https://github.com/dgraph-io/dgraph/issues/5369 +[#5292]: https://github.com/dgraph-io/dgraph/issues/5292 +[#5234]: https://github.com/dgraph-io/dgraph/issues/5234 +[#5293]: https://github.com/dgraph-io/dgraph/issues/5293 +[#5308]: https://github.com/dgraph-io/dgraph/issues/5308 +[#4963]: https://github.com/dgraph-io/dgraph/issues/4963 +[#5380]: https://github.com/dgraph-io/dgraph/issues/5380 +[#5547]: https://github.com/dgraph-io/dgraph/issues/5547 +[#5534]: https://github.com/dgraph-io/dgraph/issues/5534 +[#5497]: https://github.com/dgraph-io/dgraph/issues/5497 +[#5296]: https://github.com/dgraph-io/dgraph/issues/5296 +[#5526]: https://github.com/dgraph-io/dgraph/issues/5526 +[#5531]: https://github.com/dgraph-io/dgraph/issues/5531 +[#5487]: https://github.com/dgraph-io/dgraph/issues/5487 +[#5316]: https://github.com/dgraph-io/dgraph/issues/5316 +[#5425]: https://github.com/dgraph-io/dgraph/issues/5425 +[#5362]: https://github.com/dgraph-io/dgraph/issues/5362 +[#5354]: https://github.com/dgraph-io/dgraph/issues/5354 +[#5329]: https://github.com/dgraph-io/dgraph/issues/5329 +[#5328]: https://github.com/dgraph-io/dgraph/issues/5328 +[#5317]: https://github.com/dgraph-io/dgraph/issues/5317 +[#5588]: https://github.com/dgraph-io/dgraph/issues/5588 +[#5605]: https://github.com/dgraph-io/dgraph/issues/5605 +[#5571]: https://github.com/dgraph-io/dgraph/issues/5571 +[#5561]: https://github.com/dgraph-io/dgraph/issues/5561 +[#5503]: https://github.com/dgraph-io/dgraph/issues/5503 +[#5551]: https://github.com/dgraph-io/dgraph/issues/5551 +[#5544]: https://github.com/dgraph-io/dgraph/issues/5544 +[#5524]: https://github.com/dgraph-io/dgraph/issues/5524 +[#5467]: https://github.com/dgraph-io/dgraph/issues/5467 +[#5498]: https://github.com/dgraph-io/dgraph/issues/5498 +[#5492]: https://github.com/dgraph-io/dgraph/issues/5492 +[#5478]: https://github.com/dgraph-io/dgraph/issues/5478 +[#5418]: https://github.com/dgraph-io/dgraph/issues/5418 +[#5426]: https://github.com/dgraph-io/dgraph/issues/5426 +[#5410]: https://github.com/dgraph-io/dgraph/issues/5410 +[#5414]: https://github.com/dgraph-io/dgraph/issues/5414 +[#5397]: https://github.com/dgraph-io/dgraph/issues/5397 +[#5007]: https://github.com/dgraph-io/dgraph/issues/5007 +[#5334]: https://github.com/dgraph-io/dgraph/issues/5334 +[#5333]: https://github.com/dgraph-io/dgraph/issues/5333 +[#5209]: https://github.com/dgraph-io/dgraph/issues/5209 +[#3873]: https://github.com/dgraph-io/dgraph/issues/3873 +[#5138]: https://github.com/dgraph-io/dgraph/issues/5138 +[#5137]: https://github.com/dgraph-io/dgraph/issues/5137 +[#5126]: https://github.com/dgraph-io/dgraph/issues/5126 +[#5085]: https://github.com/dgraph-io/dgraph/issues/5085 +[#5051]: https://github.com/dgraph-io/dgraph/issues/5051 +[#5023]: https://github.com/dgraph-io/dgraph/issues/5023 +[#4878]: https://github.com/dgraph-io/dgraph/issues/4878 +[#5185]: https://github.com/dgraph-io/dgraph/issues/5185 +[#5148]: https://github.com/dgraph-io/dgraph/issues/5148 +[#4798]: https://github.com/dgraph-io/dgraph/issues/4798 +[#4581]: https://github.com/dgraph-io/dgraph/issues/4581 +[#4907]: https://github.com/dgraph-io/dgraph/issues/4907 +[#5424]: https://github.com/dgraph-io/dgraph/issues/5424 +[#5436]: https://github.com/dgraph-io/dgraph/issues/5436 +[#5537]: https://github.com/dgraph-io/dgraph/issues/5537 +[#5657]: https://github.com/dgraph-io/dgraph/issues/5657 +[#5726]: https://github.com/dgraph-io/dgraph/issues/5726 +[#5727]: https://github.com/dgraph-io/dgraph/issues/5727 +[#5408]: https://github.com/dgraph-io/dgraph/issues/5408 +[#5684]: https://github.com/dgraph-io/dgraph/issues/5684 [e7b6e76f96e8]: https://github.com/dgraph-io/badger/commit/e7b6e76f96e8 -[#5949]: https://github.com/hypermodeinc/dgraph/issues/5949 -[#5704]: https://github.com/hypermodeinc/dgraph/issues/5704 -[#5765]: https://github.com/hypermodeinc/dgraph/issues/5765 -[#5809]: https://github.com/hypermodeinc/dgraph/issues/5809 -[#5830]: https://github.com/hypermodeinc/dgraph/issues/5830 -[#5855]: https://github.com/hypermodeinc/dgraph/issues/5855 -[#5856]: https://github.com/hypermodeinc/dgraph/issues/5856 -[#5858]: https://github.com/hypermodeinc/dgraph/issues/5858 -[#5833]: https://github.com/hypermodeinc/dgraph/issues/5833 -[#5875]: https://github.com/hypermodeinc/dgraph/issues/5875 -[#5980]: https://github.com/hypermodeinc/dgraph/issues/5980 -[#5560]: https://github.com/hypermodeinc/dgraph/issues/5560 -[#5912]: https://github.com/hypermodeinc/dgraph/issues/5912 -[#5601]: https://github.com/hypermodeinc/dgraph/issues/5601 -[#5970]: https://github.com/hypermodeinc/dgraph/issues/5970 -[#6008]: https://github.com/hypermodeinc/dgraph/issues/6008 -[#6005]: https://github.com/hypermodeinc/dgraph/issues/6005 -[#6015]: https://github.com/hypermodeinc/dgraph/issues/6015 -[#5732]: https://github.com/hypermodeinc/dgraph/issues/5732 -[#5863]: https://github.com/hypermodeinc/dgraph/issues/5863 -[#5862]: https://github.com/hypermodeinc/dgraph/issues/5862 -[#5982]: https://github.com/hypermodeinc/dgraph/issues/5982 -[#5744]: https://github.com/hypermodeinc/dgraph/issues/5744 -[#5828]: https://github.com/hypermodeinc/dgraph/issues/5828 -[#5311]: https://github.com/hypermodeinc/dgraph/issues/5311 -[#5921]: https://github.com/hypermodeinc/dgraph/issues/5921 -[#5854]: https://github.com/hypermodeinc/dgraph/issues/5854 -[#5840]: https://github.com/hypermodeinc/dgraph/issues/5840 -[#5758]: https://github.com/hypermodeinc/dgraph/issues/5758 -[#5983]: https://github.com/hypermodeinc/dgraph/issues/5983 -[#5957]: https://github.com/hypermodeinc/dgraph/issues/5957 -[#6014]: https://github.com/hypermodeinc/dgraph/issues/6014 -[#5824]: https://github.com/hypermodeinc/dgraph/issues/5824 -[#5823]: https://github.com/hypermodeinc/dgraph/issues/5823 -[#5891]: https://github.com/hypermodeinc/dgraph/issues/5891 -[#5792]: https://github.com/hypermodeinc/dgraph/issues/5792 -[#5829]: https://github.com/hypermodeinc/dgraph/issues/5829 -[#5993]: https://github.com/hypermodeinc/dgraph/issues/5993 -[#5687]: https://github.com/hypermodeinc/dgraph/issues/5687 -[#5995]: https://github.com/hypermodeinc/dgraph/issues/5995 -[#6020]: https://github.com/hypermodeinc/dgraph/issues/6020 -[#5950]: https://github.com/hypermodeinc/dgraph/issues/5950 -[#6034]: https://github.com/hypermodeinc/dgraph/issues/6034 -[#6043]: https://github.com/hypermodeinc/dgraph/issues/6043 +[#5949]: https://github.com/dgraph-io/dgraph/issues/5949 +[#5704]: https://github.com/dgraph-io/dgraph/issues/5704 +[#5765]: https://github.com/dgraph-io/dgraph/issues/5765 +[#5809]: https://github.com/dgraph-io/dgraph/issues/5809 +[#5830]: https://github.com/dgraph-io/dgraph/issues/5830 +[#5855]: https://github.com/dgraph-io/dgraph/issues/5855 +[#5856]: https://github.com/dgraph-io/dgraph/issues/5856 +[#5858]: https://github.com/dgraph-io/dgraph/issues/5858 +[#5833]: https://github.com/dgraph-io/dgraph/issues/5833 +[#5875]: https://github.com/dgraph-io/dgraph/issues/5875 +[#5980]: https://github.com/dgraph-io/dgraph/issues/5980 +[#5560]: https://github.com/dgraph-io/dgraph/issues/5560 +[#5912]: https://github.com/dgraph-io/dgraph/issues/5912 +[#5601]: https://github.com/dgraph-io/dgraph/issues/5601 +[#5970]: https://github.com/dgraph-io/dgraph/issues/5970 +[#6008]: https://github.com/dgraph-io/dgraph/issues/6008 +[#6005]: https://github.com/dgraph-io/dgraph/issues/6005 +[#6015]: https://github.com/dgraph-io/dgraph/issues/6015 +[#5732]: https://github.com/dgraph-io/dgraph/issues/5732 +[#5863]: https://github.com/dgraph-io/dgraph/issues/5863 +[#5862]: https://github.com/dgraph-io/dgraph/issues/5862 +[#5982]: https://github.com/dgraph-io/dgraph/issues/5982 +[#5744]: https://github.com/dgraph-io/dgraph/issues/5744 +[#5828]: https://github.com/dgraph-io/dgraph/issues/5828 +[#5311]: https://github.com/dgraph-io/dgraph/issues/5311 +[#5921]: https://github.com/dgraph-io/dgraph/issues/5921 +[#5854]: https://github.com/dgraph-io/dgraph/issues/5854 +[#5840]: https://github.com/dgraph-io/dgraph/issues/5840 +[#5758]: https://github.com/dgraph-io/dgraph/issues/5758 +[#5983]: https://github.com/dgraph-io/dgraph/issues/5983 +[#5957]: https://github.com/dgraph-io/dgraph/issues/5957 +[#6014]: https://github.com/dgraph-io/dgraph/issues/6014 +[#5824]: https://github.com/dgraph-io/dgraph/issues/5824 +[#5823]: https://github.com/dgraph-io/dgraph/issues/5823 +[#5891]: https://github.com/dgraph-io/dgraph/issues/5891 +[#5792]: https://github.com/dgraph-io/dgraph/issues/5792 +[#5829]: https://github.com/dgraph-io/dgraph/issues/5829 +[#5993]: https://github.com/dgraph-io/dgraph/issues/5993 +[#5687]: https://github.com/dgraph-io/dgraph/issues/5687 +[#5995]: https://github.com/dgraph-io/dgraph/issues/5995 +[#6020]: https://github.com/dgraph-io/dgraph/issues/6020 +[#5950]: https://github.com/dgraph-io/dgraph/issues/5950 +[#6034]: https://github.com/dgraph-io/dgraph/issues/6034 +[#6043]: https://github.com/dgraph-io/dgraph/issues/6043 ## [20.03.4] - 2020-07-23 -[20.03.4]: https://github.com/hypermodeinc/dgraph/compare/v20.03.3...v20.03.4 +[20.03.4]: https://github.com/dgraph-io/dgraph/compare/v20.03.3...v20.03.4 **Changed** @@ -2415,44 +2396,44 @@ https://discuss.dgraph.io/t/dgraph-v22-0-0-rc1-20221003-release-candidate/17839 - Backup: Change groupId from int to uint32. ([#5614][]) - Backup: Use a sync.Pool to allocate KVs. ([#5579][]) -[#5241]: https://github.com/hypermodeinc/dgraph/issues/5241 -[#5691]: https://github.com/hypermodeinc/dgraph/issues/5691 -[#5916]: https://github.com/hypermodeinc/dgraph/issues/5916 -[#5914]: https://github.com/hypermodeinc/dgraph/issues/5914 -[#5907]: https://github.com/hypermodeinc/dgraph/issues/5907 -[#5860]: https://github.com/hypermodeinc/dgraph/issues/5860 -[#5971]: https://github.com/hypermodeinc/dgraph/issues/5971 -[#5844]: https://github.com/hypermodeinc/dgraph/issues/5844 -[#5857]: https://github.com/hypermodeinc/dgraph/issues/5857 -[#5941]: https://github.com/hypermodeinc/dgraph/issues/5941 -[#5729]: https://github.com/hypermodeinc/dgraph/issues/5729 -[#5728]: https://github.com/hypermodeinc/dgraph/issues/5728 -[#5616]: https://github.com/hypermodeinc/dgraph/issues/5616 -[#5564]: https://github.com/hypermodeinc/dgraph/issues/5564 -[#5582]: https://github.com/hypermodeinc/dgraph/issues/5582 -[#5577]: https://github.com/hypermodeinc/dgraph/issues/5577 -[#5536]: https://github.com/hypermodeinc/dgraph/issues/5536 -[#5557]: https://github.com/hypermodeinc/dgraph/issues/5557 -[#5555]: https://github.com/hypermodeinc/dgraph/issues/5555 -[#5584]: https://github.com/hypermodeinc/dgraph/issues/5584 -[#5597]: https://github.com/hypermodeinc/dgraph/issues/5597 -[#5548]: https://github.com/hypermodeinc/dgraph/issues/5548 -[#5594]: https://github.com/hypermodeinc/dgraph/issues/5594 -[#5591]: https://github.com/hypermodeinc/dgraph/issues/5591 -[#4536]: https://github.com/hypermodeinc/dgraph/issues/4536 -[#5604]: https://github.com/hypermodeinc/dgraph/issues/5604 -[#5633]: https://github.com/hypermodeinc/dgraph/issues/5633 -[#5636]: https://github.com/hypermodeinc/dgraph/issues/5636 -[#5680]: https://github.com/hypermodeinc/dgraph/issues/5680 -[#5614]: https://github.com/hypermodeinc/dgraph/issues/5614 -[#5678]: https://github.com/hypermodeinc/dgraph/issues/5678 -[#5969]: https://github.com/hypermodeinc/dgraph/issues/5969 -[#6007]: https://github.com/hypermodeinc/dgraph/issues/6007 -[#6021]: https://github.com/hypermodeinc/dgraph/issues/6021 +[#5241]: https://github.com/dgraph-io/dgraph/issues/5241 +[#5691]: https://github.com/dgraph-io/dgraph/issues/5691 +[#5916]: https://github.com/dgraph-io/dgraph/issues/5916 +[#5914]: https://github.com/dgraph-io/dgraph/issues/5914 +[#5907]: https://github.com/dgraph-io/dgraph/issues/5907 +[#5860]: https://github.com/dgraph-io/dgraph/issues/5860 +[#5971]: https://github.com/dgraph-io/dgraph/issues/5971 +[#5844]: https://github.com/dgraph-io/dgraph/issues/5844 +[#5857]: https://github.com/dgraph-io/dgraph/issues/5857 +[#5941]: https://github.com/dgraph-io/dgraph/issues/5941 +[#5729]: https://github.com/dgraph-io/dgraph/issues/5729 +[#5728]: https://github.com/dgraph-io/dgraph/issues/5728 +[#5616]: https://github.com/dgraph-io/dgraph/issues/5616 +[#5564]: https://github.com/dgraph-io/dgraph/issues/5564 +[#5582]: https://github.com/dgraph-io/dgraph/issues/5582 +[#5577]: https://github.com/dgraph-io/dgraph/issues/5577 +[#5536]: https://github.com/dgraph-io/dgraph/issues/5536 +[#5557]: https://github.com/dgraph-io/dgraph/issues/5557 +[#5555]: https://github.com/dgraph-io/dgraph/issues/5555 +[#5584]: https://github.com/dgraph-io/dgraph/issues/5584 +[#5597]: https://github.com/dgraph-io/dgraph/issues/5597 +[#5548]: https://github.com/dgraph-io/dgraph/issues/5548 +[#5594]: https://github.com/dgraph-io/dgraph/issues/5594 +[#5591]: https://github.com/dgraph-io/dgraph/issues/5591 +[#4536]: https://github.com/dgraph-io/dgraph/issues/4536 +[#5604]: https://github.com/dgraph-io/dgraph/issues/5604 +[#5633]: https://github.com/dgraph-io/dgraph/issues/5633 +[#5636]: https://github.com/dgraph-io/dgraph/issues/5636 +[#5680]: https://github.com/dgraph-io/dgraph/issues/5680 +[#5614]: https://github.com/dgraph-io/dgraph/issues/5614 +[#5678]: https://github.com/dgraph-io/dgraph/issues/5678 +[#5969]: https://github.com/dgraph-io/dgraph/issues/5969 +[#6007]: https://github.com/dgraph-io/dgraph/issues/6007 +[#6021]: https://github.com/dgraph-io/dgraph/issues/6021 ## [1.2.6] - 2020-07-31 -[1.2.6]: https://github.com/hypermodeinc/dgraph/compare/v1.2.5...v1.2.6 +[1.2.6]: https://github.com/dgraph-io/dgraph/compare/v1.2.5...v1.2.6 **Changed** @@ -2501,28 +2482,28 @@ https://discuss.dgraph.io/t/dgraph-v22-0-0-rc1-20221003-release-candidate/17839 - Backup: During backup, collapse split posting lists into a single list. ([#4682][]) - Backup: Use a sync.Pool to allocate KVs during backup. ([#5579][]) -[#5730]: https://github.com/hypermodeinc/dgraph/issues/5730 -[#4600]: https://github.com/hypermodeinc/dgraph/issues/4600 -[#4682]: https://github.com/hypermodeinc/dgraph/issues/4682 -[#4867]: https://github.com/hypermodeinc/dgraph/issues/4867 -[#4945]: https://github.com/hypermodeinc/dgraph/issues/4945 -[#5908]: https://github.com/hypermodeinc/dgraph/issues/5908 -[#5749]: https://github.com/hypermodeinc/dgraph/issues/5749 -[#6022]: https://github.com/hypermodeinc/dgraph/issues/6022 -[#5554]: https://github.com/hypermodeinc/dgraph/issues/5554 -[#5596]: https://github.com/hypermodeinc/dgraph/issues/5596 -[#5595]: https://github.com/hypermodeinc/dgraph/issues/5595 -[#5593]: https://github.com/hypermodeinc/dgraph/issues/5593 -[#5592]: https://github.com/hypermodeinc/dgraph/issues/5592 -[#5603]: https://github.com/hypermodeinc/dgraph/issues/5603 -[#5615]: https://github.com/hypermodeinc/dgraph/issues/5615 -[#5613]: https://github.com/hypermodeinc/dgraph/issues/5613 -[#5940]: https://github.com/hypermodeinc/dgraph/issues/5940 -[#5990]: https://github.com/hypermodeinc/dgraph/issues/5613 +[#5730]: https://github.com/dgraph-io/dgraph/issues/5730 +[#4600]: https://github.com/dgraph-io/dgraph/issues/4600 +[#4682]: https://github.com/dgraph-io/dgraph/issues/4682 +[#4867]: https://github.com/dgraph-io/dgraph/issues/4867 +[#4945]: https://github.com/dgraph-io/dgraph/issues/4945 +[#5908]: https://github.com/dgraph-io/dgraph/issues/5908 +[#5749]: https://github.com/dgraph-io/dgraph/issues/5749 +[#6022]: https://github.com/dgraph-io/dgraph/issues/6022 +[#5554]: https://github.com/dgraph-io/dgraph/issues/5554 +[#5596]: https://github.com/dgraph-io/dgraph/issues/5596 +[#5595]: https://github.com/dgraph-io/dgraph/issues/5595 +[#5593]: https://github.com/dgraph-io/dgraph/issues/5593 +[#5592]: https://github.com/dgraph-io/dgraph/issues/5592 +[#5603]: https://github.com/dgraph-io/dgraph/issues/5603 +[#5615]: https://github.com/dgraph-io/dgraph/issues/5615 +[#5613]: https://github.com/dgraph-io/dgraph/issues/5613 +[#5940]: https://github.com/dgraph-io/dgraph/issues/5940 +[#5990]: https://github.com/dgraph-io/dgraph/issues/5613 ## [20.03.3] - 2020-06-02 -[20.03.3]: https://github.com/hypermodeinc/dgraph/compare/v20.03.1...v20.03.3 +[20.03.3]: https://github.com/dgraph-io/dgraph/compare/v20.03.1...v20.03.3 **Changed** @@ -2571,43 +2552,43 @@ https://discuss.dgraph.io/t/dgraph-v22-0-0-rc1-20221003-release-candidate/17839 - Use SensitiveByteSlice type for hmac secret. ([#5450][]) -[#5444]: https://github.com/hypermodeinc/dgraph/issues/5444 -[#5305]: https://github.com/hypermodeinc/dgraph/issues/5305 -[#5304]: https://github.com/hypermodeinc/dgraph/issues/5304 -[#5359]: https://github.com/hypermodeinc/dgraph/issues/5359 -[#5429]: https://github.com/hypermodeinc/dgraph/issues/5429 -[#5342]: https://github.com/hypermodeinc/dgraph/issues/5342 -[#5326]: https://github.com/hypermodeinc/dgraph/issues/5326 -[#5356]: https://github.com/hypermodeinc/dgraph/issues/5356 -[#5377]: https://github.com/hypermodeinc/dgraph/issues/5377 -[#5384]: https://github.com/hypermodeinc/dgraph/issues/5384 -[#5390]: https://github.com/hypermodeinc/dgraph/issues/5390 -[#5394]: https://github.com/hypermodeinc/dgraph/issues/5394 -[#5405]: https://github.com/hypermodeinc/dgraph/issues/5405 -[#5053]: https://github.com/hypermodeinc/dgraph/issues/5053 -[#5355]: https://github.com/hypermodeinc/dgraph/issues/5355 -[#5368]: https://github.com/hypermodeinc/dgraph/issues/5368 -[#5450]: https://github.com/hypermodeinc/dgraph/issues/5450 -[#5381]: https://github.com/hypermodeinc/dgraph/issues/5381 -[#5528]: https://github.com/hypermodeinc/dgraph/issues/5528 -[#5473]: https://github.com/hypermodeinc/dgraph/issues/5473 -[#5494]: https://github.com/hypermodeinc/dgraph/issues/5494 -[#5469]: https://github.com/hypermodeinc/dgraph/issues/5469 -[#5404]: https://github.com/hypermodeinc/dgraph/issues/5404 -[#5476]: https://github.com/hypermodeinc/dgraph/issues/5476 -[#5488]: https://github.com/hypermodeinc/dgraph/issues/5488 -[#5483]: https://github.com/hypermodeinc/dgraph/issues/5483 -[#5481]: https://github.com/hypermodeinc/dgraph/issues/5481 -[#5521]: https://github.com/hypermodeinc/dgraph/issues/5521 -[#5235]: https://github.com/hypermodeinc/dgraph/issues/5235 -[#5419]: https://github.com/hypermodeinc/dgraph/issues/5419 -[#5485]: https://github.com/hypermodeinc/dgraph/issues/5485 -[#5479]: https://github.com/hypermodeinc/dgraph/issues/5479 -[#5361]: https://github.com/hypermodeinc/dgraph/issues/5361 +[#5444]: https://github.com/dgraph-io/dgraph/issues/5444 +[#5305]: https://github.com/dgraph-io/dgraph/issues/5305 +[#5304]: https://github.com/dgraph-io/dgraph/issues/5304 +[#5359]: https://github.com/dgraph-io/dgraph/issues/5359 +[#5429]: https://github.com/dgraph-io/dgraph/issues/5429 +[#5342]: https://github.com/dgraph-io/dgraph/issues/5342 +[#5326]: https://github.com/dgraph-io/dgraph/issues/5326 +[#5356]: https://github.com/dgraph-io/dgraph/issues/5356 +[#5377]: https://github.com/dgraph-io/dgraph/issues/5377 +[#5384]: https://github.com/dgraph-io/dgraph/issues/5384 +[#5390]: https://github.com/dgraph-io/dgraph/issues/5390 +[#5394]: https://github.com/dgraph-io/dgraph/issues/5394 +[#5405]: https://github.com/dgraph-io/dgraph/issues/5405 +[#5053]: https://github.com/dgraph-io/dgraph/issues/5053 +[#5355]: https://github.com/dgraph-io/dgraph/issues/5355 +[#5368]: https://github.com/dgraph-io/dgraph/issues/5368 +[#5450]: https://github.com/dgraph-io/dgraph/issues/5450 +[#5381]: https://github.com/dgraph-io/dgraph/issues/5381 +[#5528]: https://github.com/dgraph-io/dgraph/issues/5528 +[#5473]: https://github.com/dgraph-io/dgraph/issues/5473 +[#5494]: https://github.com/dgraph-io/dgraph/issues/5494 +[#5469]: https://github.com/dgraph-io/dgraph/issues/5469 +[#5404]: https://github.com/dgraph-io/dgraph/issues/5404 +[#5476]: https://github.com/dgraph-io/dgraph/issues/5476 +[#5488]: https://github.com/dgraph-io/dgraph/issues/5488 +[#5483]: https://github.com/dgraph-io/dgraph/issues/5483 +[#5481]: https://github.com/dgraph-io/dgraph/issues/5481 +[#5521]: https://github.com/dgraph-io/dgraph/issues/5521 +[#5235]: https://github.com/dgraph-io/dgraph/issues/5235 +[#5419]: https://github.com/dgraph-io/dgraph/issues/5419 +[#5485]: https://github.com/dgraph-io/dgraph/issues/5485 +[#5479]: https://github.com/dgraph-io/dgraph/issues/5479 +[#5361]: https://github.com/dgraph-io/dgraph/issues/5361 ## [1.2.5] - 2020-06-02 -[1.2.5]: https://github.com/hypermodeinc/dgraph/compare/v1.2.3...v1.2.5 +[1.2.5]: https://github.com/dgraph-io/dgraph/compare/v1.2.3...v1.2.5 **Changed** @@ -2635,11 +2616,11 @@ https://discuss.dgraph.io/t/dgraph-v22-0-0-rc1-20221003-release-candidate/17839 - Use SensitiveByteSlice type for hmac secret. ([#5451][]) -[#5327]: https://github.com/hypermodeinc/dgraph/issues/5327 -[#5396]: https://github.com/hypermodeinc/dgraph/issues/5396 -[#5451]: https://github.com/hypermodeinc/dgraph/issues/5451 -[#5508]: https://github.com/hypermodeinc/dgraph/issues/5508 -[#5468]: https://github.com/hypermodeinc/dgraph/issues/5468 +[#5327]: https://github.com/dgraph-io/dgraph/issues/5327 +[#5396]: https://github.com/dgraph-io/dgraph/issues/5396 +[#5451]: https://github.com/dgraph-io/dgraph/issues/5451 +[#5508]: https://github.com/dgraph-io/dgraph/issues/5508 +[#5468]: https://github.com/dgraph-io/dgraph/issues/5468 ## [20.03.2] - 2020-05-15 @@ -2651,7 +2632,7 @@ This release was removed ## [20.03.1] - 2020-04-24 -[20.03.1]: https://github.com/hypermodeinc/dgraph/compare/v20.03.0...v20.03.1 +[20.03.1]: https://github.com/dgraph-io/dgraph/compare/v20.03.0...v20.03.1 **Changed** @@ -2708,42 +2689,42 @@ This release was removed - Add Badger expvar metrics to Prometheus metrics. Fixes [#4772][]. ([#5094][]) - Add option to apply enterprise license at zero's startup. ([#5170][]) -[#4979]: https://github.com/hypermodeinc/dgraph/issues/4979 -[#5230]: https://github.com/hypermodeinc/dgraph/issues/5230 -[#4965]: https://github.com/hypermodeinc/dgraph/issues/4965 -[#4992]: https://github.com/hypermodeinc/dgraph/issues/4992 -[#4946]: https://github.com/hypermodeinc/dgraph/issues/4946 -[#4961]: https://github.com/hypermodeinc/dgraph/issues/4961 -[#5005]: https://github.com/hypermodeinc/dgraph/issues/5005 -[#5024]: https://github.com/hypermodeinc/dgraph/issues/5024 -[#5073]: https://github.com/hypermodeinc/dgraph/issues/5073 -[#5280]: https://github.com/hypermodeinc/dgraph/issues/5280 -[#5097]: https://github.com/hypermodeinc/dgraph/issues/5097 -[#5150]: https://github.com/hypermodeinc/dgraph/issues/5150 -[#5132]: https://github.com/hypermodeinc/dgraph/issues/5132 -[#4959]: https://github.com/hypermodeinc/dgraph/issues/4959 -[#5019]: https://github.com/hypermodeinc/dgraph/issues/5019 -[#5081]: https://github.com/hypermodeinc/dgraph/issues/5081 -[#5034]: https://github.com/hypermodeinc/dgraph/issues/5034 -[#5169]: https://github.com/hypermodeinc/dgraph/issues/5169 -[#5170]: https://github.com/hypermodeinc/dgraph/issues/5170 -[#4892]: https://github.com/hypermodeinc/dgraph/issues/4892 -[#5146]: https://github.com/hypermodeinc/dgraph/issues/5146 -[#5206]: https://github.com/hypermodeinc/dgraph/issues/5206 -[#5152]: https://github.com/hypermodeinc/dgraph/issues/5152 -[#5252]: https://github.com/hypermodeinc/dgraph/issues/5252 -[#5199]: https://github.com/hypermodeinc/dgraph/issues/5199 -[#5158]: https://github.com/hypermodeinc/dgraph/issues/5158 -[#5213]: https://github.com/hypermodeinc/dgraph/issues/5213 -[#5144]: https://github.com/hypermodeinc/dgraph/issues/5144 -[#5103]: https://github.com/hypermodeinc/dgraph/issues/5103 -[#5155]: https://github.com/hypermodeinc/dgraph/issues/5155 -[#5238]: https://github.com/hypermodeinc/dgraph/issues/5238 -[#5272]: https://github.com/hypermodeinc/dgraph/issues/5272 +[#4979]: https://github.com/dgraph-io/dgraph/issues/4979 +[#5230]: https://github.com/dgraph-io/dgraph/issues/5230 +[#4965]: https://github.com/dgraph-io/dgraph/issues/4965 +[#4992]: https://github.com/dgraph-io/dgraph/issues/4992 +[#4946]: https://github.com/dgraph-io/dgraph/issues/4946 +[#4961]: https://github.com/dgraph-io/dgraph/issues/4961 +[#5005]: https://github.com/dgraph-io/dgraph/issues/5005 +[#5024]: https://github.com/dgraph-io/dgraph/issues/5024 +[#5073]: https://github.com/dgraph-io/dgraph/issues/5073 +[#5280]: https://github.com/dgraph-io/dgraph/issues/5280 +[#5097]: https://github.com/dgraph-io/dgraph/issues/5097 +[#5150]: https://github.com/dgraph-io/dgraph/issues/5150 +[#5132]: https://github.com/dgraph-io/dgraph/issues/5132 +[#4959]: https://github.com/dgraph-io/dgraph/issues/4959 +[#5019]: https://github.com/dgraph-io/dgraph/issues/5019 +[#5081]: https://github.com/dgraph-io/dgraph/issues/5081 +[#5034]: https://github.com/dgraph-io/dgraph/issues/5034 +[#5169]: https://github.com/dgraph-io/dgraph/issues/5169 +[#5170]: https://github.com/dgraph-io/dgraph/issues/5170 +[#4892]: https://github.com/dgraph-io/dgraph/issues/4892 +[#5146]: https://github.com/dgraph-io/dgraph/issues/5146 +[#5206]: https://github.com/dgraph-io/dgraph/issues/5206 +[#5152]: https://github.com/dgraph-io/dgraph/issues/5152 +[#5252]: https://github.com/dgraph-io/dgraph/issues/5252 +[#5199]: https://github.com/dgraph-io/dgraph/issues/5199 +[#5158]: https://github.com/dgraph-io/dgraph/issues/5158 +[#5213]: https://github.com/dgraph-io/dgraph/issues/5213 +[#5144]: https://github.com/dgraph-io/dgraph/issues/5144 +[#5103]: https://github.com/dgraph-io/dgraph/issues/5103 +[#5155]: https://github.com/dgraph-io/dgraph/issues/5155 +[#5238]: https://github.com/dgraph-io/dgraph/issues/5238 +[#5272]: https://github.com/dgraph-io/dgraph/issues/5272 ## [1.2.3] - 2020-04-24 -[1.2.3]: https://github.com/hypermodeinc/dgraph/compare/v1.2.2...v1.2.3 +[1.2.3]: https://github.com/dgraph-io/dgraph/compare/v1.2.2...v1.2.3 **Changed** @@ -2783,24 +2764,24 @@ This release was removed further incremental backups. ([#5103][]) - Add encryption support for export and import (via bulk, live loaders). ([#5155][]) -[#5163]: https://github.com/hypermodeinc/dgraph/issues/5163 -[#5012]: https://github.com/hypermodeinc/dgraph/issues/5012 -[#4674]: https://github.com/hypermodeinc/dgraph/issues/4674 -[#4842]: https://github.com/hypermodeinc/dgraph/issues/4842 -[#5258]: https://github.com/hypermodeinc/dgraph/issues/5258 -[#4901]: https://github.com/hypermodeinc/dgraph/issues/4901 -[#5184]: https://github.com/hypermodeinc/dgraph/issues/5184 -[#5088]: https://github.com/hypermodeinc/dgraph/issues/5088 -[#5273]: https://github.com/hypermodeinc/dgraph/issues/5273 -[#5268]: https://github.com/hypermodeinc/dgraph/issues/5268 -[#5102]: https://github.com/hypermodeinc/dgraph/issues/5102 -[#5255]: https://github.com/hypermodeinc/dgraph/issues/5255 -[#4772]: https://github.com/hypermodeinc/dgraph/issues/4772 -[#5094]: https://github.com/hypermodeinc/dgraph/issues/5094 +[#5163]: https://github.com/dgraph-io/dgraph/issues/5163 +[#5012]: https://github.com/dgraph-io/dgraph/issues/5012 +[#4674]: https://github.com/dgraph-io/dgraph/issues/4674 +[#4842]: https://github.com/dgraph-io/dgraph/issues/4842 +[#5258]: https://github.com/dgraph-io/dgraph/issues/5258 +[#4901]: https://github.com/dgraph-io/dgraph/issues/4901 +[#5184]: https://github.com/dgraph-io/dgraph/issues/5184 +[#5088]: https://github.com/dgraph-io/dgraph/issues/5088 +[#5273]: https://github.com/dgraph-io/dgraph/issues/5273 +[#5268]: https://github.com/dgraph-io/dgraph/issues/5268 +[#5102]: https://github.com/dgraph-io/dgraph/issues/5102 +[#5255]: https://github.com/dgraph-io/dgraph/issues/5255 +[#4772]: https://github.com/dgraph-io/dgraph/issues/4772 +[#5094]: https://github.com/dgraph-io/dgraph/issues/5094 ## [20.03.0] - 2020-03-30 -[20.03.0]: https://github.com/hypermodeinc/dgraph/compare/v1.2.2...v20.03.0 +[20.03.0]: https://github.com/dgraph-io/dgraph/compare/v1.2.2...v20.03.0 ** Note: This release requires you to export and re-import data prior to upgrading or rolling back. The underlying data format has been changed. ** @@ -2865,55 +2846,55 @@ The underlying data format has been changed. ** - **Breaking changes** - [BREAKING] Language sorting on Indexed data. Fixes [#4005][]. ([#4316][]) -[#5016]: https://github.com/hypermodeinc/dgraph/issues/5016 -[#4889]: https://github.com/hypermodeinc/dgraph/issues/4889 -[#4958]: https://github.com/hypermodeinc/dgraph/issues/4958 -[#4905]: https://github.com/hypermodeinc/dgraph/issues/4905 -[#4659]: https://github.com/hypermodeinc/dgraph/issues/4659 -[#4712]: https://github.com/hypermodeinc/dgraph/issues/4712 -[#4893]: https://github.com/hypermodeinc/dgraph/issues/4893 -[#4767]: https://github.com/hypermodeinc/dgraph/issues/4767 -[#4751]: https://github.com/hypermodeinc/dgraph/issues/4751 -[#4908]: https://github.com/hypermodeinc/dgraph/issues/4908 -[#4923]: https://github.com/hypermodeinc/dgraph/issues/4923 -[#4970]: https://github.com/hypermodeinc/dgraph/issues/4970 -[#4981]: https://github.com/hypermodeinc/dgraph/issues/4981 -[#4841]: https://github.com/hypermodeinc/dgraph/issues/4841 -[#4782]: https://github.com/hypermodeinc/dgraph/issues/4782 -[#4935]: https://github.com/hypermodeinc/dgraph/issues/4935 -[#4972]: https://github.com/hypermodeinc/dgraph/issues/4972 -[#4916]: https://github.com/hypermodeinc/dgraph/issues/4916 -[#4875]: https://github.com/hypermodeinc/dgraph/issues/4875 -[#4872]: https://github.com/hypermodeinc/dgraph/issues/4872 -[#4756]: https://github.com/hypermodeinc/dgraph/issues/4756 -[#4819]: https://github.com/hypermodeinc/dgraph/issues/4819 -[#4755]: https://github.com/hypermodeinc/dgraph/issues/4755 -[#4766]: https://github.com/hypermodeinc/dgraph/issues/4766 -[#4468]: https://github.com/hypermodeinc/dgraph/issues/4468 -[#4793]: https://github.com/hypermodeinc/dgraph/issues/4793 -[#4777]: https://github.com/hypermodeinc/dgraph/issues/4777 -[#4768]: https://github.com/hypermodeinc/dgraph/issues/4768 -[#4760]: https://github.com/hypermodeinc/dgraph/issues/4760 -[#4739]: https://github.com/hypermodeinc/dgraph/issues/4739 -[#4706]: https://github.com/hypermodeinc/dgraph/issues/4706 -[#4607]: https://github.com/hypermodeinc/dgraph/issues/4607 -[#933]: https://github.com/hypermodeinc/dgraph/issues/933 -[#3638]: https://github.com/hypermodeinc/dgraph/issues/3638 -[#4579]: https://github.com/hypermodeinc/dgraph/issues/4579 -[#4725]: https://github.com/hypermodeinc/dgraph/issues/4725 -[#4669]: https://github.com/hypermodeinc/dgraph/issues/4669 -[#4774]: https://github.com/hypermodeinc/dgraph/issues/4774 -[#4726]: https://github.com/hypermodeinc/dgraph/issues/4726 -[#4695]: https://github.com/hypermodeinc/dgraph/issues/4695 -[#4702]: https://github.com/hypermodeinc/dgraph/issues/4702 -[#3610]: https://github.com/hypermodeinc/dgraph/issues/3610 -[#4773]: https://github.com/hypermodeinc/dgraph/issues/4773 -[#4005]: https://github.com/hypermodeinc/dgraph/issues/4005 -[#4316]: https://github.com/hypermodeinc/dgraph/issues/4316 +[#5016]: https://github.com/dgraph-io/dgraph/issues/5016 +[#4889]: https://github.com/dgraph-io/dgraph/issues/4889 +[#4958]: https://github.com/dgraph-io/dgraph/issues/4958 +[#4905]: https://github.com/dgraph-io/dgraph/issues/4905 +[#4659]: https://github.com/dgraph-io/dgraph/issues/4659 +[#4712]: https://github.com/dgraph-io/dgraph/issues/4712 +[#4893]: https://github.com/dgraph-io/dgraph/issues/4893 +[#4767]: https://github.com/dgraph-io/dgraph/issues/4767 +[#4751]: https://github.com/dgraph-io/dgraph/issues/4751 +[#4908]: https://github.com/dgraph-io/dgraph/issues/4908 +[#4923]: https://github.com/dgraph-io/dgraph/issues/4923 +[#4970]: https://github.com/dgraph-io/dgraph/issues/4970 +[#4981]: https://github.com/dgraph-io/dgraph/issues/4981 +[#4841]: https://github.com/dgraph-io/dgraph/issues/4841 +[#4782]: https://github.com/dgraph-io/dgraph/issues/4782 +[#4935]: https://github.com/dgraph-io/dgraph/issues/4935 +[#4972]: https://github.com/dgraph-io/dgraph/issues/4972 +[#4916]: https://github.com/dgraph-io/dgraph/issues/4916 +[#4875]: https://github.com/dgraph-io/dgraph/issues/4875 +[#4872]: https://github.com/dgraph-io/dgraph/issues/4872 +[#4756]: https://github.com/dgraph-io/dgraph/issues/4756 +[#4819]: https://github.com/dgraph-io/dgraph/issues/4819 +[#4755]: https://github.com/dgraph-io/dgraph/issues/4755 +[#4766]: https://github.com/dgraph-io/dgraph/issues/4766 +[#4468]: https://github.com/dgraph-io/dgraph/issues/4468 +[#4793]: https://github.com/dgraph-io/dgraph/issues/4793 +[#4777]: https://github.com/dgraph-io/dgraph/issues/4777 +[#4768]: https://github.com/dgraph-io/dgraph/issues/4768 +[#4760]: https://github.com/dgraph-io/dgraph/issues/4760 +[#4739]: https://github.com/dgraph-io/dgraph/issues/4739 +[#4706]: https://github.com/dgraph-io/dgraph/issues/4706 +[#4607]: https://github.com/dgraph-io/dgraph/issues/4607 +[#933]: https://github.com/dgraph-io/dgraph/issues/933 +[#3638]: https://github.com/dgraph-io/dgraph/issues/3638 +[#4579]: https://github.com/dgraph-io/dgraph/issues/4579 +[#4725]: https://github.com/dgraph-io/dgraph/issues/4725 +[#4669]: https://github.com/dgraph-io/dgraph/issues/4669 +[#4774]: https://github.com/dgraph-io/dgraph/issues/4774 +[#4726]: https://github.com/dgraph-io/dgraph/issues/4726 +[#4695]: https://github.com/dgraph-io/dgraph/issues/4695 +[#4702]: https://github.com/dgraph-io/dgraph/issues/4702 +[#3610]: https://github.com/dgraph-io/dgraph/issues/3610 +[#4773]: https://github.com/dgraph-io/dgraph/issues/4773 +[#4005]: https://github.com/dgraph-io/dgraph/issues/4005 +[#4316]: https://github.com/dgraph-io/dgraph/issues/4316 ## [1.2.2] - 2020-03-19 -[1.2.2]: https://github.com/hypermodeinc/dgraph/compare/v1.2.1...v1.2.2 +[1.2.2]: https://github.com/dgraph-io/dgraph/compare/v1.2.1...v1.2.2 **Changed** @@ -2941,45 +2922,45 @@ The underlying data format has been changed. ** - Backups: Verify host when default and custom credentials are used. Fixes [#4855][]. ([#4858][]) - Backups: Split lists when restoring from backup. ([#4912][]) -[#4967]: https://github.com/hypermodeinc/dgraph/issues/4967 -[#4951]: https://github.com/hypermodeinc/dgraph/issues/4951 -[#4532]: https://github.com/hypermodeinc/dgraph/issues/4532 -[#4948]: https://github.com/hypermodeinc/dgraph/issues/4948 -[#4784]: https://github.com/hypermodeinc/dgraph/issues/4784 -[#4896]: https://github.com/hypermodeinc/dgraph/issues/4896 -[#4856]: https://github.com/hypermodeinc/dgraph/issues/4856 -[#4857]: https://github.com/hypermodeinc/dgraph/issues/4857 -[#4881]: https://github.com/hypermodeinc/dgraph/issues/4881 -[#4912]: https://github.com/hypermodeinc/dgraph/issues/4912 -[#4855]: https://github.com/hypermodeinc/dgraph/issues/4855 -[#4858]: https://github.com/hypermodeinc/dgraph/issues/4858 -[#4879]: https://github.com/hypermodeinc/dgraph/issues/4879 -[#4883]: https://github.com/hypermodeinc/dgraph/issues/4883 -[#4933]: https://github.com/hypermodeinc/dgraph/issues/4933 -[#4937]: https://github.com/hypermodeinc/dgraph/issues/4937 -[#4891]: https://github.com/hypermodeinc/dgraph/issues/4891 -[#4880]: https://github.com/hypermodeinc/dgraph/issues/4880 -[#4816]: https://github.com/hypermodeinc/dgraph/issues/4816 -[#4877]: https://github.com/hypermodeinc/dgraph/issues/4877 -[#4922]: https://github.com/hypermodeinc/dgraph/issues/4922 -[#4707]: https://github.com/hypermodeinc/dgraph/issues/4707 -[#4860]: https://github.com/hypermodeinc/dgraph/issues/4860 +[#4967]: https://github.com/dgraph-io/dgraph/issues/4967 +[#4951]: https://github.com/dgraph-io/dgraph/issues/4951 +[#4532]: https://github.com/dgraph-io/dgraph/issues/4532 +[#4948]: https://github.com/dgraph-io/dgraph/issues/4948 +[#4784]: https://github.com/dgraph-io/dgraph/issues/4784 +[#4896]: https://github.com/dgraph-io/dgraph/issues/4896 +[#4856]: https://github.com/dgraph-io/dgraph/issues/4856 +[#4857]: https://github.com/dgraph-io/dgraph/issues/4857 +[#4881]: https://github.com/dgraph-io/dgraph/issues/4881 +[#4912]: https://github.com/dgraph-io/dgraph/issues/4912 +[#4855]: https://github.com/dgraph-io/dgraph/issues/4855 +[#4858]: https://github.com/dgraph-io/dgraph/issues/4858 +[#4879]: https://github.com/dgraph-io/dgraph/issues/4879 +[#4883]: https://github.com/dgraph-io/dgraph/issues/4883 +[#4933]: https://github.com/dgraph-io/dgraph/issues/4933 +[#4937]: https://github.com/dgraph-io/dgraph/issues/4937 +[#4891]: https://github.com/dgraph-io/dgraph/issues/4891 +[#4880]: https://github.com/dgraph-io/dgraph/issues/4880 +[#4816]: https://github.com/dgraph-io/dgraph/issues/4816 +[#4877]: https://github.com/dgraph-io/dgraph/issues/4877 +[#4922]: https://github.com/dgraph-io/dgraph/issues/4922 +[#4707]: https://github.com/dgraph-io/dgraph/issues/4707 +[#4860]: https://github.com/dgraph-io/dgraph/issues/4860 ## [1.2.1] - 2020-02-06 -[1.2.1]: https://github.com/hypermodeinc/dgraph/compare/v1.2.0...v1.2.1 +[1.2.1]: https://github.com/dgraph-io/dgraph/compare/v1.2.0...v1.2.1 **Fixed** - Fix bug related to posting list split, and re-enable posting list splits. Fixes [#4733][]. ([#4742][]) -[#4733]: https://github.com/hypermodeinc/dgraph/issues/4733 -[#4742]: https://github.com/hypermodeinc/dgraph/issues/4742 +[#4733]: https://github.com/dgraph-io/dgraph/issues/4733 +[#4742]: https://github.com/dgraph-io/dgraph/issues/4742 ## [1.2.0] - 2020-01-27 -[1.2.0]: https://github.com/hypermodeinc/dgraph/compare/v1.1.1...v1.2.0 +[1.2.0]: https://github.com/dgraph-io/dgraph/compare/v1.1.1...v1.2.0 **Changed** @@ -3026,47 +3007,47 @@ The underlying data format has been changed. ** - Enterprise features - Backup types. Fixes [#4507][]. ([#4514][]) -[#4440]: https://github.com/hypermodeinc/dgraph/pull/4440 -[#4574]: https://github.com/hypermodeinc/dgraph/pull/4574 -[#4672]: https://github.com/hypermodeinc/dgraph/pull/4672 -[#4530]: https://github.com/hypermodeinc/dgraph/issues/4530 -[#4310]: https://github.com/hypermodeinc/dgraph/issues/4310 -[#4517]: https://github.com/hypermodeinc/dgraph/issues/4517 -[#4473]: https://github.com/hypermodeinc/dgraph/issues/4473 -[#4545]: https://github.com/hypermodeinc/dgraph/issues/4545 -[#4494]: https://github.com/hypermodeinc/dgraph/issues/4494 -[#4460]: https://github.com/hypermodeinc/dgraph/issues/4460 -[#4465]: https://github.com/hypermodeinc/dgraph/issues/4465 -[#4404]: https://github.com/hypermodeinc/dgraph/issues/4404 -[#3904]: https://github.com/hypermodeinc/dgraph/issues/3904 -[#4514]: https://github.com/hypermodeinc/dgraph/issues/4514 -[#4507]: https://github.com/hypermodeinc/dgraph/issues/4507 -[#4328]: https://github.com/hypermodeinc/dgraph/issues/4328 -[#3788]: https://github.com/hypermodeinc/dgraph/issues/3788 -[#4447]: https://github.com/hypermodeinc/dgraph/issues/4447 -[#4411]: https://github.com/hypermodeinc/dgraph/issues/4411 -[#4321]: https://github.com/hypermodeinc/dgraph/issues/4321 -[#4362]: https://github.com/hypermodeinc/dgraph/issues/4362 -[#4572]: https://github.com/hypermodeinc/dgraph/issues/4572 -[#4390]: https://github.com/hypermodeinc/dgraph/issues/4390 -[#4479]: https://github.com/hypermodeinc/dgraph/issues/4479 -[#4136]: https://github.com/hypermodeinc/dgraph/issues/4136 -[#4464]: https://github.com/hypermodeinc/dgraph/issues/4464 -[#4531]: https://github.com/hypermodeinc/dgraph/issues/4531 -[#4305]: https://github.com/hypermodeinc/dgraph/issues/4305 -[#4454]: https://github.com/hypermodeinc/dgraph/issues/4454 -[#4079]: https://github.com/hypermodeinc/dgraph/issues/4079 -[#4405]: https://github.com/hypermodeinc/dgraph/issues/4405 -[#4267]: https://github.com/hypermodeinc/dgraph/issues/4267 -[#4081]: https://github.com/hypermodeinc/dgraph/issues/4081 -[#4535]: https://github.com/hypermodeinc/dgraph/issues/4535 -[#4385]: https://github.com/hypermodeinc/dgraph/issues/4385 -[#3301]: https://github.com/hypermodeinc/dgraph/issues/3301 -[#4435]: https://github.com/hypermodeinc/dgraph/issues/4435 +[#4440]: https://github.com/dgraph-io/dgraph/pull/4440 +[#4574]: https://github.com/dgraph-io/dgraph/pull/4574 +[#4672]: https://github.com/dgraph-io/dgraph/pull/4672 +[#4530]: https://github.com/dgraph-io/dgraph/issues/4530 +[#4310]: https://github.com/dgraph-io/dgraph/issues/4310 +[#4517]: https://github.com/dgraph-io/dgraph/issues/4517 +[#4473]: https://github.com/dgraph-io/dgraph/issues/4473 +[#4545]: https://github.com/dgraph-io/dgraph/issues/4545 +[#4494]: https://github.com/dgraph-io/dgraph/issues/4494 +[#4460]: https://github.com/dgraph-io/dgraph/issues/4460 +[#4465]: https://github.com/dgraph-io/dgraph/issues/4465 +[#4404]: https://github.com/dgraph-io/dgraph/issues/4404 +[#3904]: https://github.com/dgraph-io/dgraph/issues/3904 +[#4514]: https://github.com/dgraph-io/dgraph/issues/4514 +[#4507]: https://github.com/dgraph-io/dgraph/issues/4507 +[#4328]: https://github.com/dgraph-io/dgraph/issues/4328 +[#3788]: https://github.com/dgraph-io/dgraph/issues/3788 +[#4447]: https://github.com/dgraph-io/dgraph/issues/4447 +[#4411]: https://github.com/dgraph-io/dgraph/issues/4411 +[#4321]: https://github.com/dgraph-io/dgraph/issues/4321 +[#4362]: https://github.com/dgraph-io/dgraph/issues/4362 +[#4572]: https://github.com/dgraph-io/dgraph/issues/4572 +[#4390]: https://github.com/dgraph-io/dgraph/issues/4390 +[#4479]: https://github.com/dgraph-io/dgraph/issues/4479 +[#4136]: https://github.com/dgraph-io/dgraph/issues/4136 +[#4464]: https://github.com/dgraph-io/dgraph/issues/4464 +[#4531]: https://github.com/dgraph-io/dgraph/issues/4531 +[#4305]: https://github.com/dgraph-io/dgraph/issues/4305 +[#4454]: https://github.com/dgraph-io/dgraph/issues/4454 +[#4079]: https://github.com/dgraph-io/dgraph/issues/4079 +[#4405]: https://github.com/dgraph-io/dgraph/issues/4405 +[#4267]: https://github.com/dgraph-io/dgraph/issues/4267 +[#4081]: https://github.com/dgraph-io/dgraph/issues/4081 +[#4535]: https://github.com/dgraph-io/dgraph/issues/4535 +[#4385]: https://github.com/dgraph-io/dgraph/issues/4385 +[#3301]: https://github.com/dgraph-io/dgraph/issues/3301 +[#4435]: https://github.com/dgraph-io/dgraph/issues/4435 ## [1.1.1] - 2019-12-16 -[1.1.1]: https://github.com/hypermodeinc/dgraph/compare/v1.1.0...v1.1.1 +[1.1.1]: https://github.com/dgraph-io/dgraph/compare/v1.1.0...v1.1.1 **Changed** @@ -3180,117 +3161,117 @@ Enterprise features: - Create restore directory when running "dgraph restore". Fixes [#4315][]. ([#4352][]) - Write group_id files to postings directories during restore. ([#4365][]) -[#4119]: https://github.com/hypermodeinc/dgraph/issues/4119 -[#4171]: https://github.com/hypermodeinc/dgraph/issues/4171 -[#4146]: https://github.com/hypermodeinc/dgraph/issues/4146 -[#4017]: https://github.com/hypermodeinc/dgraph/issues/4017 -[#3889]: https://github.com/hypermodeinc/dgraph/issues/3889 -[#3846]: https://github.com/hypermodeinc/dgraph/issues/3846 -[#3368]: https://github.com/hypermodeinc/dgraph/issues/3368 -[#4032]: https://github.com/hypermodeinc/dgraph/issues/4032 -[#4075]: https://github.com/hypermodeinc/dgraph/issues/4075 -[#4253]: https://github.com/hypermodeinc/dgraph/issues/4253 -[#3970]: https://github.com/hypermodeinc/dgraph/issues/3970 -[#4066]: https://github.com/hypermodeinc/dgraph/issues/4066 -[#4076]: https://github.com/hypermodeinc/dgraph/issues/4076 -[#4012]: https://github.com/hypermodeinc/dgraph/issues/4012 -[#4030]: https://github.com/hypermodeinc/dgraph/issues/4030 -[#4065]: https://github.com/hypermodeinc/dgraph/issues/4065 -[#4089]: https://github.com/hypermodeinc/dgraph/issues/4089 -[#4114]: https://github.com/hypermodeinc/dgraph/issues/4114 -[#4107]: https://github.com/hypermodeinc/dgraph/issues/4107 -[#4006]: https://github.com/hypermodeinc/dgraph/issues/4006 -[#4042]: https://github.com/hypermodeinc/dgraph/issues/4042 -[#3877]: https://github.com/hypermodeinc/dgraph/issues/3877 -[#3947]: https://github.com/hypermodeinc/dgraph/issues/3947 -[#4061]: https://github.com/hypermodeinc/dgraph/issues/4061 -[#4217]: https://github.com/hypermodeinc/dgraph/issues/4217 -[#3920]: https://github.com/hypermodeinc/dgraph/issues/3920 -[#4033]: https://github.com/hypermodeinc/dgraph/issues/4033 -[#4016]: https://github.com/hypermodeinc/dgraph/issues/4016 -[#3893]: https://github.com/hypermodeinc/dgraph/issues/3893 -[#3932]: https://github.com/hypermodeinc/dgraph/issues/3932 -[#3937]: https://github.com/hypermodeinc/dgraph/issues/3937 -[#3926]: https://github.com/hypermodeinc/dgraph/issues/3926 -[#3924]: https://github.com/hypermodeinc/dgraph/issues/3924 -[#3925]: https://github.com/hypermodeinc/dgraph/issues/3925 -[#3922]: https://github.com/hypermodeinc/dgraph/issues/3922 -[#3950]: https://github.com/hypermodeinc/dgraph/issues/3950 -[#3966]: https://github.com/hypermodeinc/dgraph/issues/3966 -[#3990]: https://github.com/hypermodeinc/dgraph/issues/3990 -[#3959]: https://github.com/hypermodeinc/dgraph/issues/3959 -[#3960]: https://github.com/hypermodeinc/dgraph/issues/3960 -[#3725]: https://github.com/hypermodeinc/dgraph/issues/3725 -[#3991]: https://github.com/hypermodeinc/dgraph/issues/3991 -[#3992]: https://github.com/hypermodeinc/dgraph/issues/3992 -[#3994]: https://github.com/hypermodeinc/dgraph/issues/3994 -[#4028]: https://github.com/hypermodeinc/dgraph/issues/4028 -[#4036]: https://github.com/hypermodeinc/dgraph/issues/4036 -[#4053]: https://github.com/hypermodeinc/dgraph/issues/4053 -[#4084]: https://github.com/hypermodeinc/dgraph/issues/4084 -[#4088]: https://github.com/hypermodeinc/dgraph/issues/4088 -[#4144]: https://github.com/hypermodeinc/dgraph/issues/4144 -[#4157]: https://github.com/hypermodeinc/dgraph/issues/4157 -[#4175]: https://github.com/hypermodeinc/dgraph/issues/4175 -[#4038]: https://github.com/hypermodeinc/dgraph/issues/4038 -[#4122]: https://github.com/hypermodeinc/dgraph/issues/4122 -[#4182]: https://github.com/hypermodeinc/dgraph/issues/4182 -[#4204]: https://github.com/hypermodeinc/dgraph/issues/4204 -[#3968]: https://github.com/hypermodeinc/dgraph/issues/3968 -[#4202]: https://github.com/hypermodeinc/dgraph/issues/4202 -[#4236]: https://github.com/hypermodeinc/dgraph/issues/4236 -[#4254]: https://github.com/hypermodeinc/dgraph/issues/4254 -[#4219]: https://github.com/hypermodeinc/dgraph/issues/4219 -[#4044]: https://github.com/hypermodeinc/dgraph/issues/4044 -[#4047]: https://github.com/hypermodeinc/dgraph/issues/4047 -[#4273]: https://github.com/hypermodeinc/dgraph/issues/4273 -[#4230]: https://github.com/hypermodeinc/dgraph/issues/4230 -[#4279]: https://github.com/hypermodeinc/dgraph/issues/4279 -[#4257]: https://github.com/hypermodeinc/dgraph/issues/4257 -[#4274]: https://github.com/hypermodeinc/dgraph/issues/4274 -[#4200]: https://github.com/hypermodeinc/dgraph/issues/4200 -[#4260]: https://github.com/hypermodeinc/dgraph/issues/4260 -[#4269]: https://github.com/hypermodeinc/dgraph/issues/4269 -[#4287]: https://github.com/hypermodeinc/dgraph/issues/4287 -[#4303]: https://github.com/hypermodeinc/dgraph/issues/4303 -[#4317]: https://github.com/hypermodeinc/dgraph/issues/4317 -[#4210]: https://github.com/hypermodeinc/dgraph/issues/4210 -[#4312]: https://github.com/hypermodeinc/dgraph/issues/4312 -[#4268]: https://github.com/hypermodeinc/dgraph/issues/4268 -[#4318]: https://github.com/hypermodeinc/dgraph/issues/4318 -[#4297]: https://github.com/hypermodeinc/dgraph/issues/4297 -[#4296]: https://github.com/hypermodeinc/dgraph/issues/4296 -[#4314]: https://github.com/hypermodeinc/dgraph/issues/4314 -[#4356]: https://github.com/hypermodeinc/dgraph/issues/4356 -[#4343]: https://github.com/hypermodeinc/dgraph/issues/4343 -[#4344]: https://github.com/hypermodeinc/dgraph/issues/4344 -[#4351]: https://github.com/hypermodeinc/dgraph/issues/4351 -[#3268]: https://github.com/hypermodeinc/dgraph/issues/3268 -[#4132]: https://github.com/hypermodeinc/dgraph/issues/4132 -[#4298]: https://github.com/hypermodeinc/dgraph/issues/4298 -[#4021]: https://github.com/hypermodeinc/dgraph/issues/4021 -[#3740]: https://github.com/hypermodeinc/dgraph/issues/3740 -[#4311]: https://github.com/hypermodeinc/dgraph/issues/4311 -[#4375]: https://github.com/hypermodeinc/dgraph/issues/4375 -[#4394]: https://github.com/hypermodeinc/dgraph/issues/4394 -[#4288]: https://github.com/hypermodeinc/dgraph/issues/4288 -[#4360]: https://github.com/hypermodeinc/dgraph/issues/4360 -[#4265]: https://github.com/hypermodeinc/dgraph/issues/4265 -[#4349]: https://github.com/hypermodeinc/dgraph/issues/4349 -[#4169]: https://github.com/hypermodeinc/dgraph/issues/4169 -[#4347]: https://github.com/hypermodeinc/dgraph/issues/4347 -[#4389]: https://github.com/hypermodeinc/dgraph/issues/4389 -[#4352]: https://github.com/hypermodeinc/dgraph/issues/4352 -[#4315]: https://github.com/hypermodeinc/dgraph/issues/4315 -[#4365]: https://github.com/hypermodeinc/dgraph/issues/4365 -[#4282]: https://github.com/hypermodeinc/dgraph/issues/4282 -[#4331]: https://github.com/hypermodeinc/dgraph/issues/4331 -[#4424]: https://github.com/hypermodeinc/dgraph/issues/4424 -[#4425]: https://github.com/hypermodeinc/dgraph/issues/4425 +[#4119]: https://github.com/dgraph-io/dgraph/issues/4119 +[#4171]: https://github.com/dgraph-io/dgraph/issues/4171 +[#4146]: https://github.com/dgraph-io/dgraph/issues/4146 +[#4017]: https://github.com/dgraph-io/dgraph/issues/4017 +[#3889]: https://github.com/dgraph-io/dgraph/issues/3889 +[#3846]: https://github.com/dgraph-io/dgraph/issues/3846 +[#3368]: https://github.com/dgraph-io/dgraph/issues/3368 +[#4032]: https://github.com/dgraph-io/dgraph/issues/4032 +[#4075]: https://github.com/dgraph-io/dgraph/issues/4075 +[#4253]: https://github.com/dgraph-io/dgraph/issues/4253 +[#3970]: https://github.com/dgraph-io/dgraph/issues/3970 +[#4066]: https://github.com/dgraph-io/dgraph/issues/4066 +[#4076]: https://github.com/dgraph-io/dgraph/issues/4076 +[#4012]: https://github.com/dgraph-io/dgraph/issues/4012 +[#4030]: https://github.com/dgraph-io/dgraph/issues/4030 +[#4065]: https://github.com/dgraph-io/dgraph/issues/4065 +[#4089]: https://github.com/dgraph-io/dgraph/issues/4089 +[#4114]: https://github.com/dgraph-io/dgraph/issues/4114 +[#4107]: https://github.com/dgraph-io/dgraph/issues/4107 +[#4006]: https://github.com/dgraph-io/dgraph/issues/4006 +[#4042]: https://github.com/dgraph-io/dgraph/issues/4042 +[#3877]: https://github.com/dgraph-io/dgraph/issues/3877 +[#3947]: https://github.com/dgraph-io/dgraph/issues/3947 +[#4061]: https://github.com/dgraph-io/dgraph/issues/4061 +[#4217]: https://github.com/dgraph-io/dgraph/issues/4217 +[#3920]: https://github.com/dgraph-io/dgraph/issues/3920 +[#4033]: https://github.com/dgraph-io/dgraph/issues/4033 +[#4016]: https://github.com/dgraph-io/dgraph/issues/4016 +[#3893]: https://github.com/dgraph-io/dgraph/issues/3893 +[#3932]: https://github.com/dgraph-io/dgraph/issues/3932 +[#3937]: https://github.com/dgraph-io/dgraph/issues/3937 +[#3926]: https://github.com/dgraph-io/dgraph/issues/3926 +[#3924]: https://github.com/dgraph-io/dgraph/issues/3924 +[#3925]: https://github.com/dgraph-io/dgraph/issues/3925 +[#3922]: https://github.com/dgraph-io/dgraph/issues/3922 +[#3950]: https://github.com/dgraph-io/dgraph/issues/3950 +[#3966]: https://github.com/dgraph-io/dgraph/issues/3966 +[#3990]: https://github.com/dgraph-io/dgraph/issues/3990 +[#3959]: https://github.com/dgraph-io/dgraph/issues/3959 +[#3960]: https://github.com/dgraph-io/dgraph/issues/3960 +[#3725]: https://github.com/dgraph-io/dgraph/issues/3725 +[#3991]: https://github.com/dgraph-io/dgraph/issues/3991 +[#3992]: https://github.com/dgraph-io/dgraph/issues/3992 +[#3994]: https://github.com/dgraph-io/dgraph/issues/3994 +[#4028]: https://github.com/dgraph-io/dgraph/issues/4028 +[#4036]: https://github.com/dgraph-io/dgraph/issues/4036 +[#4053]: https://github.com/dgraph-io/dgraph/issues/4053 +[#4084]: https://github.com/dgraph-io/dgraph/issues/4084 +[#4088]: https://github.com/dgraph-io/dgraph/issues/4088 +[#4144]: https://github.com/dgraph-io/dgraph/issues/4144 +[#4157]: https://github.com/dgraph-io/dgraph/issues/4157 +[#4175]: https://github.com/dgraph-io/dgraph/issues/4175 +[#4038]: https://github.com/dgraph-io/dgraph/issues/4038 +[#4122]: https://github.com/dgraph-io/dgraph/issues/4122 +[#4182]: https://github.com/dgraph-io/dgraph/issues/4182 +[#4204]: https://github.com/dgraph-io/dgraph/issues/4204 +[#3968]: https://github.com/dgraph-io/dgraph/issues/3968 +[#4202]: https://github.com/dgraph-io/dgraph/issues/4202 +[#4236]: https://github.com/dgraph-io/dgraph/issues/4236 +[#4254]: https://github.com/dgraph-io/dgraph/issues/4254 +[#4219]: https://github.com/dgraph-io/dgraph/issues/4219 +[#4044]: https://github.com/dgraph-io/dgraph/issues/4044 +[#4047]: https://github.com/dgraph-io/dgraph/issues/4047 +[#4273]: https://github.com/dgraph-io/dgraph/issues/4273 +[#4230]: https://github.com/dgraph-io/dgraph/issues/4230 +[#4279]: https://github.com/dgraph-io/dgraph/issues/4279 +[#4257]: https://github.com/dgraph-io/dgraph/issues/4257 +[#4274]: https://github.com/dgraph-io/dgraph/issues/4274 +[#4200]: https://github.com/dgraph-io/dgraph/issues/4200 +[#4260]: https://github.com/dgraph-io/dgraph/issues/4260 +[#4269]: https://github.com/dgraph-io/dgraph/issues/4269 +[#4287]: https://github.com/dgraph-io/dgraph/issues/4287 +[#4303]: https://github.com/dgraph-io/dgraph/issues/4303 +[#4317]: https://github.com/dgraph-io/dgraph/issues/4317 +[#4210]: https://github.com/dgraph-io/dgraph/issues/4210 +[#4312]: https://github.com/dgraph-io/dgraph/issues/4312 +[#4268]: https://github.com/dgraph-io/dgraph/issues/4268 +[#4318]: https://github.com/dgraph-io/dgraph/issues/4318 +[#4297]: https://github.com/dgraph-io/dgraph/issues/4297 +[#4296]: https://github.com/dgraph-io/dgraph/issues/4296 +[#4314]: https://github.com/dgraph-io/dgraph/issues/4314 +[#4356]: https://github.com/dgraph-io/dgraph/issues/4356 +[#4343]: https://github.com/dgraph-io/dgraph/issues/4343 +[#4344]: https://github.com/dgraph-io/dgraph/issues/4344 +[#4351]: https://github.com/dgraph-io/dgraph/issues/4351 +[#3268]: https://github.com/dgraph-io/dgraph/issues/3268 +[#4132]: https://github.com/dgraph-io/dgraph/issues/4132 +[#4298]: https://github.com/dgraph-io/dgraph/issues/4298 +[#4021]: https://github.com/dgraph-io/dgraph/issues/4021 +[#3740]: https://github.com/dgraph-io/dgraph/issues/3740 +[#4311]: https://github.com/dgraph-io/dgraph/issues/4311 +[#4375]: https://github.com/dgraph-io/dgraph/issues/4375 +[#4394]: https://github.com/dgraph-io/dgraph/issues/4394 +[#4288]: https://github.com/dgraph-io/dgraph/issues/4288 +[#4360]: https://github.com/dgraph-io/dgraph/issues/4360 +[#4265]: https://github.com/dgraph-io/dgraph/issues/4265 +[#4349]: https://github.com/dgraph-io/dgraph/issues/4349 +[#4169]: https://github.com/dgraph-io/dgraph/issues/4169 +[#4347]: https://github.com/dgraph-io/dgraph/issues/4347 +[#4389]: https://github.com/dgraph-io/dgraph/issues/4389 +[#4352]: https://github.com/dgraph-io/dgraph/issues/4352 +[#4315]: https://github.com/dgraph-io/dgraph/issues/4315 +[#4365]: https://github.com/dgraph-io/dgraph/issues/4365 +[#4282]: https://github.com/dgraph-io/dgraph/issues/4282 +[#4331]: https://github.com/dgraph-io/dgraph/issues/4331 +[#4424]: https://github.com/dgraph-io/dgraph/issues/4424 +[#4425]: https://github.com/dgraph-io/dgraph/issues/4425 ## [1.1.0] - 2019-09-03 -[1.1.0]: https://github.com/hypermodeinc/dgraph/compare/v1.0.17...v1.1.0 +[1.1.0]: https://github.com/dgraph-io/dgraph/compare/v1.0.17...v1.1.0 **Changed** @@ -3633,224 +3614,224 @@ Tracing - Bug Fix: Remove Check2 at writeResponse. ([#3900][]) - Bug Fix: Do not call posting.List.release. -[#3251]: https://github.com/hypermodeinc/dgraph/issues/3251 -[#3020]: https://github.com/hypermodeinc/dgraph/issues/3020 -[#3365]: https://github.com/hypermodeinc/dgraph/issues/3365 -[#3550]: https://github.com/hypermodeinc/dgraph/issues/3550 -[#3532]: https://github.com/hypermodeinc/dgraph/issues/3532 -[#3528]: https://github.com/hypermodeinc/dgraph/issues/3528 -[#3565]: https://github.com/hypermodeinc/dgraph/issues/3565 -[#2914]: https://github.com/hypermodeinc/dgraph/issues/2914 -[#2887]: https://github.com/hypermodeinc/dgraph/issues/2887 -[#2956]: https://github.com/hypermodeinc/dgraph/issues/2956 -[#2962]: https://github.com/hypermodeinc/dgraph/issues/2962 -[#2970]: https://github.com/hypermodeinc/dgraph/issues/2970 -[#2974]: https://github.com/hypermodeinc/dgraph/issues/2974 -[#2976]: https://github.com/hypermodeinc/dgraph/issues/2976 -[#2989]: https://github.com/hypermodeinc/dgraph/issues/2989 -[#3078]: https://github.com/hypermodeinc/dgraph/issues/3078 -[#3322]: https://github.com/hypermodeinc/dgraph/issues/3322 -[#3523]: https://github.com/hypermodeinc/dgraph/issues/3523 -[#3412]: https://github.com/hypermodeinc/dgraph/issues/3412 -[#3357]: https://github.com/hypermodeinc/dgraph/issues/3357 -[#3502]: https://github.com/hypermodeinc/dgraph/issues/3502 -[#3606]: https://github.com/hypermodeinc/dgraph/issues/3606 -[#3784]: https://github.com/hypermodeinc/dgraph/issues/3784 -[#3906]: https://github.com/hypermodeinc/dgraph/issues/3906 -[#2986]: https://github.com/hypermodeinc/dgraph/issues/2986 -[#3015]: https://github.com/hypermodeinc/dgraph/issues/3015 -[#2979]: https://github.com/hypermodeinc/dgraph/issues/2979 -[#2880]: https://github.com/hypermodeinc/dgraph/issues/2880 -[#3051]: https://github.com/hypermodeinc/dgraph/issues/3051 -[#3092]: https://github.com/hypermodeinc/dgraph/issues/3092 -[#3091]: https://github.com/hypermodeinc/dgraph/issues/3091 -[#3194]: https://github.com/hypermodeinc/dgraph/issues/3194 -[#3243]: https://github.com/hypermodeinc/dgraph/issues/3243 -[#3228]: https://github.com/hypermodeinc/dgraph/issues/3228 -[#3254]: https://github.com/hypermodeinc/dgraph/issues/3254 -[#3253]: https://github.com/hypermodeinc/dgraph/issues/3253 -[#3105]: https://github.com/hypermodeinc/dgraph/issues/3105 -[#3310]: https://github.com/hypermodeinc/dgraph/issues/3310 -[#3402]: https://github.com/hypermodeinc/dgraph/issues/3402 -[#3442]: https://github.com/hypermodeinc/dgraph/issues/3442 -[#3387]: https://github.com/hypermodeinc/dgraph/issues/3387 -[#3444]: https://github.com/hypermodeinc/dgraph/issues/3444 -[#3481]: https://github.com/hypermodeinc/dgraph/issues/3481 -[#2953]: https://github.com/hypermodeinc/dgraph/issues/2953 -[#3060]: https://github.com/hypermodeinc/dgraph/issues/3060 -[#3527]: https://github.com/hypermodeinc/dgraph/issues/3527 -[#3650]: https://github.com/hypermodeinc/dgraph/issues/3650 -[#3627]: https://github.com/hypermodeinc/dgraph/issues/3627 -[#3686]: https://github.com/hypermodeinc/dgraph/issues/3686 -[#3688]: https://github.com/hypermodeinc/dgraph/issues/3688 -[#3696]: https://github.com/hypermodeinc/dgraph/issues/3696 -[#3682]: https://github.com/hypermodeinc/dgraph/issues/3682 -[#3695]: https://github.com/hypermodeinc/dgraph/issues/3695 -[#3713]: https://github.com/hypermodeinc/dgraph/issues/3713 -[#3724]: https://github.com/hypermodeinc/dgraph/issues/3724 -[#3747]: https://github.com/hypermodeinc/dgraph/issues/3747 -[#3762]: https://github.com/hypermodeinc/dgraph/issues/3762 -[#3767]: https://github.com/hypermodeinc/dgraph/issues/3767 -[#3805]: https://github.com/hypermodeinc/dgraph/issues/3805 -[#3795]: https://github.com/hypermodeinc/dgraph/issues/3795 -[#3825]: https://github.com/hypermodeinc/dgraph/issues/3825 -[#3746]: https://github.com/hypermodeinc/dgraph/issues/3746 -[#3786]: https://github.com/hypermodeinc/dgraph/issues/3786 -[#3828]: https://github.com/hypermodeinc/dgraph/issues/3828 -[#3872]: https://github.com/hypermodeinc/dgraph/issues/3872 -[#3839]: https://github.com/hypermodeinc/dgraph/issues/3839 -[#3898]: https://github.com/hypermodeinc/dgraph/issues/3898 -[#3901]: https://github.com/hypermodeinc/dgraph/issues/3901 -[#3311]: https://github.com/hypermodeinc/dgraph/issues/3311 -[#3319]: https://github.com/hypermodeinc/dgraph/issues/3319 -[#3345]: https://github.com/hypermodeinc/dgraph/issues/3345 -[#3364]: https://github.com/hypermodeinc/dgraph/issues/3364 -[#2991]: https://github.com/hypermodeinc/dgraph/issues/2991 -[#3278]: https://github.com/hypermodeinc/dgraph/issues/3278 -[#3313]: https://github.com/hypermodeinc/dgraph/issues/3313 -[#2998]: https://github.com/hypermodeinc/dgraph/issues/2998 -[#3004]: https://github.com/hypermodeinc/dgraph/issues/3004 -[#3045]: https://github.com/hypermodeinc/dgraph/issues/3045 -[#3542]: https://github.com/hypermodeinc/dgraph/issues/3542 -[#3635]: https://github.com/hypermodeinc/dgraph/issues/3635 -[#3649]: https://github.com/hypermodeinc/dgraph/issues/3649 -[#3287]: https://github.com/hypermodeinc/dgraph/issues/3287 -[#3333]: https://github.com/hypermodeinc/dgraph/issues/3333 -[#3560]: https://github.com/hypermodeinc/dgraph/issues/3560 -[#3628]: https://github.com/hypermodeinc/dgraph/issues/3628 -[#3681]: https://github.com/hypermodeinc/dgraph/issues/3681 -[#3659]: https://github.com/hypermodeinc/dgraph/issues/3659 -[#3763]: https://github.com/hypermodeinc/dgraph/issues/3763 -[#3728]: https://github.com/hypermodeinc/dgraph/issues/3728 -[#3422]: https://github.com/hypermodeinc/dgraph/issues/3422 -[#3584]: https://github.com/hypermodeinc/dgraph/issues/3584 -[#3084]: https://github.com/hypermodeinc/dgraph/issues/3084 -[#3257]: https://github.com/hypermodeinc/dgraph/issues/3257 -[#3269]: https://github.com/hypermodeinc/dgraph/issues/3269 -[#3309]: https://github.com/hypermodeinc/dgraph/issues/3309 -[#3295]: https://github.com/hypermodeinc/dgraph/issues/3295 -[#3398]: https://github.com/hypermodeinc/dgraph/issues/3398 -[#3824]: https://github.com/hypermodeinc/dgraph/issues/3824 -[#3847]: https://github.com/hypermodeinc/dgraph/issues/3847 -[#3880]: https://github.com/hypermodeinc/dgraph/issues/3880 -[#2933]: https://github.com/hypermodeinc/dgraph/issues/2933 -[#2950]: https://github.com/hypermodeinc/dgraph/issues/2950 -[#3003]: https://github.com/hypermodeinc/dgraph/issues/3003 -[#3018]: https://github.com/hypermodeinc/dgraph/issues/3018 -[#3204]: https://github.com/hypermodeinc/dgraph/issues/3204 -[#3235]: https://github.com/hypermodeinc/dgraph/issues/3235 -[#3214]: https://github.com/hypermodeinc/dgraph/issues/3214 -[#3493]: https://github.com/hypermodeinc/dgraph/issues/3493 -[#3506]: https://github.com/hypermodeinc/dgraph/issues/3506 -[#3059]: https://github.com/hypermodeinc/dgraph/issues/3059 -[#3612]: https://github.com/hypermodeinc/dgraph/issues/3612 -[#2910]: https://github.com/hypermodeinc/dgraph/issues/2910 -[#2913]: https://github.com/hypermodeinc/dgraph/issues/2913 -[#2915]: https://github.com/hypermodeinc/dgraph/issues/2915 -[#2947]: https://github.com/hypermodeinc/dgraph/issues/2947 -[#3374]: https://github.com/hypermodeinc/dgraph/issues/3374 -[#3531]: https://github.com/hypermodeinc/dgraph/issues/3531 -[#2916]: https://github.com/hypermodeinc/dgraph/issues/2916 -[#2981]: https://github.com/hypermodeinc/dgraph/issues/2981 -[#2954]: https://github.com/hypermodeinc/dgraph/issues/2954 -[#3273]: https://github.com/hypermodeinc/dgraph/issues/3273 -[#1243]: https://github.com/hypermodeinc/dgraph/issues/1243 -[#3710]: https://github.com/hypermodeinc/dgraph/issues/3710 -[#3756]: https://github.com/hypermodeinc/dgraph/issues/3756 -[#3769]: https://github.com/hypermodeinc/dgraph/issues/3769 -[#2899]: https://github.com/hypermodeinc/dgraph/issues/2899 -[#3843]: https://github.com/hypermodeinc/dgraph/issues/3843 -[#3242]: https://github.com/hypermodeinc/dgraph/issues/3242 -[#3271]: https://github.com/hypermodeinc/dgraph/issues/3271 -[#2511]: https://github.com/hypermodeinc/dgraph/issues/2511 -[#2895]: https://github.com/hypermodeinc/dgraph/issues/2895 -[#3173]: https://github.com/hypermodeinc/dgraph/issues/3173 -[#2921]: https://github.com/hypermodeinc/dgraph/issues/2921 -[#2967]: https://github.com/hypermodeinc/dgraph/issues/2967 -[#2997]: https://github.com/hypermodeinc/dgraph/issues/2997 -[#3133]: https://github.com/hypermodeinc/dgraph/issues/3133 -[#2862]: https://github.com/hypermodeinc/dgraph/issues/2862 -[#2924]: https://github.com/hypermodeinc/dgraph/issues/2924 -[#2951]: https://github.com/hypermodeinc/dgraph/issues/2951 -[#3124]: https://github.com/hypermodeinc/dgraph/issues/3124 -[#3164]: https://github.com/hypermodeinc/dgraph/issues/3164 -[#3218]: https://github.com/hypermodeinc/dgraph/issues/3218 -[#3207]: https://github.com/hypermodeinc/dgraph/issues/3207 -[#3256]: https://github.com/hypermodeinc/dgraph/issues/3256 -[#3275]: https://github.com/hypermodeinc/dgraph/issues/3275 -[#3494]: https://github.com/hypermodeinc/dgraph/issues/3494 -[#3734]: https://github.com/hypermodeinc/dgraph/issues/3734 -[#2973]: https://github.com/hypermodeinc/dgraph/issues/2973 -[#2963]: https://github.com/hypermodeinc/dgraph/issues/2963 -[#3172]: https://github.com/hypermodeinc/dgraph/issues/3172 -[#3219]: https://github.com/hypermodeinc/dgraph/issues/3219 -[#3227]: https://github.com/hypermodeinc/dgraph/issues/3227 -[#3515]: https://github.com/hypermodeinc/dgraph/issues/3515 -[#3536]: https://github.com/hypermodeinc/dgraph/issues/3536 -[#3547]: https://github.com/hypermodeinc/dgraph/issues/3547 -[#3570]: https://github.com/hypermodeinc/dgraph/issues/3570 -[#3621]: https://github.com/hypermodeinc/dgraph/issues/3621 -[#3575]: https://github.com/hypermodeinc/dgraph/issues/3575 -[#3559]: https://github.com/hypermodeinc/dgraph/issues/3559 -[#3629]: https://github.com/hypermodeinc/dgraph/issues/3629 -[#3648]: https://github.com/hypermodeinc/dgraph/issues/3648 -[#3869]: https://github.com/hypermodeinc/dgraph/issues/3869 -[#2928]: https://github.com/hypermodeinc/dgraph/issues/2928 -[#2961]: https://github.com/hypermodeinc/dgraph/issues/2961 -[#3106]: https://github.com/hypermodeinc/dgraph/issues/3106 -[#3266]: https://github.com/hypermodeinc/dgraph/issues/3266 -[#3089]: https://github.com/hypermodeinc/dgraph/issues/3089 -[#3262]: https://github.com/hypermodeinc/dgraph/issues/3262 -[#3441]: https://github.com/hypermodeinc/dgraph/issues/3441 -[#3854]: https://github.com/hypermodeinc/dgraph/issues/3854 -[#2867]: https://github.com/hypermodeinc/dgraph/issues/2867 -[#2885]: https://github.com/hypermodeinc/dgraph/issues/2885 -[#2893]: https://github.com/hypermodeinc/dgraph/issues/2893 -[#2891]: https://github.com/hypermodeinc/dgraph/issues/2891 -[#2925]: https://github.com/hypermodeinc/dgraph/issues/2925 -[#2929]: https://github.com/hypermodeinc/dgraph/issues/2929 -[#2995]: https://github.com/hypermodeinc/dgraph/issues/2995 -[#3021]: https://github.com/hypermodeinc/dgraph/issues/3021 -[#3042]: https://github.com/hypermodeinc/dgraph/issues/3042 -[#3027]: https://github.com/hypermodeinc/dgraph/issues/3027 -[#3182]: https://github.com/hypermodeinc/dgraph/issues/3182 -[#3505]: https://github.com/hypermodeinc/dgraph/issues/3505 -[#3417]: https://github.com/hypermodeinc/dgraph/issues/3417 -[#3516]: https://github.com/hypermodeinc/dgraph/issues/3516 -[#3052]: https://github.com/hypermodeinc/dgraph/issues/3052 -[#3062]: https://github.com/hypermodeinc/dgraph/issues/3062 -[#3077]: https://github.com/hypermodeinc/dgraph/issues/3077 -[#3085]: https://github.com/hypermodeinc/dgraph/issues/3085 -[#3112]: https://github.com/hypermodeinc/dgraph/issues/3112 -[#3190]: https://github.com/hypermodeinc/dgraph/issues/3190 -[#3216]: https://github.com/hypermodeinc/dgraph/issues/3216 -[#3205]: https://github.com/hypermodeinc/dgraph/issues/3205 -[#3169]: https://github.com/hypermodeinc/dgraph/issues/3169 -[#3149]: https://github.com/hypermodeinc/dgraph/issues/3149 -[#3323]: https://github.com/hypermodeinc/dgraph/issues/3323 -[#3137]: https://github.com/hypermodeinc/dgraph/issues/3137 -[#3143]: https://github.com/hypermodeinc/dgraph/issues/3143 -[#3657]: https://github.com/hypermodeinc/dgraph/issues/3657 -[#3662]: https://github.com/hypermodeinc/dgraph/issues/3662 -[#3642]: https://github.com/hypermodeinc/dgraph/issues/3642 -[#3670]: https://github.com/hypermodeinc/dgraph/issues/3670 -[#3645]: https://github.com/hypermodeinc/dgraph/issues/3645 -[#3664]: https://github.com/hypermodeinc/dgraph/issues/3664 -[#3668]: https://github.com/hypermodeinc/dgraph/issues/3668 -[#3692]: https://github.com/hypermodeinc/dgraph/issues/3692 -[#3711]: https://github.com/hypermodeinc/dgraph/issues/3711 -[#3685]: https://github.com/hypermodeinc/dgraph/issues/3685 -[#3749]: https://github.com/hypermodeinc/dgraph/issues/3749 -[#3794]: https://github.com/hypermodeinc/dgraph/issues/3794 -[#3874]: https://github.com/hypermodeinc/dgraph/issues/3874 -[#3900]: https://github.com/hypermodeinc/dgraph/issues/3900 -[3271f64e0]: https://github.com/hypermodeinc/dgraph/commit/3271f64e0 -[18277872f]: https://github.com/hypermodeinc/dgraph/commit/18277872f -[802ec4c39]: https://github.com/hypermodeinc/dgraph/commit/802ec4c39 +[#3251]: https://github.com/dgraph-io/dgraph/issues/3251 +[#3020]: https://github.com/dgraph-io/dgraph/issues/3020 +[#3365]: https://github.com/dgraph-io/dgraph/issues/3365 +[#3550]: https://github.com/dgraph-io/dgraph/issues/3550 +[#3532]: https://github.com/dgraph-io/dgraph/issues/3532 +[#3528]: https://github.com/dgraph-io/dgraph/issues/3528 +[#3565]: https://github.com/dgraph-io/dgraph/issues/3565 +[#2914]: https://github.com/dgraph-io/dgraph/issues/2914 +[#2887]: https://github.com/dgraph-io/dgraph/issues/2887 +[#2956]: https://github.com/dgraph-io/dgraph/issues/2956 +[#2962]: https://github.com/dgraph-io/dgraph/issues/2962 +[#2970]: https://github.com/dgraph-io/dgraph/issues/2970 +[#2974]: https://github.com/dgraph-io/dgraph/issues/2974 +[#2976]: https://github.com/dgraph-io/dgraph/issues/2976 +[#2989]: https://github.com/dgraph-io/dgraph/issues/2989 +[#3078]: https://github.com/dgraph-io/dgraph/issues/3078 +[#3322]: https://github.com/dgraph-io/dgraph/issues/3322 +[#3523]: https://github.com/dgraph-io/dgraph/issues/3523 +[#3412]: https://github.com/dgraph-io/dgraph/issues/3412 +[#3357]: https://github.com/dgraph-io/dgraph/issues/3357 +[#3502]: https://github.com/dgraph-io/dgraph/issues/3502 +[#3606]: https://github.com/dgraph-io/dgraph/issues/3606 +[#3784]: https://github.com/dgraph-io/dgraph/issues/3784 +[#3906]: https://github.com/dgraph-io/dgraph/issues/3906 +[#2986]: https://github.com/dgraph-io/dgraph/issues/2986 +[#3015]: https://github.com/dgraph-io/dgraph/issues/3015 +[#2979]: https://github.com/dgraph-io/dgraph/issues/2979 +[#2880]: https://github.com/dgraph-io/dgraph/issues/2880 +[#3051]: https://github.com/dgraph-io/dgraph/issues/3051 +[#3092]: https://github.com/dgraph-io/dgraph/issues/3092 +[#3091]: https://github.com/dgraph-io/dgraph/issues/3091 +[#3194]: https://github.com/dgraph-io/dgraph/issues/3194 +[#3243]: https://github.com/dgraph-io/dgraph/issues/3243 +[#3228]: https://github.com/dgraph-io/dgraph/issues/3228 +[#3254]: https://github.com/dgraph-io/dgraph/issues/3254 +[#3253]: https://github.com/dgraph-io/dgraph/issues/3253 +[#3105]: https://github.com/dgraph-io/dgraph/issues/3105 +[#3310]: https://github.com/dgraph-io/dgraph/issues/3310 +[#3402]: https://github.com/dgraph-io/dgraph/issues/3402 +[#3442]: https://github.com/dgraph-io/dgraph/issues/3442 +[#3387]: https://github.com/dgraph-io/dgraph/issues/3387 +[#3444]: https://github.com/dgraph-io/dgraph/issues/3444 +[#3481]: https://github.com/dgraph-io/dgraph/issues/3481 +[#2953]: https://github.com/dgraph-io/dgraph/issues/2953 +[#3060]: https://github.com/dgraph-io/dgraph/issues/3060 +[#3527]: https://github.com/dgraph-io/dgraph/issues/3527 +[#3650]: https://github.com/dgraph-io/dgraph/issues/3650 +[#3627]: https://github.com/dgraph-io/dgraph/issues/3627 +[#3686]: https://github.com/dgraph-io/dgraph/issues/3686 +[#3688]: https://github.com/dgraph-io/dgraph/issues/3688 +[#3696]: https://github.com/dgraph-io/dgraph/issues/3696 +[#3682]: https://github.com/dgraph-io/dgraph/issues/3682 +[#3695]: https://github.com/dgraph-io/dgraph/issues/3695 +[#3713]: https://github.com/dgraph-io/dgraph/issues/3713 +[#3724]: https://github.com/dgraph-io/dgraph/issues/3724 +[#3747]: https://github.com/dgraph-io/dgraph/issues/3747 +[#3762]: https://github.com/dgraph-io/dgraph/issues/3762 +[#3767]: https://github.com/dgraph-io/dgraph/issues/3767 +[#3805]: https://github.com/dgraph-io/dgraph/issues/3805 +[#3795]: https://github.com/dgraph-io/dgraph/issues/3795 +[#3825]: https://github.com/dgraph-io/dgraph/issues/3825 +[#3746]: https://github.com/dgraph-io/dgraph/issues/3746 +[#3786]: https://github.com/dgraph-io/dgraph/issues/3786 +[#3828]: https://github.com/dgraph-io/dgraph/issues/3828 +[#3872]: https://github.com/dgraph-io/dgraph/issues/3872 +[#3839]: https://github.com/dgraph-io/dgraph/issues/3839 +[#3898]: https://github.com/dgraph-io/dgraph/issues/3898 +[#3901]: https://github.com/dgraph-io/dgraph/issues/3901 +[#3311]: https://github.com/dgraph-io/dgraph/issues/3311 +[#3319]: https://github.com/dgraph-io/dgraph/issues/3319 +[#3345]: https://github.com/dgraph-io/dgraph/issues/3345 +[#3364]: https://github.com/dgraph-io/dgraph/issues/3364 +[#2991]: https://github.com/dgraph-io/dgraph/issues/2991 +[#3278]: https://github.com/dgraph-io/dgraph/issues/3278 +[#3313]: https://github.com/dgraph-io/dgraph/issues/3313 +[#2998]: https://github.com/dgraph-io/dgraph/issues/2998 +[#3004]: https://github.com/dgraph-io/dgraph/issues/3004 +[#3045]: https://github.com/dgraph-io/dgraph/issues/3045 +[#3542]: https://github.com/dgraph-io/dgraph/issues/3542 +[#3635]: https://github.com/dgraph-io/dgraph/issues/3635 +[#3649]: https://github.com/dgraph-io/dgraph/issues/3649 +[#3287]: https://github.com/dgraph-io/dgraph/issues/3287 +[#3333]: https://github.com/dgraph-io/dgraph/issues/3333 +[#3560]: https://github.com/dgraph-io/dgraph/issues/3560 +[#3628]: https://github.com/dgraph-io/dgraph/issues/3628 +[#3681]: https://github.com/dgraph-io/dgraph/issues/3681 +[#3659]: https://github.com/dgraph-io/dgraph/issues/3659 +[#3763]: https://github.com/dgraph-io/dgraph/issues/3763 +[#3728]: https://github.com/dgraph-io/dgraph/issues/3728 +[#3422]: https://github.com/dgraph-io/dgraph/issues/3422 +[#3584]: https://github.com/dgraph-io/dgraph/issues/3584 +[#3084]: https://github.com/dgraph-io/dgraph/issues/3084 +[#3257]: https://github.com/dgraph-io/dgraph/issues/3257 +[#3269]: https://github.com/dgraph-io/dgraph/issues/3269 +[#3309]: https://github.com/dgraph-io/dgraph/issues/3309 +[#3295]: https://github.com/dgraph-io/dgraph/issues/3295 +[#3398]: https://github.com/dgraph-io/dgraph/issues/3398 +[#3824]: https://github.com/dgraph-io/dgraph/issues/3824 +[#3847]: https://github.com/dgraph-io/dgraph/issues/3847 +[#3880]: https://github.com/dgraph-io/dgraph/issues/3880 +[#2933]: https://github.com/dgraph-io/dgraph/issues/2933 +[#2950]: https://github.com/dgraph-io/dgraph/issues/2950 +[#3003]: https://github.com/dgraph-io/dgraph/issues/3003 +[#3018]: https://github.com/dgraph-io/dgraph/issues/3018 +[#3204]: https://github.com/dgraph-io/dgraph/issues/3204 +[#3235]: https://github.com/dgraph-io/dgraph/issues/3235 +[#3214]: https://github.com/dgraph-io/dgraph/issues/3214 +[#3493]: https://github.com/dgraph-io/dgraph/issues/3493 +[#3506]: https://github.com/dgraph-io/dgraph/issues/3506 +[#3059]: https://github.com/dgraph-io/dgraph/issues/3059 +[#3612]: https://github.com/dgraph-io/dgraph/issues/3612 +[#2910]: https://github.com/dgraph-io/dgraph/issues/2910 +[#2913]: https://github.com/dgraph-io/dgraph/issues/2913 +[#2915]: https://github.com/dgraph-io/dgraph/issues/2915 +[#2947]: https://github.com/dgraph-io/dgraph/issues/2947 +[#3374]: https://github.com/dgraph-io/dgraph/issues/3374 +[#3531]: https://github.com/dgraph-io/dgraph/issues/3531 +[#2916]: https://github.com/dgraph-io/dgraph/issues/2916 +[#2981]: https://github.com/dgraph-io/dgraph/issues/2981 +[#2954]: https://github.com/dgraph-io/dgraph/issues/2954 +[#3273]: https://github.com/dgraph-io/dgraph/issues/3273 +[#1243]: https://github.com/dgraph-io/dgraph/issues/1243 +[#3710]: https://github.com/dgraph-io/dgraph/issues/3710 +[#3756]: https://github.com/dgraph-io/dgraph/issues/3756 +[#3769]: https://github.com/dgraph-io/dgraph/issues/3769 +[#2899]: https://github.com/dgraph-io/dgraph/issues/2899 +[#3843]: https://github.com/dgraph-io/dgraph/issues/3843 +[#3242]: https://github.com/dgraph-io/dgraph/issues/3242 +[#3271]: https://github.com/dgraph-io/dgraph/issues/3271 +[#2511]: https://github.com/dgraph-io/dgraph/issues/2511 +[#2895]: https://github.com/dgraph-io/dgraph/issues/2895 +[#3173]: https://github.com/dgraph-io/dgraph/issues/3173 +[#2921]: https://github.com/dgraph-io/dgraph/issues/2921 +[#2967]: https://github.com/dgraph-io/dgraph/issues/2967 +[#2997]: https://github.com/dgraph-io/dgraph/issues/2997 +[#3133]: https://github.com/dgraph-io/dgraph/issues/3133 +[#2862]: https://github.com/dgraph-io/dgraph/issues/2862 +[#2924]: https://github.com/dgraph-io/dgraph/issues/2924 +[#2951]: https://github.com/dgraph-io/dgraph/issues/2951 +[#3124]: https://github.com/dgraph-io/dgraph/issues/3124 +[#3164]: https://github.com/dgraph-io/dgraph/issues/3164 +[#3218]: https://github.com/dgraph-io/dgraph/issues/3218 +[#3207]: https://github.com/dgraph-io/dgraph/issues/3207 +[#3256]: https://github.com/dgraph-io/dgraph/issues/3256 +[#3275]: https://github.com/dgraph-io/dgraph/issues/3275 +[#3494]: https://github.com/dgraph-io/dgraph/issues/3494 +[#3734]: https://github.com/dgraph-io/dgraph/issues/3734 +[#2973]: https://github.com/dgraph-io/dgraph/issues/2973 +[#2963]: https://github.com/dgraph-io/dgraph/issues/2963 +[#3172]: https://github.com/dgraph-io/dgraph/issues/3172 +[#3219]: https://github.com/dgraph-io/dgraph/issues/3219 +[#3227]: https://github.com/dgraph-io/dgraph/issues/3227 +[#3515]: https://github.com/dgraph-io/dgraph/issues/3515 +[#3536]: https://github.com/dgraph-io/dgraph/issues/3536 +[#3547]: https://github.com/dgraph-io/dgraph/issues/3547 +[#3570]: https://github.com/dgraph-io/dgraph/issues/3570 +[#3621]: https://github.com/dgraph-io/dgraph/issues/3621 +[#3575]: https://github.com/dgraph-io/dgraph/issues/3575 +[#3559]: https://github.com/dgraph-io/dgraph/issues/3559 +[#3629]: https://github.com/dgraph-io/dgraph/issues/3629 +[#3648]: https://github.com/dgraph-io/dgraph/issues/3648 +[#3869]: https://github.com/dgraph-io/dgraph/issues/3869 +[#2928]: https://github.com/dgraph-io/dgraph/issues/2928 +[#2961]: https://github.com/dgraph-io/dgraph/issues/2961 +[#3106]: https://github.com/dgraph-io/dgraph/issues/3106 +[#3266]: https://github.com/dgraph-io/dgraph/issues/3266 +[#3089]: https://github.com/dgraph-io/dgraph/issues/3089 +[#3262]: https://github.com/dgraph-io/dgraph/issues/3262 +[#3441]: https://github.com/dgraph-io/dgraph/issues/3441 +[#3854]: https://github.com/dgraph-io/dgraph/issues/3854 +[#2867]: https://github.com/dgraph-io/dgraph/issues/2867 +[#2885]: https://github.com/dgraph-io/dgraph/issues/2885 +[#2893]: https://github.com/dgraph-io/dgraph/issues/2893 +[#2891]: https://github.com/dgraph-io/dgraph/issues/2891 +[#2925]: https://github.com/dgraph-io/dgraph/issues/2925 +[#2929]: https://github.com/dgraph-io/dgraph/issues/2929 +[#2995]: https://github.com/dgraph-io/dgraph/issues/2995 +[#3021]: https://github.com/dgraph-io/dgraph/issues/3021 +[#3042]: https://github.com/dgraph-io/dgraph/issues/3042 +[#3027]: https://github.com/dgraph-io/dgraph/issues/3027 +[#3182]: https://github.com/dgraph-io/dgraph/issues/3182 +[#3505]: https://github.com/dgraph-io/dgraph/issues/3505 +[#3417]: https://github.com/dgraph-io/dgraph/issues/3417 +[#3516]: https://github.com/dgraph-io/dgraph/issues/3516 +[#3052]: https://github.com/dgraph-io/dgraph/issues/3052 +[#3062]: https://github.com/dgraph-io/dgraph/issues/3062 +[#3077]: https://github.com/dgraph-io/dgraph/issues/3077 +[#3085]: https://github.com/dgraph-io/dgraph/issues/3085 +[#3112]: https://github.com/dgraph-io/dgraph/issues/3112 +[#3190]: https://github.com/dgraph-io/dgraph/issues/3190 +[#3216]: https://github.com/dgraph-io/dgraph/issues/3216 +[#3205]: https://github.com/dgraph-io/dgraph/issues/3205 +[#3169]: https://github.com/dgraph-io/dgraph/issues/3169 +[#3149]: https://github.com/dgraph-io/dgraph/issues/3149 +[#3323]: https://github.com/dgraph-io/dgraph/issues/3323 +[#3137]: https://github.com/dgraph-io/dgraph/issues/3137 +[#3143]: https://github.com/dgraph-io/dgraph/issues/3143 +[#3657]: https://github.com/dgraph-io/dgraph/issues/3657 +[#3662]: https://github.com/dgraph-io/dgraph/issues/3662 +[#3642]: https://github.com/dgraph-io/dgraph/issues/3642 +[#3670]: https://github.com/dgraph-io/dgraph/issues/3670 +[#3645]: https://github.com/dgraph-io/dgraph/issues/3645 +[#3664]: https://github.com/dgraph-io/dgraph/issues/3664 +[#3668]: https://github.com/dgraph-io/dgraph/issues/3668 +[#3692]: https://github.com/dgraph-io/dgraph/issues/3692 +[#3711]: https://github.com/dgraph-io/dgraph/issues/3711 +[#3685]: https://github.com/dgraph-io/dgraph/issues/3685 +[#3749]: https://github.com/dgraph-io/dgraph/issues/3749 +[#3794]: https://github.com/dgraph-io/dgraph/issues/3794 +[#3874]: https://github.com/dgraph-io/dgraph/issues/3874 +[#3900]: https://github.com/dgraph-io/dgraph/issues/3900 +[3271f64e0]: https://github.com/dgraph-io/dgraph/commit/3271f64e0 +[18277872f]: https://github.com/dgraph-io/dgraph/commit/18277872f +[802ec4c39]: https://github.com/dgraph-io/dgraph/commit/802ec4c39 ## [1.0.18] - 2019-12-16 -[1.0.18]: https://github.com/hypermodeinc/dgraph/compare/v1.0.17...v1.0.18 +[1.0.18]: https://github.com/dgraph-io/dgraph/compare/v1.0.17...v1.0.18 **Fixed** @@ -3862,17 +3843,17 @@ Tracing - Vendor in Badger to fix a vlog bug "Unable to find log file". ([#4212][]) - Change lexer to allow unicode escape sequences. Fixes [#4157][]. ([#4252][]) -[#3919]: https://github.com/hypermodeinc/dgraph/issues/3919 -[#3936]: https://github.com/hypermodeinc/dgraph/issues/3936 -[#4071]: https://github.com/hypermodeinc/dgraph/issues/4071 -[#3807]: https://github.com/hypermodeinc/dgraph/issues/3807 -[#4143]: https://github.com/hypermodeinc/dgraph/issues/4143 -[#4212]: https://github.com/hypermodeinc/dgraph/issues/4212 -[#4252]: https://github.com/hypermodeinc/dgraph/issues/4252 +[#3919]: https://github.com/dgraph-io/dgraph/issues/3919 +[#3936]: https://github.com/dgraph-io/dgraph/issues/3936 +[#4071]: https://github.com/dgraph-io/dgraph/issues/4071 +[#3807]: https://github.com/dgraph-io/dgraph/issues/3807 +[#4143]: https://github.com/dgraph-io/dgraph/issues/4143 +[#4212]: https://github.com/dgraph-io/dgraph/issues/4212 +[#4252]: https://github.com/dgraph-io/dgraph/issues/4252 ## [1.0.17] - 2019-08-30 -[1.0.17]: https://github.com/hypermodeinc/dgraph/compare/v1.0.16...v1.0.17 +[1.0.17]: https://github.com/dgraph-io/dgraph/compare/v1.0.16...v1.0.17 **Changed** @@ -3889,22 +3870,22 @@ Tracing [#3814][]. ([#3837][]) - Fix for panic in fillGroupedVars. Fixes [#3768][]. ([#3781][]) -[#3886]: https://github.com/hypermodeinc/dgraph/issues/3886 -[#2900]: https://github.com/hypermodeinc/dgraph/issues/2900 -[#3772]: https://github.com/hypermodeinc/dgraph/issues/3772 -[#3708]: https://github.com/hypermodeinc/dgraph/issues/3708 -[#3753]: https://github.com/hypermodeinc/dgraph/issues/3753 -[#3699]: https://github.com/hypermodeinc/dgraph/issues/3699 -[#3701]: https://github.com/hypermodeinc/dgraph/issues/3701 -[#3665]: https://github.com/hypermodeinc/dgraph/issues/3665 -[#3814]: https://github.com/hypermodeinc/dgraph/issues/3814 -[#3837]: https://github.com/hypermodeinc/dgraph/issues/3837 -[#3768]: https://github.com/hypermodeinc/dgraph/issues/3768 -[#3781]: https://github.com/hypermodeinc/dgraph/issues/3781 +[#3886]: https://github.com/dgraph-io/dgraph/issues/3886 +[#2900]: https://github.com/dgraph-io/dgraph/issues/2900 +[#3772]: https://github.com/dgraph-io/dgraph/issues/3772 +[#3708]: https://github.com/dgraph-io/dgraph/issues/3708 +[#3753]: https://github.com/dgraph-io/dgraph/issues/3753 +[#3699]: https://github.com/dgraph-io/dgraph/issues/3699 +[#3701]: https://github.com/dgraph-io/dgraph/issues/3701 +[#3665]: https://github.com/dgraph-io/dgraph/issues/3665 +[#3814]: https://github.com/dgraph-io/dgraph/issues/3814 +[#3837]: https://github.com/dgraph-io/dgraph/issues/3837 +[#3768]: https://github.com/dgraph-io/dgraph/issues/3768 +[#3781]: https://github.com/dgraph-io/dgraph/issues/3781 ## [1.0.16] - 2019-07-11 -[1.0.16]: https://github.com/hypermodeinc/dgraph/compare/v1.0.15...v1.0.16 +[1.0.16]: https://github.com/dgraph-io/dgraph/compare/v1.0.15...v1.0.16 **Changed** @@ -3916,16 +3897,16 @@ Tracing - Remove unused reserved predicates in the schema. Fixes [#3535][]. ([#3557][]) - Vendor in Badger v1.6.0 for StreamWriter bug fixes. ([#3631][]) -[#3470]: https://github.com/hypermodeinc/dgraph/issue/3470 -[#3535]: https://github.com/hypermodeinc/dgraph/issue/3535 -[#3554]: https://github.com/hypermodeinc/dgraph/issue/3554 -[#3557]: https://github.com/hypermodeinc/dgraph/issue/3557 -[#3631]: https://github.com/hypermodeinc/dgraph/issue/3631 -[#3653]: https://github.com/hypermodeinc/dgraph/issue/3653 +[#3470]: https://github.com/dgraph-io/dgraph/issue/3470 +[#3535]: https://github.com/dgraph-io/dgraph/issue/3535 +[#3554]: https://github.com/dgraph-io/dgraph/issue/3554 +[#3557]: https://github.com/dgraph-io/dgraph/issue/3557 +[#3631]: https://github.com/dgraph-io/dgraph/issue/3631 +[#3653]: https://github.com/dgraph-io/dgraph/issue/3653 ## [1.0.15] - 2019-05-30 -[1.0.15]: https://github.com/hypermodeinc/dgraph/compare/v1.0.14...v1.0.15 +[1.0.15]: https://github.com/dgraph-io/dgraph/compare/v1.0.14...v1.0.15 **Fixed** @@ -3985,40 +3966,40 @@ Tracing - Remove a `-v=2` log which can be too noisy during Raft replay. ([2377d9f56][]). - Remove `dgraph_conf` from /debug/vars. Dgraph config options are available via logs. ([#3337][]) -[#3337]: https://github.com/hypermodeinc/dgraph/pull/3337 -[#3391]: https://github.com/hypermodeinc/dgraph/pull/3391 -[#3464]: https://github.com/hypermodeinc/dgraph/pull/3464 -[#2987]: https://github.com/hypermodeinc/dgraph/pull/2987 -[#3349]: https://github.com/hypermodeinc/dgraph/pull/3349 -[#3393]: https://github.com/hypermodeinc/dgraph/pull/3393 -[#3429]: https://github.com/hypermodeinc/dgraph/pull/3429 -[#3383]: https://github.com/hypermodeinc/dgraph/pull/3383 -[#3455]: https://github.com/hypermodeinc/dgraph/pull/3455 -[#3366]: https://github.com/hypermodeinc/dgraph/pull/3366 -[#3308]: https://github.com/hypermodeinc/dgraph/pull/3308 -[#3340]: https://github.com/hypermodeinc/dgraph/pull/3340 -[#3348]: https://github.com/hypermodeinc/dgraph/pull/3348 -[#3371]: https://github.com/hypermodeinc/dgraph/pull/3371 -[#3460]: https://github.com/hypermodeinc/dgraph/pull/3460 -[#3360]: https://github.com/hypermodeinc/dgraph/pull/3360 -[#3335]: https://github.com/hypermodeinc/dgraph/pull/3335 -[#3367]: https://github.com/hypermodeinc/dgraph/pull/3367 -[#3409]: https://github.com/hypermodeinc/dgraph/pull/3409 -[#3418]: https://github.com/hypermodeinc/dgraph/pull/3418 -[#3454]: https://github.com/hypermodeinc/dgraph/pull/3454 -[#3457]: https://github.com/hypermodeinc/dgraph/pull/3457 -[#3467]: https://github.com/hypermodeinc/dgraph/pull/3467 -[#3338]: https://github.com/hypermodeinc/dgraph/pull/3338 -[3be380b8a]: https://github.com/hypermodeinc/dgraph/commit/3be380b8a -[ecb454754]: https://github.com/hypermodeinc/dgraph/commit/ecb454754 -[77b52aca1]: https://github.com/hypermodeinc/dgraph/commit/77b52aca1 -[9cd628f6f]: https://github.com/hypermodeinc/dgraph/commit/9cd628f6f -[0716dc4e1]: https://github.com/hypermodeinc/dgraph/commit/0716dc4e1 -[2377d9f56]: https://github.com/hypermodeinc/dgraph/commit/2377d9f56 +[#3337]: https://github.com/dgraph-io/dgraph/pull/3337 +[#3391]: https://github.com/dgraph-io/dgraph/pull/3391 +[#3464]: https://github.com/dgraph-io/dgraph/pull/3464 +[#2987]: https://github.com/dgraph-io/dgraph/pull/2987 +[#3349]: https://github.com/dgraph-io/dgraph/pull/3349 +[#3393]: https://github.com/dgraph-io/dgraph/pull/3393 +[#3429]: https://github.com/dgraph-io/dgraph/pull/3429 +[#3383]: https://github.com/dgraph-io/dgraph/pull/3383 +[#3455]: https://github.com/dgraph-io/dgraph/pull/3455 +[#3366]: https://github.com/dgraph-io/dgraph/pull/3366 +[#3308]: https://github.com/dgraph-io/dgraph/pull/3308 +[#3340]: https://github.com/dgraph-io/dgraph/pull/3340 +[#3348]: https://github.com/dgraph-io/dgraph/pull/3348 +[#3371]: https://github.com/dgraph-io/dgraph/pull/3371 +[#3460]: https://github.com/dgraph-io/dgraph/pull/3460 +[#3360]: https://github.com/dgraph-io/dgraph/pull/3360 +[#3335]: https://github.com/dgraph-io/dgraph/pull/3335 +[#3367]: https://github.com/dgraph-io/dgraph/pull/3367 +[#3409]: https://github.com/dgraph-io/dgraph/pull/3409 +[#3418]: https://github.com/dgraph-io/dgraph/pull/3418 +[#3454]: https://github.com/dgraph-io/dgraph/pull/3454 +[#3457]: https://github.com/dgraph-io/dgraph/pull/3457 +[#3467]: https://github.com/dgraph-io/dgraph/pull/3467 +[#3338]: https://github.com/dgraph-io/dgraph/pull/3338 +[3be380b8a]: https://github.com/dgraph-io/dgraph/commit/3be380b8a +[ecb454754]: https://github.com/dgraph-io/dgraph/commit/ecb454754 +[77b52aca1]: https://github.com/dgraph-io/dgraph/commit/77b52aca1 +[9cd628f6f]: https://github.com/dgraph-io/dgraph/commit/9cd628f6f +[0716dc4e1]: https://github.com/dgraph-io/dgraph/commit/0716dc4e1 +[2377d9f56]: https://github.com/dgraph-io/dgraph/commit/2377d9f56 ## [1.0.14] - 2019-04-12 -[1.0.14]: https://github.com/hypermodeinc/dgraph/compare/v1.0.13...v1.0.14 +[1.0.14]: https://github.com/dgraph-io/dgraph/compare/v1.0.13...v1.0.14 **Fixed** @@ -4034,16 +4015,16 @@ Tracing - Increment tool: Fix best-effort flag name so best-effort queries run as intended from the tool. ([d386fa5][]) -[#3125]: https://github.com/hypermodeinc/dgraph/pull/3125 -[#3138]: https://github.com/hypermodeinc/dgraph/pull/3138 -[#3203]: https://github.com/hypermodeinc/dgraph/pull/3203 -[#3232]: https://github.com/hypermodeinc/dgraph/pull/3232 -[#3187]: https://github.com/hypermodeinc/dgraph/pull/3187 -[#3246]: https://github.com/hypermodeinc/dgraph/pull/3246 -[#3280]: https://github.com/hypermodeinc/dgraph/pull/3280 -[#3179]: https://github.com/hypermodeinc/dgraph/pull/3179 -[#3074]: https://github.com/hypermodeinc/dgraph/pull/3074 -[d386fa5]: https://github.com/hypermodeinc/dgraph/commit/d386fa5 +[#3125]: https://github.com/dgraph-io/dgraph/pull/3125 +[#3138]: https://github.com/dgraph-io/dgraph/pull/3138 +[#3203]: https://github.com/dgraph-io/dgraph/pull/3203 +[#3232]: https://github.com/dgraph-io/dgraph/pull/3232 +[#3187]: https://github.com/dgraph-io/dgraph/pull/3187 +[#3246]: https://github.com/dgraph-io/dgraph/pull/3246 +[#3280]: https://github.com/dgraph-io/dgraph/pull/3280 +[#3179]: https://github.com/dgraph-io/dgraph/pull/3179 +[#3074]: https://github.com/dgraph-io/dgraph/pull/3074 +[d386fa5]: https://github.com/dgraph-io/dgraph/commit/d386fa5 **Added** @@ -4051,24 +4032,24 @@ Tracing `/query?timeout=60s` will timeout queries after 1 minute. ([#3238][]) - Add `badger` tool to release binaries and Docker image. -[#3238]: https://github.com/hypermodeinc/dgraph/pull/3238 +[#3238]: https://github.com/dgraph-io/dgraph/pull/3238 ## [1.0.13] - 2019-03-10 -[1.0.13]: https://github.com/hypermodeinc/dgraph/compare/v1.0.12...v1.0.13 +[1.0.13]: https://github.com/dgraph-io/dgraph/compare/v1.0.12...v1.0.13 **Note: This release supersedes v1.0.12 with bug fixes. If you're running v1.0.12, please upgrade to v1.0.13. It is safe to upgrade in-place without a data export and import.** **Fixed** -- Fix Raft panic. ([8cb69ea](https://github.com/hypermodeinc/dgraph/commit/8cb69ea)) +- Fix Raft panic. ([8cb69ea](https://github.com/dgraph-io/dgraph/commit/8cb69ea)) - Log an error instead of an assertion check for SrcUIDs being nil. - ([691b3b3](https://github.com/hypermodeinc/dgraph/commit/691b3b3)) + ([691b3b3](https://github.com/dgraph-io/dgraph/commit/691b3b3)) ## [1.0.12] - 2019-03-05 -[1.0.12]: https://github.com/hypermodeinc/dgraph/compare/v1.0.11...v1.0.12 +[1.0.12]: https://github.com/dgraph-io/dgraph/compare/v1.0.11...v1.0.12 **Note: This release requires you to export and re-import data prior to upgrading or rolling back. The underlying data format has been changed.** @@ -4076,51 +4057,50 @@ The underlying data format has been changed.** **Added** - Support gzip compression for gRPC and HTTP requests. - ([#2843](https://github.com/hypermodeinc/dgraph/issues/2843)) + ([#2843](https://github.com/dgraph-io/dgraph/issues/2843)) - Restore is available from a full binary backup. This is an enterprise feature licensed under the Dgraph Community License. - Strict schema mode via `--mutations` flag. By default `--mutations=allow` is set to allow all mutations; `--mutations=disallow` disables all mutations; `--mutations=strict` allows mutations only for predicates which are defined in the schema. Fixes - [#2277](https://github.com/hypermodeinc/dgraph/issues/2277). + [#2277](https://github.com/dgraph-io/dgraph/issues/2277). - Add `dgraph increment` tool for debugging and testing. The increment tool queries for the specified predicate (default: `counter.val`), increments its integer counter value, and mutates the result back to Dgraph. Useful for testing end-to-end txns to verify cluster health. - ([#2955](https://github.com/hypermodeinc/dgraph/issues/2955)) + ([#2955](https://github.com/dgraph-io/dgraph/issues/2955)) - Support best-effort queries. This would relax the requirement of linearizible reads. For best-effort queries, Alpha would request timestamps from memory instead of making an outbound - request to Zero. ([#3071](https://github.com/hypermodeinc/dgraph/issues/3071)) + request to Zero. ([#3071](https://github.com/dgraph-io/dgraph/issues/3071)) **Changed** - Use the new Stream API from Badger instead of Dgraph's Stream framework. - ([#2852](https://github.com/hypermodeinc/dgraph/issues/2852)) + ([#2852](https://github.com/dgraph-io/dgraph/issues/2852)) - Discard earlier versions of posting lists. - ([#2859](https://github.com/hypermodeinc/dgraph/issues/2859)) + ([#2859](https://github.com/dgraph-io/dgraph/issues/2859)) - Make HTTP JSON response encoding more efficient by operating on a bytes buffer directly. - ([ae1d9f3](https://github.com/hypermodeinc/dgraph/commit/ae1d9f3)) -- Optimize and refactor facet filtering. - ([#2829](https://github.com/hypermodeinc/dgraph/issues/2829)) + ([ae1d9f3](https://github.com/dgraph-io/dgraph/commit/ae1d9f3)) +- Optimize and refactor facet filtering. ([#2829](https://github.com/dgraph-io/dgraph/issues/2829)) - Show badger.Item meta information in `dgraph debug` output. - Add new option to `dgraph debug` tool to get a histogram of key and value sizes. - ([#2844](https://github.com/hypermodeinc/dgraph/issues/2844)) + ([#2844](https://github.com/dgraph-io/dgraph/issues/2844)) - Add new option to `dgraph debug` tool to get info from a particular read timestamp. -- Refactor rebuild index logic. ([#2851](https://github.com/hypermodeinc/dgraph/issues/2851), - [#2866](https://github.com/hypermodeinc/dgraph/issues/2866)) +- Refactor rebuild index logic. ([#2851](https://github.com/dgraph-io/dgraph/issues/2851), + [#2866](https://github.com/dgraph-io/dgraph/issues/2866)) - For gRPC clients, schema queries are returned in the Json field. The Schema proto field is deprecated. - Simplify design and make tablet moves robust. - ([#2800](https://github.com/hypermodeinc/dgraph/issues/2800)) + ([#2800](https://github.com/dgraph-io/dgraph/issues/2800)) - Switch all node IDs to hex in logs (e.g., ID 0xa instead of ID 10), so they are consistent with Raft logs. - Refactor reindexing code to only reindex specific tokenizers. - ([#2948](https://github.com/hypermodeinc/dgraph/issues/2948)) -- Introduce group checksums. ([#2964](https://github.com/hypermodeinc/dgraph/issues/2964), - [#3085](https://github.com/hypermodeinc/dgraph/issues/3085)) + ([#2948](https://github.com/dgraph-io/dgraph/issues/2948)) +- Introduce group checksums. ([#2964](https://github.com/dgraph-io/dgraph/issues/2964), + [#3085](https://github.com/dgraph-io/dgraph/issues/3085)) - Return aborted error if commit ts is 0. - Reduce number of "ClusterInfoOnly" requests to Zero by making VerifyUid wait for membership - information. ([#2974](https://github.com/hypermodeinc/dgraph/issues/2974)) -- Simplify Raft WAL storage caching. ([#3102](https://github.com/hypermodeinc/dgraph/issues/3102)) + information. ([#2974](https://github.com/dgraph-io/dgraph/issues/2974)) +- Simplify Raft WAL storage caching. ([#3102](https://github.com/dgraph-io/dgraph/issues/3102)) - Build release binary with Go version 1.11.5. **Removed** @@ -4135,114 +4115,111 @@ The underlying data format has been changed.** **Fixed** - Use json.Marshal for strings and blobs. Fixes - [#2662](https://github.com/hypermodeinc/dgraph/issues/2662). -- Let eq use string "uid" as value. Fixes - [#2827](https://github.com/hypermodeinc/dgraph/issues/2827). + [#2662](https://github.com/dgraph-io/dgraph/issues/2662). +- Let eq use string "uid" as value. Fixes [#2827](https://github.com/dgraph-io/dgraph/issues/2827). - Skip empty posting lists in `has` function. - Fix Rollup to pick max update commit ts. - Fix a race condition when processing concurrent queries. Fixes - [#2849](https://github.com/hypermodeinc/dgraph/issues/2849). + [#2849](https://github.com/dgraph-io/dgraph/issues/2849). - Show an error when running multiple mutation blocks. Fixes - [#2815](https://github.com/hypermodeinc/dgraph/issues/2815). + [#2815](https://github.com/dgraph-io/dgraph/issues/2815). - Bring in optimizations and bug fixes over from Badger. - Bulk Loader for multi-group (sharded data) clusters writes out per-group schema with only the predicates owned by the group instead of all predicates in the cluster. This fixes an issue where queries made to one group may not return data served by other groups. - ([#3065](https://github.com/hypermodeinc/dgraph/issues/3065)) + ([#3065](https://github.com/dgraph-io/dgraph/issues/3065)) - Remove the assert failure in raftwal/storage.go. ## [1.0.11] - 2018-12-17 -[1.0.11]: https://github.com/hypermodeinc/dgraph/compare/v1.0.10...v1.0.11 +[1.0.11]: https://github.com/dgraph-io/dgraph/compare/v1.0.10...v1.0.11 **Added** -- Integrate OpenCensus in Dgraph. ([#2739](https://github.com/hypermodeinc/dgraph/issues/2739)) +- Integrate OpenCensus in Dgraph. ([#2739](https://github.com/dgraph-io/dgraph/issues/2739)) - Add Dgraph Community License for proprietary features. - Feature: Full binary backups. This is an enterprise feature licensed under the Dgraph Community - License. ([#2710](https://github.com/hypermodeinc/dgraph/issues/2710)) + License. ([#2710](https://github.com/dgraph-io/dgraph/issues/2710)) - Add `--enterprise_features` flag to enable enterprise features. By enabling enterprise features, you accept the terms of the Dgraph Community License. - Add minio dep and its deps in govendor. - ([94daeaf7](https://github.com/hypermodeinc/dgraph/commit/94daeaf7), - [35a73e81](https://github.com/hypermodeinc/dgraph/commit/35a73e81)) + ([94daeaf7](https://github.com/dgraph-io/dgraph/commit/94daeaf7), + [35a73e81](https://github.com/dgraph-io/dgraph/commit/35a73e81)) - Add network partitioning tests with blockade tool. - ([./contrib/blockade](https://github.com/hypermodeinc/dgraph/tree/v1.0.11/contrib/blockade)) + ([./contrib/blockade](https://github.com/dgraph-io/dgraph/tree/v1.0.11/contrib/blockade)) - Add Zero endpoints `/assign?what=uids&num=10` and `/assign?what=timestamps&num=10` to assign UIDs or transaction timestamp leases. - Adding the acl subcommand to support acl features (still work-in-progress). - ([#2795](https://github.com/hypermodeinc/dgraph/issues/2795)) -- Support custom tokenizer in bulk loader - ([#2820](https://github.com/hypermodeinc/dgraph/issues/2820)) + ([#2795](https://github.com/dgraph-io/dgraph/issues/2795)) +- Support custom tokenizer in bulk loader ([#2820](https://github.com/dgraph-io/dgraph/issues/2820)) - Support JSON data with Dgraph Bulk Loader. - ([#2799](https://github.com/hypermodeinc/dgraph/issues/2799)) + ([#2799](https://github.com/dgraph-io/dgraph/issues/2799)) **Changed** - Make posting list memory rollup happen right after disk. - ([#2731](https://github.com/hypermodeinc/dgraph/issues/2731)) + ([#2731](https://github.com/dgraph-io/dgraph/issues/2731)) - Do not retry proposal if already found in CommittedEntries. - ([#2740](https://github.com/hypermodeinc/dgraph/issues/2740)) + ([#2740](https://github.com/dgraph-io/dgraph/issues/2740)) - Remove ExportPayload from protos. Export returns Status and ExportRequest. - ([#2741](https://github.com/hypermodeinc/dgraph/issues/2741)) + ([#2741](https://github.com/dgraph-io/dgraph/issues/2741)) - Allow more escape runes to be skipped over when parsing string literal. - ([#2734](https://github.com/hypermodeinc/dgraph/issues/2734)) + ([#2734](https://github.com/dgraph-io/dgraph/issues/2734)) - Clarify message of overloaded pending proposals for live loader. - ([#2732](https://github.com/hypermodeinc/dgraph/issues/2732)) + ([#2732](https://github.com/dgraph-io/dgraph/issues/2732)) - Posting List Evictions. (e2bcfdad) -- Log when removing a tablet. ([#2746](https://github.com/hypermodeinc/dgraph/issues/2746)) +- Log when removing a tablet. ([#2746](https://github.com/dgraph-io/dgraph/issues/2746)) - Deal better with network partitions in leaders. - ([#2749](https://github.com/hypermodeinc/dgraph/issues/2749)) + ([#2749](https://github.com/dgraph-io/dgraph/issues/2749)) - Keep maxDelay during timestamp req to 1s. - Updates to the version output info. - Print the go version used to build Dgraph when running `dgraph version` and in the logs when - Dgraph runs. ([#2768](https://github.com/hypermodeinc/dgraph/issues/2768)) + Dgraph runs. ([#2768](https://github.com/dgraph-io/dgraph/issues/2768)) - Print the Dgraph version when running live or bulk loader. - ([#2736](https://github.com/hypermodeinc/dgraph/issues/2736)) + ([#2736](https://github.com/dgraph-io/dgraph/issues/2736)) - Checking nil values in the equal function - ([#2769](https://github.com/hypermodeinc/dgraph/issues/2769)) -- Optimize query: UID expansion. ([#2772](https://github.com/hypermodeinc/dgraph/issues/2772)) + ([#2769](https://github.com/dgraph-io/dgraph/issues/2769)) +- Optimize query: UID expansion. ([#2772](https://github.com/dgraph-io/dgraph/issues/2772)) - Split membership sync endpoints and remove PurgeTs endpoint. - ([#2773](https://github.com/hypermodeinc/dgraph/issues/2773)) -- Set the Prefix option during iteration. - ([#2780](https://github.com/hypermodeinc/dgraph/issues/2780)) + ([#2773](https://github.com/dgraph-io/dgraph/issues/2773)) +- Set the Prefix option during iteration. ([#2780](https://github.com/dgraph-io/dgraph/issues/2780)) - Replace Zero's `/assignIds?num=10` endpoint with `/assign?what=uids&num=10` (see Added section). **Removed** - Remove type hinting for JSON and RDF schema-less types. - ([#2742](https://github.com/hypermodeinc/dgraph/issues/2742)) + ([#2742](https://github.com/dgraph-io/dgraph/issues/2742)) - Remove deprecated logic that was found using vet. - ([#2758](https://github.com/hypermodeinc/dgraph/issues/2758)) + ([#2758](https://github.com/dgraph-io/dgraph/issues/2758)) - Remove assert for zero-length posting lists. - ([#2763](https://github.com/hypermodeinc/dgraph/issues/2763)) + ([#2763](https://github.com/dgraph-io/dgraph/issues/2763)) **Fixed** -- Restore schema states on error. ([#2730](https://github.com/hypermodeinc/dgraph/issues/2730)) -- Refactor bleve tokenizer usage ([#2738](https://github.com/hypermodeinc/dgraph/issues/2738)). - Fixes [#2622](https://github.com/hypermodeinc/dgraph/issues/2622) and - [#2601](https://github.com/hypermodeinc/dgraph/issues/2601). +- Restore schema states on error. ([#2730](https://github.com/dgraph-io/dgraph/issues/2730)) +- Refactor bleve tokenizer usage ([#2738](https://github.com/dgraph-io/dgraph/issues/2738)). Fixes + [#2622](https://github.com/dgraph-io/dgraph/issues/2622) and + [#2601](https://github.com/dgraph-io/dgraph/issues/2601). - Switch to Badger's Watermark library, which has a memory leak fix. (0cd9d82e) -- Fix tiny typo. ([#2761](https://github.com/hypermodeinc/dgraph/issues/2761)) +- Fix tiny typo. ([#2761](https://github.com/dgraph-io/dgraph/issues/2761)) - Fix Test: TestMillion. -- Fix Jepsen bank test. ([#2764](https://github.com/hypermodeinc/dgraph/issues/2764)) -- Fix link to help_wanted. ([#2774](https://github.com/hypermodeinc/dgraph/issues/2774)) +- Fix Jepsen bank test. ([#2764](https://github.com/dgraph-io/dgraph/issues/2764)) +- Fix link to help_wanted. ([#2774](https://github.com/dgraph-io/dgraph/issues/2774)) - Fix invalid division by zero error. Fixes - [#2733](https://github.com/hypermodeinc/dgraph/issues/2733). + [#2733](https://github.com/dgraph-io/dgraph/issues/2733). - Fix missing predicates after export and bulk load. Fixes - [#2616](https://github.com/hypermodeinc/dgraph/issues/2616). + [#2616](https://github.com/dgraph-io/dgraph/issues/2616). - Handle various edge cases around cluster memberships. - ([#2791](https://github.com/hypermodeinc/dgraph/issues/2791)) + ([#2791](https://github.com/dgraph-io/dgraph/issues/2791)) - Change Encrypt to not re-encrypt password values. Fixes - [#2765](https://github.com/hypermodeinc/dgraph/issues/2765). + [#2765](https://github.com/dgraph-io/dgraph/issues/2765). - Correctly parse facet types for both JSON and RDF formats. Previously the parsing was handled differently depending on the input format. - ([#2797](https://github.com/hypermodeinc/dgraph/issues/2797)) + ([#2797](https://github.com/dgraph-io/dgraph/issues/2797)) ## [1.0.10] - 2018-11-05 -[1.0.10]: https://github.com/hypermodeinc/dgraph/compare/v1.0.9...v1.0.10 +[1.0.10]: https://github.com/dgraph-io/dgraph/compare/v1.0.9...v1.0.10 **Note: This release requires you to export and re-import data. We have changed the underlying storage format.** @@ -4251,58 +4228,57 @@ storage format.** - The Alter endpoint can be protected by an auth token that is set on the Dgraph Alphas via the `--auth_token` option. This can help prevent accidental schema updates and drop all operations. - ([#2692](https://github.com/hypermodeinc/dgraph/issues/2692)) -- Optimize has function ([#2724](https://github.com/hypermodeinc/dgraph/issues/2724)) -- Expose the health check API via gRPC. - ([#2721](https://github.com/hypermodeinc/dgraph/issues/2721)) + ([#2692](https://github.com/dgraph-io/dgraph/issues/2692)) +- Optimize has function ([#2724](https://github.com/dgraph-io/dgraph/issues/2724)) +- Expose the health check API via gRPC. ([#2721](https://github.com/dgraph-io/dgraph/issues/2721)) **Changed** -- Dgraph is relicensed to Apache 2.0. ([#2652](https://github.com/hypermodeinc/dgraph/issues/2652)) +- Dgraph is relicensed to Apache 2.0. ([#2652](https://github.com/dgraph-io/dgraph/issues/2652)) - **Breaking change**. Rename Dgraph Server to Dgraph Alpha to clarify discussions of the Dgraph cluster. The top-level command `dgraph server` is now `dgraph alpha`. - ([#2667](https://github.com/hypermodeinc/dgraph/issues/2667)) + ([#2667](https://github.com/dgraph-io/dgraph/issues/2667)) - Prometheus metrics have been renamed for consistency for alpha, memory, and lru cache metrics. - ([#2636](https://github.com/hypermodeinc/dgraph/issues/2636), - [#2670](https://github.com/hypermodeinc/dgraph/issues/2670), - [#2714](https://github.com/hypermodeinc/dgraph/issues/2714)) + ([#2636](https://github.com/dgraph-io/dgraph/issues/2636), + [#2670](https://github.com/dgraph-io/dgraph/issues/2670), + [#2714](https://github.com/dgraph-io/dgraph/issues/2714)) - The `dgraph-converter` command is available as the subcommand `dgraph conv`. - ([#2635](https://github.com/hypermodeinc/dgraph/issues/2635)) -- Updating protobuf version. ([#2639](https://github.com/hypermodeinc/dgraph/issues/2639)) -- Allow checkpwd to be aliased ([#2641](https://github.com/hypermodeinc/dgraph/issues/2641)) + ([#2635](https://github.com/dgraph-io/dgraph/issues/2635)) +- Updating protobuf version. ([#2639](https://github.com/dgraph-io/dgraph/issues/2639)) +- Allow checkpwd to be aliased ([#2641](https://github.com/dgraph-io/dgraph/issues/2641)) - Better control excessive traffic to Dgraph - ([#2678](https://github.com/hypermodeinc/dgraph/issues/2678)) + ([#2678](https://github.com/dgraph-io/dgraph/issues/2678)) - Export format now exports on the Alpha receiving the export request. The naming scheme of the export files has been simplified. - Improvements to the `dgraph debug` tool that can be used to inspect the contents of the posting lists directory. -- Bring in Badger updates ([#2697](https://github.com/hypermodeinc/dgraph/issues/2697)) +- Bring in Badger updates ([#2697](https://github.com/dgraph-io/dgraph/issues/2697)) **Fixed** - Make raft leader resume probing after snapshot crash - ([#2707](https://github.com/hypermodeinc/dgraph/issues/2707)) + ([#2707](https://github.com/dgraph-io/dgraph/issues/2707)) - **Breaking change:** Create a lot simpler sorted uint64 codec - ([#2716](https://github.com/hypermodeinc/dgraph/issues/2716)) + ([#2716](https://github.com/dgraph-io/dgraph/issues/2716)) - Increase the size of applyCh, to give Raft some breathing space. Otherwise, it fails to maintain quorum health. - Zero should stream last commit update -- Send commit timestamps in order ([#2687](https://github.com/hypermodeinc/dgraph/issues/2687)) +- Send commit timestamps in order ([#2687](https://github.com/dgraph-io/dgraph/issues/2687)) - Query blocks with the same name are no longer allowed. - Fix out-of-range values in query parser. - ([#2690](https://github.com/hypermodeinc/dgraph/issues/2690)) + ([#2690](https://github.com/dgraph-io/dgraph/issues/2690)) ## [1.0.9] - 2018-10-02 -[1.0.9]: https://github.com/hypermodeinc/dgraph/compare/v1.0.8...v1.0.9 +[1.0.9]: https://github.com/dgraph-io/dgraph/compare/v1.0.8...v1.0.9 **Added** - This version switches Badger Options to reasonable settings for p and w directories. This removes the need to expose `--badger.options` option and removes the `none` option from `--badger.vlog`. - ([#2605](https://github.com/hypermodeinc/dgraph/issues/2605)) + ([#2605](https://github.com/dgraph-io/dgraph/issues/2605)) - Add support for ignoring parse errors in bulk loader with the option `--ignore_error`. - ([#2599](https://github.com/hypermodeinc/dgraph/issues/2599)) + ([#2599](https://github.com/dgraph-io/dgraph/issues/2599)) - Introduction of new command `dgraph cert` to simplify initial TLS setup. See [TLS configuration docs](https://dgraph.io/docs/deploy/#tls-configuration) for more info. - Add `expand(_forward_)` and `expand(_reverse_)` to GraphQL+- query language. If `_forward_` is @@ -4312,27 +4288,27 @@ storage format.** **Changed** -- Rename intern pkg to pb ([#2608](https://github.com/hypermodeinc/dgraph/issues/2608)) +- Rename intern pkg to pb ([#2608](https://github.com/dgraph-io/dgraph/issues/2608)) **Fixed** -- Remove LinRead map logic from Dgraph ([#2570](https://github.com/hypermodeinc/dgraph/issues/2570)) +- Remove LinRead map logic from Dgraph ([#2570](https://github.com/dgraph-io/dgraph/issues/2570)) - Sanity length check for facets mostly. - Make has function correct w.r.t. transactions - ([#2585](https://github.com/hypermodeinc/dgraph/issues/2585)) + ([#2585](https://github.com/dgraph-io/dgraph/issues/2585)) - Increase the snapshot calculation interval, while decreasing the min number of entries required; so we take snapshots even when there's little activity. - Convert an assert during DropAll to inf retry. - ([#2578](https://github.com/hypermodeinc/dgraph/issues/2578)) + ([#2578](https://github.com/dgraph-io/dgraph/issues/2578)) - Fix a bug which caused all transactions to abort if `--expand_edge` was set to false. Fixes - [#2547](https://github.com/hypermodeinc/dgraph/issues/2547). + [#2547](https://github.com/dgraph-io/dgraph/issues/2547). - Set the Applied index in Raft directly, so it does not pick up an index older than the snapshot. Ensure that it is in sync with the Applied watermark. Fixes - [#2581](https://github.com/hypermodeinc/dgraph/issues/2581). + [#2581](https://github.com/dgraph-io/dgraph/issues/2581). - Pull in Badger updates. This also fixes the Unable to find log file, retry error. - Improve efficiency of readonly transactions by reusing the same read ts - ([#2604](https://github.com/hypermodeinc/dgraph/issues/2604)) -- Fix a bug in Raft.Run loop. ([#2606](https://github.com/hypermodeinc/dgraph/issues/2606)) + ([#2604](https://github.com/dgraph-io/dgraph/issues/2604)) +- Fix a bug in Raft.Run loop. ([#2606](https://github.com/dgraph-io/dgraph/issues/2606)) - Fix a few issues regarding snapshot.Index for raft.Cfg.Applied. Do not overwrite any existing data when apply txn commits. Do not let CreateSnapshot fail. - Consider all future versions of the key as well, when deciding whether to write a key or not @@ -4340,21 +4316,20 @@ storage format.** failing to do so. - When testing inequality value vars with non-matching values, the response was sent as an error although it should return empty result if the query has correct syntax. - ([#2611](https://github.com/hypermodeinc/dgraph/issues/2611)) + ([#2611](https://github.com/dgraph-io/dgraph/issues/2611)) - Switch traces to glogs in worker/export.go - ([#2614](https://github.com/hypermodeinc/dgraph/issues/2614)) + ([#2614](https://github.com/dgraph-io/dgraph/issues/2614)) - Improve error handling for `dgraph live` for errors when processing RDF and schema files. - ([#2596](https://github.com/hypermodeinc/dgraph/issues/2596)) + ([#2596](https://github.com/dgraph-io/dgraph/issues/2596)) - Fix task conversion from bool to int that used uint32 - ([#2621](https://github.com/hypermodeinc/dgraph/issues/2621)) -- Fix `expand(_all_)` in recurse queries - ([#2600](https://github.com/hypermodeinc/dgraph/issues/2600)). + ([#2621](https://github.com/dgraph-io/dgraph/issues/2621)) +- Fix `expand(_all_)` in recurse queries ([#2600](https://github.com/dgraph-io/dgraph/issues/2600)). - Add language aliases for broader support for full text indices. - ([#2602](https://github.com/hypermodeinc/dgraph/issues/2602)) + ([#2602](https://github.com/dgraph-io/dgraph/issues/2602)) ## [1.0.8] - 2018-08-29 -[1.0.8]: https://github.com/hypermodeinc/dgraph/compare/v1.0.7...v1.0.8 +[1.0.8]: https://github.com/dgraph-io/dgraph/compare/v1.0.7...v1.0.8 **Added** @@ -4365,26 +4340,26 @@ storage format.** **Changed** - This version introduces tracking of a few anonymous metrics to measure Dgraph adoption - ([#2554](https://github.com/hypermodeinc/dgraph/issues/2554)). These metrics do not contain any + ([#2554](https://github.com/dgraph-io/dgraph/issues/2554)). These metrics do not contain any specifically identifying information about the user, so most users can leave it on. This can be turned off by setting `--telemetry=false` flag if needed in Dgraph Zero. **Fixed** - Correctly handle a list of type geo in json - ([#2482](https://github.com/hypermodeinc/dgraph/issues/2482), - [#2485](https://github.com/hypermodeinc/dgraph/issues/2485)). + ([#2482](https://github.com/dgraph-io/dgraph/issues/2482), + [#2485](https://github.com/dgraph-io/dgraph/issues/2485)). - Fix the graceful shutdown of Dgraph server, so a single Ctrl+C would now suffice to stop it. - Fix various deadlocks in Dgraph and set ConfState in Raft correctly - ([#2548](https://github.com/hypermodeinc/dgraph/issues/2548)). + ([#2548](https://github.com/dgraph-io/dgraph/issues/2548)). - Significantly decrease the number of transaction aborts by using SPO as key for entity to entity - connections. ([#2556](https://github.com/hypermodeinc/dgraph/issues/2556)). + connections. ([#2556](https://github.com/dgraph-io/dgraph/issues/2556)). - Do not print error while sending Raft message by default. No action needs to be taken by the user, so it is set to V(3) level. ## [1.0.7] - 2018-08-10 -[1.0.7]: https://github.com/hypermodeinc/dgraph/compare/v1.0.6...v1.0.7 +[1.0.7]: https://github.com/dgraph-io/dgraph/compare/v1.0.6...v1.0.7 **Changed** @@ -4393,57 +4368,56 @@ storage format.** **Fixed** - All Oracle delta streams are applied via Raft proposals. This deals better with network partition - like edge-cases. [#2463](https://github.com/hypermodeinc/dgraph/issues/2463) + like edge-cases. [#2463](https://github.com/dgraph-io/dgraph/issues/2463) - Fix deadlock in 10-node cluster convergence. Fixes - [#2286](https://github.com/hypermodeinc/dgraph/issues/2286). -- Make ReadIndex work safely. [#2469](https://github.com/hypermodeinc/dgraph/issues/2469) + [#2286](https://github.com/dgraph-io/dgraph/issues/2286). +- Make ReadIndex work safely. [#2469](https://github.com/dgraph-io/dgraph/issues/2469) - Simplify snapshots, leader now calculates and proposes snapshots to the group. - [#2475](https://github.com/hypermodeinc/dgraph/issues/2475). -- Make snapshot streaming more robust. [#2487](https://github.com/hypermodeinc/dgraph/issues/2487) + [#2475](https://github.com/dgraph-io/dgraph/issues/2475). +- Make snapshot streaming more robust. [#2487](https://github.com/dgraph-io/dgraph/issues/2487) - Consolidate all txn tracking logic into Oracle, remove inSnapshot logic. - [#2480](https://github.com/hypermodeinc/dgraph/issues/2480). + [#2480](https://github.com/dgraph-io/dgraph/issues/2480). - Bug fix in Badger, to stop panics when exporting. - Use PreVote to avoid leader change on a node join. - Fix a long-standing bug where `raft.Step` was being called via goroutines. It is now called serially. - Fix context deadline issues with proposals. - [#2501](https://github.com/hypermodeinc/dgraph/issues/2501). + [#2501](https://github.com/dgraph-io/dgraph/issues/2501). ## [1.0.6] - 2018-06-20 -[1.0.6]: https://github.com/hypermodeinc/dgraph/compare/v1.0.5...v1.0.6 +[1.0.6]: https://github.com/dgraph-io/dgraph/compare/v1.0.5...v1.0.6 **Added** - Support GraphQL vars as args for Regexp function. - [#2353](https://github.com/hypermodeinc/dgraph/issues/2353) -- Support GraphQL vars with filters. [#2359](https://github.com/hypermodeinc/dgraph/issues/2359) -- Add JSON mutations to raw HTTP. [#2396](https://github.com/hypermodeinc/dgraph/issues/2396) + [#2353](https://github.com/dgraph-io/dgraph/issues/2353) +- Support GraphQL vars with filters. [#2359](https://github.com/dgraph-io/dgraph/issues/2359) +- Add JSON mutations to raw HTTP. [#2396](https://github.com/dgraph-io/dgraph/issues/2396) **Fixed** -- Fix math >= evaluation. [#2365](https://github.com/hypermodeinc/dgraph/issues/2365) +- Fix math >= evaluation. [#2365](https://github.com/dgraph-io/dgraph/issues/2365) - Avoid race condition between mutation commit and predicate move. - [#2392](https://github.com/hypermodeinc/dgraph/issues/2392) + [#2392](https://github.com/dgraph-io/dgraph/issues/2392) - Ability to correctly distinguish float from int in JSON. - [#2398](https://github.com/hypermodeinc/dgraph/issues/2398) -- Remove _dummy_ data key. [#2401](https://github.com/hypermodeinc/dgraph/issues/2401) + [#2398](https://github.com/dgraph-io/dgraph/issues/2398) +- Remove _dummy_ data key. [#2401](https://github.com/dgraph-io/dgraph/issues/2401) - Serialize applying of Raft proposals. Concurrent application was complex and cause of multiple - bugs. [#2428](https://github.com/hypermodeinc/dgraph/issues/2428). + bugs. [#2428](https://github.com/dgraph-io/dgraph/issues/2428). - Improve Zero connections. - Fix bugs in snapshot move, refactor code and improve performance significantly. - [#2440](https://github.com/hypermodeinc/dgraph/issues/2440), - [#2442](https://github.com/hypermodeinc/dgraph/issues/2442) -- Add error handling to GetNoStore. Fixes - [#2373](https://github.com/hypermodeinc/dgraph/issues/2373). -- Fix bugs in Bulk loader. [#2449](https://github.com/hypermodeinc/dgraph/issues/2449) -- Posting List and Raft bug fixes. [#2457](https://github.com/hypermodeinc/dgraph/issues/2457) + [#2440](https://github.com/dgraph-io/dgraph/issues/2440), + [#2442](https://github.com/dgraph-io/dgraph/issues/2442) +- Add error handling to GetNoStore. Fixes [#2373](https://github.com/dgraph-io/dgraph/issues/2373). +- Fix bugs in Bulk loader. [#2449](https://github.com/dgraph-io/dgraph/issues/2449) +- Posting List and Raft bug fixes. [#2457](https://github.com/dgraph-io/dgraph/issues/2457) **Changed** - Pull in Badger v1.5.2. - Raft storage is now done entirely via Badger. This reduces RAM consumption by previously used - MemoryStorage. [#2433](https://github.com/hypermodeinc/dgraph/issues/2433) + MemoryStorage. [#2433](https://github.com/dgraph-io/dgraph/issues/2433) - Trace how node.Run loop performs. - Allow tweaking Badger options. @@ -4452,7 +4426,7 @@ flags named with `--badger.` prefix. ## [1.0.5] - 2018-04-20 -[1.0.5]: https://github.com/hypermodeinc/dgraph/compare/v1.0.4...v1.0.5 +[1.0.5]: https://github.com/dgraph-io/dgraph/compare/v1.0.4...v1.0.5 **Added** @@ -4463,25 +4437,25 @@ flags named with `--badger.` prefix. - Fix bug where predicate with string type sometimes appeared as `_:uidffffffffffffffff` in exports. - Validate facet value should be according to the facet type supplied when mutating using N-Quads - ([#2074](https://github.com/hypermodeinc/dgraph/issues/2074)). + ([#2074](https://github.com/dgraph-io/dgraph/issues/2074)). - Use `time.Equal` function for comparing predicates with - `datetime`([#2219](https://github.com/hypermodeinc/dgraph/issues/2219)). + `datetime`([#2219](https://github.com/dgraph-io/dgraph/issues/2219)). - Skip `BitEmptyPosting` for `has` queries. - Return error from query if we don't serve the group for the attribute instead of crashing - ([#2227](https://github.com/hypermodeinc/dgraph/issues/2227)). + ([#2227](https://github.com/dgraph-io/dgraph/issues/2227)). - Send `maxpending` in connection state to server - ([#2236](https://github.com/hypermodeinc/dgraph/issues/2236)). -- Fix bug in SP\* transactions ([#2148](https://github.com/hypermodeinc/dgraph/issues/2148)). + ([#2236](https://github.com/dgraph-io/dgraph/issues/2236)). +- Fix bug in SP\* transactions ([#2148](https://github.com/dgraph-io/dgraph/issues/2148)). - Batch and send during snapshot to make snapshots faster. - Don't skip schema keys while calculating tablets served. - Fix the issue which could lead to snapshot getting blocked for a cluster with replicas - ([#2266](https://github.com/hypermodeinc/dgraph/issues/2266)). + ([#2266](https://github.com/dgraph-io/dgraph/issues/2266)). - Dgraph server retries indefinitely to connect to Zero. - Allow filtering and regex queries for list types with lossy tokenizers. - Dgraph server segfault in worker package - ([#2322](https://github.com/hypermodeinc/dgraph/issues/2322)). + ([#2322](https://github.com/dgraph-io/dgraph/issues/2322)). - Node crashes can lead to the loss of inserted triples - ([#2290](https://github.com/hypermodeinc/dgraph/issues/2290)). + ([#2290](https://github.com/dgraph-io/dgraph/issues/2290)). **Changed** @@ -4494,7 +4468,7 @@ flags named with `--badger.` prefix. ## [1.0.4] - 2018-03-09 -[1.0.4]: https://github.com/hypermodeinc/dgraph/compare/v1.0.3...v1.0.4 +[1.0.4]: https://github.com/dgraph-io/dgraph/compare/v1.0.3...v1.0.4 **Added** @@ -4533,7 +4507,7 @@ flags named with `--badger.` prefix. ## [1.0.3] - 2018-02-08 -[1.0.3]: https://github.com/hypermodeinc/dgraph/compare/v1.0.2...v1.0.3 +[1.0.3]: https://github.com/dgraph-io/dgraph/compare/v1.0.2...v1.0.3 **Added** @@ -4562,7 +4536,7 @@ flags named with `--badger.` prefix. ## [1.0.2] - 2018-01-17 -[1.0.2]: https://github.com/hypermodeinc/dgraph/compare/v1.0.1...v1.0.2 +[1.0.2]: https://github.com/dgraph-io/dgraph/compare/v1.0.1...v1.0.2 **Fixed** @@ -4590,7 +4564,7 @@ flags named with `--badger.` prefix. ## [1.0.1] - 2017-12-20 -[1.0.1]: https://github.com/hypermodeinc/dgraph/compare/v1.0.0...v1.0.1 +[1.0.1]: https://github.com/dgraph-io/dgraph/compare/v1.0.0...v1.0.1 **Fixed** @@ -4605,7 +4579,7 @@ flags named with `--badger.` prefix. ## [1.0.0] - 2017-12-18 -[1.0.0]: https://github.com/hypermodeinc/dgraph/compare/v0.9.3...v1.0.0 +[1.0.0]: https://github.com/dgraph-io/dgraph/compare/v0.9.3...v1.0.0 **Added** @@ -4642,7 +4616,7 @@ flags named with `--badger.` prefix. ## [0.9.3] - 2017-12-01 -[0.9.3]: https://github.com/hypermodeinc/dgraph/compare/v0.9.2...v0.9.3 +[0.9.3]: https://github.com/dgraph-io/dgraph/compare/v0.9.2...v0.9.3 **Added** @@ -4677,7 +4651,7 @@ flags named with `--badger.` prefix. ## [0.9.2] - 2017-11-20 -[0.9.2]: https://github.com/hypermodeinc/dgraph/compare/v0.9.1...v0.9.2 +[0.9.2]: https://github.com/dgraph-io/dgraph/compare/v0.9.1...v0.9.2 **Added** @@ -4697,7 +4671,7 @@ flags named with `--badger.` prefix. ## [0.9.1] - 2017-11-15 -[0.9.1]: https://github.com/hypermodeinc/dgraph/compare/v0.9.0...v0.9.1 +[0.9.1]: https://github.com/dgraph-io/dgraph/compare/v0.9.0...v0.9.1 **Changed** @@ -4706,7 +4680,7 @@ flags named with `--badger.` prefix. ## [0.9.0] - 2017-11-14 -[0.9.0]: https://github.com/hypermodeinc/dgraph/compare/v0.8.3...v0.9.0 +[0.9.0]: https://github.com/dgraph-io/dgraph/compare/v0.8.3...v0.9.0 **The latest release has a lot of breaking changes but also brings powerful features like Transactions, support for CJK and custom tokenization.** @@ -4757,8 +4731,8 @@ Users can set `port_offset` flag, to modify these fixed ports. - Facets response structure has been modified and is a lot flatter. Facet key is now `predicate|facet_name`. Examples for - [Go client](https://godoc.org/github.com/hypermodeinc/dggraph/client#example-Txn-Mutate-Facets) - and [HTTP](https://dgraph.io/docs/query-language/#facets-edge-attributes). + [Go client](https://godoc.org/github.com/dgraph-io/dggraph/client#example-Txn-Mutate-Facets) and + [HTTP](https://dgraph.io/docs/query-language/#facets-edge-attributes). - Query latency is now returned as numeric (ns) instead of string. - [`Recurse`](https://dgraph.io/docs/query-language/#recurse-query) is now a directive. So queries with `recurse` keyword at root won't work anymore. @@ -4799,10 +4773,10 @@ Users can set `port_offset` flag, to modify these fixed ports. `client.Unmarshal` method also goes away from the Go client. Users can use `json.Unmarshal` for unmarshalling the response. - Response for predicate of type `geo` can be unmarshalled into a struct. Example - [here](https://godoc.org/github.com/hypermodeinc/dggraph/client#example-package--SetObject). + [here](https://godoc.org/github.com/dgraph-io/dggraph/client#example-package--SetObject). - `Node` and `Edge` structs go away along with the `SetValue...` methods. We recommend using - [`SetJson`](https://godoc.org/github.com/hypermodeinc/dggraph/client#example-package--SetObject) - and `DeleteJson` fields to do mutations. + [`SetJson`](https://godoc.org/github.com/dgraph-io/dggraph/client#example-package--SetObject) and + `DeleteJson` fields to do mutations. - Examples of how to use transactions using the client can be found at https://dgraph.io/docs/clients/#go. diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index 614af544e1f..11b91b7bfbb 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 investigated promptly and fairly. All community leaders are obligated to respect the privacy and security of the reporter of any incident. diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 6e93f6b69d2..cb1edde1d2c 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -114,7 +114,7 @@ For Dgraph official documentation, visit https://dgraph.io/docs. For discussions about Dgraph , visit https://discuss.dgraph.io. Licensed variously under the Apache Public License 2.0 and Dgraph Community License. -© Hypermode Inc. +© Istari Digital, Inc. ``` ### Build Docker Image @@ -187,7 +187,7 @@ under the Apache 2.0 license: ```sh /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ ``` diff --git a/Dockerfile b/Dockerfile index f82b1c26c6e..5950feca5af 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,7 +14,7 @@ RUN CGO_ENABLED=0 GOOS=${TARGETOS} GOARCH=${TARGETARCH} make ###################### Stage II ###################### FROM ubuntu:24.04 -LABEL maintainer="Hypermode Inc. " +LABEL maintainer="Dgraph " RUN apt-get update && apt-get install -y --no-install-recommends \ ca-certificates=20240203 \ curl=8.5.0-2ubuntu10.6 \ diff --git a/Makefile b/Makefile index 0d0e10dcdfc..6bffaf455dc 100644 --- a/Makefile +++ b/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/README.md b/README.md index 4ad15c490ed..5c07ca2b6c9 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,6 @@ Dgraph Logo -[![chat](https://img.shields.io/discord/1267579648657850441)](https://discord.hypermode.com) [![GitHub Repo stars](https://img.shields.io/github/stars/dgraph-io/dgraph)](https://github.com/dgraph-io/dgraph/stargazers) [![GitHub commit activity](https://img.shields.io/github/commit-activity/m/dgraph-io/dgraph)](https://github.com/dgraph-io/dgraph/commits/main/) [![Go Report Card](https://goreportcard.com/badge/github.com/dgraph-io/dgraph)](https://goreportcard.com/report/github.com/dgraph-io/dgraph) @@ -127,8 +126,8 @@ operations, which makes it easy to build applications with it. - **Dgraph official documentation is present at [docs.hypermode.com/dgraph](https://docs.hypermode.com/dgraph).** -- For feature requests or questions, visit - [https://discuss.hypermode.com](https://discuss.hypermode.com). +- For general information and questions, visit + [Github discussions](https://github.com/dgraph-io/dgraph/discussions). - Please see [releases tab](https://github.com/dgraph-io/dgraph/releases) to find the latest release and corresponding release notes. @@ -148,7 +147,7 @@ also libraries contributed by the community ## Contact -- Please use [discuss.hypermode.com](https://discuss.hypermode.com) for documentation, questions, +- Please use [Github discussions](https://github.com/dgraph-io/dgraph/discussions) for questions, feature requests and discussions. - Please use [GitHub Issues](https://github.com/dgraph-io/dgraph/issues) for filing bugs or feature requests. diff --git a/acl/acl.go b/acl/acl.go index 2b6f6a91dbc..7a72edfdb08 100644 --- a/acl/acl.go +++ b/acl/acl.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -18,7 +18,7 @@ import ( "github.com/dgraph-io/dgo/v250" "github.com/dgraph-io/dgo/v250/protos/api" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/x" ) func getUserAndGroup(conf *viper.Viper) (userId string, groupId string, err error) { diff --git a/acl/acl_curl_test.go b/acl/acl_curl_test.go index a96c1fa1900..ec42df24213 100644 --- a/acl/acl_curl_test.go +++ b/acl/acl_curl_test.go @@ -2,7 +2,7 @@ // +build integration /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -17,9 +17,9 @@ import ( "github.com/golang/glog" "github.com/stretchr/testify/require" - "github.com/hypermodeinc/dgraph/v25/dgraphapi" - "github.com/hypermodeinc/dgraph/v25/testutil" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/dgraphapi" + "github.com/dgraph-io/dgraph/v25/testutil" + "github.com/dgraph-io/dgraph/v25/x" ) func (asuite *AclTestSuite) TestCurlAuthorization() { diff --git a/acl/acl_integration_test.go b/acl/acl_integration_test.go index eacdb66bda5..a831bcc80f9 100644 --- a/acl/acl_integration_test.go +++ b/acl/acl_integration_test.go @@ -1,7 +1,7 @@ //go:build integration /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -16,8 +16,8 @@ import ( "github.com/stretchr/testify/require" "github.com/dgraph-io/dgo/v250/protos/api" - "github.com/hypermodeinc/dgraph/v25/dgraphapi" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/dgraphapi" + "github.com/dgraph-io/dgraph/v25/x" ) func (asuite *AclTestSuite) TestInvalidGetUser() { diff --git a/acl/acl_test.go b/acl/acl_test.go index de0b98c0aa2..403774e9dc3 100644 --- a/acl/acl_test.go +++ b/acl/acl_test.go @@ -2,7 +2,7 @@ // +build integration upgrade /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -21,9 +21,9 @@ import ( "github.com/dgraph-io/dgo/v250" "github.com/dgraph-io/dgo/v250/protos/api" - "github.com/hypermodeinc/dgraph/v25/dgraphapi" - "github.com/hypermodeinc/dgraph/v25/dgraphtest" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/dgraphapi" + "github.com/dgraph-io/dgraph/v25/dgraphtest" + "github.com/dgraph-io/dgraph/v25/x" ) var ( diff --git a/acl/integration_test.go b/acl/integration_test.go index 5d293ddb8fa..9c875a412bf 100644 --- a/acl/integration_test.go +++ b/acl/integration_test.go @@ -1,7 +1,7 @@ //go:build integration /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -12,8 +12,8 @@ import ( "github.com/stretchr/testify/suite" - "github.com/hypermodeinc/dgraph/v25/dgraphapi" - "github.com/hypermodeinc/dgraph/v25/dgraphtest" + "github.com/dgraph-io/dgraph/v25/dgraphapi" + "github.com/dgraph-io/dgraph/v25/dgraphtest" ) type AclTestSuite struct { diff --git a/acl/jwt_algo_test.go b/acl/jwt_algo_test.go index 5436455e290..f9c45802ec7 100644 --- a/acl/jwt_algo_test.go +++ b/acl/jwt_algo_test.go @@ -1,7 +1,7 @@ //go:build integration2 /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -16,9 +16,9 @@ import ( "github.com/golang-jwt/jwt/v5" "github.com/stretchr/testify/require" - "github.com/hypermodeinc/dgraph/v25/dgraphapi" - "github.com/hypermodeinc/dgraph/v25/dgraphtest" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/dgraphapi" + "github.com/dgraph-io/dgraph/v25/dgraphtest" + "github.com/dgraph-io/dgraph/v25/x" ) func TestACLJwtAlgo(t *testing.T) { diff --git a/acl/run.go b/acl/run.go index a02616f3464..45fe192afc8 100644 --- a/acl/run.go +++ b/acl/run.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -13,7 +13,7 @@ import ( "github.com/spf13/cobra" "github.com/spf13/viper" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/x" ) var ( diff --git a/acl/upgrade_test.go b/acl/upgrade_test.go index 30865ba6381..d2e45558c4c 100644 --- a/acl/upgrade_test.go +++ b/acl/upgrade_test.go @@ -1,7 +1,7 @@ //go:build upgrade /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -15,9 +15,9 @@ import ( "github.com/stretchr/testify/require" "github.com/stretchr/testify/suite" - "github.com/hypermodeinc/dgraph/v25/dgraphapi" - "github.com/hypermodeinc/dgraph/v25/dgraphtest" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/dgraphapi" + "github.com/dgraph-io/dgraph/v25/dgraphtest" + "github.com/dgraph-io/dgraph/v25/x" ) type AclTestSuite struct { diff --git a/acl/utils.go b/acl/utils.go index b355c22de48..d3af3db3693 100644 --- a/acl/utils.go +++ b/acl/utils.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -14,8 +14,8 @@ import ( "github.com/dgraph-io/dgo/v250" "github.com/dgraph-io/dgo/v250/protos/api" + "github.com/dgraph-io/dgraph/v25/x" "github.com/dgraph-io/ristretto/v2/z" - "github.com/hypermodeinc/dgraph/v25/x" ) // GetGroupIDs returns a slice containing the group ids of all the given groups. diff --git a/algo/benchmarks b/algo/benchmarks index 84fa2b1156e..357a370873a 100644 --- a/algo/benchmarks +++ b/algo/benchmarks @@ -167,4 +167,4 @@ BenchmarkListIntersectRatio/compressed:IntersectWithLin:ratio=1:size=1000000:ove BenchmarkListIntersectRatio/compressed:IntersectWithBin:ratio=1:size=1000000:overlap=0.01:-4 30 38617011 ns/op PASS -ok github.com/hypermodeinc/dgraph/algo 206.835s +ok github.com/dgraph-io/dgraph/algo 206.835s diff --git a/algo/cm-sketch.go b/algo/cm-sketch.go index 1c0eaa7dd92..f09b0a0270b 100644 --- a/algo/cm-sketch.go +++ b/algo/cm-sketch.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/algo/doc.go b/algo/doc.go index ba3968bf55b..d38be7a6f46 100644 --- a/algo/doc.go +++ b/algo/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/algo/heap.go b/algo/heap.go index b881d6d37ed..aef1eda5d9a 100644 --- a/algo/heap.go +++ b/algo/heap.go @@ -1,12 +1,12 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ package algo import ( - "github.com/hypermodeinc/dgraph/v25/codec" + "github.com/dgraph-io/dgraph/v25/codec" ) type elem struct { diff --git a/algo/heap_test.go b/algo/heap_test.go index 8570d0a8cef..339faed0578 100644 --- a/algo/heap_test.go +++ b/algo/heap_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/algo/packed.go b/algo/packed.go index 58fe3aeb952..5824072e791 100644 --- a/algo/packed.go +++ b/algo/packed.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -9,8 +9,8 @@ import ( "container/heap" "sort" - "github.com/hypermodeinc/dgraph/v25/codec" - "github.com/hypermodeinc/dgraph/v25/protos/pb" + "github.com/dgraph-io/dgraph/v25/codec" + "github.com/dgraph-io/dgraph/v25/protos/pb" ) // ApplyFilterPacked applies the filter to a list of packed uids. diff --git a/algo/packed_test.go b/algo/packed_test.go index 3aaab43772c..78110c24b48 100644 --- a/algo/packed_test.go +++ b/algo/packed_test.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -11,8 +11,8 @@ import ( "github.com/stretchr/testify/require" - "github.com/hypermodeinc/dgraph/v25/codec" - "github.com/hypermodeinc/dgraph/v25/protos/pb" + "github.com/dgraph-io/dgraph/v25/codec" + "github.com/dgraph-io/dgraph/v25/protos/pb" ) func newUidPack(data []uint64) *pb.UidPack { diff --git a/algo/uidlist.go b/algo/uidlist.go index 7e98f9639e0..7aba70ba4a2 100644 --- a/algo/uidlist.go +++ b/algo/uidlist.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -10,8 +10,8 @@ import ( "sort" "sync" - "github.com/hypermodeinc/dgraph/v25/codec" - "github.com/hypermodeinc/dgraph/v25/protos/pb" + "github.com/dgraph-io/dgraph/v25/codec" + "github.com/dgraph-io/dgraph/v25/protos/pb" ) const jump = 32 // Jump size in InsersectWithJump. diff --git a/algo/uidlist_test.go b/algo/uidlist_test.go index 3009b77836b..070e995f0e7 100644 --- a/algo/uidlist_test.go +++ b/algo/uidlist_test.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -14,8 +14,8 @@ import ( "github.com/stretchr/testify/require" "google.golang.org/protobuf/proto" - "github.com/hypermodeinc/dgraph/v25/codec" - "github.com/hypermodeinc/dgraph/v25/protos/pb" + "github.com/dgraph-io/dgraph/v25/codec" + "github.com/dgraph-io/dgraph/v25/protos/pb" ) func newList(data []uint64) *pb.List { diff --git a/audit/audit.go b/audit/audit.go index 759bf3e18f8..e70b45ac717 100644 --- a/audit/audit.go +++ b/audit/audit.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -13,9 +13,9 @@ import ( "github.com/golang/glog" + "github.com/dgraph-io/dgraph/v25/worker" + "github.com/dgraph-io/dgraph/v25/x" "github.com/dgraph-io/ristretto/v2/z" - "github.com/hypermodeinc/dgraph/v25/worker" - "github.com/hypermodeinc/dgraph/v25/x" ) const ( diff --git a/audit/interceptor.go b/audit/interceptor.go index c0399eb923a..de25cc29184 100644 --- a/audit/interceptor.go +++ b/audit/interceptor.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -19,10 +19,10 @@ import ( "strings" "sync/atomic" + "github.com/dgraph-io/dgraph/v25/graphql/schema" + "github.com/dgraph-io/dgraph/v25/x" "github.com/dgraph-io/gqlparser/v2/ast" "github.com/dgraph-io/gqlparser/v2/parser" - "github.com/hypermodeinc/dgraph/v25/graphql/schema" - "github.com/hypermodeinc/dgraph/v25/x" "github.com/golang/glog" "github.com/gorilla/websocket" diff --git a/audit/run.go b/audit/run.go index 6539180bfe9..2d7d2f1639c 100644 --- a/audit/run.go +++ b/audit/run.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -18,7 +18,7 @@ import ( "github.com/spf13/cobra" "github.com/spf13/viper" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/x" ) var CmdAudit x.SubCommand diff --git a/audit/run_test.go b/audit/run_test.go index d2d3d31e1b2..b8238b3bbe1 100644 --- a/audit/run_test.go +++ b/audit/run_test.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -12,7 +12,7 @@ import ( "github.com/stretchr/testify/require" - "github.com/hypermodeinc/dgraph/v25/testutil/testaudit" + "github.com/dgraph-io/dgraph/v25/testutil/testaudit" ) // we will truncate copy of encrypted audit log file diff --git a/backup/run.go b/backup/run.go index 09cba2988e9..51e4e64716d 100644 --- a/backup/run.go +++ b/backup/run.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -23,11 +23,11 @@ import ( "google.golang.org/protobuf/proto" bpb "github.com/dgraph-io/badger/v4/pb" + "github.com/dgraph-io/dgraph/v25/posting" + "github.com/dgraph-io/dgraph/v25/protos/pb" + "github.com/dgraph-io/dgraph/v25/worker" + "github.com/dgraph-io/dgraph/v25/x" "github.com/dgraph-io/ristretto/v2/z" - "github.com/hypermodeinc/dgraph/v25/posting" - "github.com/hypermodeinc/dgraph/v25/protos/pb" - "github.com/hypermodeinc/dgraph/v25/worker" - "github.com/hypermodeinc/dgraph/v25/x" ) // Restore is the sub-command used to restore a backup. diff --git a/check_upgrade/check_upgrade.go b/check_upgrade/check_upgrade.go index 6f20c4a456c..57d03bd1061 100644 --- a/check_upgrade/check_upgrade.go +++ b/check_upgrade/check_upgrade.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -18,8 +18,8 @@ import ( "github.com/golang-jwt/jwt/v5" "github.com/spf13/cobra" - "github.com/hypermodeinc/dgraph/v25/dgraphapi" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/dgraphapi" + "github.com/dgraph-io/dgraph/v25/x" ) var ( diff --git a/check_upgrade/check_upgrade_test.go b/check_upgrade/check_upgrade_test.go index 003d42e3acb..29ffc8f97ab 100644 --- a/check_upgrade/check_upgrade_test.go +++ b/check_upgrade/check_upgrade_test.go @@ -1,7 +1,7 @@ //go:build integration2 /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -22,9 +22,9 @@ import ( "github.com/stretchr/testify/require" "github.com/dgraph-io/dgo/v250/protos/api" - "github.com/hypermodeinc/dgraph/v25/dgraphapi" - "github.com/hypermodeinc/dgraph/v25/dgraphtest" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/dgraphapi" + "github.com/dgraph-io/dgraph/v25/dgraphtest" + "github.com/dgraph-io/dgraph/v25/x" ) func TestCheckUpgrade(t *testing.T) { diff --git a/chunker/README.txt b/chunker/README.txt index ad0db4c943a..675e81528e0 100644 --- a/chunker/README.txt +++ b/chunker/README.txt @@ -5,21 +5,21 @@ go tool pprof --alloc_objects uidassigner heap.prof Dropped 41 nodes (cum <= 1039438) Showing top 10 nodes out of 31 (cum >= 8566234) flat flat% sum% cum cum% - 55529704 26.71% 26.71% 55529704 26.71% github.com/hypermodeinc/dggraph/rdf.Parse - 28255068 13.59% 40.30% 30647245 14.74% github.com/hypermodeinc/dggraph/posting.(*List).getPostingList + 55529704 26.71% 26.71% 55529704 26.71% github.com/dgraph-io/dggraph/rdf.Parse + 28255068 13.59% 40.30% 30647245 14.74% github.com/dgraph-io/dggraph/posting.(*List).getPostingList 20406729 9.82% 50.12% 20406729 9.82% github.com/zond/gotomic.newRealEntryWithHashCode 17777182 8.55% 58.67% 17777182 8.55% strings.makeCutsetFunc - 17582839 8.46% 67.13% 17706815 8.52% github.com/hypermodeinc/dggraph/loader.(*state).readLines - 15139047 7.28% 74.41% 88445933 42.55% github.com/hypermodeinc/dggraph/loader.(*state).parseStream + 17582839 8.46% 67.13% 17706815 8.52% github.com/dgraph-io/dggraph/loader.(*state).readLines + 15139047 7.28% 74.41% 88445933 42.55% github.com/dgraph-io/dggraph/loader.(*state).parseStream 12927366 6.22% 80.63% 12927366 6.22% github.com/zond/gotomic.(*element).search - 10789028 5.19% 85.82% 66411362 31.95% github.com/hypermodeinc/dggraph/posting.GetOrCreate + 10789028 5.19% 85.82% 66411362 31.95% github.com/dgraph-io/dggraph/posting.GetOrCreate 9453856 4.55% 90.37% 9453856 4.55% github.com/zond/gotomic.(*hashHit).search - 8566234 4.12% 94.49% 8566234 4.12% github.com/hypermodeinc/dggraph/uid.stringKey + 8566234 4.12% 94.49% 8566234 4.12% github.com/dgraph-io/dggraph/uid.stringKey (pprof) list rdf.Parse Total: 207887723 -ROUTINE ======================== github.com/hypermodeinc/dggraph/rdf.Parse in /home/mrjn/go/src/github.com/hypermodeinc/dggraph/rdf/parse.go +ROUTINE ======================== github.com/dgraph-io/dggraph/rdf.Parse in /home/mrjn/go/src/github.com/dgraph-io/dggraph/rdf/parse.go 55529704 55529704 (flat, cum) 26.71% of Total . . 118: } . . 119: return val[1 : len(val)-1] @@ -43,14 +43,14 @@ Showing top 10 nodes out of 62 (cum >= 18180150) flat flat% sum% cum cum% 103445194 18.46% 18.46% 103445194 18.46% github.com/Sirupsen/logrus.(*Entry).WithFields 65448918 11.68% 30.14% 163184489 29.12% github.com/Sirupsen/logrus.(*Entry).WithField - 48366300 8.63% 38.77% 203838187 36.37% github.com/hypermodeinc/dggraph/posting.(*List).get - 39789719 7.10% 45.87% 49276181 8.79% github.com/hypermodeinc/dggraph/posting.(*List).getPostingList - 36642638 6.54% 52.41% 36642638 6.54% github.com/hypermodeinc/dggraph/lex.NewLexer + 48366300 8.63% 38.77% 203838187 36.37% github.com/dgraph-io/dggraph/posting.(*List).get + 39789719 7.10% 45.87% 49276181 8.79% github.com/dgraph-io/dggraph/posting.(*List).getPostingList + 36642638 6.54% 52.41% 36642638 6.54% github.com/dgraph-io/dggraph/lex.NewLexer 35190301 6.28% 58.69% 35190301 6.28% github.com/google/flatbuffers/go.(*Builder).growByteBuffer 31392455 5.60% 64.29% 31392455 5.60% github.com/zond/gotomic.newRealEntryWithHashCode 25895676 4.62% 68.91% 25895676 4.62% github.com/zond/gotomic.(*element).search - 18546971 3.31% 72.22% 72863016 13.00% github.com/hypermodeinc/dggraph/loader.(*state).parseStream - 18090764 3.23% 75.45% 18180150 3.24% github.com/hypermodeinc/dggraph/loader.(*state).readLines + 18546971 3.31% 72.22% 72863016 13.00% github.com/dgraph-io/dggraph/loader.(*state).parseStream + 18090764 3.23% 75.45% 18180150 3.24% github.com/dgraph-io/dggraph/loader.(*state).readLines After a few more discussions, I realized that lexer didn't need to be allocated on the heap. So, I switched it to be allocated on stack. These are the results. @@ -62,14 +62,14 @@ Entering interactive mode (type "help" for commands) Dropped 73 nodes (cum <= 8.48MB) Showing top 10 nodes out of 52 (cum >= 161.50MB) flat flat% sum% cum cum% - 304.56MB 17.95% 17.95% 304.56MB 17.95% github.com/hypermodeinc/dggraph/posting.NewList + 304.56MB 17.95% 17.95% 304.56MB 17.95% github.com/dgraph-io/dggraph/posting.NewList 209.55MB 12.35% 30.30% 209.55MB 12.35% github.com/Sirupsen/logrus.(*Entry).WithFields 207.55MB 12.23% 42.54% 417.10MB 24.58% github.com/Sirupsen/logrus.(*Entry).WithField - 108MB 6.37% 48.90% 108MB 6.37% github.com/hypermodeinc/dggraph/uid.(*lockManager).newOrExisting + 108MB 6.37% 48.90% 108MB 6.37% github.com/dgraph-io/dggraph/uid.(*lockManager).newOrExisting 88MB 5.19% 54.09% 88MB 5.19% github.com/zond/gotomic.newMockEntry 85.51MB 5.04% 59.13% 85.51MB 5.04% github.com/google/flatbuffers/go.(*Builder).growByteBuffer - 78.01MB 4.60% 63.73% 78.01MB 4.60% github.com/hypermodeinc/dggraph/posting.Key - 78.01MB 4.60% 68.32% 78.51MB 4.63% github.com/hypermodeinc/dggraph/uid.stringKey + 78.01MB 4.60% 63.73% 78.01MB 4.60% github.com/dgraph-io/dggraph/posting.Key + 78.01MB 4.60% 68.32% 78.51MB 4.63% github.com/dgraph-io/dggraph/uid.stringKey 76MB 4.48% 72.80% 76MB 4.48% github.com/zond/gotomic.newRealEntryWithHashCode 73.50MB 4.33% 77.14% 161.50MB 9.52% github.com/zond/gotomic.(*Hash).getBucketByIndex diff --git a/chunker/chunk.go b/chunker/chunk.go index c839965a406..b186b9463ca 100644 --- a/chunker/chunk.go +++ b/chunker/chunk.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -19,9 +19,9 @@ import ( "strings" "unicode" - "github.com/hypermodeinc/dgraph/v25/enc" - "github.com/hypermodeinc/dgraph/v25/lex" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/enc" + "github.com/dgraph-io/dgraph/v25/lex" + "github.com/dgraph-io/dgraph/v25/x" ) // Chunker describes the interface to parse and process the input to the live and bulk loaders. diff --git a/chunker/chunk_test.go b/chunker/chunk_test.go index bea5edc7436..b8624f77208 100644 --- a/chunker/chunk_test.go +++ b/chunker/chunk_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/chunker/json_parser.go b/chunker/json_parser.go index 6b72f33f2c0..1905bf4b179 100644 --- a/chunker/json_parser.go +++ b/chunker/json_parser.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -20,11 +20,11 @@ import ( "github.com/twpayne/go-geom/encoding/geojson" "github.com/dgraph-io/dgo/v250/protos/api" + "github.com/dgraph-io/dgraph/v25/protos/pb" + "github.com/dgraph-io/dgraph/v25/types" + "github.com/dgraph-io/dgraph/v25/types/facets" + "github.com/dgraph-io/dgraph/v25/x" "github.com/dgraph-io/simdjson-go" - "github.com/hypermodeinc/dgraph/v25/protos/pb" - "github.com/hypermodeinc/dgraph/v25/types" - "github.com/hypermodeinc/dgraph/v25/types/facets" - "github.com/hypermodeinc/dgraph/v25/x" ) var errEmptyUID = errors.New("UID must be present and non-zero while deleting edges") diff --git a/chunker/json_parser_test.go b/chunker/json_parser_test.go index a1087c45b0b..241ddd8412d 100644 --- a/chunker/json_parser_test.go +++ b/chunker/json_parser_test.go @@ -1,7 +1,7 @@ //go:build integration /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -22,12 +22,12 @@ import ( "github.com/stretchr/testify/require" "github.com/dgraph-io/dgo/v250/protos/api" - "github.com/hypermodeinc/dgraph/v25/dgraphapi" - "github.com/hypermodeinc/dgraph/v25/dgraphtest" - "github.com/hypermodeinc/dgraph/v25/testutil" - "github.com/hypermodeinc/dgraph/v25/tok" - "github.com/hypermodeinc/dgraph/v25/types" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/dgraphapi" + "github.com/dgraph-io/dgraph/v25/dgraphtest" + "github.com/dgraph-io/dgraph/v25/testutil" + "github.com/dgraph-io/dgraph/v25/tok" + "github.com/dgraph-io/dgraph/v25/types" + "github.com/dgraph-io/dgraph/v25/x" ) var ( diff --git a/chunker/rdf_parser.go b/chunker/rdf_parser.go index 01187a8314f..179b5cf38f4 100644 --- a/chunker/rdf_parser.go +++ b/chunker/rdf_parser.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -14,11 +14,11 @@ import ( "unicode" "github.com/dgraph-io/dgo/v250/protos/api" - "github.com/hypermodeinc/dgraph/v25/lex" - "github.com/hypermodeinc/dgraph/v25/protos/pb" - "github.com/hypermodeinc/dgraph/v25/types" - "github.com/hypermodeinc/dgraph/v25/types/facets" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/lex" + "github.com/dgraph-io/dgraph/v25/protos/pb" + "github.com/dgraph-io/dgraph/v25/types" + "github.com/dgraph-io/dgraph/v25/types/facets" + "github.com/dgraph-io/dgraph/v25/x" ) var ( @@ -68,6 +68,10 @@ func isSpaceRune(r rune) bool { // ParseRDF parses a mutation string and returns the N-Quad representation for it. // It parses N-Quad statements based on http://www.w3.org/TR/n-quads/. +// Safe to return by value: embedded mutex is never used before return. +// The static analyzer warning is a false positive (copylocks). +// +//nolint:govet,copylocks func ParseRDF(line string, l *lex.Lexer) (api.NQuad, error) { var rnq api.NQuad line = strings.TrimSpace(line) @@ -217,7 +221,9 @@ L: return rnq, fmt.Errorf("no Object in NQuad. Input: [%s]", line) } if !sane(rnq.Subject) || !sane(rnq.Predicate) || !sane(rnq.ObjectId) { - return rnq, fmt.Errorf("NQuad failed sanity check:%+v", rnq) + // Don't format the full line, as it may contain sensitive information + return rnq, fmt.Errorf("NQuad failed sanity check. Subject: %q, Predicate: %q, ObjectId: %q", + rnq.Subject, rnq.Predicate, rnq.ObjectId) } return rnq, nil diff --git a/chunker/rdf_parser_test.go b/chunker/rdf_parser_test.go index 23cc4fec9bb..5439cb96f31 100644 --- a/chunker/rdf_parser_test.go +++ b/chunker/rdf_parser_test.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -11,9 +11,9 @@ import ( "github.com/stretchr/testify/require" "github.com/dgraph-io/dgo/v250/protos/api" - "github.com/hypermodeinc/dgraph/v25/lex" - "github.com/hypermodeinc/dgraph/v25/types/facets" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/lex" + "github.com/dgraph-io/dgraph/v25/types/facets" + "github.com/dgraph-io/dgraph/v25/x" ) var testNQuads = []struct { diff --git a/chunker/rdf_state.go b/chunker/rdf_state.go index c9c3b512f26..2f527688270 100644 --- a/chunker/rdf_state.go +++ b/chunker/rdf_state.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -8,7 +8,7 @@ package chunker import ( "strconv" - "github.com/hypermodeinc/dgraph/v25/lex" + "github.com/dgraph-io/dgraph/v25/lex" ) // The constants represent different types of lexed Items possible for an rdf N-Quad. diff --git a/codec/benchmark/benchmark.go b/codec/benchmark/benchmark.go index 857b32c2b64..07ea6146010 100644 --- a/codec/benchmark/benchmark.go +++ b/codec/benchmark/benchmark.go @@ -33,9 +33,9 @@ import ( "github.com/golang/glog" - "github.com/hypermodeinc/dgraph/v25/codec" - "github.com/hypermodeinc/dgraph/v25/protos/pb" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/codec" + "github.com/dgraph-io/dgraph/v25/protos/pb" + "github.com/dgraph-io/dgraph/v25/x" ) // So, with SIMD instructions before, we were getting great performance, but at the cost of diff --git a/codec/codec.go b/codec/codec.go index 077d4fc36dc..624d6546e7f 100644 --- a/codec/codec.go +++ b/codec/codec.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -14,9 +14,9 @@ import ( "github.com/dgryski/go-groupvarint" + "github.com/dgraph-io/dgraph/v25/protos/pb" + "github.com/dgraph-io/dgraph/v25/x" "github.com/dgraph-io/ristretto/v2/z" - "github.com/hypermodeinc/dgraph/v25/protos/pb" - "github.com/hypermodeinc/dgraph/v25/x" ) type seekPos int diff --git a/codec/codec_test.go b/codec/codec_test.go index e615af8e911..cd88297a9fa 100644 --- a/codec/codec_test.go +++ b/codec/codec_test.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -18,9 +18,9 @@ import ( "github.com/stretchr/testify/require" "google.golang.org/protobuf/proto" + "github.com/dgraph-io/dgraph/v25/protos/pb" + "github.com/dgraph-io/dgraph/v25/x" "github.com/dgraph-io/ristretto/v2/z" - "github.com/hypermodeinc/dgraph/v25/protos/pb" - "github.com/hypermodeinc/dgraph/v25/x" ) func getUids(size int) []uint64 { diff --git a/compose/Makefile b/compose/Makefile index b3e817d92a9..48456276c3b 100644 --- a/compose/Makefile +++ b/compose/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/compose/compose.go b/compose/compose.go index bf430a26c7c..796fa484d96 100644 --- a/compose/compose.go +++ b/compose/compose.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -19,7 +19,7 @@ import ( "github.com/spf13/pflag" yaml "gopkg.in/yaml.v3" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/x" ) type stringMap map[string]string @@ -463,7 +463,7 @@ func addMetrics(cfg *composeConfig) { }, { Type: "bind", - Source: "$GOPATH/src/github.com/hypermodeinc/dgraph/compose/prometheus.yml", + Source: "$GOPATH/src/github.com/dgraph-io/dgraph/compose/prometheus.yml", Target: "/etc/prometheus/prometheus.yml", ReadOnly: true, }, diff --git a/conn/node.go b/conn/node.go index 14115e36a47..b38a510a897 100644 --- a/conn/node.go +++ b/conn/node.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -27,10 +27,10 @@ import ( "github.com/dgraph-io/badger/v4/y" "github.com/dgraph-io/dgo/v250/protos/api" + "github.com/dgraph-io/dgraph/v25/protos/pb" + "github.com/dgraph-io/dgraph/v25/raftwal" + "github.com/dgraph-io/dgraph/v25/x" "github.com/dgraph-io/ristretto/v2/z" - "github.com/hypermodeinc/dgraph/v25/protos/pb" - "github.com/hypermodeinc/dgraph/v25/raftwal" - "github.com/hypermodeinc/dgraph/v25/x" ) var ( diff --git a/conn/node_test.go b/conn/node_test.go index 4d81c70f996..9d0613944b6 100644 --- a/conn/node_test.go +++ b/conn/node_test.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -17,8 +17,8 @@ import ( "go.etcd.io/etcd/raft/v3" "go.etcd.io/etcd/raft/v3/raftpb" - "github.com/hypermodeinc/dgraph/v25/protos/pb" - "github.com/hypermodeinc/dgraph/v25/raftwal" + "github.com/dgraph-io/dgraph/v25/protos/pb" + "github.com/dgraph-io/dgraph/v25/raftwal" ) func (n *Node) run(wg *sync.WaitGroup) { diff --git a/conn/pool.go b/conn/pool.go index 35c87169f7e..7ce688e7c96 100644 --- a/conn/pool.go +++ b/conn/pool.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -20,9 +20,9 @@ import ( "google.golang.org/grpc/credentials/insecure" "github.com/dgraph-io/dgo/v250/protos/api" + "github.com/dgraph-io/dgraph/v25/protos/pb" + "github.com/dgraph-io/dgraph/v25/x" "github.com/dgraph-io/ristretto/v2/z" - "github.com/hypermodeinc/dgraph/v25/protos/pb" - "github.com/hypermodeinc/dgraph/v25/x" ) var ( diff --git a/conn/raft_server.go b/conn/raft_server.go index 42fdddf2a5d..58398c4dd60 100644 --- a/conn/raft_server.go +++ b/conn/raft_server.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -21,8 +21,8 @@ import ( "go.opentelemetry.io/otel/trace" "github.com/dgraph-io/dgo/v250/protos/api" - "github.com/hypermodeinc/dgraph/v25/protos/pb" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/protos/pb" + "github.com/dgraph-io/dgraph/v25/x" ) type sendmsg struct { diff --git a/contrib/Dockerfile b/contrib/Dockerfile index f55b158883e..b728884b9a4 100644 --- a/contrib/Dockerfile +++ b/contrib/Dockerfile @@ -5,7 +5,7 @@ # already built and placed there. FROM ubuntu:24.04 -LABEL maintainer="Hypermode Inc. " +LABEL maintainer="Istari Digital, Inc. " # need to remove the cache of sources lists # apt-get Error Code 100 diff --git a/contrib/jepsen/Makefile b/contrib/jepsen/Makefile index c6f99280a90..194bf67ac3b 100644 --- a/contrib/jepsen/Makefile +++ b/contrib/jepsen/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/contrib/jepsen/main.go b/contrib/jepsen/main.go index f537ebd2e2b..e9a892d358a 100644 --- a/contrib/jepsen/main.go +++ b/contrib/jepsen/main.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -35,7 +35,7 @@ import ( "github.com/golang/glog" "github.com/spf13/pflag" - "github.com/hypermodeinc/dgraph/v25/contrib/jepsen/browser" + "github.com/dgraph-io/dgraph/v25/contrib/jepsen/browser" ) type jepsenTest struct { diff --git a/contrib/standalone/Dockerfile b/contrib/standalone/Dockerfile index d3c9da78d8f..66aafcffe06 100644 --- a/contrib/standalone/Dockerfile +++ b/contrib/standalone/Dockerfile @@ -1,6 +1,6 @@ ARG DGRAPH_VERSION=latest FROM dgraph/dgraph:${DGRAPH_VERSION} -LABEL MAINTAINER="Hypermode Inc. " +LABEL MAINTAINER="Istari Digital, Inc. " # Ratel port # EXPOSE 8000 ## Ratel is not supported in the standalone image diff --git a/dgraph/Makefile b/dgraph/Makefile index ce327191dde..2ae3993a0d0 100644 --- a/dgraph/Makefile +++ b/dgraph/Makefile @@ -1,5 +1,5 @@ # -# SPDX-FileCopyrightText: © Hypermode Inc. +# SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. # SPDX-License-Identifier: Apache-2.0 # @@ -26,11 +26,11 @@ endif GOPATH ?= $(shell go env GOPATH) # Build-time Go variables -dgraphVersion = github.com/hypermodeinc/dgraph/v25/x.dgraphVersion -dgraphCodename = github.com/hypermodeinc/dgraph/v25/x.dgraphCodename -gitBranch = github.com/hypermodeinc/dgraph/v25/x.gitBranch -lastCommitSHA = github.com/hypermodeinc/dgraph/v25/x.lastCommitSHA -lastCommitTime = github.com/hypermodeinc/dgraph/v25/x.lastCommitTime +dgraphVersion = github.com/dgraph-io/dgraph/v25/x.dgraphVersion +dgraphCodename = github.com/dgraph-io/dgraph/v25/x.dgraphCodename +gitBranch = github.com/dgraph-io/dgraph/v25/x.gitBranch +lastCommitSHA = github.com/dgraph-io/dgraph/v25/x.lastCommitSHA +lastCommitTime = github.com/dgraph-io/dgraph/v25/x.lastCommitTime BUILD_FLAGS ?= -ldflags '-X ${lastCommitSHA}=${BUILD} -X "${lastCommitTime}=${BUILD_DATE}" -X "${dgraphVersion}=${BUILD_VERSION}" -X "${dgraphCodename}=${BUILD_CODENAME}" -X ${gitBranch}=${BUILD_BRANCH}' diff --git a/dgraph/cmd/alpha/admin.go b/dgraph/cmd/alpha/admin.go index bde5b65ec4e..bc5117113a3 100644 --- a/dgraph/cmd/alpha/admin.go +++ b/dgraph/cmd/alpha/admin.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -13,10 +13,10 @@ import ( "strconv" "strings" - "github.com/hypermodeinc/dgraph/v25/graphql/admin" - "github.com/hypermodeinc/dgraph/v25/graphql/schema" - "github.com/hypermodeinc/dgraph/v25/worker" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/graphql/admin" + "github.com/dgraph-io/dgraph/v25/graphql/schema" + "github.com/dgraph-io/dgraph/v25/worker" + "github.com/dgraph-io/dgraph/v25/x" ) type allowedMethods map[string]bool diff --git a/dgraph/cmd/alpha/dashboard.go b/dgraph/cmd/alpha/dashboard.go index 0bdce29559f..b06af8710f4 100644 --- a/dgraph/cmd/alpha/dashboard.go +++ b/dgraph/cmd/alpha/dashboard.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -9,7 +9,7 @@ import ( "encoding/json" "net/http" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/x" ) type keyword struct { diff --git a/dgraph/cmd/alpha/http.go b/dgraph/cmd/alpha/http.go index 0f714832e36..d8b1d578404 100644 --- a/dgraph/cmd/alpha/http.go +++ b/dgraph/cmd/alpha/http.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -27,12 +27,12 @@ import ( "google.golang.org/protobuf/proto" "github.com/dgraph-io/dgo/v250/protos/api" - "github.com/hypermodeinc/dgraph/v25/dql" - "github.com/hypermodeinc/dgraph/v25/edgraph" - "github.com/hypermodeinc/dgraph/v25/graphql/admin" - "github.com/hypermodeinc/dgraph/v25/graphql/schema" - "github.com/hypermodeinc/dgraph/v25/query" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/dql" + "github.com/dgraph-io/dgraph/v25/edgraph" + "github.com/dgraph-io/dgraph/v25/graphql/admin" + "github.com/dgraph-io/dgraph/v25/graphql/schema" + "github.com/dgraph-io/dgraph/v25/query" + "github.com/dgraph-io/dgraph/v25/x" ) func allowed(method string) bool { diff --git a/dgraph/cmd/alpha/http_test.go b/dgraph/cmd/alpha/http_test.go index 95b3b22613b..fa14a33aa55 100644 --- a/dgraph/cmd/alpha/http_test.go +++ b/dgraph/cmd/alpha/http_test.go @@ -1,7 +1,7 @@ //go:build integration /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -24,10 +24,10 @@ import ( "github.com/pkg/errors" "github.com/stretchr/testify/require" - "github.com/hypermodeinc/dgraph/v25/dgraphapi" - "github.com/hypermodeinc/dgraph/v25/protos/pb" - "github.com/hypermodeinc/dgraph/v25/query" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/dgraphapi" + "github.com/dgraph-io/dgraph/v25/protos/pb" + "github.com/dgraph-io/dgraph/v25/query" + "github.com/dgraph-io/dgraph/v25/x" ) type res struct { diff --git a/dgraph/cmd/alpha/metrics_test.go b/dgraph/cmd/alpha/metrics_test.go index 2099c8ddbdf..777b2a5127e 100644 --- a/dgraph/cmd/alpha/metrics_test.go +++ b/dgraph/cmd/alpha/metrics_test.go @@ -1,7 +1,7 @@ //go:build integration /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/dgraph/cmd/alpha/mutations_mode/mutations_mode_test.go b/dgraph/cmd/alpha/mutations_mode/mutations_mode_test.go index d6275185d8b..08291b06848 100644 --- a/dgraph/cmd/alpha/mutations_mode/mutations_mode_test.go +++ b/dgraph/cmd/alpha/mutations_mode/mutations_mode_test.go @@ -1,7 +1,7 @@ //go:build integration /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -18,7 +18,7 @@ import ( "github.com/dgraph-io/dgo/v250" "github.com/dgraph-io/dgo/v250/protos/api" - "github.com/hypermodeinc/dgraph/v25/testutil" + "github.com/dgraph-io/dgraph/v25/testutil" ) // Tests in this file require a cluster running with the --limit "mutations=;" flag. diff --git a/dgraph/cmd/alpha/reindex_test.go b/dgraph/cmd/alpha/reindex_test.go index 7f81853095c..fecd8271bf3 100644 --- a/dgraph/cmd/alpha/reindex_test.go +++ b/dgraph/cmd/alpha/reindex_test.go @@ -1,7 +1,7 @@ //go:build integration /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/dgraph/cmd/alpha/run.go b/dgraph/cmd/alpha/run.go index 818a41b5275..1d696c516d6 100644 --- a/dgraph/cmd/alpha/run.go +++ b/dgraph/cmd/alpha/run.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -39,17 +39,17 @@ import ( "github.com/dgraph-io/badger/v4" "github.com/dgraph-io/dgo/v250/protos/api" + "github.com/dgraph-io/dgraph/v25/audit" + "github.com/dgraph-io/dgraph/v25/dgraph/cmd/mcp" + "github.com/dgraph-io/dgraph/v25/edgraph" + "github.com/dgraph-io/dgraph/v25/graphql/admin" + "github.com/dgraph-io/dgraph/v25/posting" + "github.com/dgraph-io/dgraph/v25/schema" + "github.com/dgraph-io/dgraph/v25/tok" + "github.com/dgraph-io/dgraph/v25/worker" + "github.com/dgraph-io/dgraph/v25/x" _ "github.com/dgraph-io/gqlparser/v2/validator/rules" // make gql validator init() all rules "github.com/dgraph-io/ristretto/v2/z" - "github.com/hypermodeinc/dgraph/v25/audit" - "github.com/hypermodeinc/dgraph/v25/dgraph/cmd/mcp" - "github.com/hypermodeinc/dgraph/v25/edgraph" - "github.com/hypermodeinc/dgraph/v25/graphql/admin" - "github.com/hypermodeinc/dgraph/v25/posting" - "github.com/hypermodeinc/dgraph/v25/schema" - "github.com/hypermodeinc/dgraph/v25/tok" - "github.com/hypermodeinc/dgraph/v25/worker" - "github.com/hypermodeinc/dgraph/v25/x" ) var ( @@ -268,7 +268,7 @@ they form a Raft group and provide synchronous replication. Head("Feature flags to enable various experimental features"). Flag("normalize-compatibility-mode", "configure @normalize response formatting."+ " 'v20': returns values with repeated key for fields with same alias (same as v20.11)."+ - " For more details, see https://github.com/hypermodeinc/dgraph/pull/7639"). + " For more details, see https://github.com/dgraph-io/dgraph/pull/7639"). Flag("enable-detailed-metrics", "Enable metrics about disk reads and cache per predicate"). String()) } diff --git a/dgraph/cmd/alpha/run_test.go b/dgraph/cmd/alpha/run_test.go index 4c0d7b7e227..67acf01d18a 100644 --- a/dgraph/cmd/alpha/run_test.go +++ b/dgraph/cmd/alpha/run_test.go @@ -1,7 +1,7 @@ //go:build integration /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -35,13 +35,13 @@ import ( "github.com/dgraph-io/dgo/v250" "github.com/dgraph-io/dgo/v250/protos/api" - "github.com/hypermodeinc/dgraph/v25/dgraphapi" - "github.com/hypermodeinc/dgraph/v25/dgraphtest" - "github.com/hypermodeinc/dgraph/v25/dql" - "github.com/hypermodeinc/dgraph/v25/protos/pb" - "github.com/hypermodeinc/dgraph/v25/query" - "github.com/hypermodeinc/dgraph/v25/schema" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/dgraphapi" + "github.com/dgraph-io/dgraph/v25/dgraphtest" + "github.com/dgraph-io/dgraph/v25/dql" + "github.com/dgraph-io/dgraph/v25/protos/pb" + "github.com/dgraph-io/dgraph/v25/query" + "github.com/dgraph-io/dgraph/v25/schema" + "github.com/dgraph-io/dgraph/v25/x" ) type defaultContextKey int diff --git a/dgraph/cmd/alpha/txn_test.go b/dgraph/cmd/alpha/txn_test.go index 266b0dd6eec..0e20c8d8271 100644 --- a/dgraph/cmd/alpha/txn_test.go +++ b/dgraph/cmd/alpha/txn_test.go @@ -1,7 +1,7 @@ //go:build integration /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/dgraph/cmd/alpha/upsert_test.go b/dgraph/cmd/alpha/upsert_test.go index c0d28aea52d..8eaf413ca8d 100644 --- a/dgraph/cmd/alpha/upsert_test.go +++ b/dgraph/cmd/alpha/upsert_test.go @@ -1,7 +1,7 @@ //go:build integration /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -19,8 +19,8 @@ import ( "github.com/dgraph-io/dgo/v250" "github.com/dgraph-io/dgo/v250/protos/api" - "github.com/hypermodeinc/dgraph/v25/testutil" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/testutil" + "github.com/dgraph-io/dgraph/v25/x" ) type QueryResult struct { diff --git a/dgraph/cmd/bulk/count_index.go b/dgraph/cmd/bulk/count_index.go index 8c071a23873..1fc42fbaccf 100644 --- a/dgraph/cmd/bulk/count_index.go +++ b/dgraph/cmd/bulk/count_index.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -15,11 +15,11 @@ import ( "github.com/golang/glog" "github.com/dgraph-io/badger/v4" + "github.com/dgraph-io/dgraph/v25/codec" + "github.com/dgraph-io/dgraph/v25/posting" + "github.com/dgraph-io/dgraph/v25/protos/pb" + "github.com/dgraph-io/dgraph/v25/x" "github.com/dgraph-io/ristretto/v2/z" - "github.com/hypermodeinc/dgraph/v25/codec" - "github.com/hypermodeinc/dgraph/v25/posting" - "github.com/hypermodeinc/dgraph/v25/protos/pb" - "github.com/hypermodeinc/dgraph/v25/x" ) // type countEntry struct { diff --git a/dgraph/cmd/bulk/loader.go b/dgraph/cmd/bulk/loader.go index 296035f667d..76b8ba86b1a 100644 --- a/dgraph/cmd/bulk/loader.go +++ b/dgraph/cmd/bulk/loader.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -29,14 +29,14 @@ import ( "github.com/dgraph-io/badger/v4" "github.com/dgraph-io/badger/v4/y" "github.com/dgraph-io/dgo/v250" - "github.com/hypermodeinc/dgraph/v25/chunker" - "github.com/hypermodeinc/dgraph/v25/enc" - "github.com/hypermodeinc/dgraph/v25/filestore" - gqlSchema "github.com/hypermodeinc/dgraph/v25/graphql/schema" - "github.com/hypermodeinc/dgraph/v25/protos/pb" - "github.com/hypermodeinc/dgraph/v25/schema" - "github.com/hypermodeinc/dgraph/v25/x" - "github.com/hypermodeinc/dgraph/v25/xidmap" + "github.com/dgraph-io/dgraph/v25/chunker" + "github.com/dgraph-io/dgraph/v25/enc" + "github.com/dgraph-io/dgraph/v25/filestore" + gqlSchema "github.com/dgraph-io/dgraph/v25/graphql/schema" + "github.com/dgraph-io/dgraph/v25/protos/pb" + "github.com/dgraph-io/dgraph/v25/schema" + "github.com/dgraph-io/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/xidmap" ) type BulkOptions struct { diff --git a/dgraph/cmd/bulk/mapper.go b/dgraph/cmd/bulk/mapper.go index 866eb36bafa..e03a4a0ddc8 100644 --- a/dgraph/cmd/bulk/mapper.go +++ b/dgraph/cmd/bulk/mapper.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -24,16 +24,16 @@ import ( "google.golang.org/protobuf/proto" "github.com/dgraph-io/dgo/v250/protos/api" + "github.com/dgraph-io/dgraph/v25/acl" + "github.com/dgraph-io/dgraph/v25/chunker" + "github.com/dgraph-io/dgraph/v25/dql" + "github.com/dgraph-io/dgraph/v25/posting" + "github.com/dgraph-io/dgraph/v25/protos/pb" + "github.com/dgraph-io/dgraph/v25/tok" + "github.com/dgraph-io/dgraph/v25/types" + "github.com/dgraph-io/dgraph/v25/types/facets" + "github.com/dgraph-io/dgraph/v25/x" "github.com/dgraph-io/ristretto/v2/z" - "github.com/hypermodeinc/dgraph/v25/acl" - "github.com/hypermodeinc/dgraph/v25/chunker" - "github.com/hypermodeinc/dgraph/v25/dql" - "github.com/hypermodeinc/dgraph/v25/posting" - "github.com/hypermodeinc/dgraph/v25/protos/pb" - "github.com/hypermodeinc/dgraph/v25/tok" - "github.com/hypermodeinc/dgraph/v25/types" - "github.com/hypermodeinc/dgraph/v25/types/facets" - "github.com/hypermodeinc/dgraph/v25/x" ) var ( diff --git a/dgraph/cmd/bulk/merge_shards.go b/dgraph/cmd/bulk/merge_shards.go index 636f02143a1..c647ccc99e3 100644 --- a/dgraph/cmd/bulk/merge_shards.go +++ b/dgraph/cmd/bulk/merge_shards.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -12,7 +12,7 @@ import ( "sort" "strings" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/x" ) const ( diff --git a/dgraph/cmd/bulk/progress.go b/dgraph/cmd/bulk/progress.go index 78516add8ec..4699ddaae30 100644 --- a/dgraph/cmd/bulk/progress.go +++ b/dgraph/cmd/bulk/progress.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -12,8 +12,8 @@ import ( "github.com/dustin/go-humanize" + "github.com/dgraph-io/dgraph/v25/x" "github.com/dgraph-io/ristretto/v2/z" - "github.com/hypermodeinc/dgraph/v25/x" ) type phase int32 diff --git a/dgraph/cmd/bulk/reduce.go b/dgraph/cmd/bulk/reduce.go index 8b55095ccf5..ddf575fbff5 100644 --- a/dgraph/cmd/bulk/reduce.go +++ b/dgraph/cmd/bulk/reduce.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -31,11 +31,11 @@ import ( bo "github.com/dgraph-io/badger/v4/options" bpb "github.com/dgraph-io/badger/v4/pb" "github.com/dgraph-io/badger/v4/y" + "github.com/dgraph-io/dgraph/v25/codec" + "github.com/dgraph-io/dgraph/v25/posting" + "github.com/dgraph-io/dgraph/v25/protos/pb" + "github.com/dgraph-io/dgraph/v25/x" "github.com/dgraph-io/ristretto/v2/z" - "github.com/hypermodeinc/dgraph/v25/codec" - "github.com/hypermodeinc/dgraph/v25/posting" - "github.com/hypermodeinc/dgraph/v25/protos/pb" - "github.com/hypermodeinc/dgraph/v25/x" ) type reducer struct { diff --git a/dgraph/cmd/bulk/run.go b/dgraph/cmd/bulk/run.go index f366afac6bf..1f7a0692f9e 100644 --- a/dgraph/cmd/bulk/run.go +++ b/dgraph/cmd/bulk/run.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -22,11 +22,11 @@ import ( "google.golang.org/protobuf/proto" "github.com/dgraph-io/badger/v4" + "github.com/dgraph-io/dgraph/v25/filestore" + "github.com/dgraph-io/dgraph/v25/protos/pb" + "github.com/dgraph-io/dgraph/v25/tok" + "github.com/dgraph-io/dgraph/v25/x" "github.com/dgraph-io/ristretto/v2/z" - "github.com/hypermodeinc/dgraph/v25/filestore" - "github.com/hypermodeinc/dgraph/v25/protos/pb" - "github.com/hypermodeinc/dgraph/v25/tok" - "github.com/hypermodeinc/dgraph/v25/x" ) // Bulk is the sub-command invoked when running "dgraph bulk". diff --git a/dgraph/cmd/bulk/schema.go b/dgraph/cmd/bulk/schema.go index dba34462fc4..0ee2d8c3208 100644 --- a/dgraph/cmd/bulk/schema.go +++ b/dgraph/cmd/bulk/schema.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -14,11 +14,11 @@ import ( "google.golang.org/protobuf/proto" "github.com/dgraph-io/badger/v4" - "github.com/hypermodeinc/dgraph/v25/posting" - "github.com/hypermodeinc/dgraph/v25/protos/pb" - "github.com/hypermodeinc/dgraph/v25/schema" - wk "github.com/hypermodeinc/dgraph/v25/worker" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/posting" + "github.com/dgraph-io/dgraph/v25/protos/pb" + "github.com/dgraph-io/dgraph/v25/schema" + wk "github.com/dgraph-io/dgraph/v25/worker" + "github.com/dgraph-io/dgraph/v25/x" ) type schemaStore struct { diff --git a/dgraph/cmd/bulk/shard_map.go b/dgraph/cmd/bulk/shard_map.go index e978a4d7c9a..8bd3ff1dfd6 100644 --- a/dgraph/cmd/bulk/shard_map.go +++ b/dgraph/cmd/bulk/shard_map.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -8,7 +8,7 @@ package bulk import ( "sync" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/x" ) type shardMap struct { diff --git a/dgraph/cmd/bulk/speed_tests/run.sh b/dgraph/cmd/bulk/speed_tests/run.sh index b1d6dcd28f2..1b1fb46bdcc 100755 --- a/dgraph/cmd/bulk/speed_tests/run.sh +++ b/dgraph/cmd/bulk/speed_tests/run.sh @@ -21,7 +21,7 @@ done tmp=${tmp:-tmp} -go install -race github.com/hypermodeinc/dgraph/cmd/dgraph-bulk-loader +go install -race github.com/dgraph-io/dgraph/cmd/dgraph-bulk-loader function run_test { [[ $# == 2 ]] || { diff --git a/dgraph/cmd/bulk/systest/run.sh b/dgraph/cmd/bulk/systest/run.sh index d01205626e9..de278b79fe3 100755 --- a/dgraph/cmd/bulk/systest/run.sh +++ b/dgraph/cmd/bulk/systest/run.sh @@ -5,9 +5,9 @@ set -euo pipefail script_dir=$(dirname $(readlink -f "$0")) echo "Installing binaries..." -go install github.com/hypermodeinc/dgraph/cmd/dgraph-bulk-loader -go install github.com/hypermodeinc/dgraph/cmd/dgraph -go install github.com/hypermodeinc/dgraph/cmd/dgraphzero +go install github.com/dgraph-io/dgraph/cmd/dgraph-bulk-loader +go install github.com/dgraph-io/dgraph/cmd/dgraph +go install github.com/dgraph-io/dgraph/cmd/dgraphzero echo "Done." fail=false diff --git a/dgraph/cmd/bulk/systest/test-bulk-schema.sh b/dgraph/cmd/bulk/systest/test-bulk-schema.sh index 46909d85ed9..a40a52d8aa8 100755 --- a/dgraph/cmd/bulk/systest/test-bulk-schema.sh +++ b/dgraph/cmd/bulk/systest/test-bulk-schema.sh @@ -1,5 +1,5 @@ #!/bin/bash -# verify fix of https://github.com/hypermodeinc/dgraph/issues/2616 +# verify fix of https://github.com/dgraph-io/dgraph/issues/2616 readonly ME=${0##*/} readonly SRCROOT=$(git rev-parse --show-toplevel) diff --git a/dgraph/cmd/cert/cert.go b/dgraph/cmd/cert/cert.go index 8ebc69288d9..b5cede6c03e 100644 --- a/dgraph/cmd/cert/cert.go +++ b/dgraph/cmd/cert/cert.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -23,7 +23,7 @@ import ( ) const ( - dnOrganization = "Hypermode Inc." + dnOrganization = "Istari Digital, Inc." dnCommonNamePrefix = "Dgraph" ) diff --git a/dgraph/cmd/cert/create.go b/dgraph/cmd/cert/create.go index 729c5f36893..16bf45cdda5 100644 --- a/dgraph/cmd/cert/create.go +++ b/dgraph/cmd/cert/create.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/dgraph/cmd/cert/info.go b/dgraph/cmd/cert/info.go index fecce309ab0..b78b4403da6 100644 --- a/dgraph/cmd/cert/info.go +++ b/dgraph/cmd/cert/info.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -20,7 +20,7 @@ import ( "github.com/pkg/errors" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/x" ) type certInfo struct { diff --git a/dgraph/cmd/cert/run.go b/dgraph/cmd/cert/run.go index 34e22ee3a20..6e4d204a9e8 100644 --- a/dgraph/cmd/cert/run.go +++ b/dgraph/cmd/cert/run.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -11,7 +11,7 @@ import ( "github.com/spf13/cobra" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/x" ) // Cert is the sub-command invoked when running "dgraph cert". diff --git a/dgraph/cmd/conv/conv.go b/dgraph/cmd/conv/conv.go index a78ea609a5b..cceb070ac7e 100644 --- a/dgraph/cmd/conv/conv.go +++ b/dgraph/cmd/conv/conv.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -18,7 +18,7 @@ import ( "github.com/golang/glog" geojson "github.com/paulmach/go.geojson" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/x" ) // TODO: Reconsider if we need this binary. diff --git a/dgraph/cmd/conv/run.go b/dgraph/cmd/conv/run.go index d3c7f926c4c..4ccb87aa8ad 100644 --- a/dgraph/cmd/conv/run.go +++ b/dgraph/cmd/conv/run.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -11,7 +11,7 @@ import ( "github.com/spf13/cobra" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/x" ) // Conv is the sub-command invoked when running "dgraph conv". diff --git a/dgraph/cmd/debug/run.go b/dgraph/cmd/debug/run.go index 4dba7ebe6ea..68dbe9e01b7 100644 --- a/dgraph/cmd/debug/run.go +++ b/dgraph/cmd/debug/run.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -28,13 +28,13 @@ import ( "github.com/dgraph-io/badger/v4" bpb "github.com/dgraph-io/badger/v4/pb" + "github.com/dgraph-io/dgraph/v25/codec" + "github.com/dgraph-io/dgraph/v25/posting" + "github.com/dgraph-io/dgraph/v25/protos/pb" + "github.com/dgraph-io/dgraph/v25/raftwal" + "github.com/dgraph-io/dgraph/v25/types" + "github.com/dgraph-io/dgraph/v25/x" "github.com/dgraph-io/ristretto/v2/z" - "github.com/hypermodeinc/dgraph/v25/codec" - "github.com/hypermodeinc/dgraph/v25/posting" - "github.com/hypermodeinc/dgraph/v25/protos/pb" - "github.com/hypermodeinc/dgraph/v25/raftwal" - "github.com/hypermodeinc/dgraph/v25/types" - "github.com/hypermodeinc/dgraph/v25/x" ) var ( diff --git a/dgraph/cmd/debug/wal.go b/dgraph/cmd/debug/wal.go index 4cbb2437170..4103d955ad6 100644 --- a/dgraph/cmd/debug/wal.go +++ b/dgraph/cmd/debug/wal.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -17,9 +17,9 @@ import ( "go.etcd.io/etcd/raft/v3/raftpb" "google.golang.org/protobuf/proto" - "github.com/hypermodeinc/dgraph/v25/protos/pb" - "github.com/hypermodeinc/dgraph/v25/raftwal" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/protos/pb" + "github.com/dgraph-io/dgraph/v25/raftwal" + "github.com/dgraph-io/dgraph/v25/x" ) func printEntry(es raftpb.Entry, pending map[uint64]bool, isZero bool) { diff --git a/dgraph/cmd/debuginfo/archive.go b/dgraph/cmd/debuginfo/archive.go index 5457fece142..8818697a425 100644 --- a/dgraph/cmd/debuginfo/archive.go +++ b/dgraph/cmd/debuginfo/archive.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/dgraph/cmd/debuginfo/debugging.go b/dgraph/cmd/debuginfo/debugging.go index c8020603caf..217dee407fd 100644 --- a/dgraph/cmd/debuginfo/debugging.go +++ b/dgraph/cmd/debuginfo/debugging.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/dgraph/cmd/debuginfo/run.go b/dgraph/cmd/debuginfo/run.go index f380c365674..e5bbc46fbc9 100644 --- a/dgraph/cmd/debuginfo/run.go +++ b/dgraph/cmd/debuginfo/run.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -13,7 +13,7 @@ import ( "github.com/golang/glog" "github.com/spf13/cobra" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/x" ) type debugInfoCmdOpts struct { diff --git a/dgraph/cmd/decrypt/decrypt.go b/dgraph/cmd/decrypt/decrypt.go index 455690b1e6a..e5a36f9cf43 100644 --- a/dgraph/cmd/decrypt/decrypt.go +++ b/dgraph/cmd/decrypt/decrypt.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -14,8 +14,8 @@ import ( "github.com/golang/glog" "github.com/spf13/cobra" - "github.com/hypermodeinc/dgraph/v25/enc" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/enc" + "github.com/dgraph-io/dgraph/v25/x" ) type options struct { diff --git a/dgraph/cmd/dgraphimport/import_client.go b/dgraph/cmd/dgraphimport/import_client.go index cb30a973670..7a1e900c3a0 100644 --- a/dgraph/cmd/dgraphimport/import_client.go +++ b/dgraph/cmd/dgraphimport/import_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/dgraph/cmd/dgraphimport/import_test.go b/dgraph/cmd/dgraphimport/import_test.go index b2bc8779480..fd1e3e66e9f 100644 --- a/dgraph/cmd/dgraphimport/import_test.go +++ b/dgraph/cmd/dgraphimport/import_test.go @@ -1,7 +1,7 @@ //go:build integration2 /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ package dgraphimport @@ -18,10 +18,10 @@ import ( "testing" "time" - "github.com/hypermodeinc/dgraph/v25/dgraphapi" - "github.com/hypermodeinc/dgraph/v25/dgraphtest" - "github.com/hypermodeinc/dgraph/v25/protos/pb" - "github.com/hypermodeinc/dgraph/v25/systest/1million/common" + "github.com/dgraph-io/dgraph/v25/dgraphapi" + "github.com/dgraph-io/dgraph/v25/dgraphtest" + "github.com/dgraph-io/dgraph/v25/protos/pb" + "github.com/dgraph-io/dgraph/v25/systest/1million/common" "github.com/stretchr/testify/require" "google.golang.org/protobuf/encoding/protojson" diff --git a/dgraph/cmd/dgraphimport/run.go b/dgraph/cmd/dgraphimport/run.go index 707931570b3..a9c8085c61a 100644 --- a/dgraph/cmd/dgraphimport/run.go +++ b/dgraph/cmd/dgraphimport/run.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -11,8 +11,8 @@ import ( "os" "github.com/dgraph-io/badger/v4" - "github.com/hypermodeinc/dgraph/v25/dgraph/cmd/bulk" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/dgraph/cmd/bulk" + "github.com/dgraph-io/dgraph/v25/x" "github.com/spf13/cobra" ) diff --git a/dgraph/cmd/increment/increment.go b/dgraph/cmd/increment/increment.go index f8dbbbe3310..9a08976c7c3 100644 --- a/dgraph/cmd/increment/increment.go +++ b/dgraph/cmd/increment/increment.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -22,8 +22,8 @@ import ( "github.com/dgraph-io/dgo/v250" "github.com/dgraph-io/dgo/v250/protos/api" + "github.com/dgraph-io/dgraph/v25/x" "github.com/dgraph-io/ristretto/v2/z" - "github.com/hypermodeinc/dgraph/v25/x" ) // Increment is the sub-command invoked when calling "dgraph increment". diff --git a/dgraph/cmd/increment/increment_test.go b/dgraph/cmd/increment/increment_test.go index 25e867708ca..8d0ac79d4f4 100644 --- a/dgraph/cmd/increment/increment_test.go +++ b/dgraph/cmd/increment/increment_test.go @@ -1,7 +1,7 @@ //go:build integration /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -23,7 +23,7 @@ import ( "github.com/dgraph-io/dgo/v250" "github.com/dgraph-io/dgo/v250/protos/api" - "github.com/hypermodeinc/dgraph/v25/testutil" + "github.com/dgraph-io/dgraph/v25/testutil" ) const N = 10 diff --git a/dgraph/cmd/live/batch.go b/dgraph/cmd/live/batch.go index 47a9c9780ac..2660efcb414 100644 --- a/dgraph/cmd/live/batch.go +++ b/dgraph/cmd/live/batch.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -25,12 +25,12 @@ import ( "github.com/dgraph-io/badger/v4" "github.com/dgraph-io/dgo/v250" "github.com/dgraph-io/dgo/v250/protos/api" - "github.com/hypermodeinc/dgraph/v25/dql" - "github.com/hypermodeinc/dgraph/v25/protos/pb" - "github.com/hypermodeinc/dgraph/v25/tok" - "github.com/hypermodeinc/dgraph/v25/types" - "github.com/hypermodeinc/dgraph/v25/x" - "github.com/hypermodeinc/dgraph/v25/xidmap" + "github.com/dgraph-io/dgraph/v25/dql" + "github.com/dgraph-io/dgraph/v25/protos/pb" + "github.com/dgraph-io/dgraph/v25/tok" + "github.com/dgraph-io/dgraph/v25/types" + "github.com/dgraph-io/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/xidmap" ) // batchMutationOptions sets the clients batch mode to Pending number of buffers each of Size. diff --git a/dgraph/cmd/live/load-json/load_test.go b/dgraph/cmd/live/load-json/load_test.go index 0f114eca0b5..7cf96c4504f 100644 --- a/dgraph/cmd/live/load-json/load_test.go +++ b/dgraph/cmd/live/load-json/load_test.go @@ -1,7 +1,7 @@ //go:build integration /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -19,8 +19,8 @@ import ( "github.com/stretchr/testify/require" "github.com/dgraph-io/dgo/v250" - "github.com/hypermodeinc/dgraph/v25/testutil" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/testutil" + "github.com/dgraph-io/dgraph/v25/x" ) var alphaService = testutil.GetSockAddr() diff --git a/dgraph/cmd/live/load-uids/load_test.go b/dgraph/cmd/live/load-uids/load_test.go index 9d41cb59fe1..f194d6c3ba2 100644 --- a/dgraph/cmd/live/load-uids/load_test.go +++ b/dgraph/cmd/live/load-uids/load_test.go @@ -1,7 +1,7 @@ //go:build integration /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -24,8 +24,8 @@ import ( "github.com/dgraph-io/dgo/v250" "github.com/dgraph-io/dgo/v250/protos/api" - "github.com/hypermodeinc/dgraph/v25/testutil" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/testutil" + "github.com/dgraph-io/dgraph/v25/x" ) var ( diff --git a/dgraph/cmd/live/run.go b/dgraph/cmd/live/run.go index 2a3bcd1a951..51e25756c7b 100644 --- a/dgraph/cmd/live/run.go +++ b/dgraph/cmd/live/run.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -33,14 +33,14 @@ import ( bopt "github.com/dgraph-io/badger/v4/options" "github.com/dgraph-io/dgo/v250" "github.com/dgraph-io/dgo/v250/protos/api" + "github.com/dgraph-io/dgraph/v25/chunker" + "github.com/dgraph-io/dgraph/v25/enc" + "github.com/dgraph-io/dgraph/v25/filestore" + schemapkg "github.com/dgraph-io/dgraph/v25/schema" + "github.com/dgraph-io/dgraph/v25/types" + "github.com/dgraph-io/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/xidmap" "github.com/dgraph-io/ristretto/v2/z" - "github.com/hypermodeinc/dgraph/v25/chunker" - "github.com/hypermodeinc/dgraph/v25/enc" - "github.com/hypermodeinc/dgraph/v25/filestore" - schemapkg "github.com/hypermodeinc/dgraph/v25/schema" - "github.com/hypermodeinc/dgraph/v25/types" - "github.com/hypermodeinc/dgraph/v25/x" - "github.com/hypermodeinc/dgraph/v25/xidmap" ) type options struct { diff --git a/dgraph/cmd/mcp/mcp_server.go b/dgraph/cmd/mcp/mcp_server.go index 67aa7772295..af8776fed2b 100644 --- a/dgraph/cmd/mcp/mcp_server.go +++ b/dgraph/cmd/mcp/mcp_server.go @@ -12,8 +12,8 @@ import ( "github.com/dgraph-io/dgo/v250" "github.com/dgraph-io/dgo/v250/protos/api" - "github.com/hypermodeinc/dgraph/v25/dql" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/dql" + "github.com/dgraph-io/dgraph/v25/x" "github.com/golang/glog" "github.com/mark3labs/mcp-go/mcp" diff --git a/dgraph/cmd/mcp/mcp_server_sse_test.go b/dgraph/cmd/mcp/mcp_server_sse_test.go index 1941d1cb6ac..750d33ba6e1 100644 --- a/dgraph/cmd/mcp/mcp_server_sse_test.go +++ b/dgraph/cmd/mcp/mcp_server_sse_test.go @@ -1,7 +1,7 @@ //go:build integration2 /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -14,7 +14,7 @@ import ( "testing" "time" - "github.com/hypermodeinc/dgraph/v25/dgraphtest" + "github.com/dgraph-io/dgraph/v25/dgraphtest" "github.com/mark3labs/mcp-go/client" "github.com/mark3labs/mcp-go/mcp" diff --git a/dgraph/cmd/mcp/run.go b/dgraph/cmd/mcp/run.go index 53dbb01ae17..e154a5c14c4 100644 --- a/dgraph/cmd/mcp/run.go +++ b/dgraph/cmd/mcp/run.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -10,7 +10,7 @@ import ( "github.com/mark3labs/mcp-go/server" "github.com/spf13/cobra" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/x" ) var ( diff --git a/dgraph/cmd/migrate/datatype.go b/dgraph/cmd/migrate/datatype.go index 3cda9048c57..5d16bcef01a 100644 --- a/dgraph/cmd/migrate/datatype.go +++ b/dgraph/cmd/migrate/datatype.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/dgraph/cmd/migrate/dump.go b/dgraph/cmd/migrate/dump.go index ec8b0f2a430..3c21bd71539 100644 --- a/dgraph/cmd/migrate/dump.go +++ b/dgraph/cmd/migrate/dump.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/dgraph/cmd/migrate/run.go b/dgraph/cmd/migrate/run.go index f9c2bd09757..74378601937 100644 --- a/dgraph/cmd/migrate/run.go +++ b/dgraph/cmd/migrate/run.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -16,7 +16,7 @@ import ( "github.com/spf13/cobra" "github.com/spf13/viper" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/x" ) var ( diff --git a/dgraph/cmd/migrate/table_guide.go b/dgraph/cmd/migrate/table_guide.go index bc97658b2f5..cc96ff75140 100644 --- a/dgraph/cmd/migrate/table_guide.go +++ b/dgraph/cmd/migrate/table_guide.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/dgraph/cmd/migrate/table_info.go b/dgraph/cmd/migrate/table_info.go index 47ac0fe9df8..5d16f05d310 100644 --- a/dgraph/cmd/migrate/table_info.go +++ b/dgraph/cmd/migrate/table_info.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -12,7 +12,7 @@ import ( "github.com/pkg/errors" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/x" ) type keyType int diff --git a/dgraph/cmd/migrate/utils.go b/dgraph/cmd/migrate/utils.go index 923ff75dffd..cfea998a416 100644 --- a/dgraph/cmd/migrate/utils.go +++ b/dgraph/cmd/migrate/utils.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -16,7 +16,7 @@ import ( "github.com/go-sql-driver/mysql" "github.com/pkg/errors" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/x" ) func getPool(host, port, user, password, db string) (*sql.DB, diff --git a/dgraph/cmd/root.go b/dgraph/cmd/root.go index 2e21a74a97a..20082d8780b 100644 --- a/dgraph/cmd/root.go +++ b/dgraph/cmd/root.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -21,27 +21,27 @@ import ( "github.com/spf13/cobra" "github.com/spf13/viper" - "github.com/hypermodeinc/dgraph/v25/acl" - - "github.com/hypermodeinc/dgraph/v25/audit" - "github.com/hypermodeinc/dgraph/v25/backup" - checkupgrade "github.com/hypermodeinc/dgraph/v25/check_upgrade" - "github.com/hypermodeinc/dgraph/v25/dgraph/cmd/alpha" - "github.com/hypermodeinc/dgraph/v25/dgraph/cmd/bulk" - "github.com/hypermodeinc/dgraph/v25/dgraph/cmd/cert" - "github.com/hypermodeinc/dgraph/v25/dgraph/cmd/conv" - "github.com/hypermodeinc/dgraph/v25/dgraph/cmd/debug" - "github.com/hypermodeinc/dgraph/v25/dgraph/cmd/debuginfo" - "github.com/hypermodeinc/dgraph/v25/dgraph/cmd/decrypt" - dgraphimport "github.com/hypermodeinc/dgraph/v25/dgraph/cmd/dgraphimport" - "github.com/hypermodeinc/dgraph/v25/dgraph/cmd/increment" - "github.com/hypermodeinc/dgraph/v25/dgraph/cmd/live" - "github.com/hypermodeinc/dgraph/v25/dgraph/cmd/mcp" - "github.com/hypermodeinc/dgraph/v25/dgraph/cmd/migrate" - "github.com/hypermodeinc/dgraph/v25/dgraph/cmd/version" - "github.com/hypermodeinc/dgraph/v25/dgraph/cmd/zero" - "github.com/hypermodeinc/dgraph/v25/upgrade" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/acl" + + "github.com/dgraph-io/dgraph/v25/audit" + "github.com/dgraph-io/dgraph/v25/backup" + checkupgrade "github.com/dgraph-io/dgraph/v25/check_upgrade" + "github.com/dgraph-io/dgraph/v25/dgraph/cmd/alpha" + "github.com/dgraph-io/dgraph/v25/dgraph/cmd/bulk" + "github.com/dgraph-io/dgraph/v25/dgraph/cmd/cert" + "github.com/dgraph-io/dgraph/v25/dgraph/cmd/conv" + "github.com/dgraph-io/dgraph/v25/dgraph/cmd/debug" + "github.com/dgraph-io/dgraph/v25/dgraph/cmd/debuginfo" + "github.com/dgraph-io/dgraph/v25/dgraph/cmd/decrypt" + dgraphimport "github.com/dgraph-io/dgraph/v25/dgraph/cmd/dgraphimport" + "github.com/dgraph-io/dgraph/v25/dgraph/cmd/increment" + "github.com/dgraph-io/dgraph/v25/dgraph/cmd/live" + "github.com/dgraph-io/dgraph/v25/dgraph/cmd/mcp" + "github.com/dgraph-io/dgraph/v25/dgraph/cmd/migrate" + "github.com/dgraph-io/dgraph/v25/dgraph/cmd/version" + "github.com/dgraph-io/dgraph/v25/dgraph/cmd/zero" + "github.com/dgraph-io/dgraph/v25/upgrade" + "github.com/dgraph-io/dgraph/v25/x" ) // RootCmd represents the base command when called without any subcommands diff --git a/dgraph/cmd/root_test.go b/dgraph/cmd/root_test.go index a1e670e40fa..4fbfb275e6d 100644 --- a/dgraph/cmd/root_test.go +++ b/dgraph/cmd/root_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/dgraph/cmd/version/run.go b/dgraph/cmd/version/run.go index 1a2c8e17f67..f56c3fc4ca2 100644 --- a/dgraph/cmd/version/run.go +++ b/dgraph/cmd/version/run.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -11,7 +11,7 @@ import ( "github.com/spf13/cobra" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/x" ) // Version is the sub-command invoked when running "dgraph version". diff --git a/dgraph/cmd/version/version_test.go b/dgraph/cmd/version/version_test.go index b03fe08b597..f63c28da553 100644 --- a/dgraph/cmd/version/version_test.go +++ b/dgraph/cmd/version/version_test.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -14,7 +14,7 @@ import ( "github.com/stretchr/testify/require" - "github.com/hypermodeinc/dgraph/v25/testutil" + "github.com/dgraph-io/dgraph/v25/testutil" ) // Test `dgraph version` with an empty config file. diff --git a/dgraph/cmd/zero/assign.go b/dgraph/cmd/zero/assign.go index ac527fd7097..30302b10b14 100644 --- a/dgraph/cmd/zero/assign.go +++ b/dgraph/cmd/zero/assign.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -17,8 +17,8 @@ import ( attribute "go.opentelemetry.io/otel/attribute" "google.golang.org/grpc/metadata" - "github.com/hypermodeinc/dgraph/v25/protos/pb" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/protos/pb" + "github.com/dgraph-io/dgraph/v25/x" ) var emptyAssignedIds pb.AssignedIds diff --git a/dgraph/cmd/zero/http.go b/dgraph/cmd/zero/http.go index 0223747c447..7a84f9b84ba 100644 --- a/dgraph/cmd/zero/http.go +++ b/dgraph/cmd/zero/http.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -19,8 +19,8 @@ import ( "google.golang.org/protobuf/encoding/protojson" "github.com/dgraph-io/dgo/v250/protos/api" - "github.com/hypermodeinc/dgraph/v25/protos/pb" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/protos/pb" + "github.com/dgraph-io/dgraph/v25/x" ) // intFromQueryParam checks for name as a query param, converts it to uint64 and returns it. diff --git a/dgraph/cmd/zero/oracle.go b/dgraph/cmd/zero/oracle.go index 4fac71cbd4e..5a635bc9232 100644 --- a/dgraph/cmd/zero/oracle.go +++ b/dgraph/cmd/zero/oracle.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -21,10 +21,10 @@ import ( "github.com/dgraph-io/badger/v4/y" "github.com/dgraph-io/dgo/v250/protos/api" + "github.com/dgraph-io/dgraph/v25/protos/pb" + "github.com/dgraph-io/dgraph/v25/tok/hnsw" + "github.com/dgraph-io/dgraph/v25/x" "github.com/dgraph-io/ristretto/v2/z" - "github.com/hypermodeinc/dgraph/v25/protos/pb" - "github.com/hypermodeinc/dgraph/v25/tok/hnsw" - "github.com/hypermodeinc/dgraph/v25/x" ) // Oracle stores and manages the transaction state and conflict detection. diff --git a/dgraph/cmd/zero/raft.go b/dgraph/cmd/zero/raft.go index 5e6fb10ba2a..81f53ff8068 100644 --- a/dgraph/cmd/zero/raft.go +++ b/dgraph/cmd/zero/raft.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -30,10 +30,10 @@ import ( trace "go.opentelemetry.io/otel/trace" "google.golang.org/protobuf/proto" + "github.com/dgraph-io/dgraph/v25/conn" + "github.com/dgraph-io/dgraph/v25/protos/pb" + "github.com/dgraph-io/dgraph/v25/x" "github.com/dgraph-io/ristretto/v2/z" - "github.com/hypermodeinc/dgraph/v25/conn" - "github.com/hypermodeinc/dgraph/v25/protos/pb" - "github.com/hypermodeinc/dgraph/v25/x" ) const ( diff --git a/dgraph/cmd/zero/run.go b/dgraph/cmd/zero/run.go index 3712caccd73..9975dce0c89 100644 --- a/dgraph/cmd/zero/run.go +++ b/dgraph/cmd/zero/run.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -25,13 +25,13 @@ import ( "google.golang.org/grpc" "google.golang.org/grpc/credentials" + "github.com/dgraph-io/dgraph/v25/audit" + "github.com/dgraph-io/dgraph/v25/conn" + "github.com/dgraph-io/dgraph/v25/protos/pb" + "github.com/dgraph-io/dgraph/v25/raftwal" + "github.com/dgraph-io/dgraph/v25/worker" + "github.com/dgraph-io/dgraph/v25/x" "github.com/dgraph-io/ristretto/v2/z" - "github.com/hypermodeinc/dgraph/v25/audit" - "github.com/hypermodeinc/dgraph/v25/conn" - "github.com/hypermodeinc/dgraph/v25/protos/pb" - "github.com/hypermodeinc/dgraph/v25/raftwal" - "github.com/hypermodeinc/dgraph/v25/worker" - "github.com/hypermodeinc/dgraph/v25/x" ) type options struct { diff --git a/dgraph/cmd/zero/tablet.go b/dgraph/cmd/zero/tablet.go index c24e0629a6d..451f9eed63c 100644 --- a/dgraph/cmd/zero/tablet.go +++ b/dgraph/cmd/zero/tablet.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -17,8 +17,8 @@ import ( attribute "go.opentelemetry.io/otel/attribute" trace "go.opentelemetry.io/otel/trace" - "github.com/hypermodeinc/dgraph/v25/protos/pb" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/protos/pb" + "github.com/dgraph-io/dgraph/v25/x" ) const ( diff --git a/dgraph/cmd/zero/zero.go b/dgraph/cmd/zero/zero.go index 99581507b01..ae6b9e59479 100644 --- a/dgraph/cmd/zero/zero.go +++ b/dgraph/cmd/zero/zero.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -22,10 +22,10 @@ import ( "google.golang.org/protobuf/proto" "github.com/dgraph-io/dgo/v250/protos/api" + "github.com/dgraph-io/dgraph/v25/conn" + "github.com/dgraph-io/dgraph/v25/protos/pb" + "github.com/dgraph-io/dgraph/v25/x" "github.com/dgraph-io/ristretto/v2/z" - "github.com/hypermodeinc/dgraph/v25/conn" - "github.com/hypermodeinc/dgraph/v25/protos/pb" - "github.com/hypermodeinc/dgraph/v25/x" ) var ( diff --git a/dgraph/cmd/zero/zero_test.go b/dgraph/cmd/zero/zero_test.go index 45ee4b9996a..81b7bf42ee1 100644 --- a/dgraph/cmd/zero/zero_test.go +++ b/dgraph/cmd/zero/zero_test.go @@ -1,7 +1,7 @@ //go:build integration /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -21,10 +21,10 @@ import ( "google.golang.org/grpc" "google.golang.org/grpc/credentials/insecure" + "github.com/dgraph-io/dgraph/v25/conn" + "github.com/dgraph-io/dgraph/v25/protos/pb" + "github.com/dgraph-io/dgraph/v25/testutil" "github.com/dgraph-io/ristretto/v2/z" - "github.com/hypermodeinc/dgraph/v25/conn" - "github.com/hypermodeinc/dgraph/v25/protos/pb" - "github.com/hypermodeinc/dgraph/v25/testutil" ) func TestRemoveNode(t *testing.T) { diff --git a/dgraph/main.go b/dgraph/main.go index 4c46b201803..78ec2a214a4 100644 --- a/dgraph/main.go +++ b/dgraph/main.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -12,8 +12,8 @@ import ( "github.com/dustin/go-humanize" "github.com/golang/glog" + "github.com/dgraph-io/dgraph/v25/dgraph/cmd" "github.com/dgraph-io/ristretto/v2/z" - "github.com/hypermodeinc/dgraph/v25/dgraph/cmd" ) func main() { diff --git a/dgraph/main_test.go b/dgraph/main_test.go index 8402dbf642c..edc92d9679c 100644 --- a/dgraph/main_test.go +++ b/dgraph/main_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/dgraphapi/acl.go b/dgraphapi/acl.go index a8b4f83ce2e..5bacd7afc4f 100644 --- a/dgraphapi/acl.go +++ b/dgraphapi/acl.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/dgraphapi/cluster.go b/dgraphapi/cluster.go index 2a7107b5fd0..83c70d47ec7 100644 --- a/dgraphapi/cluster.go +++ b/dgraphapi/cluster.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -21,8 +21,8 @@ import ( "github.com/dgraph-io/dgo/v250" "github.com/dgraph-io/dgo/v250/protos/api" - "github.com/hypermodeinc/dgraph/v25/graphql/schema" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/graphql/schema" + "github.com/dgraph-io/dgraph/v25/x" ) const ( diff --git a/dgraphapi/json.go b/dgraphapi/json.go index 488d80a6c30..05a49801c42 100644 --- a/dgraphapi/json.go +++ b/dgraphapi/json.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/dgraphapi/schema.go b/dgraphapi/schema.go index 3c29af80785..8da5c0c5349 100644 --- a/dgraphapi/schema.go +++ b/dgraphapi/schema.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/dgraphapi/snapshot.go b/dgraphapi/snapshot.go index 59f7f4b761a..bbd2503123c 100644 --- a/dgraphapi/snapshot.go +++ b/dgraphapi/snapshot.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/dgraphapi/vector.go b/dgraphapi/vector.go index 559d9ad419d..05a239a64d4 100644 --- a/dgraphapi/vector.go +++ b/dgraphapi/vector.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/dgraphtest/compose_cluster.go b/dgraphtest/compose_cluster.go index 14129df6000..7bc132684cd 100644 --- a/dgraphtest/compose_cluster.go +++ b/dgraphtest/compose_cluster.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -10,8 +10,8 @@ import ( "google.golang.org/grpc" "google.golang.org/grpc/credentials/insecure" - "github.com/hypermodeinc/dgraph/v25/dgraphapi" - "github.com/hypermodeinc/dgraph/v25/testutil" + "github.com/dgraph-io/dgraph/v25/dgraphapi" + "github.com/dgraph-io/dgraph/v25/testutil" ) type ComposeCluster struct{} diff --git a/dgraphtest/config.go b/dgraphtest/config.go index b9b1c59d8eb..02c8c8b47b3 100644 --- a/dgraphtest/config.go +++ b/dgraphtest/config.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/dgraphtest/dcloud_cluster.go b/dgraphtest/dcloud_cluster.go index 550eb09f0d4..b2aa1d4f301 100644 --- a/dgraphtest/dcloud_cluster.go +++ b/dgraphtest/dcloud_cluster.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -18,7 +18,7 @@ import ( "github.com/dgraph-io/dgo/v250" "github.com/dgraph-io/dgo/v250/protos/api" - "github.com/hypermodeinc/dgraph/v25/dgraphapi" + "github.com/dgraph-io/dgraph/v25/dgraphapi" ) type DCloudCluster struct { diff --git a/dgraphtest/dgraph.go b/dgraphtest/dgraph.go index d705fd42e75..44d25a6eeed 100644 --- a/dgraphtest/dgraph.go +++ b/dgraphtest/dgraph.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/dgraphtest/image.go b/dgraphtest/image.go index a472486e551..c0e5f8f2bdb 100644 --- a/dgraphtest/image.go +++ b/dgraphtest/image.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/dgraphtest/load.go b/dgraphtest/load.go index a7700727fc1..4451a28f43e 100644 --- a/dgraphtest/load.go +++ b/dgraphtest/load.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -23,9 +23,9 @@ import ( "github.com/pkg/errors" "github.com/dgraph-io/dgo/v250/protos/api" - "github.com/hypermodeinc/dgraph/v25/dgraphapi" - "github.com/hypermodeinc/dgraph/v25/enc" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/dgraphapi" + "github.com/dgraph-io/dgraph/v25/enc" + "github.com/dgraph-io/dgraph/v25/x" ) var datafiles = map[string]string{ diff --git a/dgraphtest/local_cluster.go b/dgraphtest/local_cluster.go index 6feb1d67f01..c5fda79e375 100644 --- a/dgraphtest/local_cluster.go +++ b/dgraphtest/local_cluster.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -35,8 +35,8 @@ import ( "github.com/dgraph-io/dgo/v250" "github.com/dgraph-io/dgo/v250/protos/api" - "github.com/hypermodeinc/dgraph/v25/dgraphapi" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/dgraphapi" + "github.com/dgraph-io/dgraph/v25/x" ) // cluster's network struct diff --git a/dgraphtest/paths.go b/dgraphtest/paths.go index 96adf00f8cc..9f6a6ef1e06 100644 --- a/dgraphtest/paths.go +++ b/dgraphtest/paths.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -22,7 +22,7 @@ var ( ) const ( - dgraphRepoUrl = "https://github.com/hypermodeinc/dgraph.git" + dgraphRepoUrl = "https://github.com/dgraph-io/dgraph.git" cloneTimeout = 10 * time.Minute ) diff --git a/dql/bench_test.go b/dql/bench_test.go index 0072bacf8d6..4b21c33d970 100644 --- a/dql/bench_test.go +++ b/dql/bench_test.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -11,7 +11,7 @@ import ( "github.com/stretchr/testify/require" - "github.com/hypermodeinc/dgraph/v25/schema" + "github.com/dgraph-io/dgraph/v25/schema" ) var sc = `type.object.name.en: string @index . diff --git a/dql/dql.go b/dql/dql.go index e2db7487d01..791c17f3f2a 100644 --- a/dql/dql.go +++ b/dql/dql.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -8,7 +8,7 @@ package dql import ( "github.com/dgraph-io/dgo/v250/protos/api" - "github.com/hypermodeinc/dgraph/v25/lex" + "github.com/dgraph-io/dgraph/v25/lex" ) func ParseDQL(dqlQuery string) (*api.Request, error) { diff --git a/dql/dql_test.go b/dql/dql_test.go index 4d21f1ed827..457f311f0d9 100644 --- a/dql/dql_test.go +++ b/dql/dql_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/dql/math.go b/dql/math.go index d5fb50ebf90..2b4041f76e9 100644 --- a/dql/math.go +++ b/dql/math.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -12,9 +12,9 @@ import ( "github.com/pkg/errors" - "github.com/hypermodeinc/dgraph/v25/lex" - "github.com/hypermodeinc/dgraph/v25/types" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/lex" + "github.com/dgraph-io/dgraph/v25/types" + "github.com/dgraph-io/dgraph/v25/x" ) type mathTreeStack struct{ a []*MathTree } diff --git a/dql/mutation.go b/dql/mutation.go index 45b160aee83..785f57e1bd2 100644 --- a/dql/mutation.go +++ b/dql/mutation.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -11,9 +11,9 @@ import ( "github.com/pkg/errors" "github.com/dgraph-io/dgo/v250/protos/api" - "github.com/hypermodeinc/dgraph/v25/protos/pb" - "github.com/hypermodeinc/dgraph/v25/types" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/protos/pb" + "github.com/dgraph-io/dgraph/v25/types" + "github.com/dgraph-io/dgraph/v25/x" ) var ( diff --git a/dql/parser.go b/dql/parser.go index b2c59743aef..618d6c0ca4d 100644 --- a/dql/parser.go +++ b/dql/parser.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -15,10 +15,10 @@ import ( "github.com/golang/glog" "github.com/pkg/errors" - "github.com/hypermodeinc/dgraph/v25/lex" - "github.com/hypermodeinc/dgraph/v25/protos/pb" - "github.com/hypermodeinc/dgraph/v25/types" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/lex" + "github.com/dgraph-io/dgraph/v25/protos/pb" + "github.com/dgraph-io/dgraph/v25/types" + "github.com/dgraph-io/dgraph/v25/x" ) const ( diff --git a/dql/parser_fuzz_test.go b/dql/parser_fuzz_test.go index 2417da5ec0c..cb500d6b6d8 100644 --- a/dql/parser_fuzz_test.go +++ b/dql/parser_fuzz_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/dql/parser_mutation.go b/dql/parser_mutation.go index c53ea4c9108..ef6bfbe740e 100644 --- a/dql/parser_mutation.go +++ b/dql/parser_mutation.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -7,7 +7,7 @@ package dql import ( "github.com/dgraph-io/dgo/v250/protos/api" - "github.com/hypermodeinc/dgraph/v25/lex" + "github.com/dgraph-io/dgraph/v25/lex" ) // ParseMutation parses a block into a mutation. Returns an object with a mutation or diff --git a/dql/parser_test.go b/dql/parser_test.go index d764fe9060e..6d49c7f909c 100644 --- a/dql/parser_test.go +++ b/dql/parser_test.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -15,9 +15,9 @@ import ( "github.com/stretchr/testify/require" "github.com/dgraph-io/dgo/v250/protos/api" - "github.com/hypermodeinc/dgraph/v25/chunker" - "github.com/hypermodeinc/dgraph/v25/lex" - "github.com/hypermodeinc/dgraph/v25/types" + "github.com/dgraph-io/dgraph/v25/chunker" + "github.com/dgraph-io/dgraph/v25/lex" + "github.com/dgraph-io/dgraph/v25/types" ) func childAttrs(g *GraphQuery) []string { diff --git a/dql/state.go b/dql/state.go index 2b17fa8315a..507bf9f64f3 100644 --- a/dql/state.go +++ b/dql/state.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -7,7 +7,7 @@ package dql import ( - "github.com/hypermodeinc/dgraph/v25/lex" + "github.com/dgraph-io/dgraph/v25/lex" ) const ( diff --git a/dql/state_test.go b/dql/state_test.go index 5078a729e44..3102062f006 100644 --- a/dql/state_test.go +++ b/dql/state_test.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -10,7 +10,7 @@ import ( "github.com/stretchr/testify/require" - "github.com/hypermodeinc/dgraph/v25/lex" + "github.com/dgraph-io/dgraph/v25/lex" ) func TestQueryLexing(t *testing.T) { diff --git a/dql/upsert_test.go b/dql/upsert_test.go index d14b987b94c..e744feafcd6 100644 --- a/dql/upsert_test.go +++ b/dql/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/edgraph/access.go b/edgraph/access.go index 5584435572f..4f39b3e4a18 100644 --- a/edgraph/access.go +++ b/edgraph/access.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -23,14 +23,14 @@ import ( bpb "github.com/dgraph-io/badger/v4/pb" "github.com/dgraph-io/dgo/v250/protos/api" + "github.com/dgraph-io/dgraph/v25/acl" + "github.com/dgraph-io/dgraph/v25/dql" + "github.com/dgraph-io/dgraph/v25/protos/pb" + "github.com/dgraph-io/dgraph/v25/query" + "github.com/dgraph-io/dgraph/v25/schema" + "github.com/dgraph-io/dgraph/v25/worker" + "github.com/dgraph-io/dgraph/v25/x" "github.com/dgraph-io/ristretto/v2/z" - "github.com/hypermodeinc/dgraph/v25/acl" - "github.com/hypermodeinc/dgraph/v25/dql" - "github.com/hypermodeinc/dgraph/v25/protos/pb" - "github.com/hypermodeinc/dgraph/v25/query" - "github.com/hypermodeinc/dgraph/v25/schema" - "github.com/hypermodeinc/dgraph/v25/worker" - "github.com/hypermodeinc/dgraph/v25/x" ) type predsAndvars struct { diff --git a/edgraph/access_test.go b/edgraph/access_test.go index 17d5db2a751..5fd5b0f1263 100644 --- a/edgraph/access_test.go +++ b/edgraph/access_test.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -12,9 +12,9 @@ import ( "github.com/golang-jwt/jwt/v5" "github.com/stretchr/testify/require" - "github.com/hypermodeinc/dgraph/v25/acl" - "github.com/hypermodeinc/dgraph/v25/worker" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/acl" + "github.com/dgraph-io/dgraph/v25/worker" + "github.com/dgraph-io/dgraph/v25/x" ) func generateJWT(namespace uint64, userId string, groupIds []string, expiry int64) string { diff --git a/edgraph/alter_test.go b/edgraph/alter_test.go index 1daf9c2f622..0412d7c4460 100644 --- a/edgraph/alter_test.go +++ b/edgraph/alter_test.go @@ -1,7 +1,7 @@ //go:build integration /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -12,8 +12,8 @@ import ( "testing" "github.com/dgraph-io/dgo/v250/protos/api" - "github.com/hypermodeinc/dgraph/v25/dgraphapi" - "github.com/hypermodeinc/dgraph/v25/dgraphtest" + "github.com/dgraph-io/dgraph/v25/dgraphapi" + "github.com/dgraph-io/dgraph/v25/dgraphtest" "github.com/stretchr/testify/require" ) diff --git a/edgraph/config_mem.go b/edgraph/config_mem.go index e5ab5622ecf..7527446fb09 100644 --- a/edgraph/config_mem.go +++ b/edgraph/config_mem.go @@ -3,7 +3,7 @@ // +build cgo /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -12,7 +12,7 @@ package edgraph import ( - "github.com/hypermodeinc/dgraph/v25/worker" + "github.com/dgraph-io/dgraph/v25/worker" ) // #include diff --git a/edgraph/graphql.go b/edgraph/graphql.go index 89fa4013e8c..0cee3d9860b 100644 --- a/edgraph/graphql.go +++ b/edgraph/graphql.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -16,8 +16,8 @@ import ( "github.com/pkg/errors" "github.com/dgraph-io/dgo/v250/protos/api" - "github.com/hypermodeinc/dgraph/v25/graphql/schema" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/graphql/schema" + "github.com/dgraph-io/dgraph/v25/x" ) // ProcessPersistedQuery stores and retrieves persisted queries by following waterfall logic: diff --git a/edgraph/multi_tenancy.go b/edgraph/multi_tenancy.go index 2e0d7d80ae6..fe9851fa160 100644 --- a/edgraph/multi_tenancy.go +++ b/edgraph/multi_tenancy.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -15,11 +15,11 @@ import ( "github.com/pkg/errors" "github.com/dgraph-io/dgo/v250/protos/api" - "github.com/hypermodeinc/dgraph/v25/protos/pb" - "github.com/hypermodeinc/dgraph/v25/query" - "github.com/hypermodeinc/dgraph/v25/schema" - "github.com/hypermodeinc/dgraph/v25/worker" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/protos/pb" + "github.com/dgraph-io/dgraph/v25/query" + "github.com/dgraph-io/dgraph/v25/schema" + "github.com/dgraph-io/dgraph/v25/worker" + "github.com/dgraph-io/dgraph/v25/x" ) type ResetPasswordInput struct { diff --git a/edgraph/namespace.go b/edgraph/namespace.go index 9a486f2844e..0b23eb0a25f 100644 --- a/edgraph/namespace.go +++ b/edgraph/namespace.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -14,7 +14,7 @@ import ( "google.golang.org/grpc/status" "github.com/dgraph-io/dgo/v250/protos/api" - "github.com/hypermodeinc/dgraph/v25/schema" + "github.com/dgraph-io/dgraph/v25/schema" ) func (s *Server) CreateNamespace(ctx context.Context, in *api.CreateNamespaceRequest) ( diff --git a/edgraph/namespace_test.go b/edgraph/namespace_test.go index 5a0c4905be6..a62fa9825f2 100644 --- a/edgraph/namespace_test.go +++ b/edgraph/namespace_test.go @@ -1,7 +1,7 @@ //go:build integration /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -13,8 +13,8 @@ import ( "github.com/stretchr/testify/require" - "github.com/hypermodeinc/dgraph/v25/dgraphapi" - "github.com/hypermodeinc/dgraph/v25/dgraphtest" + "github.com/dgraph-io/dgraph/v25/dgraphapi" + "github.com/dgraph-io/dgraph/v25/dgraphtest" ) func TestNamespaces(t *testing.T) { diff --git a/edgraph/query.go b/edgraph/query.go index 07fab639e8b..78f207bf56c 100644 --- a/edgraph/query.go +++ b/edgraph/query.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -10,8 +10,8 @@ import ( "fmt" "github.com/dgraph-io/dgo/v250/protos/api" - "github.com/hypermodeinc/dgraph/v25/dql" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/dql" + "github.com/dgraph-io/dgraph/v25/x" ) // Alter handles requests to change the schema or remove parts or all of the data. diff --git a/edgraph/server.go b/edgraph/server.go index 4c8e6458631..64c3a3de762 100644 --- a/edgraph/server.go +++ b/edgraph/server.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -35,19 +35,19 @@ import ( "github.com/dgraph-io/dgo/v250" "github.com/dgraph-io/dgo/v250/protos/api" - "github.com/hypermodeinc/dgraph/v25/chunker" - "github.com/hypermodeinc/dgraph/v25/conn" - "github.com/hypermodeinc/dgraph/v25/dql" - gqlSchema "github.com/hypermodeinc/dgraph/v25/graphql/schema" - "github.com/hypermodeinc/dgraph/v25/posting" - "github.com/hypermodeinc/dgraph/v25/protos/pb" - "github.com/hypermodeinc/dgraph/v25/query" - "github.com/hypermodeinc/dgraph/v25/schema" - "github.com/hypermodeinc/dgraph/v25/tok" - "github.com/hypermodeinc/dgraph/v25/types" - "github.com/hypermodeinc/dgraph/v25/types/facets" - "github.com/hypermodeinc/dgraph/v25/worker" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/chunker" + "github.com/dgraph-io/dgraph/v25/conn" + "github.com/dgraph-io/dgraph/v25/dql" + gqlSchema "github.com/dgraph-io/dgraph/v25/graphql/schema" + "github.com/dgraph-io/dgraph/v25/posting" + "github.com/dgraph-io/dgraph/v25/protos/pb" + "github.com/dgraph-io/dgraph/v25/query" + "github.com/dgraph-io/dgraph/v25/schema" + "github.com/dgraph-io/dgraph/v25/tok" + "github.com/dgraph-io/dgraph/v25/types" + "github.com/dgraph-io/dgraph/v25/types/facets" + "github.com/dgraph-io/dgraph/v25/worker" + "github.com/dgraph-io/dgraph/v25/x" ) const ( diff --git a/edgraph/server_test.go b/edgraph/server_test.go index bd66950aedb..de8db3ff939 100644 --- a/edgraph/server_test.go +++ b/edgraph/server_test.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -16,11 +16,11 @@ import ( "github.com/dgraph-io/badger/v4" "github.com/dgraph-io/dgo/v250/protos/api" - "github.com/hypermodeinc/dgraph/v25/chunker" - "github.com/hypermodeinc/dgraph/v25/dql" - "github.com/hypermodeinc/dgraph/v25/schema" - "github.com/hypermodeinc/dgraph/v25/worker" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/chunker" + "github.com/dgraph-io/dgraph/v25/dql" + "github.com/dgraph-io/dgraph/v25/schema" + "github.com/dgraph-io/dgraph/v25/worker" + "github.com/dgraph-io/dgraph/v25/x" ) func makeNquad(sub, pred string, val *api.Value) *api.NQuad { diff --git a/edgraph/zero.go b/edgraph/zero.go index ed77e71611c..c2dbce5b712 100644 --- a/edgraph/zero.go +++ b/edgraph/zero.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -10,8 +10,8 @@ import ( "fmt" "github.com/dgraph-io/dgo/v250/protos/api" - "github.com/hypermodeinc/dgraph/v25/protos/pb" - "github.com/hypermodeinc/dgraph/v25/worker" + "github.com/dgraph-io/dgraph/v25/protos/pb" + "github.com/dgraph-io/dgraph/v25/worker" "github.com/pkg/errors" "google.golang.org/grpc/status" diff --git a/enc/util.go b/enc/util.go index 2c6ecc87103..62c12aed443 100644 --- a/enc/util.go +++ b/enc/util.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -13,7 +13,7 @@ import ( "github.com/pkg/errors" "github.com/dgraph-io/badger/v4/y" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/x" ) // GetWriter wraps a crypto StreamWriter using the input key on the input Writer. diff --git a/filestore/filestore.go b/filestore/filestore.go index f1e8e65e0c7..dd25d2f344d 100644 --- a/filestore/filestore.go +++ b/filestore/filestore.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -10,7 +10,7 @@ import ( "io" "net/url" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/x" ) // FileStore represents a file or directory of files that are either stored diff --git a/filestore/local_files.go b/filestore/local_files.go index 706fdba8264..09442ecca34 100644 --- a/filestore/local_files.go +++ b/filestore/local_files.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -10,8 +10,8 @@ import ( "io" "os" - "github.com/hypermodeinc/dgraph/v25/chunker" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/chunker" + "github.com/dgraph-io/dgraph/v25/x" ) type localFiles struct { diff --git a/filestore/remote_files.go b/filestore/remote_files.go index be4457ed62a..cd14f07ac52 100644 --- a/filestore/remote_files.go +++ b/filestore/remote_files.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -14,8 +14,8 @@ import ( "github.com/minio/minio-go/v7" - "github.com/hypermodeinc/dgraph/v25/chunker" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/chunker" + "github.com/dgraph-io/dgraph/v25/x" ) type remoteFiles struct { diff --git a/go.mod b/go.mod index 0107e667db2..f599a76fb1a 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module github.com/hypermodeinc/dgraph/v25 +module github.com/dgraph-io/dgraph/v25 go 1.24.3 diff --git a/graphql/admin/add_group.go b/graphql/admin/add_group.go index 92d04393f52..a45cc76e2c9 100644 --- a/graphql/admin/add_group.go +++ b/graphql/admin/add_group.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -9,10 +9,10 @@ import ( "context" "fmt" - "github.com/hypermodeinc/dgraph/v25/dql" - "github.com/hypermodeinc/dgraph/v25/graphql/resolve" - "github.com/hypermodeinc/dgraph/v25/graphql/schema" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/dql" + "github.com/dgraph-io/dgraph/v25/graphql/resolve" + "github.com/dgraph-io/dgraph/v25/graphql/schema" + "github.com/dgraph-io/dgraph/v25/x" ) type addGroupRewriter resolve.AddRewriter diff --git a/graphql/admin/admin.go b/graphql/admin/admin.go index 165b1d91be9..4ce92bd937a 100644 --- a/graphql/admin/admin.go +++ b/graphql/admin/admin.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -17,14 +17,14 @@ import ( "google.golang.org/protobuf/proto" badgerpb "github.com/dgraph-io/badger/v4/pb" + "github.com/dgraph-io/dgraph/v25/edgraph" + "github.com/dgraph-io/dgraph/v25/graphql/resolve" + "github.com/dgraph-io/dgraph/v25/graphql/schema" + "github.com/dgraph-io/dgraph/v25/protos/pb" + "github.com/dgraph-io/dgraph/v25/query" + "github.com/dgraph-io/dgraph/v25/worker" + "github.com/dgraph-io/dgraph/v25/x" "github.com/dgraph-io/ristretto/v2/z" - "github.com/hypermodeinc/dgraph/v25/edgraph" - "github.com/hypermodeinc/dgraph/v25/graphql/resolve" - "github.com/hypermodeinc/dgraph/v25/graphql/schema" - "github.com/hypermodeinc/dgraph/v25/protos/pb" - "github.com/hypermodeinc/dgraph/v25/query" - "github.com/hypermodeinc/dgraph/v25/worker" - "github.com/hypermodeinc/dgraph/v25/x" ) const ( diff --git a/graphql/admin/assign.go b/graphql/admin/assign.go index bf6de6ae1d8..80fa06fcddf 100644 --- a/graphql/admin/assign.go +++ b/graphql/admin/assign.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -12,10 +12,10 @@ import ( "github.com/pkg/errors" - "github.com/hypermodeinc/dgraph/v25/graphql/resolve" - "github.com/hypermodeinc/dgraph/v25/graphql/schema" - "github.com/hypermodeinc/dgraph/v25/protos/pb" - "github.com/hypermodeinc/dgraph/v25/worker" + "github.com/dgraph-io/dgraph/v25/graphql/resolve" + "github.com/dgraph-io/dgraph/v25/graphql/schema" + "github.com/dgraph-io/dgraph/v25/protos/pb" + "github.com/dgraph-io/dgraph/v25/worker" ) const ( diff --git a/graphql/admin/backup.go b/graphql/admin/backup.go index 769b24476be..e9b20fe94b3 100644 --- a/graphql/admin/backup.go +++ b/graphql/admin/backup.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -12,10 +12,10 @@ import ( "github.com/golang/glog" - "github.com/hypermodeinc/dgraph/v25/graphql/resolve" - "github.com/hypermodeinc/dgraph/v25/graphql/schema" - "github.com/hypermodeinc/dgraph/v25/protos/pb" - "github.com/hypermodeinc/dgraph/v25/worker" + "github.com/dgraph-io/dgraph/v25/graphql/resolve" + "github.com/dgraph-io/dgraph/v25/graphql/schema" + "github.com/dgraph-io/dgraph/v25/protos/pb" + "github.com/dgraph-io/dgraph/v25/worker" ) type backupInput struct { diff --git a/graphql/admin/config.go b/graphql/admin/config.go index 4261080845a..23cc299d29e 100644 --- a/graphql/admin/config.go +++ b/graphql/admin/config.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -12,9 +12,9 @@ import ( "github.com/golang/glog" - "github.com/hypermodeinc/dgraph/v25/graphql/resolve" - "github.com/hypermodeinc/dgraph/v25/graphql/schema" - "github.com/hypermodeinc/dgraph/v25/worker" + "github.com/dgraph-io/dgraph/v25/graphql/resolve" + "github.com/dgraph-io/dgraph/v25/graphql/schema" + "github.com/dgraph-io/dgraph/v25/worker" ) type configInput struct { diff --git a/graphql/admin/current_user.go b/graphql/admin/current_user.go index ead19f33251..eaf8d3ddf41 100644 --- a/graphql/admin/current_user.go +++ b/graphql/admin/current_user.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -8,10 +8,10 @@ package admin import ( "context" - "github.com/hypermodeinc/dgraph/v25/dql" - "github.com/hypermodeinc/dgraph/v25/graphql/resolve" - "github.com/hypermodeinc/dgraph/v25/graphql/schema" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/dql" + "github.com/dgraph-io/dgraph/v25/graphql/resolve" + "github.com/dgraph-io/dgraph/v25/graphql/schema" + "github.com/dgraph-io/dgraph/v25/x" ) type currentUserResolver struct { diff --git a/graphql/admin/draining.go b/graphql/admin/draining.go index 8b6877fa963..7c1c6829d81 100644 --- a/graphql/admin/draining.go +++ b/graphql/admin/draining.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -11,9 +11,9 @@ import ( "github.com/golang/glog" - "github.com/hypermodeinc/dgraph/v25/graphql/resolve" - "github.com/hypermodeinc/dgraph/v25/graphql/schema" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/graphql/resolve" + "github.com/dgraph-io/dgraph/v25/graphql/schema" + "github.com/dgraph-io/dgraph/v25/x" ) func resolveDraining(ctx context.Context, m schema.Mutation) (*resolve.Resolved, bool) { diff --git a/graphql/admin/endpoints.go b/graphql/admin/endpoints.go index c021042deda..f82853400a8 100644 --- a/graphql/admin/endpoints.go +++ b/graphql/admin/endpoints.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/graphql/admin/export.go b/graphql/admin/export.go index 1ba25d5d120..c20a7a4a8c8 100644 --- a/graphql/admin/export.go +++ b/graphql/admin/export.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -14,11 +14,11 @@ import ( "github.com/golang/glog" "github.com/pkg/errors" - "github.com/hypermodeinc/dgraph/v25/graphql/resolve" - "github.com/hypermodeinc/dgraph/v25/graphql/schema" - "github.com/hypermodeinc/dgraph/v25/protos/pb" - "github.com/hypermodeinc/dgraph/v25/worker" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/graphql/resolve" + "github.com/dgraph-io/dgraph/v25/graphql/schema" + "github.com/dgraph-io/dgraph/v25/protos/pb" + "github.com/dgraph-io/dgraph/v25/worker" + "github.com/dgraph-io/dgraph/v25/x" ) const notSet = math.MaxInt64 diff --git a/graphql/admin/health.go b/graphql/admin/health.go index f6c09fa23d5..4cc59bfd6d7 100644 --- a/graphql/admin/health.go +++ b/graphql/admin/health.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -11,10 +11,10 @@ import ( "github.com/golang/glog" "github.com/pkg/errors" - "github.com/hypermodeinc/dgraph/v25/edgraph" - "github.com/hypermodeinc/dgraph/v25/graphql/resolve" - "github.com/hypermodeinc/dgraph/v25/graphql/schema" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/edgraph" + "github.com/dgraph-io/dgraph/v25/graphql/resolve" + "github.com/dgraph-io/dgraph/v25/graphql/schema" + "github.com/dgraph-io/dgraph/v25/x" ) func resolveHealth(ctx context.Context, q schema.Query) *resolve.Resolved { diff --git a/graphql/admin/http.go b/graphql/admin/http.go index 744be1d9a23..de90acc26eb 100644 --- a/graphql/admin/http.go +++ b/graphql/admin/http.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -20,14 +20,14 @@ import ( "github.com/pkg/errors" "go.opencensus.io/trace" + "github.com/dgraph-io/dgraph/v25/audit" + "github.com/dgraph-io/dgraph/v25/edgraph" + "github.com/dgraph-io/dgraph/v25/graphql/api" + "github.com/dgraph-io/dgraph/v25/graphql/resolve" + "github.com/dgraph-io/dgraph/v25/graphql/schema" + "github.com/dgraph-io/dgraph/v25/graphql/subscription" + "github.com/dgraph-io/dgraph/v25/x" "github.com/dgraph-io/graphql-transport-ws/graphqlws" - "github.com/hypermodeinc/dgraph/v25/audit" - "github.com/hypermodeinc/dgraph/v25/edgraph" - "github.com/hypermodeinc/dgraph/v25/graphql/api" - "github.com/hypermodeinc/dgraph/v25/graphql/resolve" - "github.com/hypermodeinc/dgraph/v25/graphql/schema" - "github.com/hypermodeinc/dgraph/v25/graphql/subscription" - "github.com/hypermodeinc/dgraph/v25/x" ) type Headerkey string diff --git a/graphql/admin/list_backups.go b/graphql/admin/list_backups.go index 4256892a9e8..d4e10dcf91a 100644 --- a/graphql/admin/list_backups.go +++ b/graphql/admin/list_backups.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -11,11 +11,11 @@ import ( "github.com/pkg/errors" - "github.com/hypermodeinc/dgraph/v25/graphql/resolve" - "github.com/hypermodeinc/dgraph/v25/graphql/schema" - "github.com/hypermodeinc/dgraph/v25/protos/pb" - "github.com/hypermodeinc/dgraph/v25/worker" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/graphql/resolve" + "github.com/dgraph-io/dgraph/v25/graphql/schema" + "github.com/dgraph-io/dgraph/v25/protos/pb" + "github.com/dgraph-io/dgraph/v25/worker" + "github.com/dgraph-io/dgraph/v25/x" ) type lsBackupInput struct { diff --git a/graphql/admin/login.go b/graphql/admin/login.go index eb670ae9109..80efe56de58 100644 --- a/graphql/admin/login.go +++ b/graphql/admin/login.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -13,9 +13,9 @@ import ( "google.golang.org/protobuf/proto" dgoapi "github.com/dgraph-io/dgo/v250/protos/api" - "github.com/hypermodeinc/dgraph/v25/edgraph" - "github.com/hypermodeinc/dgraph/v25/graphql/resolve" - "github.com/hypermodeinc/dgraph/v25/graphql/schema" + "github.com/dgraph-io/dgraph/v25/edgraph" + "github.com/dgraph-io/dgraph/v25/graphql/resolve" + "github.com/dgraph-io/dgraph/v25/graphql/schema" ) type loginInput struct { diff --git a/graphql/admin/moveTablet.go b/graphql/admin/moveTablet.go index 558ddbb322f..1c69255a445 100644 --- a/graphql/admin/moveTablet.go +++ b/graphql/admin/moveTablet.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -10,11 +10,11 @@ import ( "github.com/pkg/errors" - "github.com/hypermodeinc/dgraph/v25/graphql/resolve" - "github.com/hypermodeinc/dgraph/v25/graphql/schema" - "github.com/hypermodeinc/dgraph/v25/protos/pb" - "github.com/hypermodeinc/dgraph/v25/worker" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/graphql/resolve" + "github.com/dgraph-io/dgraph/v25/graphql/schema" + "github.com/dgraph-io/dgraph/v25/protos/pb" + "github.com/dgraph-io/dgraph/v25/worker" + "github.com/dgraph-io/dgraph/v25/x" ) type moveTabletInput struct { diff --git a/graphql/admin/namespace.go b/graphql/admin/namespace.go index 8ca8dbcacde..aefb9437434 100644 --- a/graphql/admin/namespace.go +++ b/graphql/admin/namespace.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -12,10 +12,10 @@ import ( "fmt" "strconv" - "github.com/hypermodeinc/dgraph/v25/edgraph" - "github.com/hypermodeinc/dgraph/v25/graphql/resolve" - "github.com/hypermodeinc/dgraph/v25/graphql/schema" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/edgraph" + "github.com/dgraph-io/dgraph/v25/graphql/resolve" + "github.com/dgraph-io/dgraph/v25/graphql/schema" + "github.com/dgraph-io/dgraph/v25/x" ) type addNamespaceInput struct { diff --git a/graphql/admin/removeNode.go b/graphql/admin/removeNode.go index b81a054b4bc..724d072e5be 100644 --- a/graphql/admin/removeNode.go +++ b/graphql/admin/removeNode.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -13,10 +13,10 @@ import ( "github.com/pkg/errors" - "github.com/hypermodeinc/dgraph/v25/graphql/resolve" - "github.com/hypermodeinc/dgraph/v25/graphql/schema" - "github.com/hypermodeinc/dgraph/v25/protos/pb" - "github.com/hypermodeinc/dgraph/v25/worker" + "github.com/dgraph-io/dgraph/v25/graphql/resolve" + "github.com/dgraph-io/dgraph/v25/graphql/schema" + "github.com/dgraph-io/dgraph/v25/protos/pb" + "github.com/dgraph-io/dgraph/v25/worker" ) type removeNodeInput struct { diff --git a/graphql/admin/reset_password.go b/graphql/admin/reset_password.go index fc86611ccfe..439bef728ce 100644 --- a/graphql/admin/reset_password.go +++ b/graphql/admin/reset_password.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -12,9 +12,9 @@ import ( "github.com/golang/glog" - "github.com/hypermodeinc/dgraph/v25/edgraph" - "github.com/hypermodeinc/dgraph/v25/graphql/resolve" - "github.com/hypermodeinc/dgraph/v25/graphql/schema" + "github.com/dgraph-io/dgraph/v25/edgraph" + "github.com/dgraph-io/dgraph/v25/graphql/resolve" + "github.com/dgraph-io/dgraph/v25/graphql/schema" ) func resolveResetPassword(ctx context.Context, m schema.Mutation) (*resolve.Resolved, bool) { diff --git a/graphql/admin/restore.go b/graphql/admin/restore.go index 9f1d49dabab..8b23c82ccf9 100644 --- a/graphql/admin/restore.go +++ b/graphql/admin/restore.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -13,11 +13,11 @@ import ( "github.com/golang/glog" "github.com/pkg/errors" - "github.com/hypermodeinc/dgraph/v25/edgraph" - "github.com/hypermodeinc/dgraph/v25/graphql/resolve" - "github.com/hypermodeinc/dgraph/v25/graphql/schema" - "github.com/hypermodeinc/dgraph/v25/protos/pb" - "github.com/hypermodeinc/dgraph/v25/worker" + "github.com/dgraph-io/dgraph/v25/edgraph" + "github.com/dgraph-io/dgraph/v25/graphql/resolve" + "github.com/dgraph-io/dgraph/v25/graphql/schema" + "github.com/dgraph-io/dgraph/v25/protos/pb" + "github.com/dgraph-io/dgraph/v25/worker" ) type restoreInput struct { diff --git a/graphql/admin/schema.go b/graphql/admin/schema.go index 2243a0dbdc9..6e779a45180 100644 --- a/graphql/admin/schema.go +++ b/graphql/admin/schema.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -11,12 +11,12 @@ import ( "github.com/golang/glog" - "github.com/hypermodeinc/dgraph/v25/edgraph" - "github.com/hypermodeinc/dgraph/v25/graphql/resolve" - "github.com/hypermodeinc/dgraph/v25/graphql/schema" - "github.com/hypermodeinc/dgraph/v25/query" - "github.com/hypermodeinc/dgraph/v25/worker" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/edgraph" + "github.com/dgraph-io/dgraph/v25/graphql/resolve" + "github.com/dgraph-io/dgraph/v25/graphql/schema" + "github.com/dgraph-io/dgraph/v25/query" + "github.com/dgraph-io/dgraph/v25/worker" + "github.com/dgraph-io/dgraph/v25/x" ) type getSchemaResolver struct { diff --git a/graphql/admin/shutdown.go b/graphql/admin/shutdown.go index 35fb402edbb..5e9191227ed 100644 --- a/graphql/admin/shutdown.go +++ b/graphql/admin/shutdown.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -10,9 +10,9 @@ import ( "github.com/golang/glog" - "github.com/hypermodeinc/dgraph/v25/graphql/resolve" - "github.com/hypermodeinc/dgraph/v25/graphql/schema" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/graphql/resolve" + "github.com/dgraph-io/dgraph/v25/graphql/schema" + "github.com/dgraph-io/dgraph/v25/x" ) func resolveShutdown(ctx context.Context, m schema.Mutation) (*resolve.Resolved, bool) { diff --git a/graphql/admin/state.go b/graphql/admin/state.go index e93f197a4fc..9f12f6c5ae6 100644 --- a/graphql/admin/state.go +++ b/graphql/admin/state.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -12,11 +12,11 @@ import ( "github.com/pkg/errors" "google.golang.org/protobuf/encoding/protojson" - "github.com/hypermodeinc/dgraph/v25/edgraph" - "github.com/hypermodeinc/dgraph/v25/graphql/resolve" - "github.com/hypermodeinc/dgraph/v25/graphql/schema" - "github.com/hypermodeinc/dgraph/v25/protos/pb" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/edgraph" + "github.com/dgraph-io/dgraph/v25/graphql/resolve" + "github.com/dgraph-io/dgraph/v25/graphql/schema" + "github.com/dgraph-io/dgraph/v25/protos/pb" + "github.com/dgraph-io/dgraph/v25/x" ) type membershipState struct { diff --git a/graphql/admin/task.go b/graphql/admin/task.go index 894c455c5cd..e9238617bd4 100644 --- a/graphql/admin/task.go +++ b/graphql/admin/task.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -14,10 +14,10 @@ import ( "github.com/pkg/errors" - "github.com/hypermodeinc/dgraph/v25/graphql/resolve" - "github.com/hypermodeinc/dgraph/v25/graphql/schema" - "github.com/hypermodeinc/dgraph/v25/protos/pb" - "github.com/hypermodeinc/dgraph/v25/worker" + "github.com/dgraph-io/dgraph/v25/graphql/resolve" + "github.com/dgraph-io/dgraph/v25/graphql/schema" + "github.com/dgraph-io/dgraph/v25/protos/pb" + "github.com/dgraph-io/dgraph/v25/worker" ) type taskInput struct { diff --git a/graphql/admin/update_group.go b/graphql/admin/update_group.go index 07eb690f499..ab75363ba55 100644 --- a/graphql/admin/update_group.go +++ b/graphql/admin/update_group.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -10,10 +10,10 @@ import ( "fmt" dgoapi "github.com/dgraph-io/dgo/v250/protos/api" - "github.com/hypermodeinc/dgraph/v25/dql" - "github.com/hypermodeinc/dgraph/v25/graphql/resolve" - "github.com/hypermodeinc/dgraph/v25/graphql/schema" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/dql" + "github.com/dgraph-io/dgraph/v25/graphql/resolve" + "github.com/dgraph-io/dgraph/v25/graphql/schema" + "github.com/dgraph-io/dgraph/v25/x" ) type updateGroupRewriter resolve.UpdateRewriter diff --git a/graphql/api/panics.go b/graphql/api/panics.go index 0888498830a..b5dc87475f6 100644 --- a/graphql/api/panics.go +++ b/graphql/api/panics.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/graphql/authorization/auth.go b/graphql/authorization/auth.go index e3f5ecd4a9f..01b36e378d8 100644 --- a/graphql/authorization/auth.go +++ b/graphql/authorization/auth.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/graphql/authorization/utils.go b/graphql/authorization/utils.go index 516f1b8b821..d02c0e682e7 100644 --- a/graphql/authorization/utils.go +++ b/graphql/authorization/utils.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/graphql/bench/README.md b/graphql/bench/README.md index cc0ab5625a8..51efce81c29 100644 --- a/graphql/bench/README.md +++ b/graphql/bench/README.md @@ -32,7 +32,7 @@ Command: go test -bench=. -benchtime=60s go test -bench=. -benchtime=60s goos: linux goarch: amd64 - pkg: github.com/hypermodeinc/dgraph/graphql/e2e/auth/bench + pkg: github.com/dgraph-io/dgraph/graphql/e2e/auth/bench Auth BenchmarkNestedQuery-8 88 815315761 ns/op BenchmarkOneLevelQuery-8 4357 15626384 ns/op diff --git a/graphql/bench/auth_test.go b/graphql/bench/auth_test.go index 96804b9ae26..b86cb3cf3ae 100644 --- a/graphql/bench/auth_test.go +++ b/graphql/bench/auth_test.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -14,10 +14,10 @@ import ( "github.com/stretchr/testify/require" - "github.com/hypermodeinc/dgraph/v25/graphql/authorization" - "github.com/hypermodeinc/dgraph/v25/graphql/e2e/common" - "github.com/hypermodeinc/dgraph/v25/testutil" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/graphql/authorization" + "github.com/dgraph-io/dgraph/v25/graphql/e2e/common" + "github.com/dgraph-io/dgraph/v25/testutil" + "github.com/dgraph-io/dgraph/v25/x" ) const ( @@ -108,7 +108,7 @@ func clearAll(b require.TestingT, metaInfo *testutil.AuthMeta) { // go test -bench=. -benchtime=60s // goos: linux // goarch: amd64 -// pkg: github.com/hypermodeinc/dgraph/v25/graphql/e2e/auth/bench +// pkg: github.com/dgraph-io/dgraph/v25/graphql/e2e/auth/bench // Auth // BenchmarkNestedQuery-8 88 815315761 ns/op // BenchmarkOneLevelQuery-8 4357 15626384 ns/op diff --git a/graphql/dgraph/execute.go b/graphql/dgraph/execute.go index d0a00abfb0b..fe35e1548be 100644 --- a/graphql/dgraph/execute.go +++ b/graphql/dgraph/execute.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -13,9 +13,9 @@ import ( "go.opencensus.io/trace" dgoapi "github.com/dgraph-io/dgo/v250/protos/api" - "github.com/hypermodeinc/dgraph/v25/edgraph" - "github.com/hypermodeinc/dgraph/v25/graphql/schema" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/edgraph" + "github.com/dgraph-io/dgraph/v25/graphql/schema" + "github.com/dgraph-io/dgraph/v25/x" ) type DgraphEx struct{} diff --git a/graphql/dgraph/graphquery.go b/graphql/dgraph/graphquery.go index 5aa6ff3e56e..706808a4ab0 100644 --- a/graphql/dgraph/graphquery.go +++ b/graphql/dgraph/graphquery.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -9,8 +9,8 @@ import ( "fmt" "strings" - "github.com/hypermodeinc/dgraph/v25/dql" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/dql" + "github.com/dgraph-io/dgraph/v25/x" ) // AsString writes query as an indented dql query string. AsString doesn't diff --git a/graphql/e2e/admin_auth/poorman_auth/admin_auth_test.go b/graphql/e2e/admin_auth/poorman_auth/admin_auth_test.go index 838adbc794f..b25eb7acab5 100644 --- a/graphql/e2e/admin_auth/poorman_auth/admin_auth_test.go +++ b/graphql/e2e/admin_auth/poorman_auth/admin_auth_test.go @@ -1,7 +1,7 @@ //go:build integration /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -15,8 +15,8 @@ import ( "github.com/stretchr/testify/require" - "github.com/hypermodeinc/dgraph/v25/graphql/e2e/common" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/graphql/e2e/common" + "github.com/dgraph-io/dgraph/v25/x" ) const ( diff --git a/graphql/e2e/admin_auth/poorman_auth_with_acl/admin_auth_test.go b/graphql/e2e/admin_auth/poorman_auth_with_acl/admin_auth_test.go index f6412cda314..9fb60308313 100644 --- a/graphql/e2e/admin_auth/poorman_auth_with_acl/admin_auth_test.go +++ b/graphql/e2e/admin_auth/poorman_auth_with_acl/admin_auth_test.go @@ -1,7 +1,7 @@ //go:build integration /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -15,8 +15,8 @@ import ( "github.com/stretchr/testify/require" - "github.com/hypermodeinc/dgraph/v25/graphql/e2e/common" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/graphql/e2e/common" + "github.com/dgraph-io/dgraph/v25/x" ) const ( diff --git a/graphql/e2e/auth/add_mutation_test.go b/graphql/e2e/auth/add_mutation_test.go index 99ec4df5889..2efe88f95cc 100644 --- a/graphql/e2e/auth/add_mutation_test.go +++ b/graphql/e2e/auth/add_mutation_test.go @@ -1,7 +1,7 @@ //go:build integration /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -16,7 +16,7 @@ import ( "github.com/google/go-cmp/cmp/cmpopts" "github.com/stretchr/testify/require" - "github.com/hypermodeinc/dgraph/v25/graphql/e2e/common" + "github.com/dgraph-io/dgraph/v25/graphql/e2e/common" ) func (p *Project) delete(t *testing.T, user, role string) { diff --git a/graphql/e2e/auth/auth_test.go b/graphql/e2e/auth/auth_test.go index 929d86d43b2..814df8649aa 100644 --- a/graphql/e2e/auth/auth_test.go +++ b/graphql/e2e/auth/auth_test.go @@ -1,7 +1,7 @@ //go:build integration /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -22,10 +22,10 @@ import ( "github.com/google/go-cmp/cmp/cmpopts" "github.com/stretchr/testify/require" - "github.com/hypermodeinc/dgraph/v25/graphql/authorization" - "github.com/hypermodeinc/dgraph/v25/graphql/e2e/common" - "github.com/hypermodeinc/dgraph/v25/testutil" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/graphql/authorization" + "github.com/dgraph-io/dgraph/v25/graphql/e2e/common" + "github.com/dgraph-io/dgraph/v25/testutil" + "github.com/dgraph-io/dgraph/v25/x" ) var ( diff --git a/graphql/e2e/auth/debug_off/debugoff_test.go b/graphql/e2e/auth/debug_off/debugoff_test.go index 502d07033d2..82920bfb562 100644 --- a/graphql/e2e/auth/debug_off/debugoff_test.go +++ b/graphql/e2e/auth/debug_off/debugoff_test.go @@ -1,7 +1,7 @@ //go:build integration /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -18,10 +18,10 @@ import ( "github.com/pkg/errors" "github.com/stretchr/testify/require" - "github.com/hypermodeinc/dgraph/v25/graphql/authorization" - "github.com/hypermodeinc/dgraph/v25/graphql/e2e/common" - "github.com/hypermodeinc/dgraph/v25/testutil" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/graphql/authorization" + "github.com/dgraph-io/dgraph/v25/graphql/e2e/common" + "github.com/dgraph-io/dgraph/v25/testutil" + "github.com/dgraph-io/dgraph/v25/x" ) var ( diff --git a/graphql/e2e/auth/delete_mutation_test.go b/graphql/e2e/auth/delete_mutation_test.go index c730017f8b2..8756c9c29ba 100644 --- a/graphql/e2e/auth/delete_mutation_test.go +++ b/graphql/e2e/auth/delete_mutation_test.go @@ -1,7 +1,7 @@ //go:build integration /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -15,7 +15,7 @@ import ( "github.com/stretchr/testify/require" - "github.com/hypermodeinc/dgraph/v25/graphql/e2e/common" + "github.com/dgraph-io/dgraph/v25/graphql/e2e/common" ) func (c *Column) add(t *testing.T, user, role string) { diff --git a/graphql/e2e/auth/update_mutation_test.go b/graphql/e2e/auth/update_mutation_test.go index 69bc0d32e52..dad7a6e5d24 100644 --- a/graphql/e2e/auth/update_mutation_test.go +++ b/graphql/e2e/auth/update_mutation_test.go @@ -1,7 +1,7 @@ //go:build integration /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -13,7 +13,7 @@ import ( "github.com/stretchr/testify/require" - "github.com/hypermodeinc/dgraph/v25/graphql/e2e/common" + "github.com/dgraph-io/dgraph/v25/graphql/e2e/common" ) func getAllProjects(t *testing.T, users, roles []string) []string { diff --git a/graphql/e2e/auth_closed_by_default/auth_closed_by_default_test.go b/graphql/e2e/auth_closed_by_default/auth_closed_by_default_test.go index c9943f5889c..9a410d01e54 100644 --- a/graphql/e2e/auth_closed_by_default/auth_closed_by_default_test.go +++ b/graphql/e2e/auth_closed_by_default/auth_closed_by_default_test.go @@ -1,7 +1,7 @@ //go:build integration /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -13,9 +13,9 @@ import ( "github.com/golang-jwt/jwt/v5" "github.com/stretchr/testify/require" - "github.com/hypermodeinc/dgraph/v25/graphql/e2e/common" - "github.com/hypermodeinc/dgraph/v25/testutil" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/graphql/e2e/common" + "github.com/dgraph-io/dgraph/v25/testutil" + "github.com/dgraph-io/dgraph/v25/x" ) type TestCase struct { diff --git a/graphql/e2e/common/admin.go b/graphql/e2e/common/admin.go index 3a1a2f23e70..bf7bfaf9ef5 100644 --- a/graphql/e2e/common/admin.go +++ b/graphql/e2e/common/admin.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -24,9 +24,9 @@ import ( "github.com/dgraph-io/dgo/v250" "github.com/dgraph-io/dgo/v250/protos/api" - "github.com/hypermodeinc/dgraph/v25/protos/pb" - "github.com/hypermodeinc/dgraph/v25/testutil" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/protos/pb" + "github.com/dgraph-io/dgraph/v25/testutil" + "github.com/dgraph-io/dgraph/v25/x" ) const ( diff --git a/graphql/e2e/common/common.go b/graphql/e2e/common/common.go index 0f1a86341b0..620a7733071 100644 --- a/graphql/e2e/common/common.go +++ b/graphql/e2e/common/common.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -27,9 +27,9 @@ import ( "github.com/dgraph-io/dgo/v250" "github.com/dgraph-io/dgo/v250/protos/api" - "github.com/hypermodeinc/dgraph/v25/graphql/schema" - "github.com/hypermodeinc/dgraph/v25/testutil" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/graphql/schema" + "github.com/dgraph-io/dgraph/v25/testutil" + "github.com/dgraph-io/dgraph/v25/x" ) var ( diff --git a/graphql/e2e/common/error.go b/graphql/e2e/common/error.go index c96aea70947..d19dfde3118 100644 --- a/graphql/e2e/common/error.go +++ b/graphql/e2e/common/error.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -25,11 +25,11 @@ import ( "github.com/dgraph-io/dgo/v250" "github.com/dgraph-io/dgo/v250/protos/api" - admin2 "github.com/hypermodeinc/dgraph/v25/graphql/admin" - "github.com/hypermodeinc/dgraph/v25/graphql/resolve" - "github.com/hypermodeinc/dgraph/v25/graphql/schema" - "github.com/hypermodeinc/dgraph/v25/graphql/test" - "github.com/hypermodeinc/dgraph/v25/x" + admin2 "github.com/dgraph-io/dgraph/v25/graphql/admin" + "github.com/dgraph-io/dgraph/v25/graphql/resolve" + "github.com/dgraph-io/dgraph/v25/graphql/schema" + "github.com/dgraph-io/dgraph/v25/graphql/test" + "github.com/dgraph-io/dgraph/v25/x" ) const ( diff --git a/graphql/e2e/common/fragment.go b/graphql/e2e/common/fragment.go index f40767f5a85..a04fa21f680 100644 --- a/graphql/e2e/common/fragment.go +++ b/graphql/e2e/common/fragment.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -14,7 +14,7 @@ import ( "github.com/google/go-cmp/cmp/cmpopts" "github.com/stretchr/testify/require" - "github.com/hypermodeinc/dgraph/v25/testutil" + "github.com/dgraph-io/dgraph/v25/testutil" ) func fragmentInMutation(t *testing.T) { diff --git a/graphql/e2e/common/lambda.go b/graphql/e2e/common/lambda.go index 064a7f817f1..8b3112bfab0 100644 --- a/graphql/e2e/common/lambda.go +++ b/graphql/e2e/common/lambda.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -18,7 +18,7 @@ import ( "github.com/golang/glog" "github.com/stretchr/testify/require" - "github.com/hypermodeinc/dgraph/v25/testutil" + "github.com/dgraph-io/dgraph/v25/testutil" ) func lambdaOnTypeField(t *testing.T) { diff --git a/graphql/e2e/common/mutation.go b/graphql/e2e/common/mutation.go index 1111fc9a1e9..e9748a9cd20 100644 --- a/graphql/e2e/common/mutation.go +++ b/graphql/e2e/common/mutation.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -26,8 +26,8 @@ import ( "github.com/dgraph-io/dgo/v250" "github.com/dgraph-io/dgo/v250/protos/api" - "github.com/hypermodeinc/dgraph/v25/testutil" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/testutil" + "github.com/dgraph-io/dgraph/v25/x" ) // TestAddMutation tests that add mutations work as expected. There's a few angles @@ -344,7 +344,7 @@ func deepMutationsTest(t *testing.T, executeRequest requestExecutor) { }, }, // Country: anotherCountry, - // FIXME: Won't work till https://github.com/hypermodeinc/dgraph/pull/4411 is merged + // FIXME: Won't work till https://github.com/dgraph-io/dgraph/pull/4411 is merged } patchRemove := &author{ diff --git a/graphql/e2e/common/query.go b/graphql/e2e/common/query.go index 7eddc9290a0..bc2d5ad20ae 100644 --- a/graphql/e2e/common/query.go +++ b/graphql/e2e/common/query.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -29,9 +29,9 @@ import ( "github.com/dgraph-io/dgo/v250" "github.com/dgraph-io/dgo/v250/protos/api" - "github.com/hypermodeinc/dgraph/v25/graphql/schema" - "github.com/hypermodeinc/dgraph/v25/testutil" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/graphql/schema" + "github.com/dgraph-io/dgraph/v25/testutil" + "github.com/dgraph-io/dgraph/v25/x" ) func queryCountryByRegExp(t *testing.T, regexp string, expectedCountries []*country) { diff --git a/graphql/e2e/common/schema.go b/graphql/e2e/common/schema.go index 33dfc61e78a..3d1dd727441 100644 --- a/graphql/e2e/common/schema.go +++ b/graphql/e2e/common/schema.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -15,7 +15,7 @@ import ( "github.com/dgraph-io/dgo/v250" "github.com/dgraph-io/dgo/v250/protos/api" - "github.com/hypermodeinc/dgraph/v25/testutil" + "github.com/dgraph-io/dgraph/v25/testutil" ) const ( diff --git a/graphql/e2e/common/subscription.go b/graphql/e2e/common/subscription.go index 5c3d6e41615..614b4620265 100644 --- a/graphql/e2e/common/subscription.go +++ b/graphql/e2e/common/subscription.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -15,7 +15,7 @@ import ( "github.com/golang/glog" "github.com/gorilla/websocket" - "github.com/hypermodeinc/dgraph/v25/graphql/schema" + "github.com/dgraph-io/dgraph/v25/graphql/schema" ) // Reference: https://github.com/apollographql/subscriptions-transport-ws/blob/master/PROTOCOL.md diff --git a/graphql/e2e/custom_logic/cmd/go.mod b/graphql/e2e/custom_logic/cmd/go.mod index a258980f00a..a8c89c93b9d 100644 --- a/graphql/e2e/custom_logic/cmd/go.mod +++ b/graphql/e2e/custom_logic/cmd/go.mod @@ -1,4 +1,4 @@ -module github.com/hypermodeinc/dgraph/graphql/e2e/custom_logic/cmd +module github.com/dgraph-io/dgraph/graphql/e2e/custom_logic/cmd go 1.24.3 diff --git a/graphql/e2e/custom_logic/cmd/main.go b/graphql/e2e/custom_logic/cmd/main.go index 685fbe5bdde..624b0d4405d 100644 --- a/graphql/e2e/custom_logic/cmd/main.go +++ b/graphql/e2e/custom_logic/cmd/main.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/graphql/e2e/custom_logic/custom_logic_test.go b/graphql/e2e/custom_logic/custom_logic_test.go index 2eed47c10c5..09964678080 100644 --- a/graphql/e2e/custom_logic/custom_logic_test.go +++ b/graphql/e2e/custom_logic/custom_logic_test.go @@ -1,7 +1,7 @@ //go:build integration /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -20,10 +20,10 @@ import ( "github.com/stretchr/testify/require" - "github.com/hypermodeinc/dgraph/v25/graphql/e2e/common" - "github.com/hypermodeinc/dgraph/v25/graphql/schema" - "github.com/hypermodeinc/dgraph/v25/testutil" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/graphql/e2e/common" + "github.com/dgraph-io/dgraph/v25/graphql/schema" + "github.com/dgraph-io/dgraph/v25/testutil" + "github.com/dgraph-io/dgraph/v25/x" ) var ( diff --git a/graphql/e2e/directives/dgraph_directives_test.go b/graphql/e2e/directives/dgraph_directives_test.go index 696a4bbb8d0..ee70d458f47 100644 --- a/graphql/e2e/directives/dgraph_directives_test.go +++ b/graphql/e2e/directives/dgraph_directives_test.go @@ -1,7 +1,7 @@ //go:build integration /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -13,9 +13,9 @@ import ( "github.com/stretchr/testify/require" + "github.com/dgraph-io/dgraph/v25/graphql/e2e/common" + "github.com/dgraph-io/dgraph/v25/x" "github.com/dgraph-io/ristretto/v2/z" - "github.com/hypermodeinc/dgraph/v25/graphql/e2e/common" - "github.com/hypermodeinc/dgraph/v25/x" ) func TestRunAll_WithDgraphDirectives(t *testing.T) { diff --git a/graphql/e2e/directives/schema.graphql b/graphql/e2e/directives/schema.graphql index 9852c581729..d36ac5869ff 100644 --- a/graphql/e2e/directives/schema.graphql +++ b/graphql/e2e/directives/schema.graphql @@ -1,5 +1,5 @@ # **Don't delete** Comments at top of schemas should work -# See: https://github.com/hypermodeinc/dgraph/issues/4227 +# See: https://github.com/dgraph-io/dgraph/issues/4227 type Hotel { id: ID! diff --git a/graphql/e2e/multi_tenancy/multi_tenancy_test.go b/graphql/e2e/multi_tenancy/multi_tenancy_test.go index 4429d443a8d..27d39df8728 100644 --- a/graphql/e2e/multi_tenancy/multi_tenancy_test.go +++ b/graphql/e2e/multi_tenancy/multi_tenancy_test.go @@ -1,7 +1,7 @@ //go:build integration /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -19,9 +19,9 @@ import ( "github.com/stretchr/testify/require" - "github.com/hypermodeinc/dgraph/v25/graphql/e2e/common" - "github.com/hypermodeinc/dgraph/v25/testutil" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/graphql/e2e/common" + "github.com/dgraph-io/dgraph/v25/testutil" + "github.com/dgraph-io/dgraph/v25/x" ) const ( diff --git a/graphql/e2e/normal/normal_test.go b/graphql/e2e/normal/normal_test.go index 398cc7a464e..28aa2730a16 100644 --- a/graphql/e2e/normal/normal_test.go +++ b/graphql/e2e/normal/normal_test.go @@ -1,7 +1,7 @@ //go:build integration /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -13,9 +13,9 @@ import ( "github.com/stretchr/testify/require" + "github.com/dgraph-io/dgraph/v25/graphql/e2e/common" + "github.com/dgraph-io/dgraph/v25/x" "github.com/dgraph-io/ristretto/v2/z" - "github.com/hypermodeinc/dgraph/v25/graphql/e2e/common" - "github.com/hypermodeinc/dgraph/v25/x" ) func TestRunAll_Normal(t *testing.T) { diff --git a/graphql/e2e/normal/schema.graphql b/graphql/e2e/normal/schema.graphql index 5b9d5d7758c..6068386e9a3 100644 --- a/graphql/e2e/normal/schema.graphql +++ b/graphql/e2e/normal/schema.graphql @@ -1,5 +1,5 @@ # **Don't delete** Comments at top of schemas should work -# See: https://github.com/hypermodeinc/dgraph/issues/4227 +# See: https://github.com/dgraph-io/dgraph/issues/4227 type Hotel { id: ID! diff --git a/graphql/e2e/schema/schema_test.go b/graphql/e2e/schema/schema_test.go index 550a6821c40..a183cc1e430 100644 --- a/graphql/e2e/schema/schema_test.go +++ b/graphql/e2e/schema/schema_test.go @@ -1,7 +1,7 @@ //go:build integration /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -24,10 +24,10 @@ import ( "github.com/stretchr/testify/require" "github.com/dgraph-io/dgo/v250/protos/api" - "github.com/hypermodeinc/dgraph/v25/graphql/e2e/common" - "github.com/hypermodeinc/dgraph/v25/testutil" - "github.com/hypermodeinc/dgraph/v25/worker" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/graphql/e2e/common" + "github.com/dgraph-io/dgraph/v25/testutil" + "github.com/dgraph-io/dgraph/v25/worker" + "github.com/dgraph-io/dgraph/v25/x" ) var ( diff --git a/graphql/e2e/subscription/subscription_test.go b/graphql/e2e/subscription/subscription_test.go index 2deae8cf6fa..ef7b576adf6 100644 --- a/graphql/e2e/subscription/subscription_test.go +++ b/graphql/e2e/subscription/subscription_test.go @@ -1,7 +1,7 @@ //go:build integration /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -16,10 +16,10 @@ import ( "github.com/stretchr/testify/require" - "github.com/hypermodeinc/dgraph/v25/graphql/e2e/common" - "github.com/hypermodeinc/dgraph/v25/graphql/schema" - "github.com/hypermodeinc/dgraph/v25/testutil" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/graphql/e2e/common" + "github.com/dgraph-io/dgraph/v25/graphql/schema" + "github.com/dgraph-io/dgraph/v25/testutil" + "github.com/dgraph-io/dgraph/v25/x" ) var ( diff --git a/graphql/resolve/auth_test.go b/graphql/resolve/auth_test.go index 479e8a11952..049c51a265e 100644 --- a/graphql/resolve/auth_test.go +++ b/graphql/resolve/auth_test.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -20,14 +20,14 @@ import ( "gopkg.in/yaml.v3" dgoapi "github.com/dgraph-io/dgo/v250/protos/api" + "github.com/dgraph-io/dgraph/v25/dql" + "github.com/dgraph-io/dgraph/v25/graphql/authorization" + "github.com/dgraph-io/dgraph/v25/graphql/dgraph" + "github.com/dgraph-io/dgraph/v25/graphql/schema" + "github.com/dgraph-io/dgraph/v25/graphql/test" + "github.com/dgraph-io/dgraph/v25/testutil" + "github.com/dgraph-io/dgraph/v25/x" _ "github.com/dgraph-io/gqlparser/v2/validator/rules" // make gql validator init() all rules - "github.com/hypermodeinc/dgraph/v25/dql" - "github.com/hypermodeinc/dgraph/v25/graphql/authorization" - "github.com/hypermodeinc/dgraph/v25/graphql/dgraph" - "github.com/hypermodeinc/dgraph/v25/graphql/schema" - "github.com/hypermodeinc/dgraph/v25/graphql/test" - "github.com/hypermodeinc/dgraph/v25/testutil" - "github.com/hypermodeinc/dgraph/v25/x" ) type AuthQueryRewritingCase struct { diff --git a/graphql/resolve/extensions_test.go b/graphql/resolve/extensions_test.go index f10d7db0b03..6bbdbbb1f63 100644 --- a/graphql/resolve/extensions_test.go +++ b/graphql/resolve/extensions_test.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -11,7 +11,7 @@ import ( "github.com/stretchr/testify/require" - "github.com/hypermodeinc/dgraph/v25/graphql/test" + "github.com/dgraph-io/dgraph/v25/graphql/test" ) func TestQueriesPropagateExtensions(t *testing.T) { diff --git a/graphql/resolve/middlewares.go b/graphql/resolve/middlewares.go index adaa26f0d63..94168b5b8f2 100644 --- a/graphql/resolve/middlewares.go +++ b/graphql/resolve/middlewares.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -11,9 +11,9 @@ import ( "github.com/golang/glog" "github.com/pkg/errors" - "github.com/hypermodeinc/dgraph/v25/edgraph" - "github.com/hypermodeinc/dgraph/v25/graphql/schema" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/edgraph" + "github.com/dgraph-io/dgraph/v25/graphql/schema" + "github.com/dgraph-io/dgraph/v25/x" ) // QueryMiddleware represents a middleware for queries diff --git a/graphql/resolve/middlewares_test.go b/graphql/resolve/middlewares_test.go index a35fa0d4eff..b01f08745c2 100644 --- a/graphql/resolve/middlewares_test.go +++ b/graphql/resolve/middlewares_test.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -11,7 +11,7 @@ import ( "github.com/stretchr/testify/require" - "github.com/hypermodeinc/dgraph/v25/graphql/schema" + "github.com/dgraph-io/dgraph/v25/graphql/schema" ) func TestQueryMiddlewares_Then_ExecutesMiddlewaresInOrder(t *testing.T) { diff --git a/graphql/resolve/mutation.go b/graphql/resolve/mutation.go index 752f5c71855..5a5093779ae 100644 --- a/graphql/resolve/mutation.go +++ b/graphql/resolve/mutation.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -19,10 +19,10 @@ import ( "go.opentelemetry.io/otel/trace" dgoapi "github.com/dgraph-io/dgo/v250/protos/api" - "github.com/hypermodeinc/dgraph/v25/dql" - "github.com/hypermodeinc/dgraph/v25/graphql/dgraph" - "github.com/hypermodeinc/dgraph/v25/graphql/schema" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/dql" + "github.com/dgraph-io/dgraph/v25/graphql/dgraph" + "github.com/dgraph-io/dgraph/v25/graphql/schema" + "github.com/dgraph-io/dgraph/v25/x" ) const touchedUidsKey = "_total" diff --git a/graphql/resolve/mutation_rewriter.go b/graphql/resolve/mutation_rewriter.go index 069614867fd..570f378f221 100644 --- a/graphql/resolve/mutation_rewriter.go +++ b/graphql/resolve/mutation_rewriter.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -17,9 +17,9 @@ import ( "github.com/pkg/errors" dgoapi "github.com/dgraph-io/dgo/v250/protos/api" - "github.com/hypermodeinc/dgraph/v25/dql" - "github.com/hypermodeinc/dgraph/v25/graphql/schema" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/dql" + "github.com/dgraph-io/dgraph/v25/graphql/schema" + "github.com/dgraph-io/dgraph/v25/x" ) const ( diff --git a/graphql/resolve/mutation_test.go b/graphql/resolve/mutation_test.go index d7c77ff238b..bd027313785 100644 --- a/graphql/resolve/mutation_test.go +++ b/graphql/resolve/mutation_test.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -17,11 +17,11 @@ import ( "gopkg.in/yaml.v3" dgoapi "github.com/dgraph-io/dgo/v250/protos/api" - "github.com/hypermodeinc/dgraph/v25/graphql/dgraph" - "github.com/hypermodeinc/dgraph/v25/graphql/schema" - "github.com/hypermodeinc/dgraph/v25/graphql/test" - "github.com/hypermodeinc/dgraph/v25/testutil" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/graphql/dgraph" + "github.com/dgraph-io/dgraph/v25/graphql/schema" + "github.com/dgraph-io/dgraph/v25/graphql/test" + "github.com/dgraph-io/dgraph/v25/testutil" + "github.com/dgraph-io/dgraph/v25/x" ) // Tests showing that GraphQL mutations -> Dgraph mutations diff --git a/graphql/resolve/query.go b/graphql/resolve/query.go index 86619f2b6a6..b15e470f52b 100644 --- a/graphql/resolve/query.go +++ b/graphql/resolve/query.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -15,10 +15,10 @@ import ( "go.opentelemetry.io/otel/trace" dgoapi "github.com/dgraph-io/dgo/v250/protos/api" - "github.com/hypermodeinc/dgraph/v25/dql" - "github.com/hypermodeinc/dgraph/v25/graphql/dgraph" - "github.com/hypermodeinc/dgraph/v25/graphql/schema" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/dql" + "github.com/dgraph-io/dgraph/v25/graphql/dgraph" + "github.com/dgraph-io/dgraph/v25/graphql/schema" + "github.com/dgraph-io/dgraph/v25/x" ) var errNotScalar = errors.New("provided value is not a scalar, can't convert it to string") diff --git a/graphql/resolve/query_rewriter.go b/graphql/resolve/query_rewriter.go index 9a80bcef3b3..20e6e511d2a 100644 --- a/graphql/resolve/query_rewriter.go +++ b/graphql/resolve/query_rewriter.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -16,10 +16,10 @@ import ( "github.com/pkg/errors" - "github.com/hypermodeinc/dgraph/v25/dql" - "github.com/hypermodeinc/dgraph/v25/graphql/schema" - "github.com/hypermodeinc/dgraph/v25/protos/pb" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/dql" + "github.com/dgraph-io/dgraph/v25/graphql/schema" + "github.com/dgraph-io/dgraph/v25/protos/pb" + "github.com/dgraph-io/dgraph/v25/x" ) type queryRewriter struct{} diff --git a/graphql/resolve/query_test.go b/graphql/resolve/query_test.go index cf1815beb76..f6705a3dcd2 100644 --- a/graphql/resolve/query_test.go +++ b/graphql/resolve/query_test.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -17,11 +17,11 @@ import ( "github.com/stretchr/testify/require" "gopkg.in/yaml.v3" + "github.com/dgraph-io/dgraph/v25/graphql/dgraph" + "github.com/dgraph-io/dgraph/v25/graphql/schema" + "github.com/dgraph-io/dgraph/v25/graphql/test" + "github.com/dgraph-io/dgraph/v25/testutil" _ "github.com/dgraph-io/gqlparser/v2/validator/rules" // make gql validator init() all rules - "github.com/hypermodeinc/dgraph/v25/graphql/dgraph" - "github.com/hypermodeinc/dgraph/v25/graphql/schema" - "github.com/hypermodeinc/dgraph/v25/graphql/test" - "github.com/hypermodeinc/dgraph/v25/testutil" ) // Tests showing that the query rewriter produces the expected Dgraph queries diff --git a/graphql/resolve/resolver.go b/graphql/resolve/resolver.go index 284b29e1a89..8352270004d 100644 --- a/graphql/resolve/resolver.go +++ b/graphql/resolve/resolver.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -19,11 +19,11 @@ import ( "go.opentelemetry.io/otel/trace" dgoapi "github.com/dgraph-io/dgo/v250/protos/api" - "github.com/hypermodeinc/dgraph/v25/edgraph" - "github.com/hypermodeinc/dgraph/v25/graphql/api" - "github.com/hypermodeinc/dgraph/v25/graphql/dgraph" - "github.com/hypermodeinc/dgraph/v25/graphql/schema" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/edgraph" + "github.com/dgraph-io/dgraph/v25/graphql/api" + "github.com/dgraph-io/dgraph/v25/graphql/dgraph" + "github.com/dgraph-io/dgraph/v25/graphql/schema" + "github.com/dgraph-io/dgraph/v25/x" ) type resolveCtxKey string diff --git a/graphql/resolve/resolver_error_test.go b/graphql/resolve/resolver_error_test.go index e0cd9ae55f7..c1bdaed321f 100644 --- a/graphql/resolve/resolver_error_test.go +++ b/graphql/resolve/resolver_error_test.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -18,9 +18,9 @@ import ( "gopkg.in/yaml.v3" dgoapi "github.com/dgraph-io/dgo/v250/protos/api" - "github.com/hypermodeinc/dgraph/v25/graphql/schema" - "github.com/hypermodeinc/dgraph/v25/graphql/test" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/graphql/schema" + "github.com/dgraph-io/dgraph/v25/graphql/test" + "github.com/dgraph-io/dgraph/v25/x" ) // Tests that result completion and GraphQL error propagation are working properly. diff --git a/graphql/resolve/resolver_test.go b/graphql/resolve/resolver_test.go index 7b90d4915cd..1fed1229f8d 100644 --- a/graphql/resolve/resolver_test.go +++ b/graphql/resolve/resolver_test.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -11,9 +11,9 @@ import ( "github.com/google/go-cmp/cmp" "github.com/stretchr/testify/require" - "github.com/hypermodeinc/dgraph/v25/graphql/schema" - "github.com/hypermodeinc/dgraph/v25/graphql/test" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/graphql/schema" + "github.com/dgraph-io/dgraph/v25/graphql/test" + "github.com/dgraph-io/dgraph/v25/x" ) func TestErrorOnIncorrectValueType(t *testing.T) { diff --git a/graphql/resolve/webhook.go b/graphql/resolve/webhook.go index 8d52f2c976d..bf956ade102 100644 --- a/graphql/resolve/webhook.go +++ b/graphql/resolve/webhook.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -13,9 +13,9 @@ import ( "github.com/golang/glog" "github.com/pkg/errors" - "github.com/hypermodeinc/dgraph/v25/graphql/authorization" - "github.com/hypermodeinc/dgraph/v25/graphql/schema" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/graphql/authorization" + "github.com/dgraph-io/dgraph/v25/graphql/schema" + "github.com/dgraph-io/dgraph/v25/x" ) type webhookPayload struct { diff --git a/graphql/run.go b/graphql/run.go index 8f6b01e9596..d4008bbe11e 100644 --- a/graphql/run.go +++ b/graphql/run.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/graphql/schema/auth.go b/graphql/schema/auth.go index 55ae8b7b5b1..463a924d758 100644 --- a/graphql/schema/auth.go +++ b/graphql/schema/auth.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -14,11 +14,11 @@ import ( "github.com/spf13/cast" + "github.com/dgraph-io/dgraph/v25/dql" "github.com/dgraph-io/gqlparser/v2/ast" "github.com/dgraph-io/gqlparser/v2/gqlerror" "github.com/dgraph-io/gqlparser/v2/parser" "github.com/dgraph-io/gqlparser/v2/validator" - "github.com/hypermodeinc/dgraph/v25/dql" ) const ( diff --git a/graphql/schema/completion.go b/graphql/schema/completion.go index 713f1f075e0..e9aba03a1f4 100644 --- a/graphql/schema/completion.go +++ b/graphql/schema/completion.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -14,8 +14,8 @@ import ( "github.com/golang/glog" - dgTypes "github.com/hypermodeinc/dgraph/v25/types" - "github.com/hypermodeinc/dgraph/v25/x" + dgTypes "github.com/dgraph-io/dgraph/v25/types" + "github.com/dgraph-io/dgraph/v25/x" ) const ( diff --git a/graphql/schema/custom_http.go b/graphql/schema/custom_http.go index 055d6bf6c5a..1704fe000f9 100644 --- a/graphql/schema/custom_http.go +++ b/graphql/schema/custom_http.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -14,9 +14,9 @@ import ( "net/http" "time" + "github.com/dgraph-io/dgraph/v25/graphql/authorization" + "github.com/dgraph-io/dgraph/v25/x" "github.com/golang/glog" - "github.com/hypermodeinc/dgraph/v25/graphql/authorization" - "github.com/hypermodeinc/dgraph/v25/x" ) var ( diff --git a/graphql/schema/errors.go b/graphql/schema/errors.go index 95e6edebee8..86650bdd7c6 100644 --- a/graphql/schema/errors.go +++ b/graphql/schema/errors.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -8,9 +8,9 @@ package schema import ( "fmt" + "github.com/dgraph-io/dgraph/v25/x" "github.com/dgraph-io/gqlparser/v2/ast" "github.com/dgraph-io/gqlparser/v2/gqlerror" - "github.com/hypermodeinc/dgraph/v25/x" ) // AsGQLErrors formats an error as a list of GraphQL errors. diff --git a/graphql/schema/errors_test.go b/graphql/schema/errors_test.go index 0b0c3685c4f..af6bfbb3ddf 100644 --- a/graphql/schema/errors_test.go +++ b/graphql/schema/errors_test.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -13,8 +13,8 @@ import ( "github.com/stretchr/testify/assert" "github.com/stretchr/testify/require" + "github.com/dgraph-io/dgraph/v25/x" "github.com/dgraph-io/gqlparser/v2/gqlerror" - "github.com/hypermodeinc/dgraph/v25/x" ) func TestGQLWrapf_Error(t *testing.T) { diff --git a/graphql/schema/gqlschema.go b/graphql/schema/gqlschema.go index 979f69c7e49..ae4cf684295 100644 --- a/graphql/schema/gqlschema.go +++ b/graphql/schema/gqlschema.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -10,10 +10,10 @@ import ( "sort" "strings" + "github.com/dgraph-io/dgraph/v25/x" "github.com/dgraph-io/gqlparser/v2/ast" "github.com/dgraph-io/gqlparser/v2/gqlerror" "github.com/dgraph-io/gqlparser/v2/parser" - "github.com/hypermodeinc/dgraph/v25/x" ) const ( diff --git a/graphql/schema/introspection.go b/graphql/schema/introspection.go index 4f1893b21cc..58f74cfde0a 100644 --- a/graphql/schema/introspection.go +++ b/graphql/schema/introspection.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -11,10 +11,10 @@ import ( "errors" "strconv" + "github.com/dgraph-io/dgraph/v25/x" "github.com/dgraph-io/gqlgen/graphql" "github.com/dgraph-io/gqlgen/graphql/introspection" "github.com/dgraph-io/gqlparser/v2/ast" - "github.com/hypermodeinc/dgraph/v25/x" ) // Introspection works by walking through the selection set which are part of ast.Operation diff --git a/graphql/schema/remote.go b/graphql/schema/remote.go index b9cfcf82230..c9bbe981b06 100644 --- a/graphql/schema/remote.go +++ b/graphql/schema/remote.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/graphql/schema/remote_test.go b/graphql/schema/remote_test.go index dbde93c1bce..c9e3b40d5c7 100644 --- a/graphql/schema/remote_test.go +++ b/graphql/schema/remote_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/graphql/schema/request.go b/graphql/schema/request.go index a2528448590..dfec286639a 100644 --- a/graphql/schema/request.go +++ b/graphql/schema/request.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/graphql/schema/response.go b/graphql/schema/response.go index 6502ce6a6ca..64403c7f0e4 100644 --- a/graphql/schema/response.go +++ b/graphql/schema/response.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -17,7 +17,7 @@ import ( "github.com/golang/glog" "github.com/pkg/errors" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/x" ) // GraphQL spec on response is here: diff --git a/graphql/schema/response_test.go b/graphql/schema/response_test.go index debea24c0f5..8589721d5fc 100644 --- a/graphql/schema/response_test.go +++ b/graphql/schema/response_test.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -13,8 +13,8 @@ import ( "github.com/stretchr/testify/assert" "github.com/stretchr/testify/require" + "github.com/dgraph-io/dgraph/v25/x" "github.com/dgraph-io/gqlparser/v2/gqlerror" - "github.com/hypermodeinc/dgraph/v25/x" ) func TestDataAndErrors(t *testing.T) { diff --git a/graphql/schema/rules.go b/graphql/schema/rules.go index 1a4f71f2599..aaab2b6ac12 100644 --- a/graphql/schema/rules.go +++ b/graphql/schema/rules.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -13,11 +13,11 @@ import ( "strconv" "strings" + "github.com/dgraph-io/dgraph/v25/x" "github.com/dgraph-io/gqlparser/v2/ast" "github.com/dgraph-io/gqlparser/v2/gqlerror" "github.com/dgraph-io/gqlparser/v2/parser" "github.com/dgraph-io/gqlparser/v2/validator" - "github.com/hypermodeinc/dgraph/v25/x" "gopkg.in/yaml.v3" ) diff --git a/graphql/schema/schemagen.go b/graphql/schema/schemagen.go index c03fed6f611..e1407326dfb 100644 --- a/graphql/schema/schemagen.go +++ b/graphql/schema/schemagen.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -14,12 +14,12 @@ import ( "github.com/pkg/errors" + "github.com/dgraph-io/dgraph/v25/graphql/authorization" + "github.com/dgraph-io/dgraph/v25/x" "github.com/dgraph-io/gqlparser/v2/ast" "github.com/dgraph-io/gqlparser/v2/gqlerror" "github.com/dgraph-io/gqlparser/v2/parser" "github.com/dgraph-io/gqlparser/v2/validator" - "github.com/hypermodeinc/dgraph/v25/graphql/authorization" - "github.com/hypermodeinc/dgraph/v25/x" ) // A Handler can produce valid GraphQL and Dgraph schemas given an input of diff --git a/graphql/schema/schemagen_test.go b/graphql/schema/schemagen_test.go index e2172fcf151..5231f829763 100644 --- a/graphql/schema/schemagen_test.go +++ b/graphql/schema/schemagen_test.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -15,11 +15,11 @@ import ( "github.com/stretchr/testify/require" "gopkg.in/yaml.v3" + dschema "github.com/dgraph-io/dgraph/v25/schema" + "github.com/dgraph-io/dgraph/v25/x" "github.com/dgraph-io/gqlparser/v2/gqlerror" _ "github.com/dgraph-io/gqlparser/v2/validator/rules" "github.com/dgraph-io/ristretto/v2/z" - dschema "github.com/hypermodeinc/dgraph/v25/schema" - "github.com/hypermodeinc/dgraph/v25/x" ) type Tests map[string][]TestCase diff --git a/graphql/schema/validation_rules.go b/graphql/schema/validation_rules.go index 1a62bdba4e3..5926ea17d40 100644 --- a/graphql/schema/validation_rules.go +++ b/graphql/schema/validation_rules.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -10,10 +10,10 @@ import ( "fmt" "strconv" + "github.com/dgraph-io/dgraph/v25/x" "github.com/dgraph-io/gqlparser/v2/ast" "github.com/dgraph-io/gqlparser/v2/gqlerror" "github.com/dgraph-io/gqlparser/v2/validator" - "github.com/hypermodeinc/dgraph/v25/x" ) var allowedFilters = []string{"StringHashFilter", "StringExactFilter", "StringFullTextFilter", diff --git a/graphql/schema/wrappers.go b/graphql/schema/wrappers.go index 6ff2580c316..8837d5170d8 100644 --- a/graphql/schema/wrappers.go +++ b/graphql/schema/wrappers.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -19,10 +19,10 @@ import ( "github.com/pkg/errors" + "github.com/dgraph-io/dgraph/v25/graphql/authorization" + "github.com/dgraph-io/dgraph/v25/x" "github.com/dgraph-io/gqlparser/v2/ast" "github.com/dgraph-io/gqlparser/v2/parser" - "github.com/hypermodeinc/dgraph/v25/graphql/authorization" - "github.com/hypermodeinc/dgraph/v25/x" ) // Wrap the github.com/dgraph-io/gqlparser/ast defintions so that the bulk of the GraphQL diff --git a/graphql/schema/wrappers_test.go b/graphql/schema/wrappers_test.go index 4b0192831aa..975832fea26 100644 --- a/graphql/schema/wrappers_test.go +++ b/graphql/schema/wrappers_test.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -17,8 +17,8 @@ import ( "github.com/stretchr/testify/require" "gopkg.in/yaml.v3" + "github.com/dgraph-io/dgraph/v25/x" "github.com/dgraph-io/gqlparser/v2/ast" - "github.com/hypermodeinc/dgraph/v25/x" ) func TestDgraphMapping_WithoutDirectives(t *testing.T) { diff --git a/graphql/subscription/poller.go b/graphql/subscription/poller.go index 942fd533760..ffb61d142e1 100644 --- a/graphql/subscription/poller.go +++ b/graphql/subscription/poller.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -18,9 +18,9 @@ import ( "github.com/golang-jwt/jwt/v5" "github.com/golang/glog" - "github.com/hypermodeinc/dgraph/v25/graphql/resolve" - "github.com/hypermodeinc/dgraph/v25/graphql/schema" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/graphql/resolve" + "github.com/dgraph-io/dgraph/v25/graphql/schema" + "github.com/dgraph-io/dgraph/v25/x" ) // Poller is used to poll user subscription query. diff --git a/graphql/test/test.go b/graphql/test/test.go index 737d57a0ee6..6b5433f95a2 100644 --- a/graphql/test/test.go +++ b/graphql/test/test.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -12,11 +12,11 @@ import ( "github.com/stretchr/testify/require" + "github.com/dgraph-io/dgraph/v25/graphql/schema" + "github.com/dgraph-io/dgraph/v25/x" "github.com/dgraph-io/gqlparser/v2/ast" "github.com/dgraph-io/gqlparser/v2/parser" "github.com/dgraph-io/gqlparser/v2/validator" - "github.com/hypermodeinc/dgraph/v25/graphql/schema" - "github.com/hypermodeinc/dgraph/v25/x" ) // Various helpers used in GQL testing diff --git a/graphql/testdata/custom_bench/dgraph_api_server.go b/graphql/testdata/custom_bench/dgraph_api_server.go index 1860e4406f5..1861d4a3580 100644 --- a/graphql/testdata/custom_bench/dgraph_api_server.go +++ b/graphql/testdata/custom_bench/dgraph_api_server.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/graphql/testdata/custom_bench/profiling/graphql_profiler.go b/graphql/testdata/custom_bench/profiling/graphql_profiler.go index dc7a92b837f..b9fb3eff6e0 100644 --- a/graphql/testdata/custom_bench/profiling/graphql_profiler.go +++ b/graphql/testdata/custom_bench/profiling/graphql_profiler.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/graphql/testdata/datagen/cmd/root.go b/graphql/testdata/datagen/cmd/root.go index 5644163aa99..589a366e7fd 100644 --- a/graphql/testdata/datagen/cmd/root.go +++ b/graphql/testdata/datagen/cmd/root.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/graphql/testdata/datagen/cmd/run.go b/graphql/testdata/datagen/cmd/run.go index f42955054f5..16376eaf070 100644 --- a/graphql/testdata/datagen/cmd/run.go +++ b/graphql/testdata/datagen/cmd/run.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/graphql/testdata/datagen/main.go b/graphql/testdata/datagen/main.go index 6c8daf14f59..3f195a47c9b 100644 --- a/graphql/testdata/datagen/main.go +++ b/graphql/testdata/datagen/main.go @@ -1,11 +1,11 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ package main -import "github.com/hypermodeinc/dgraph/v25/graphql/testdata/datagen/cmd" +import "github.com/dgraph-io/dgraph/v25/graphql/testdata/datagen/cmd" func main() { cmd.Execute() diff --git a/lex/iri.go b/lex/iri.go index 94b8661dd30..b7ee2c53d57 100644 --- a/lex/iri.go +++ b/lex/iri.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/lex/iri_test.go b/lex/iri_test.go index d24da78bcee..d9855bbfa85 100644 --- a/lex/iri_test.go +++ b/lex/iri_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/lex/lexer.go b/lex/lexer.go index 189c5fd6152..306fad8bf96 100644 --- a/lex/lexer.go +++ b/lex/lexer.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -11,7 +11,7 @@ import ( "github.com/pkg/errors" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/x" ) // EOF indicates the end of the an input. diff --git a/paper/dgraph.tex b/paper/dgraph.tex index 472718dfb71..003f11a29e0 100644 --- a/paper/dgraph.tex +++ b/paper/dgraph.tex @@ -54,7 +54,7 @@ \author{Manish Jain} \affil{\texttt {manish@dgraph.io}} -\affil{Hypermode Inc.} +\affil{Istari Digital, Inc.} \affil{Version: 0.8 Last Updated: \today} \maketitle @@ -990,12 +990,12 @@ \section{Acknowledgments} core dev team and extended community. This work also wouldn't have been possible without funding from our investors. A full list of contributors is present here: \begin{center} - {\tt github.com/hypermodeinc/dgraph/graphs/contributors} + {\tt github.com/dgraph-io/dgraph/graphs/contributors} \end{center} Dgraph is an open source software, available on \begin{center} - {\tt https://github.com/hypermodeinc/dgraph}\\ + {\tt https://github.com/dgraph-io/dgraph}\\ \end{center} More information about Dgraph is available on diff --git a/posting/config.go b/posting/config.go index 061874a0076..2eb5d456f97 100644 --- a/posting/config.go +++ b/posting/config.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/posting/doc.go b/posting/doc.go index bf4d59dbf3a..9d623ef4b4e 100644 --- a/posting/doc.go +++ b/posting/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/posting/index.go b/posting/index.go index f17d5e6a57a..ae6c3352a44 100644 --- a/posting/index.go +++ b/posting/index.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -28,13 +28,13 @@ import ( "github.com/dgraph-io/badger/v4" "github.com/dgraph-io/badger/v4/options" bpb "github.com/dgraph-io/badger/v4/pb" + "github.com/dgraph-io/dgraph/v25/protos/pb" + "github.com/dgraph-io/dgraph/v25/schema" + "github.com/dgraph-io/dgraph/v25/tok" + "github.com/dgraph-io/dgraph/v25/tok/hnsw" + "github.com/dgraph-io/dgraph/v25/types" + "github.com/dgraph-io/dgraph/v25/x" "github.com/dgraph-io/ristretto/v2/z" - "github.com/hypermodeinc/dgraph/v25/protos/pb" - "github.com/hypermodeinc/dgraph/v25/schema" - "github.com/hypermodeinc/dgraph/v25/tok" - "github.com/hypermodeinc/dgraph/v25/tok/hnsw" - "github.com/hypermodeinc/dgraph/v25/types" - "github.com/hypermodeinc/dgraph/v25/x" ) var emptyCountParams countParams diff --git a/posting/index_test.go b/posting/index_test.go index b8bb7887b1a..3f75c26fb10 100644 --- a/posting/index_test.go +++ b/posting/index_test.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -15,10 +15,10 @@ import ( "github.com/stretchr/testify/require" "github.com/dgraph-io/badger/v4" - "github.com/hypermodeinc/dgraph/v25/protos/pb" - "github.com/hypermodeinc/dgraph/v25/schema" - "github.com/hypermodeinc/dgraph/v25/types" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/protos/pb" + "github.com/dgraph-io/dgraph/v25/schema" + "github.com/dgraph-io/dgraph/v25/types" + "github.com/dgraph-io/dgraph/v25/x" ) func uids(l *List, readTs uint64) []uint64 { diff --git a/posting/list.go b/posting/list.go index 2a3638cca01..1c0c7a0fc55 100644 --- a/posting/list.go +++ b/posting/list.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -21,15 +21,15 @@ import ( bpb "github.com/dgraph-io/badger/v4/pb" "github.com/dgraph-io/badger/v4/y" + "github.com/dgraph-io/dgraph/v25/algo" + "github.com/dgraph-io/dgraph/v25/codec" + "github.com/dgraph-io/dgraph/v25/protos/pb" + "github.com/dgraph-io/dgraph/v25/schema" + "github.com/dgraph-io/dgraph/v25/tok/index" + "github.com/dgraph-io/dgraph/v25/types" + "github.com/dgraph-io/dgraph/v25/types/facets" + "github.com/dgraph-io/dgraph/v25/x" "github.com/dgraph-io/ristretto/v2/z" - "github.com/hypermodeinc/dgraph/v25/algo" - "github.com/hypermodeinc/dgraph/v25/codec" - "github.com/hypermodeinc/dgraph/v25/protos/pb" - "github.com/hypermodeinc/dgraph/v25/schema" - "github.com/hypermodeinc/dgraph/v25/tok/index" - "github.com/hypermodeinc/dgraph/v25/types" - "github.com/hypermodeinc/dgraph/v25/types/facets" - "github.com/hypermodeinc/dgraph/v25/x" ) var ( diff --git a/posting/list_test.go b/posting/list_test.go index f64fcbc765c..79bce4a1879 100644 --- a/posting/list_test.go +++ b/posting/list_test.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -22,11 +22,11 @@ import ( "github.com/dgraph-io/badger/v4" bpb "github.com/dgraph-io/badger/v4/pb" "github.com/dgraph-io/dgo/v250/protos/api" + "github.com/dgraph-io/dgraph/v25/codec" + "github.com/dgraph-io/dgraph/v25/protos/pb" + "github.com/dgraph-io/dgraph/v25/schema" + "github.com/dgraph-io/dgraph/v25/x" "github.com/dgraph-io/ristretto/v2/z" - "github.com/hypermodeinc/dgraph/v25/codec" - "github.com/hypermodeinc/dgraph/v25/protos/pb" - "github.com/hypermodeinc/dgraph/v25/schema" - "github.com/hypermodeinc/dgraph/v25/x" ) func setMaxListSize(newMaxListSize int) { diff --git a/posting/lists.go b/posting/lists.go index fa2fc1c6605..18e72f729b9 100644 --- a/posting/lists.go +++ b/posting/lists.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -18,9 +18,9 @@ import ( "github.com/dgraph-io/badger/v4" "github.com/dgraph-io/dgo/v250/protos/api" + "github.com/dgraph-io/dgraph/v25/protos/pb" + "github.com/dgraph-io/dgraph/v25/x" "github.com/dgraph-io/ristretto/v2/z" - "github.com/hypermodeinc/dgraph/v25/protos/pb" - "github.com/hypermodeinc/dgraph/v25/x" ) const ( diff --git a/posting/lmap_test.go b/posting/lmap_test.go index b86ffa18dfa..81238539444 100644 --- a/posting/lmap_test.go +++ b/posting/lmap_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/posting/mvcc.go b/posting/mvcc.go index 5024c93078d..e31dbac4398 100644 --- a/posting/mvcc.go +++ b/posting/mvcc.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -24,10 +24,10 @@ import ( "github.com/dgraph-io/badger/v4" bpb "github.com/dgraph-io/badger/v4/pb" "github.com/dgraph-io/dgo/v250/protos/api" + "github.com/dgraph-io/dgraph/v25/protos/pb" + "github.com/dgraph-io/dgraph/v25/x" "github.com/dgraph-io/ristretto/v2" "github.com/dgraph-io/ristretto/v2/z" - "github.com/hypermodeinc/dgraph/v25/protos/pb" - "github.com/hypermodeinc/dgraph/v25/x" ) type pooledKeys struct { diff --git a/posting/mvcc_test.go b/posting/mvcc_test.go index 3fe6382c116..c7874a41994 100644 --- a/posting/mvcc_test.go +++ b/posting/mvcc_test.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -17,10 +17,10 @@ import ( "google.golang.org/protobuf/proto" "github.com/dgraph-io/badger/v4" + "github.com/dgraph-io/dgraph/v25/protos/pb" + "github.com/dgraph-io/dgraph/v25/schema" + "github.com/dgraph-io/dgraph/v25/x" "github.com/dgraph-io/ristretto/v2/z" - "github.com/hypermodeinc/dgraph/v25/protos/pb" - "github.com/hypermodeinc/dgraph/v25/schema" - "github.com/hypermodeinc/dgraph/v25/x" ) func TestIncrRollupGetsCancelledQuickly(t *testing.T) { diff --git a/posting/oracle.go b/posting/oracle.go index 5b6c4510c22..d7c3837b4b2 100644 --- a/posting/oracle.go +++ b/posting/oracle.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -17,9 +17,9 @@ import ( "github.com/golang/glog" ostats "go.opencensus.io/stats" - "github.com/hypermodeinc/dgraph/v25/protos/pb" - "github.com/hypermodeinc/dgraph/v25/tok/index" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/protos/pb" + "github.com/dgraph-io/dgraph/v25/tok/index" + "github.com/dgraph-io/dgraph/v25/x" ) var o *oracle diff --git a/posting/size.go b/posting/size.go index 80f81f89a99..23e9c1c55e6 100644 --- a/posting/size.go +++ b/posting/size.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -11,7 +11,7 @@ import ( "unsafe" "github.com/dgraph-io/dgo/v250/protos/api" - "github.com/hypermodeinc/dgraph/v25/protos/pb" + "github.com/dgraph-io/dgraph/v25/protos/pb" ) const sizeOfBucket = 144 diff --git a/posting/size_test.go b/posting/size_test.go index a2abf427290..ec0b8daaf84 100644 --- a/posting/size_test.go +++ b/posting/size_test.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -26,7 +26,7 @@ import ( "github.com/dgraph-io/badger/v4" "github.com/dgraph-io/dgo/v250/protos/api" - "github.com/hypermodeinc/dgraph/v25/protos/pb" + "github.com/dgraph-io/dgraph/v25/protos/pb" ) var manual = flag.Bool("manual", false, "Set when manually running some tests.") diff --git a/posting/stats.go b/posting/stats.go index 562f7f78463..7dd660f8080 100644 --- a/posting/stats.go +++ b/posting/stats.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -9,7 +9,7 @@ import ( "math" "sync" - "github.com/hypermodeinc/dgraph/v25/algo" + "github.com/dgraph-io/dgraph/v25/algo" ) type StatsHolder struct { diff --git a/posting/writer.go b/posting/writer.go index b18f99c23ad..f4ee9caf774 100644 --- a/posting/writer.go +++ b/posting/writer.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/posting/writer_test.go b/posting/writer_test.go index d6cdf8f46e9..5dcffd67513 100644 --- a/posting/writer_test.go +++ b/posting/writer_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/protos/Makefile b/protos/Makefile index 266a78806f9..6e83580b233 100644 --- a/protos/Makefile +++ b/protos/Makefile @@ -1,8 +1,10 @@ # -# SPDX-FileCopyrightText: © Hypermode Inc. +# SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. # SPDX-License-Identifier: Apache-2.0 # +UNAME_S := $(shell uname -s) + # Update BADGER_PB_VERSION when upgrading Badger major versions BADGER_PB_VERSION = 4 DGO_PB_VERSION = 250 @@ -46,6 +48,15 @@ copy-protos: patch-pb: ./patch_pb.sh +ifneq ($(UNAME_S),Linux) +.PHONY: regenerate +regenerate: + @echo "Running in Docker..." + @docker run --rm -v $(shell pwd)/..:/go/src/github.com/dgraph-io/dgraph \ + -w /go/src/github.com/dgraph-io/dgraph/protos \ + golang:1.25.0 \ + /bin/bash -c "apt-get update && apt-get install -y protobuf-compiler && make regenerate" +else .PHONY: regenerate regenerate: tidy-deps copy-protos check clean echo ${DGO_PATH} @@ -62,3 +73,4 @@ regenerate: tidy-deps copy-protos check clean @$(MAKE) patch-pb @rm -rf ${TMPDIR} @echo Done. +endif diff --git a/protos/depcheck.sh b/protos/depcheck.sh index 8f74120ee45..6d02aa96f70 100755 --- a/protos/depcheck.sh +++ b/protos/depcheck.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash # -# SPDX-FileCopyrightText: © Hypermode Inc. +# SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. # SPDX-License-Identifier: Apache-2.0 # diff --git a/protos/pb.proto b/protos/pb.proto index f5098c0e69e..7352d77c4f4 100644 --- a/protos/pb.proto +++ b/protos/pb.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/protos/pb/pb.pb.go b/protos/pb/pb.pb.go index 1cb0709972c..d70dd16a43c 100644 --- a/protos/pb/pb.pb.go +++ b/protos/pb/pb.pb.go @@ -1,5 +1,5 @@ // -// SPDX-FileCopyrightText: © Hypermode Inc. +// SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. // SPDX-License-Identifier: Apache-2.0 // Style guide for Protocol Buffer 3. diff --git a/protos/pb/pb_grpc.pb.go b/protos/pb/pb_grpc.pb.go index 52bdc19dc35..ce2e67a368c 100644 --- a/protos/pb/pb_grpc.pb.go +++ b/protos/pb/pb_grpc.pb.go @@ -1,5 +1,5 @@ // -// SPDX-FileCopyrightText: © Hypermode Inc. +// SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. // SPDX-License-Identifier: Apache-2.0 // Style guide for Protocol Buffer 3. diff --git a/protos/pb/sensitive.go b/protos/pb/sensitive.go index 0ef95957f63..42fe6c8049c 100644 --- a/protos/pb/sensitive.go +++ b/protos/pb/sensitive.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/protos/protos_test.go b/protos/protos_test.go index 2fe52b718db..511f291b194 100644 --- a/protos/protos_test.go +++ b/protos/protos_test.go @@ -1,7 +1,7 @@ //go:build integration /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -14,7 +14,7 @@ import ( "github.com/stretchr/testify/require" - "github.com/hypermodeinc/dgraph/v25/testutil" + "github.com/dgraph-io/dgraph/v25/testutil" ) func TestProtosRegenerate(t *testing.T) { diff --git a/query/aggregator.go b/query/aggregator.go index 5905bd42ee8..87a1f5264f3 100644 --- a/query/aggregator.go +++ b/query/aggregator.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -13,9 +13,9 @@ import ( "github.com/pkg/errors" - "github.com/hypermodeinc/dgraph/v25/protos/pb" - "github.com/hypermodeinc/dgraph/v25/types" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/protos/pb" + "github.com/dgraph-io/dgraph/v25/types" + "github.com/dgraph-io/dgraph/v25/x" ) type aggregator struct { diff --git a/query/arena.go b/query/arena.go index bd58114cb80..04f0d587b42 100644 --- a/query/arena.go +++ b/query/arena.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/query/benchmark_test.go b/query/benchmark_test.go index 8698f3fb3da..9268d467351 100644 --- a/query/benchmark_test.go +++ b/query/benchmark_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/query/cloud_test.go b/query/cloud_test.go index a313b8691ed..13a9de333f5 100644 --- a/query/cloud_test.go +++ b/query/cloud_test.go @@ -1,7 +1,7 @@ //go:build cloud /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -12,9 +12,9 @@ import ( "testing" "time" - "github.com/hypermodeinc/dgraph/v25/dgraphapi" - "github.com/hypermodeinc/dgraph/v25/dgraphtest" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/dgraphapi" + "github.com/dgraph-io/dgraph/v25/dgraphtest" + "github.com/dgraph-io/dgraph/v25/x" ) func TestMain(m *testing.M) { diff --git a/query/common_test.go b/query/common_test.go index b3f7d538c01..e36211f7a18 100644 --- a/query/common_test.go +++ b/query/common_test.go @@ -1,7 +1,7 @@ //go:build integration || cloud || upgrade /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -18,9 +18,9 @@ import ( "github.com/stretchr/testify/require" "github.com/dgraph-io/dgo/v250/protos/api" - "github.com/hypermodeinc/dgraph/v25/dgraphapi" - "github.com/hypermodeinc/dgraph/v25/dgraphtest" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/dgraphapi" + "github.com/dgraph-io/dgraph/v25/dgraphtest" + "github.com/dgraph-io/dgraph/v25/x" ) func setSchema(schema string) { diff --git a/query/fastjson_test.go b/query/fastjson_test.go index db5c2b5e8dc..5b2ee42d076 100644 --- a/query/fastjson_test.go +++ b/query/fastjson_test.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -12,10 +12,10 @@ import ( "github.com/stretchr/testify/require" - "github.com/hypermodeinc/dgraph/v25/protos/pb" - "github.com/hypermodeinc/dgraph/v25/task" - "github.com/hypermodeinc/dgraph/v25/testutil" - "github.com/hypermodeinc/dgraph/v25/types" + "github.com/dgraph-io/dgraph/v25/protos/pb" + "github.com/dgraph-io/dgraph/v25/task" + "github.com/dgraph-io/dgraph/v25/testutil" + "github.com/dgraph-io/dgraph/v25/types" ) func subgraphWithSingleResultAndSingleValue(val *pb.TaskValue) *SubGraph { diff --git a/query/groupby.go b/query/groupby.go index 76c33f22343..56bdbcd25df 100644 --- a/query/groupby.go +++ b/query/groupby.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -12,9 +12,9 @@ import ( "github.com/pkg/errors" - "github.com/hypermodeinc/dgraph/v25/algo" - "github.com/hypermodeinc/dgraph/v25/protos/pb" - "github.com/hypermodeinc/dgraph/v25/types" + "github.com/dgraph-io/dgraph/v25/algo" + "github.com/dgraph-io/dgraph/v25/protos/pb" + "github.com/dgraph-io/dgraph/v25/types" ) type groupPair struct { diff --git a/query/integration_test.go b/query/integration_test.go index 7c4664ca425..285e4c5f4fd 100644 --- a/query/integration_test.go +++ b/query/integration_test.go @@ -1,7 +1,7 @@ //go:build integration /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -11,9 +11,9 @@ import ( "context" "testing" - "github.com/hypermodeinc/dgraph/v25/dgraphapi" - "github.com/hypermodeinc/dgraph/v25/dgraphtest" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/dgraphapi" + "github.com/dgraph-io/dgraph/v25/dgraphtest" + "github.com/dgraph-io/dgraph/v25/x" ) func TestMain(m *testing.M) { diff --git a/query/math.go b/query/math.go index 9de8fa9fa4b..a020066c40d 100644 --- a/query/math.go +++ b/query/math.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -11,7 +11,7 @@ import ( "github.com/golang/glog" "github.com/pkg/errors" - "github.com/hypermodeinc/dgraph/v25/types" + "github.com/dgraph-io/dgraph/v25/types" ) type mathTree struct { diff --git a/query/math_test.go b/query/math_test.go index f64cbd53eca..e39fb1a4cf3 100644 --- a/query/math_test.go +++ b/query/math_test.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -13,7 +13,7 @@ import ( "github.com/pkg/errors" "github.com/stretchr/testify/require" - "github.com/hypermodeinc/dgraph/v25/types" + "github.com/dgraph-io/dgraph/v25/types" ) func BenchmarkProcessBinaryLargeMap(b *testing.B) { diff --git a/query/mutation.go b/query/mutation.go index b9b12061ca3..73844cc9dc6 100644 --- a/query/mutation.go +++ b/query/mutation.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -16,11 +16,11 @@ import ( "go.opentelemetry.io/otel/trace" "github.com/dgraph-io/dgo/v250/protos/api" - "github.com/hypermodeinc/dgraph/v25/dql" - "github.com/hypermodeinc/dgraph/v25/protos/pb" - "github.com/hypermodeinc/dgraph/v25/types/facets" - "github.com/hypermodeinc/dgraph/v25/worker" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/dql" + "github.com/dgraph-io/dgraph/v25/protos/pb" + "github.com/dgraph-io/dgraph/v25/types/facets" + "github.com/dgraph-io/dgraph/v25/worker" + "github.com/dgraph-io/dgraph/v25/x" ) // ApplyMutations performs the required edge expansions and forwards the results to the diff --git a/query/mutation_test.go b/query/mutation_test.go index 73efcb53dbc..0ca2e2094b7 100644 --- a/query/mutation_test.go +++ b/query/mutation_test.go @@ -1,7 +1,7 @@ //go:build integration || upgrade /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -18,7 +18,7 @@ import ( "github.com/stretchr/testify/require" "github.com/dgraph-io/dgo/v250/protos/api" - "github.com/hypermodeinc/dgraph/v25/dgraphtest" + "github.com/dgraph-io/dgraph/v25/dgraphtest" ) func TestReservedPredicateForMutation(t *testing.T) { diff --git a/query/normalize_feature_flag_test.go b/query/normalize_feature_flag_test.go index 33e89e41eb7..f9e70da7d75 100644 --- a/query/normalize_feature_flag_test.go +++ b/query/normalize_feature_flag_test.go @@ -1,7 +1,7 @@ //go:build integration2 /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -14,7 +14,7 @@ import ( "github.com/stretchr/testify/require" "github.com/dgraph-io/dgo/v250/protos/api" - "github.com/hypermodeinc/dgraph/v25/dgraphtest" + "github.com/dgraph-io/dgraph/v25/dgraphtest" ) func TestNormalizeDirectiveWithNoListResponse(t *testing.T) { diff --git a/query/outputnode.go b/query/outputnode.go index 2eb9f8009c2..88c6d9a36ec 100644 --- a/query/outputnode.go +++ b/query/outputnode.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -26,14 +26,14 @@ import ( "github.com/twpayne/go-geom/encoding/geojson" "github.com/dgraph-io/dgo/v250/protos/api" + "github.com/dgraph-io/dgraph/v25/algo" + gqlSchema "github.com/dgraph-io/dgraph/v25/graphql/schema" + "github.com/dgraph-io/dgraph/v25/protos/pb" + "github.com/dgraph-io/dgraph/v25/task" + "github.com/dgraph-io/dgraph/v25/types" + "github.com/dgraph-io/dgraph/v25/types/facets" + "github.com/dgraph-io/dgraph/v25/x" "github.com/dgraph-io/ristretto/v2/z" - "github.com/hypermodeinc/dgraph/v25/algo" - gqlSchema "github.com/hypermodeinc/dgraph/v25/graphql/schema" - "github.com/hypermodeinc/dgraph/v25/protos/pb" - "github.com/hypermodeinc/dgraph/v25/task" - "github.com/hypermodeinc/dgraph/v25/types" - "github.com/hypermodeinc/dgraph/v25/types/facets" - "github.com/hypermodeinc/dgraph/v25/x" ) // ToJson converts the list of subgraph into a JSON response by calling toFastJSON. diff --git a/query/outputnode_graphql.go b/query/outputnode_graphql.go index af0fc1c29b8..07c8f9130d9 100644 --- a/query/outputnode_graphql.go +++ b/query/outputnode_graphql.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -15,8 +15,8 @@ import ( "strings" "sync" - gqlSchema "github.com/hypermodeinc/dgraph/v25/graphql/schema" - "github.com/hypermodeinc/dgraph/v25/x" + gqlSchema "github.com/dgraph-io/dgraph/v25/graphql/schema" + "github.com/dgraph-io/dgraph/v25/x" ) // graphQLEncoder is used to encode JSON response for GraphQL queries. diff --git a/query/outputnode_test.go b/query/outputnode_test.go index 5c11ceea3d8..729c234e7d0 100644 --- a/query/outputnode_test.go +++ b/query/outputnode_test.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -17,10 +17,10 @@ import ( "github.com/stretchr/testify/require" + "github.com/dgraph-io/dgraph/v25/types" + "github.com/dgraph-io/dgraph/v25/worker" + "github.com/dgraph-io/dgraph/v25/x" "github.com/dgraph-io/ristretto/v2/z" - "github.com/hypermodeinc/dgraph/v25/types" - "github.com/hypermodeinc/dgraph/v25/worker" - "github.com/hypermodeinc/dgraph/v25/x" ) func TestEncodeMemory(t *testing.T) { diff --git a/query/outputrdf.go b/query/outputrdf.go index f0102ef6b2e..a76757bc9ba 100644 --- a/query/outputrdf.go +++ b/query/outputrdf.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -8,14 +8,15 @@ package query import ( "bytes" "fmt" + "math" "strconv" "github.com/pkg/errors" - "github.com/hypermodeinc/dgraph/v25/algo" - "github.com/hypermodeinc/dgraph/v25/protos/pb" - "github.com/hypermodeinc/dgraph/v25/types" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/algo" + "github.com/dgraph-io/dgraph/v25/protos/pb" + "github.com/dgraph-io/dgraph/v25/types" + "github.com/dgraph-io/dgraph/v25/x" ) // rdfBuilder is used to generate RDF from subgraph. @@ -192,7 +193,18 @@ func getObjectVal(v types.Val) ([]byte, error) { } func buildTriple(val []byte) []byte { - buf := make([]byte, 0, 2+len(val)) + // Check for potential overflow in capacity calculation + const overhead = 2 // '<' and '>' + if len(val) > math.MaxInt-overhead { + // Extremely unlikely, but handle overflow case + // Fall back to append without pre-allocation + buf := make([]byte, 0) + buf = append(buf, '<') + buf = append(buf, val...) + buf = append(buf, '>') + return buf + } + buf := make([]byte, 0, overhead+len(val)) buf = append(buf, '<') buf = append(buf, val...) buf = append(buf, '>') @@ -223,7 +235,16 @@ func validateSubGraphForRDF(sg *SubGraph) error { } func quotedNumber(val []byte) []byte { - tmpVal := make([]byte, 0, len(val)+2) + const overhead = 2 // opening and closing quotes + if len(val) > math.MaxInt-overhead { + // Extremely unlikely, but handle overflow case + tmpVal := make([]byte, 0) + tmpVal = append(tmpVal, '"') + tmpVal = append(tmpVal, val...) + tmpVal = append(tmpVal, '"') + return tmpVal + } + tmpVal := make([]byte, 0, overhead+len(val)) tmpVal = append(tmpVal, '"') tmpVal = append(tmpVal, val...) tmpVal = append(tmpVal, '"') diff --git a/query/query.go b/query/query.go index 795d3d24601..6926e2ac6ed 100644 --- a/query/query.go +++ b/query/query.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -22,14 +22,14 @@ import ( "go.opentelemetry.io/otel/trace" "google.golang.org/grpc/metadata" - "github.com/hypermodeinc/dgraph/v25/algo" - "github.com/hypermodeinc/dgraph/v25/dql" - "github.com/hypermodeinc/dgraph/v25/protos/pb" - "github.com/hypermodeinc/dgraph/v25/schema" - "github.com/hypermodeinc/dgraph/v25/types" - "github.com/hypermodeinc/dgraph/v25/types/facets" - "github.com/hypermodeinc/dgraph/v25/worker" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/algo" + "github.com/dgraph-io/dgraph/v25/dql" + "github.com/dgraph-io/dgraph/v25/protos/pb" + "github.com/dgraph-io/dgraph/v25/schema" + "github.com/dgraph-io/dgraph/v25/types" + "github.com/dgraph-io/dgraph/v25/types/facets" + "github.com/dgraph-io/dgraph/v25/worker" + "github.com/dgraph-io/dgraph/v25/x" ) /* @@ -697,6 +697,10 @@ func (args *params) fill(gq *dql.GraphQuery) error { if err != nil { return err } + if numPaths > math.MaxInt { + return errors.Errorf("numpaths value %d exceeds maximum allowed value %d", + numPaths, math.MaxInt) + } args.NumPaths = int(numPaths) } diff --git a/query/query0_test.go b/query/query0_test.go index 8004345a5ad..59ebbf27a95 100644 --- a/query/query0_test.go +++ b/query/query0_test.go @@ -1,7 +1,7 @@ //go:build integration || cloud || upgrade /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -16,9 +16,9 @@ import ( "github.com/stretchr/testify/require" - "github.com/hypermodeinc/dgraph/v25/dgraphapi" - "github.com/hypermodeinc/dgraph/v25/dgraphtest" - "github.com/hypermodeinc/dgraph/v25/dql" + "github.com/dgraph-io/dgraph/v25/dgraphapi" + "github.com/dgraph-io/dgraph/v25/dgraphtest" + "github.com/dgraph-io/dgraph/v25/dql" ) func TestGetUID(t *testing.T) { @@ -584,7 +584,7 @@ func TestCascadeWithSort(t *testing.T) { require.JSONEq(t, `{"data":{"me":[{"name": "Daryl Dixon","alive": false},{"name": "Rick Grimes","alive": true}]}}`, js) } -// Regression test for issue described in https://github.com/hypermodeinc/dgraph/pull/8441 +// Regression test for issue described in https://github.com/dgraph-io/dgraph/pull/8441 func TestNegativeOffset(t *testing.T) { query := ` { diff --git a/query/query1_test.go b/query/query1_test.go index 77b00c1205f..55bece4665d 100644 --- a/query/query1_test.go +++ b/query/query1_test.go @@ -1,7 +1,7 @@ //go:build integration || cloud || upgrade /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/query/query2_test.go b/query/query2_test.go index bc153b6c777..3e6869ae73c 100644 --- a/query/query2_test.go +++ b/query/query2_test.go @@ -1,7 +1,7 @@ //go:build integration || cloud || upgrade /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/query/query3_test.go b/query/query3_test.go index 0bc9cec28e7..cc28108590b 100644 --- a/query/query3_test.go +++ b/query/query3_test.go @@ -1,7 +1,7 @@ //go:build integration || cloud || upgrade /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -18,8 +18,8 @@ import ( "github.com/stretchr/testify/require" "google.golang.org/grpc/metadata" - "github.com/hypermodeinc/dgraph/v25/dgraphapi" - "github.com/hypermodeinc/dgraph/v25/testutil" + "github.com/dgraph-io/dgraph/v25/dgraphapi" + "github.com/dgraph-io/dgraph/v25/testutil" ) func TestRecurseError(t *testing.T) { @@ -946,7 +946,7 @@ func TestShortestPathRev(t *testing.T) { js) } -// Regression test for https://github.com/hypermodeinc/dgraph/issues/3657. +// Regression test for https://github.com/dgraph-io/dgraph/issues/3657. func TestShortestPathPassword(t *testing.T) { query := ` { @@ -3221,7 +3221,7 @@ func TestMultiRegexInFilter2(t *testing.T) { ` // run 20 times ensure that there is no data race - // https://github.com/hypermodeinc/dgraph/issues/4030 + // https://github.com/dgraph-io/dgraph/issues/4030 for i := 0; i < 20; i++ { res := processQueryNoErr(t, query) require.JSONEq(t, `{"data": {"q": [{"firstName": "Han", "lastName":"Solo"}]}}`, res) diff --git a/query/query4_test.go b/query/query4_test.go index 3fdaae3e9ef..b2b963d9fdb 100644 --- a/query/query4_test.go +++ b/query/query4_test.go @@ -1,7 +1,7 @@ //go:build integration || cloud || upgrade /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -18,8 +18,8 @@ import ( "github.com/stretchr/testify/require" "github.com/dgraph-io/dgo/v250/protos/api" - "github.com/hypermodeinc/dgraph/v25/dgraphapi" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/dgraphapi" + "github.com/dgraph-io/dgraph/v25/x" ) func TestBigMathValue(t *testing.T) { @@ -792,7 +792,7 @@ func TestHasFirst(t *testing.T) { } // This test is not working currently, but start working after -// PR https://github.com/hypermodeinc/dgraph/pull/4316 is merged. +// PR https://github.com/dgraph-io/dgraph/pull/4316 is merged. // func TestHasFirstLangPredicate(t *testing.T) { // query := `{ // q(func:has(name@lang), orderasc: name, first:5) { diff --git a/query/query_facets_test.go b/query/query_facets_test.go index 3889b370bbe..3b0095ee2c0 100644 --- a/query/query_facets_test.go +++ b/query/query_facets_test.go @@ -1,7 +1,7 @@ //go:build integration || cloud || upgrade /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/query/query_ngram_test.go b/query/query_ngram_test.go index e5abd585b3b..2af3e7bcf18 100644 --- a/query/query_ngram_test.go +++ b/query/query_ngram_test.go @@ -1,7 +1,7 @@ //go:build integration || cloud /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/query/rdf_result_test.go b/query/rdf_result_test.go index 47e0d037934..86b40e56731 100644 --- a/query/rdf_result_test.go +++ b/query/rdf_result_test.go @@ -1,7 +1,7 @@ //go:build integration || cloud || upgrade /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/query/recurse.go b/query/recurse.go index d57eec50267..089b328afa3 100644 --- a/query/recurse.go +++ b/query/recurse.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -12,8 +12,8 @@ import ( "github.com/pkg/errors" - "github.com/hypermodeinc/dgraph/v25/algo" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/algo" + "github.com/dgraph-io/dgraph/v25/x" ) func (start *SubGraph) expandRecurse(ctx context.Context, maxDepth uint64) error { diff --git a/query/shortest.go b/query/shortest.go index 12a107a4a43..435942496b2 100644 --- a/query/shortest.go +++ b/query/shortest.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -13,11 +13,11 @@ import ( "github.com/pkg/errors" - "github.com/hypermodeinc/dgraph/v25/algo" - "github.com/hypermodeinc/dgraph/v25/protos/pb" - "github.com/hypermodeinc/dgraph/v25/types" - "github.com/hypermodeinc/dgraph/v25/types/facets" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/algo" + "github.com/dgraph-io/dgraph/v25/protos/pb" + "github.com/dgraph-io/dgraph/v25/types" + "github.com/dgraph-io/dgraph/v25/types/facets" + "github.com/dgraph-io/dgraph/v25/x" ) type pathInfo struct { diff --git a/query/upgrade_test.go b/query/upgrade_test.go index cbdfbf2b72e..6e2774fe912 100644 --- a/query/upgrade_test.go +++ b/query/upgrade_test.go @@ -1,7 +1,7 @@ //go:build upgrade /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -14,9 +14,9 @@ import ( "testing" "time" - "github.com/hypermodeinc/dgraph/v25/dgraphapi" - "github.com/hypermodeinc/dgraph/v25/dgraphtest" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/dgraphapi" + "github.com/dgraph-io/dgraph/v25/dgraphtest" + "github.com/dgraph-io/dgraph/v25/x" ) func TestMain(m *testing.M) { diff --git a/query/vector/integration_test.go b/query/vector/integration_test.go index 8b2aed35833..36595076a9f 100644 --- a/query/vector/integration_test.go +++ b/query/vector/integration_test.go @@ -1,7 +1,7 @@ //go:build integration /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -11,9 +11,9 @@ import ( "context" "testing" - "github.com/hypermodeinc/dgraph/v25/dgraphapi" - "github.com/hypermodeinc/dgraph/v25/dgraphtest" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/dgraphapi" + "github.com/dgraph-io/dgraph/v25/dgraphtest" + "github.com/dgraph-io/dgraph/v25/x" ) func TestMain(m *testing.M) { diff --git a/query/vector/vector_graphql_test.go b/query/vector/vector_graphql_test.go index 7eeb7d4ba09..c2ac4aec515 100644 --- a/query/vector/vector_graphql_test.go +++ b/query/vector/vector_graphql_test.go @@ -1,7 +1,7 @@ //go:build integration /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -13,7 +13,7 @@ import ( "math/rand" "testing" - "github.com/hypermodeinc/dgraph/v25/dgraphapi" + "github.com/dgraph-io/dgraph/v25/dgraphapi" "github.com/stretchr/testify/require" ) diff --git a/query/vector/vector_test.go b/query/vector/vector_test.go index 80616fe6e14..14d02c16d82 100644 --- a/query/vector/vector_test.go +++ b/query/vector/vector_test.go @@ -1,7 +1,7 @@ //go:build integration /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -17,9 +17,9 @@ import ( "time" "github.com/dgraph-io/dgo/v250/protos/api" - "github.com/hypermodeinc/dgraph/v25/dgraphapi" - "github.com/hypermodeinc/dgraph/v25/dgraphtest" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/dgraphapi" + "github.com/dgraph-io/dgraph/v25/dgraphtest" + "github.com/dgraph-io/dgraph/v25/x" "github.com/stretchr/testify/require" ) diff --git a/raftwal/encryption_test.go b/raftwal/encryption_test.go index 90f04bc666d..02a0a750b3a 100644 --- a/raftwal/encryption_test.go +++ b/raftwal/encryption_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/raftwal/log.go b/raftwal/log.go index 32708911791..b5d8febc222 100644 --- a/raftwal/log.go +++ b/raftwal/log.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -24,8 +24,8 @@ import ( "github.com/dgraph-io/badger/v4" "github.com/dgraph-io/badger/v4/pb" "github.com/dgraph-io/badger/v4/y" + "github.com/dgraph-io/dgraph/v25/x" "github.com/dgraph-io/ristretto/v2/z" - "github.com/hypermodeinc/dgraph/v25/x" ) // WAL is divided up into entryFiles. Each entry file stores maxNumEntries in diff --git a/raftwal/meta.go b/raftwal/meta.go index 742bb043b8d..a595395617c 100644 --- a/raftwal/meta.go +++ b/raftwal/meta.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -16,8 +16,8 @@ import ( "go.etcd.io/etcd/raft/v3" "go.etcd.io/etcd/raft/v3/raftpb" + "github.com/dgraph-io/dgraph/v25/x" "github.com/dgraph-io/ristretto/v2/z" - "github.com/hypermodeinc/dgraph/v25/x" ) type MetaInfo int diff --git a/raftwal/storage.go b/raftwal/storage.go index 3151c889920..535287096af 100644 --- a/raftwal/storage.go +++ b/raftwal/storage.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -15,7 +15,7 @@ import ( "go.etcd.io/etcd/raft/v3/raftpb" "golang.org/x/net/trace" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/x" ) // DiskStorage handles disk access and writing for the RAFT write-ahead log. diff --git a/raftwal/storage_test.go b/raftwal/storage_test.go index 99831134e9e..4bf238af3d8 100644 --- a/raftwal/storage_test.go +++ b/raftwal/storage_test.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -17,7 +17,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -// Modified by Hypermode Inc. to test DiskStorage. +// Modified by Istari Digital, Inc. to test DiskStorage. package raftwal @@ -33,7 +33,7 @@ import ( "go.etcd.io/etcd/raft/v3" "go.etcd.io/etcd/raft/v3/raftpb" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/x" ) func TestStorageTerm(t *testing.T) { diff --git a/raftwal/wal.go b/raftwal/wal.go index e5c36cc719b..9b0f845ca14 100644 --- a/raftwal/wal.go +++ b/raftwal/wal.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -15,8 +15,8 @@ import ( "go.etcd.io/etcd/raft/v3/raftpb" "github.com/dgraph-io/badger/v4/y" + "github.com/dgraph-io/dgraph/v25/x" "github.com/dgraph-io/ristretto/v2/z" - "github.com/hypermodeinc/dgraph/v25/x" ) var errNotFound = errors.New("Unable to find raft entry") diff --git a/schema/parse.go b/schema/parse.go index 776596d292b..a18f7fddadb 100644 --- a/schema/parse.go +++ b/schema/parse.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -13,11 +13,11 @@ import ( "github.com/golang/glog" "github.com/pkg/errors" - "github.com/hypermodeinc/dgraph/v25/lex" - "github.com/hypermodeinc/dgraph/v25/protos/pb" - "github.com/hypermodeinc/dgraph/v25/tok" - "github.com/hypermodeinc/dgraph/v25/types" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/lex" + "github.com/dgraph-io/dgraph/v25/protos/pb" + "github.com/dgraph-io/dgraph/v25/tok" + "github.com/dgraph-io/dgraph/v25/types" + "github.com/dgraph-io/dgraph/v25/x" ) // ParseBytes parses the byte array which holds the schema. We will reset diff --git a/schema/parse_test.go b/schema/parse_test.go index f201d753537..adb64311f2d 100644 --- a/schema/parse_test.go +++ b/schema/parse_test.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -13,9 +13,9 @@ import ( "github.com/stretchr/testify/require" "github.com/dgraph-io/badger/v4" - "github.com/hypermodeinc/dgraph/v25/protos/pb" - "github.com/hypermodeinc/dgraph/v25/types" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/protos/pb" + "github.com/dgraph-io/dgraph/v25/types" + "github.com/dgraph-io/dgraph/v25/x" ) type nameType struct { diff --git a/schema/schema.go b/schema/schema.go index c6a268d4d00..3ce0da8ea74 100644 --- a/schema/schema.go +++ b/schema/schema.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -20,11 +20,11 @@ import ( "github.com/dgraph-io/badger/v4" badgerpb "github.com/dgraph-io/badger/v4/pb" - "github.com/hypermodeinc/dgraph/v25/protos/pb" - "github.com/hypermodeinc/dgraph/v25/tok" - "github.com/hypermodeinc/dgraph/v25/tok/hnsw" - "github.com/hypermodeinc/dgraph/v25/types" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/protos/pb" + "github.com/dgraph-io/dgraph/v25/tok" + "github.com/dgraph-io/dgraph/v25/tok/hnsw" + "github.com/dgraph-io/dgraph/v25/types" + "github.com/dgraph-io/dgraph/v25/x" ) var ( diff --git a/schema/schema_test.go b/schema/schema_test.go index 40f362d7f47..c64c165b269 100644 --- a/schema/schema_test.go +++ b/schema/schema_test.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -10,7 +10,7 @@ import ( "github.com/stretchr/testify/require" - "github.com/hypermodeinc/dgraph/v25/protos/pb" + "github.com/dgraph-io/dgraph/v25/protos/pb" ) func TestCompareSchemaUpdates(t *testing.T) { diff --git a/schema/state.go b/schema/state.go index e15a8171ca8..17e3fabeae0 100644 --- a/schema/state.go +++ b/schema/state.go @@ -1,12 +1,12 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ package schema import ( - "github.com/hypermodeinc/dgraph/v25/lex" + "github.com/dgraph-io/dgraph/v25/lex" ) // Constants representing type of different graphql lexed items. diff --git a/systest/1million/1million_test.go b/systest/1million/1million_test.go index 2a4965e5d81..936821684e2 100644 --- a/systest/1million/1million_test.go +++ b/systest/1million/1million_test.go @@ -1,7 +1,7 @@ //go:build integration /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -19,8 +19,8 @@ import ( "github.com/stretchr/testify/require" "github.com/dgraph-io/dgo/v250/protos/api" - "github.com/hypermodeinc/dgraph/v25/systest/1million/common" - "github.com/hypermodeinc/dgraph/v25/testutil" + "github.com/dgraph-io/dgraph/v25/systest/1million/common" + "github.com/dgraph-io/dgraph/v25/testutil" ) func Test1Million(t *testing.T) { diff --git a/systest/1million/common/tc.go b/systest/1million/common/tc.go index 8614ef653e5..b8d91ec5975 100644 --- a/systest/1million/common/tc.go +++ b/systest/1million/common/tc.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/systest/21million/bulk/run_test.go b/systest/21million/bulk/run_test.go index 1e918208c75..ef4905a400b 100644 --- a/systest/21million/bulk/run_test.go +++ b/systest/21million/bulk/run_test.go @@ -1,7 +1,7 @@ //go:build integration /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -18,9 +18,9 @@ import ( "testing" "time" - "github.com/hypermodeinc/dgraph/v25/chunker" - "github.com/hypermodeinc/dgraph/v25/systest/21million/common" - "github.com/hypermodeinc/dgraph/v25/testutil" + "github.com/dgraph-io/dgraph/v25/chunker" + "github.com/dgraph-io/dgraph/v25/systest/21million/common" + "github.com/dgraph-io/dgraph/v25/testutil" ) func TestQueries(t *testing.T) { diff --git a/systest/21million/common/run_queries.go b/systest/21million/common/run_queries.go index 8f7a9950e10..0407013c867 100644 --- a/systest/21million/common/run_queries.go +++ b/systest/21million/common/run_queries.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -15,8 +15,8 @@ import ( "testing" "time" - "github.com/hypermodeinc/dgraph/v25/chunker" - "github.com/hypermodeinc/dgraph/v25/testutil" + "github.com/dgraph-io/dgraph/v25/chunker" + "github.com/dgraph-io/dgraph/v25/testutil" ) // JSON output can be hundreds of lines and diffs can scroll off the terminal before you diff --git a/systest/21million/live/run_test.go b/systest/21million/live/run_test.go index f132301708c..487cde2e5d3 100644 --- a/systest/21million/live/run_test.go +++ b/systest/21million/live/run_test.go @@ -1,7 +1,7 @@ //go:build integration /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -12,8 +12,8 @@ import ( "path/filepath" "testing" - "github.com/hypermodeinc/dgraph/v25/systest/21million/common" - "github.com/hypermodeinc/dgraph/v25/testutil" + "github.com/dgraph-io/dgraph/v25/systest/21million/common" + "github.com/dgraph-io/dgraph/v25/testutil" ) func TestQueries(t *testing.T) { diff --git a/systest/acl/restore/acl_restore_test.go b/systest/acl/restore/acl_restore_test.go index eb373d7745f..49fe9101755 100644 --- a/systest/acl/restore/acl_restore_test.go +++ b/systest/acl/restore/acl_restore_test.go @@ -1,7 +1,7 @@ //go:build integration /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -18,9 +18,9 @@ import ( "github.com/stretchr/testify/require" - "github.com/hypermodeinc/dgraph/v25/dgraphtest" - "github.com/hypermodeinc/dgraph/v25/graphql/e2e/common" - "github.com/hypermodeinc/dgraph/v25/testutil" + "github.com/dgraph-io/dgraph/v25/dgraphtest" + "github.com/dgraph-io/dgraph/v25/graphql/e2e/common" + "github.com/dgraph-io/dgraph/v25/testutil" ) // disableDraining disables draining mode before each test for increased reliability. diff --git a/systest/audit/audit_test.go b/systest/audit/audit_test.go index c9eaf7608a0..b4563b018cb 100644 --- a/systest/audit/audit_test.go +++ b/systest/audit/audit_test.go @@ -1,7 +1,7 @@ //go:build integration /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -15,8 +15,8 @@ import ( "github.com/stretchr/testify/require" - "github.com/hypermodeinc/dgraph/v25/testutil" - "github.com/hypermodeinc/dgraph/v25/testutil/testaudit" + "github.com/dgraph-io/dgraph/v25/testutil" + "github.com/dgraph-io/dgraph/v25/testutil/testaudit" ) func TestZeroAudit(t *testing.T) { diff --git a/systest/audit_encrypted/audit_test.go b/systest/audit_encrypted/audit_test.go index 115c9b78152..f8ed786c87e 100644 --- a/systest/audit_encrypted/audit_test.go +++ b/systest/audit_encrypted/audit_test.go @@ -1,7 +1,7 @@ //go:build integration /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -16,8 +16,8 @@ import ( "github.com/stretchr/testify/require" - "github.com/hypermodeinc/dgraph/v25/testutil" - "github.com/hypermodeinc/dgraph/v25/testutil/testaudit" + "github.com/dgraph-io/dgraph/v25/testutil" + "github.com/dgraph-io/dgraph/v25/testutil/testaudit" ) func TestMain(m *testing.M) { diff --git a/systest/backup/advanced-scenarios/127-Namespace/backup_test.go b/systest/backup/advanced-scenarios/127-Namespace/backup_test.go index c24b3a70d97..a834c663e8f 100755 --- a/systest/backup/advanced-scenarios/127-Namespace/backup_test.go +++ b/systest/backup/advanced-scenarios/127-Namespace/backup_test.go @@ -1,7 +1,7 @@ //go:build integration /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -10,10 +10,10 @@ package main import ( "testing" - e2eCommon "github.com/hypermodeinc/dgraph/v25/graphql/e2e/common" - utilsCommon "github.com/hypermodeinc/dgraph/v25/systest/backup/common" - "github.com/hypermodeinc/dgraph/v25/testutil" - "github.com/hypermodeinc/dgraph/v25/x" + e2eCommon "github.com/dgraph-io/dgraph/v25/graphql/e2e/common" + utilsCommon "github.com/dgraph-io/dgraph/v25/systest/backup/common" + "github.com/dgraph-io/dgraph/v25/testutil" + "github.com/dgraph-io/dgraph/v25/x" ) const ( diff --git a/systest/backup/advanced-scenarios/acl-nonAcl/backup_test.go b/systest/backup/advanced-scenarios/acl-nonAcl/backup_test.go index 63a259674b2..136c48e1597 100755 --- a/systest/backup/advanced-scenarios/acl-nonAcl/backup_test.go +++ b/systest/backup/advanced-scenarios/acl-nonAcl/backup_test.go @@ -1,7 +1,7 @@ //go:build integration /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -11,10 +11,10 @@ import ( "net/http" "testing" - e2eCommon "github.com/hypermodeinc/dgraph/v25/graphql/e2e/common" - utilsCommon "github.com/hypermodeinc/dgraph/v25/systest/backup/common" - "github.com/hypermodeinc/dgraph/v25/testutil" - "github.com/hypermodeinc/dgraph/v25/x" + e2eCommon "github.com/dgraph-io/dgraph/v25/graphql/e2e/common" + utilsCommon "github.com/dgraph-io/dgraph/v25/systest/backup/common" + "github.com/dgraph-io/dgraph/v25/testutil" + "github.com/dgraph-io/dgraph/v25/x" ) const ( diff --git a/systest/backup/advanced-scenarios/deleted-namespace/backup_test.go b/systest/backup/advanced-scenarios/deleted-namespace/backup_test.go index b242281c7fa..9a5cb3b0676 100755 --- a/systest/backup/advanced-scenarios/deleted-namespace/backup_test.go +++ b/systest/backup/advanced-scenarios/deleted-namespace/backup_test.go @@ -1,7 +1,7 @@ //go:build integration /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -12,10 +12,10 @@ import ( "github.com/stretchr/testify/require" - e2eCommon "github.com/hypermodeinc/dgraph/v25/graphql/e2e/common" - utilsCommon "github.com/hypermodeinc/dgraph/v25/systest/backup/common" - "github.com/hypermodeinc/dgraph/v25/testutil" - "github.com/hypermodeinc/dgraph/v25/x" + e2eCommon "github.com/dgraph-io/dgraph/v25/graphql/e2e/common" + utilsCommon "github.com/dgraph-io/dgraph/v25/systest/backup/common" + "github.com/dgraph-io/dgraph/v25/testutil" + "github.com/dgraph-io/dgraph/v25/x" ) const ( diff --git a/systest/backup/common/utils.go b/systest/backup/common/utils.go index efafaf2a7b8..5e121530cb9 100644 --- a/systest/backup/common/utils.go +++ b/systest/backup/common/utils.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -18,9 +18,9 @@ import ( "github.com/stretchr/testify/require" "github.com/dgraph-io/badger/v4/options" - "github.com/hypermodeinc/dgraph/v25/graphql/e2e/common" - "github.com/hypermodeinc/dgraph/v25/testutil" - "github.com/hypermodeinc/dgraph/v25/worker" + "github.com/dgraph-io/dgraph/v25/graphql/e2e/common" + "github.com/dgraph-io/dgraph/v25/testutil" + "github.com/dgraph-io/dgraph/v25/worker" ) var ( diff --git a/systest/backup/encryption/backup_test.go b/systest/backup/encryption/backup_test.go index a49f6c1dc71..9d064707b13 100644 --- a/systest/backup/encryption/backup_test.go +++ b/systest/backup/encryption/backup_test.go @@ -1,7 +1,7 @@ //go:build integration /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -25,9 +25,9 @@ import ( "github.com/dgraph-io/badger/v4/options" "github.com/dgraph-io/dgo/v250/protos/api" - "github.com/hypermodeinc/dgraph/v25/testutil" - "github.com/hypermodeinc/dgraph/v25/worker" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/testutil" + "github.com/dgraph-io/dgraph/v25/worker" + "github.com/dgraph-io/dgraph/v25/x" ) var ( diff --git a/systest/backup/filesystem/backup_test.go b/systest/backup/filesystem/backup_test.go index cb6f3d7a5b1..5a9534050c6 100644 --- a/systest/backup/filesystem/backup_test.go +++ b/systest/backup/filesystem/backup_test.go @@ -1,7 +1,7 @@ //go:build integration /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -26,10 +26,10 @@ import ( "github.com/dgraph-io/badger/v4/options" "github.com/dgraph-io/dgo/v250" "github.com/dgraph-io/dgo/v250/protos/api" - "github.com/hypermodeinc/dgraph/v25/systest/backup/common" - "github.com/hypermodeinc/dgraph/v25/testutil" - "github.com/hypermodeinc/dgraph/v25/worker" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/systest/backup/common" + "github.com/dgraph-io/dgraph/v25/testutil" + "github.com/dgraph-io/dgraph/v25/worker" + "github.com/dgraph-io/dgraph/v25/x" ) var ( diff --git a/systest/backup/minio-large/backup_test.go b/systest/backup/minio-large/backup_test.go index 8f58194b26e..c69334d2dd8 100644 --- a/systest/backup/minio-large/backup_test.go +++ b/systest/backup/minio-large/backup_test.go @@ -1,7 +1,7 @@ //go:build integration /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -26,9 +26,9 @@ import ( "github.com/dgraph-io/badger/v4/options" "github.com/dgraph-io/dgo/v250" "github.com/dgraph-io/dgo/v250/protos/api" - "github.com/hypermodeinc/dgraph/v25/testutil" - "github.com/hypermodeinc/dgraph/v25/worker" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/testutil" + "github.com/dgraph-io/dgraph/v25/worker" + "github.com/dgraph-io/dgraph/v25/x" ) var ( diff --git a/systest/backup/minio/backup_test.go b/systest/backup/minio/backup_test.go index 3abea1acf05..61bcaae36eb 100644 --- a/systest/backup/minio/backup_test.go +++ b/systest/backup/minio/backup_test.go @@ -1,7 +1,7 @@ //go:build integration /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -27,9 +27,9 @@ import ( "github.com/dgraph-io/badger/v4/options" "github.com/dgraph-io/dgo/v250" "github.com/dgraph-io/dgo/v250/protos/api" - "github.com/hypermodeinc/dgraph/v25/testutil" - "github.com/hypermodeinc/dgraph/v25/worker" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/testutil" + "github.com/dgraph-io/dgraph/v25/worker" + "github.com/dgraph-io/dgraph/v25/x" ) var ( diff --git a/systest/backup/multi-tenancy/backup_test.go b/systest/backup/multi-tenancy/backup_test.go index 58a35128662..f379ec03234 100644 --- a/systest/backup/multi-tenancy/backup_test.go +++ b/systest/backup/multi-tenancy/backup_test.go @@ -1,7 +1,7 @@ //go:build integration /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -18,9 +18,9 @@ import ( "github.com/dgraph-io/dgo/v250" "github.com/dgraph-io/dgo/v250/protos/api" - "github.com/hypermodeinc/dgraph/v25/systest/backup/common" - "github.com/hypermodeinc/dgraph/v25/testutil" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/systest/backup/common" + "github.com/dgraph-io/dgraph/v25/testutil" + "github.com/dgraph-io/dgraph/v25/x" ) var ( diff --git a/systest/backup/nfs-backup/Dockerfile b/systest/backup/nfs-backup/Dockerfile index a7024050948..8dcdc3656b8 100644 --- a/systest/backup/nfs-backup/Dockerfile +++ b/systest/backup/nfs-backup/Dockerfile @@ -1,5 +1,5 @@ FROM dgraph/dgraph:local -LABEL maintainer="Hypermode Inc. " +LABEL maintainer="Istari Digital, Inc. " RUN apt-get update && apt-get install -y --no-install-recommends \ nfs-client diff --git a/systest/backup/nfs-backup/backup_test.go b/systest/backup/nfs-backup/backup_test.go index aa9f609428f..4ff9be7df5e 100644 --- a/systest/backup/nfs-backup/backup_test.go +++ b/systest/backup/nfs-backup/backup_test.go @@ -1,7 +1,7 @@ //go:build integration /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -24,10 +24,10 @@ import ( "github.com/dgraph-io/dgo/v250" "github.com/dgraph-io/dgo/v250/protos/api" - "github.com/hypermodeinc/dgraph/v25/systest/backup/common" - "github.com/hypermodeinc/dgraph/v25/testutil" - "github.com/hypermodeinc/dgraph/v25/worker" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/systest/backup/common" + "github.com/dgraph-io/dgraph/v25/testutil" + "github.com/dgraph-io/dgraph/v25/worker" + "github.com/dgraph-io/dgraph/v25/x" ) var ( diff --git a/systest/bgindex/common_test.go b/systest/bgindex/common_test.go index aef1a59d6e3..25461b18c15 100644 --- a/systest/bgindex/common_test.go +++ b/systest/bgindex/common_test.go @@ -1,7 +1,7 @@ //go:build integration /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/systest/bgindex/count_test.go b/systest/bgindex/count_test.go index f38c7c0e183..14d4869a8c8 100644 --- a/systest/bgindex/count_test.go +++ b/systest/bgindex/count_test.go @@ -1,7 +1,7 @@ //go:build integration /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -27,8 +27,8 @@ import ( "github.com/dgraph-io/badger/v4/y" "github.com/dgraph-io/dgo/v250" "github.com/dgraph-io/dgo/v250/protos/api" - "github.com/hypermodeinc/dgraph/v25/testutil" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/testutil" + "github.com/dgraph-io/dgraph/v25/x" ) func TestCountIndex(t *testing.T) { diff --git a/systest/bgindex/parallel_test.go b/systest/bgindex/parallel_test.go index 8940e5a9f3c..233c10c21d3 100644 --- a/systest/bgindex/parallel_test.go +++ b/systest/bgindex/parallel_test.go @@ -1,7 +1,7 @@ //go:build integration /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -23,8 +23,8 @@ import ( "github.com/dgraph-io/badger/v4/y" "github.com/dgraph-io/dgo/v250" "github.com/dgraph-io/dgo/v250/protos/api" - "github.com/hypermodeinc/dgraph/v25/testutil" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/testutil" + "github.com/dgraph-io/dgraph/v25/x" ) var ( diff --git a/systest/bgindex/reverse_test.go b/systest/bgindex/reverse_test.go index 9eff322478e..bd57704b73d 100644 --- a/systest/bgindex/reverse_test.go +++ b/systest/bgindex/reverse_test.go @@ -1,7 +1,7 @@ //go:build integration /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -25,8 +25,8 @@ import ( "github.com/dgraph-io/dgo/v250" "github.com/dgraph-io/dgo/v250/protos/api" - "github.com/hypermodeinc/dgraph/v25/testutil" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/testutil" + "github.com/dgraph-io/dgraph/v25/x" ) func TestReverseIndex(t *testing.T) { diff --git a/systest/bgindex/string_test.go b/systest/bgindex/string_test.go index cfa2a73d0ca..1410afaef9b 100644 --- a/systest/bgindex/string_test.go +++ b/systest/bgindex/string_test.go @@ -1,7 +1,7 @@ //go:build integration /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -26,8 +26,8 @@ import ( "github.com/dgraph-io/badger/v4/y" "github.com/dgraph-io/dgo/v250" "github.com/dgraph-io/dgo/v250/protos/api" - "github.com/hypermodeinc/dgraph/v25/testutil" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/testutil" + "github.com/dgraph-io/dgraph/v25/x" ) func TestStringIndex(t *testing.T) { diff --git a/systest/bulk_live/bulk/bulk_test.go b/systest/bulk_live/bulk/bulk_test.go index 5dffcdd5712..56952660daa 100644 --- a/systest/bulk_live/bulk/bulk_test.go +++ b/systest/bulk_live/bulk/bulk_test.go @@ -1,7 +1,7 @@ //go:build integration /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -10,7 +10,7 @@ package main import ( "testing" - "github.com/hypermodeinc/dgraph/v25/systest/bulk_live/common" + "github.com/dgraph-io/dgraph/v25/systest/bulk_live/common" ) func TestBulkCases(t *testing.T) { diff --git a/systest/bulk_live/common/bulk_live_cases.go b/systest/bulk_live/common/bulk_live_cases.go index 4ea9130d969..4ec658850a8 100644 --- a/systest/bulk_live/common/bulk_live_cases.go +++ b/systest/bulk_live/common/bulk_live_cases.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -25,7 +25,7 @@ import ( "github.com/stretchr/testify/require" "github.com/dgraph-io/dgo/v250/protos/api" - "github.com/hypermodeinc/dgraph/v25/testutil" + "github.com/dgraph-io/dgraph/v25/testutil" ) // TODO: This test was used just to make sure some really basic examples work. @@ -722,8 +722,8 @@ func TestGoldenData(t *testing.T) { } s := newSuiteFromFile(t, - os.ExpandEnv("$GOPATH/src/github.com/hypermodeinc/dgraph/v25/systest/data/goldendata.schema"), - os.ExpandEnv("$GOPATH/src/github.com/hypermodeinc/dgraph/v25/systest/data/goldendata.rdf.gz"), + os.ExpandEnv("$GOPATH/src/github.com/dgraph-io/dgraph/v25/systest/data/goldendata.schema"), + os.ExpandEnv("$GOPATH/src/github.com/dgraph-io/dgraph/v25/systest/data/goldendata.rdf.gz"), "", ) defer s.cleanup(t) diff --git a/systest/bulk_live/common/bulk_live_fixture.go b/systest/bulk_live/common/bulk_live_fixture.go index ce0b90d8f4d..9d6b46d9b33 100644 --- a/systest/bulk_live/common/bulk_live_fixture.go +++ b/systest/bulk_live/common/bulk_live_fixture.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -17,7 +17,7 @@ import ( "github.com/stretchr/testify/require" "github.com/dgraph-io/dgo/v250/protos/api" - "github.com/hypermodeinc/dgraph/v25/testutil" + "github.com/dgraph-io/dgraph/v25/testutil" ) var rootDir = "./data" diff --git a/systest/bulk_live/live/live_test.go b/systest/bulk_live/live/live_test.go index 79071044304..14262f68a01 100644 --- a/systest/bulk_live/live/live_test.go +++ b/systest/bulk_live/live/live_test.go @@ -1,7 +1,7 @@ //go:build integration /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -10,7 +10,7 @@ package live import ( "testing" - "github.com/hypermodeinc/dgraph/v25/systest/bulk_live/common" + "github.com/dgraph-io/dgraph/v25/systest/bulk_live/common" ) func TestLiveCases(t *testing.T) { diff --git a/systest/cdc/cdc_test.go b/systest/cdc/cdc_test.go index 045829d40ee..4d438ed5f6e 100644 --- a/systest/cdc/cdc_test.go +++ b/systest/cdc/cdc_test.go @@ -1,7 +1,7 @@ //go:build integration /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -20,7 +20,7 @@ import ( "github.com/stretchr/testify/require" - "github.com/hypermodeinc/dgraph/v25/testutil" + "github.com/dgraph-io/dgraph/v25/testutil" ) func TestCDC(t *testing.T) { diff --git a/systest/cloud/cloud_test.go b/systest/cloud/cloud_test.go index 33b62249f4e..e284aa6103a 100644 --- a/systest/cloud/cloud_test.go +++ b/systest/cloud/cloud_test.go @@ -1,7 +1,7 @@ //go:build integration /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -18,9 +18,9 @@ import ( "github.com/stretchr/testify/require" "github.com/dgraph-io/dgo/v250/protos/api" - "github.com/hypermodeinc/dgraph/v25/graphql/e2e/common" - "github.com/hypermodeinc/dgraph/v25/testutil" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/graphql/e2e/common" + "github.com/dgraph-io/dgraph/v25/testutil" + "github.com/dgraph-io/dgraph/v25/x" ) func setup(t *testing.T) { diff --git a/systest/export/export_test.go b/systest/export/export_test.go index ce200757f1c..b35f1eaca7f 100644 --- a/systest/export/export_test.go +++ b/systest/export/export_test.go @@ -1,7 +1,7 @@ //go:build integration /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -28,7 +28,7 @@ import ( "github.com/dgraph-io/dgo/v250" "github.com/dgraph-io/dgo/v250/protos/api" - "github.com/hypermodeinc/dgraph/v25/testutil" + "github.com/dgraph-io/dgraph/v25/testutil" ) func TestMain(m *testing.M) { diff --git a/systest/group-delete/group_delete_test.go b/systest/group-delete/group_delete_test.go index 686cf77727d..2ca100f400b 100644 --- a/systest/group-delete/group_delete_test.go +++ b/systest/group-delete/group_delete_test.go @@ -1,7 +1,7 @@ //go:build integration /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -26,7 +26,7 @@ import ( "github.com/dgraph-io/dgo/v250" "github.com/dgraph-io/dgo/v250/protos/api" - "github.com/hypermodeinc/dgraph/v25/testutil" + "github.com/dgraph-io/dgraph/v25/testutil" ) func NodesSetup(t *testing.T, c *dgo.Dgraph) { diff --git a/systest/integration2/acl_test.go b/systest/integration2/acl_test.go index 55a0f27a72e..3dbef7b6428 100644 --- a/systest/integration2/acl_test.go +++ b/systest/integration2/acl_test.go @@ -1,7 +1,7 @@ //go:build integration2 /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -14,9 +14,9 @@ import ( "time" "github.com/dgraph-io/dgo/v250/protos/api" - "github.com/hypermodeinc/dgraph/v25/dgraphapi" - "github.com/hypermodeinc/dgraph/v25/dgraphtest" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/dgraphapi" + "github.com/dgraph-io/dgraph/v25/dgraphtest" + "github.com/dgraph-io/dgraph/v25/x" "github.com/stretchr/testify/require" ) diff --git a/systest/integration2/bulk_loader_test.go b/systest/integration2/bulk_loader_test.go index d96cdba0bbb..f688730544c 100644 --- a/systest/integration2/bulk_loader_test.go +++ b/systest/integration2/bulk_loader_test.go @@ -1,7 +1,7 @@ //go:build integration2 /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -15,9 +15,9 @@ import ( "testing" "time" - "github.com/hypermodeinc/dgraph/v25/dgraphapi" - "github.com/hypermodeinc/dgraph/v25/dgraphtest" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/dgraphapi" + "github.com/dgraph-io/dgraph/v25/dgraphtest" + "github.com/dgraph-io/dgraph/v25/x" "github.com/stretchr/testify/require" ) diff --git a/systest/integration2/graphql_schema_auth_test.go b/systest/integration2/graphql_schema_auth_test.go index b6544cec8c6..e7142119125 100644 --- a/systest/integration2/graphql_schema_auth_test.go +++ b/systest/integration2/graphql_schema_auth_test.go @@ -1,7 +1,7 @@ //go:build integration2 /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -11,9 +11,9 @@ import ( "testing" "time" - "github.com/hypermodeinc/dgraph/v25/dgraphapi" - "github.com/hypermodeinc/dgraph/v25/dgraphtest" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/dgraphapi" + "github.com/dgraph-io/dgraph/v25/dgraphtest" + "github.com/dgraph-io/dgraph/v25/x" "github.com/stretchr/testify/require" ) diff --git a/systest/integration2/incremental_restore_test.go b/systest/integration2/incremental_restore_test.go index b203699d3a4..1363768c14e 100644 --- a/systest/integration2/incremental_restore_test.go +++ b/systest/integration2/incremental_restore_test.go @@ -1,7 +1,7 @@ //go:build integration2 /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -18,9 +18,9 @@ import ( "github.com/stretchr/testify/require" "github.com/dgraph-io/dgo/v250/protos/api" - "github.com/hypermodeinc/dgraph/v25/dgraphapi" - "github.com/hypermodeinc/dgraph/v25/dgraphtest" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/dgraphapi" + "github.com/dgraph-io/dgraph/v25/dgraphtest" + "github.com/dgraph-io/dgraph/v25/x" ) func TestIncrementalRestore(t *testing.T) { diff --git a/systest/integration2/snapshot_test.go b/systest/integration2/snapshot_test.go index 0295eec0f0d..5549c6ec2b6 100644 --- a/systest/integration2/snapshot_test.go +++ b/systest/integration2/snapshot_test.go @@ -1,7 +1,7 @@ //go:build integration2 /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -12,9 +12,9 @@ import ( "testing" "time" - "github.com/hypermodeinc/dgraph/v25/dgraphapi" - "github.com/hypermodeinc/dgraph/v25/dgraphtest" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/dgraphapi" + "github.com/dgraph-io/dgraph/v25/dgraphtest" + "github.com/dgraph-io/dgraph/v25/x" "github.com/stretchr/testify/require" ) diff --git a/systest/ldbc/ldbc_test.go b/systest/ldbc/ldbc_test.go index 386f820e38d..c01551ea22e 100644 --- a/systest/ldbc/ldbc_test.go +++ b/systest/ldbc/ldbc_test.go @@ -1,7 +1,7 @@ //go:build integration /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -19,7 +19,7 @@ import ( "github.com/stretchr/testify/require" "gopkg.in/yaml.v3" - "github.com/hypermodeinc/dgraph/v25/testutil" + "github.com/dgraph-io/dgraph/v25/testutil" ) type TestCases struct { diff --git a/systest/live_pw_test.go b/systest/live_pw_test.go index 6b3d32c20e3..12dac9acc7a 100644 --- a/systest/live_pw_test.go +++ b/systest/live_pw_test.go @@ -1,7 +1,7 @@ //go:build integration /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -16,7 +16,7 @@ import ( "github.com/dgraph-io/dgo/v250" "github.com/dgraph-io/dgo/v250/protos/api" - "github.com/hypermodeinc/dgraph/v25/testutil" + "github.com/dgraph-io/dgraph/v25/testutil" ) func TestLivePassword(t *testing.T) { diff --git a/systest/loader/loader_test.go b/systest/loader/loader_test.go index b1beb685e59..d134a17752e 100644 --- a/systest/loader/loader_test.go +++ b/systest/loader/loader_test.go @@ -1,7 +1,7 @@ //go:build integration /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -19,8 +19,8 @@ import ( "github.com/stretchr/testify/require" "github.com/dgraph-io/dgo/v250/protos/api" - "github.com/hypermodeinc/dgraph/v25/testutil" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/testutil" + "github.com/dgraph-io/dgraph/v25/x" ) func TestMain(m *testing.M) { diff --git a/systest/multi-tenancy/basic_test.go b/systest/multi-tenancy/basic_test.go index 8d57ae65971..a9aa5f47cef 100644 --- a/systest/multi-tenancy/basic_test.go +++ b/systest/multi-tenancy/basic_test.go @@ -1,7 +1,7 @@ //go:build integration || upgrade /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -16,10 +16,10 @@ import ( "github.com/stretchr/testify/require" "github.com/dgraph-io/dgo/v250/protos/api" - "github.com/hypermodeinc/dgraph/v25/acl" - "github.com/hypermodeinc/dgraph/v25/dgraphapi" - "github.com/hypermodeinc/dgraph/v25/dgraphtest" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/acl" + "github.com/dgraph-io/dgraph/v25/dgraphapi" + "github.com/dgraph-io/dgraph/v25/dgraphtest" + "github.com/dgraph-io/dgraph/v25/x" ) const ( diff --git a/systest/multi-tenancy/integration_basic_helper_test.go b/systest/multi-tenancy/integration_basic_helper_test.go index ce4ae3d8a30..9096767376b 100644 --- a/systest/multi-tenancy/integration_basic_helper_test.go +++ b/systest/multi-tenancy/integration_basic_helper_test.go @@ -2,7 +2,7 @@ // +build integration /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -16,9 +16,9 @@ import ( "github.com/stretchr/testify/require" - "github.com/hypermodeinc/dgraph/v25/dgraphapi" - "github.com/hypermodeinc/dgraph/v25/testutil" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/dgraphapi" + "github.com/dgraph-io/dgraph/v25/testutil" + "github.com/dgraph-io/dgraph/v25/x" ) type liveOpts struct { diff --git a/systest/multi-tenancy/integration_test.go b/systest/multi-tenancy/integration_test.go index b19f3df0609..e526fd2c683 100644 --- a/systest/multi-tenancy/integration_test.go +++ b/systest/multi-tenancy/integration_test.go @@ -1,7 +1,7 @@ //go:build integration /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -15,9 +15,9 @@ import ( "github.com/stretchr/testify/suite" "github.com/dgraph-io/dgo/v250/protos/api" - "github.com/hypermodeinc/dgraph/v25/dgraphapi" - "github.com/hypermodeinc/dgraph/v25/dgraphtest" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/dgraphapi" + "github.com/dgraph-io/dgraph/v25/dgraphtest" + "github.com/dgraph-io/dgraph/v25/x" ) type MultitenancyTestSuite struct { diff --git a/systest/multi-tenancy/login_test.go b/systest/multi-tenancy/login_test.go index ec4767bffb8..84c30dca0b7 100644 --- a/systest/multi-tenancy/login_test.go +++ b/systest/multi-tenancy/login_test.go @@ -2,7 +2,7 @@ // +build integration /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -15,8 +15,8 @@ import ( "github.com/stretchr/testify/require" "github.com/dgraph-io/dgo/v250/protos/api" - "github.com/hypermodeinc/dgraph/v25/dgraphapi" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/dgraphapi" + "github.com/dgraph-io/dgraph/v25/x" ) func addData(t *testing.T, gc *dgraphapi.GrpcClient) { diff --git a/systest/multi-tenancy/upgrade_test.go b/systest/multi-tenancy/upgrade_test.go index edc1803edc7..90ad6be01bc 100644 --- a/systest/multi-tenancy/upgrade_test.go +++ b/systest/multi-tenancy/upgrade_test.go @@ -1,7 +1,7 @@ //go:build upgrade /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -15,9 +15,9 @@ import ( "github.com/stretchr/testify/require" "github.com/stretchr/testify/suite" - "github.com/hypermodeinc/dgraph/v25/dgraphapi" - "github.com/hypermodeinc/dgraph/v25/dgraphtest" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/dgraphapi" + "github.com/dgraph-io/dgraph/v25/dgraphtest" + "github.com/dgraph-io/dgraph/v25/x" ) type MultitenancyTestSuite struct { diff --git a/systest/mutations-and-queries/integration_test.go b/systest/mutations-and-queries/integration_test.go index d047f7b6555..741ed0d8794 100644 --- a/systest/mutations-and-queries/integration_test.go +++ b/systest/mutations-and-queries/integration_test.go @@ -1,7 +1,7 @@ //go:build integration /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -13,8 +13,8 @@ import ( "github.com/stretchr/testify/require" "github.com/stretchr/testify/suite" - "github.com/hypermodeinc/dgraph/v25/dgraphapi" - "github.com/hypermodeinc/dgraph/v25/dgraphtest" + "github.com/dgraph-io/dgraph/v25/dgraphapi" + "github.com/dgraph-io/dgraph/v25/dgraphtest" ) type SystestTestSuite struct { diff --git a/systest/mutations-and-queries/mutations_test.go b/systest/mutations-and-queries/mutations_test.go index 030d10918f7..c71a0f767dd 100644 --- a/systest/mutations-and-queries/mutations_test.go +++ b/systest/mutations-and-queries/mutations_test.go @@ -1,7 +1,7 @@ //go:build integration || upgrade /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -25,9 +25,9 @@ import ( "github.com/dgraph-io/dgo/v250" "github.com/dgraph-io/dgo/v250/protos/api" - "github.com/hypermodeinc/dgraph/v25/dgraphapi" - "github.com/hypermodeinc/dgraph/v25/dgraphtest" - "github.com/hypermodeinc/dgraph/v25/testutil" + "github.com/dgraph-io/dgraph/v25/dgraphapi" + "github.com/dgraph-io/dgraph/v25/dgraphtest" + "github.com/dgraph-io/dgraph/v25/testutil" ) func (ssuite *SystestTestSuite) TestFacetJsonInputSupportsAnyOfTerms() { @@ -2343,7 +2343,7 @@ func (ssuite *SystestTestSuite) TestReverseCountIndex() { require.NoError(t, err) ctx := context.Background() // This test checks that we consider reverse count index keys while doing conflict detection - // for transactions. See https://github.com/hypermodeinc/dgraph/issues/3893 for more details. + // for transactions. See https://github.com/dgraph-io/dgraph/issues/3893 for more details. op := &api.Operation{} op.Schema = `friend: [uid] @count @reverse .` require.NoError(t, gcli.Alter(ctx, op)) diff --git a/systest/mutations-and-queries/queries_test.go b/systest/mutations-and-queries/queries_test.go index c1675c5b3e5..a816c3ffe6f 100644 --- a/systest/mutations-and-queries/queries_test.go +++ b/systest/mutations-and-queries/queries_test.go @@ -1,7 +1,7 @@ //go:build integration || upgrade /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -16,9 +16,9 @@ import ( "github.com/stretchr/testify/require" "github.com/dgraph-io/dgo/v250/protos/api" - "github.com/hypermodeinc/dgraph/v25/dgraphapi" - "github.com/hypermodeinc/dgraph/v25/testutil" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/dgraphapi" + "github.com/dgraph-io/dgraph/v25/testutil" + "github.com/dgraph-io/dgraph/v25/x" ) func (ssuite *SystestTestSuite) TestSchemaQueryCleanup() { diff --git a/systest/mutations-and-queries/upgrade_test.go b/systest/mutations-and-queries/upgrade_test.go index ebc4dfe7c68..331226fd0fc 100644 --- a/systest/mutations-and-queries/upgrade_test.go +++ b/systest/mutations-and-queries/upgrade_test.go @@ -1,7 +1,7 @@ //go:build upgrade /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -17,9 +17,9 @@ import ( "github.com/stretchr/testify/require" "github.com/stretchr/testify/suite" - "github.com/hypermodeinc/dgraph/v25/dgraphapi" - "github.com/hypermodeinc/dgraph/v25/dgraphtest" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/dgraphapi" + "github.com/dgraph-io/dgraph/v25/dgraphtest" + "github.com/dgraph-io/dgraph/v25/x" ) type SystestTestSuite struct { diff --git a/systest/online-restore/namespace-aware/restore_test.go b/systest/online-restore/namespace-aware/restore_test.go index 7c0ae1eb329..c10581a32c2 100644 --- a/systest/online-restore/namespace-aware/restore_test.go +++ b/systest/online-restore/namespace-aware/restore_test.go @@ -1,7 +1,7 @@ //go:build integration2 /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -15,9 +15,9 @@ import ( "github.com/stretchr/testify/require" - "github.com/hypermodeinc/dgraph/v25/dgraphapi" - "github.com/hypermodeinc/dgraph/v25/dgraphtest" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/dgraphapi" + "github.com/dgraph-io/dgraph/v25/dgraphtest" + "github.com/dgraph-io/dgraph/v25/x" ) // func addData(gc *dgraphapi.GrpcClient, pred string, start, end int) error { diff --git a/systest/online-restore/online_restore_test.go b/systest/online-restore/online_restore_test.go index 495d59fc38a..894079019ae 100644 --- a/systest/online-restore/online_restore_test.go +++ b/systest/online-restore/online_restore_test.go @@ -1,7 +1,7 @@ //go:build integration /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -27,9 +27,9 @@ import ( "github.com/dgraph-io/dgo/v250" "github.com/dgraph-io/dgo/v250/protos/api" - "github.com/hypermodeinc/dgraph/v25/chunker" - "github.com/hypermodeinc/dgraph/v25/testutil" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/chunker" + "github.com/dgraph-io/dgraph/v25/testutil" + "github.com/dgraph-io/dgraph/v25/x" ) type restoreReq struct { diff --git a/systest/plugin/integration_test.go b/systest/plugin/integration_test.go index a9be272bc15..25c842fa184 100644 --- a/systest/plugin/integration_test.go +++ b/systest/plugin/integration_test.go @@ -1,7 +1,7 @@ //go:build integration /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -13,8 +13,8 @@ import ( "github.com/stretchr/testify/require" "github.com/stretchr/testify/suite" - "github.com/hypermodeinc/dgraph/v25/dgraphapi" - "github.com/hypermodeinc/dgraph/v25/dgraphtest" + "github.com/dgraph-io/dgraph/v25/dgraphapi" + "github.com/dgraph-io/dgraph/v25/dgraphtest" ) type PluginTestSuite struct { diff --git a/systest/plugin/plugin_test.go b/systest/plugin/plugin_test.go index a93a3273d75..ae945e76469 100644 --- a/systest/plugin/plugin_test.go +++ b/systest/plugin/plugin_test.go @@ -1,7 +1,7 @@ //go:build integration || upgrade /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -13,7 +13,7 @@ import ( "github.com/stretchr/testify/require" "github.com/dgraph-io/dgo/v250/protos/api" - "github.com/hypermodeinc/dgraph/v25/dgraphapi" + "github.com/dgraph-io/dgraph/v25/dgraphapi" ) type testCase struct { diff --git a/systest/plugin/upgrade_test.go b/systest/plugin/upgrade_test.go index 62034e2f8f9..18ee2000602 100644 --- a/systest/plugin/upgrade_test.go +++ b/systest/plugin/upgrade_test.go @@ -1,7 +1,7 @@ //go:build upgrade /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -15,9 +15,9 @@ import ( "github.com/stretchr/testify/require" "github.com/stretchr/testify/suite" - "github.com/hypermodeinc/dgraph/v25/dgraphapi" - "github.com/hypermodeinc/dgraph/v25/dgraphtest" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/dgraphapi" + "github.com/dgraph-io/dgraph/v25/dgraphtest" + "github.com/dgraph-io/dgraph/v25/x" ) type PluginTestSuite struct { diff --git a/systest/posting-list-benchmark/main.go b/systest/posting-list-benchmark/main.go index 91ab7e2e439..e047bcf47d1 100644 --- a/systest/posting-list-benchmark/main.go +++ b/systest/posting-list-benchmark/main.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -17,8 +17,8 @@ import ( "github.com/dgraph-io/dgo/v250" "github.com/dgraph-io/dgo/v250/protos/api" - "github.com/hypermodeinc/dgraph/v25/testutil" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/testutil" + "github.com/dgraph-io/dgraph/v25/x" ) type flagOptions struct { diff --git a/systest/shortest-path/shortest_test.go b/systest/shortest-path/shortest_test.go index 92872fa86e2..334d4ebf382 100644 --- a/systest/shortest-path/shortest_test.go +++ b/systest/shortest-path/shortest_test.go @@ -1,7 +1,7 @@ //go:build integration2 /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -12,9 +12,9 @@ import ( "testing" "time" - "github.com/hypermodeinc/dgraph/v25/dgraphapi" - "github.com/hypermodeinc/dgraph/v25/dgraphtest" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/dgraphapi" + "github.com/dgraph-io/dgraph/v25/dgraphtest" + "github.com/dgraph-io/dgraph/v25/x" "github.com/stretchr/testify/require" ) diff --git a/systest/unique_test.go b/systest/unique_test.go index d335239ab49..94e1e97fc9b 100644 --- a/systest/unique_test.go +++ b/systest/unique_test.go @@ -1,7 +1,7 @@ //go:build integration /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -21,9 +21,9 @@ import ( "github.com/stretchr/testify/require" "github.com/dgraph-io/dgo/v250/protos/api" - "github.com/hypermodeinc/dgraph/v25/dgraph/cmd/live" - "github.com/hypermodeinc/dgraph/v25/dgraphapi" - "github.com/hypermodeinc/dgraph/v25/dgraphtest" + "github.com/dgraph-io/dgraph/v25/dgraph/cmd/live" + "github.com/dgraph-io/dgraph/v25/dgraphapi" + "github.com/dgraph-io/dgraph/v25/dgraphtest" ) const emailQuery = `{ diff --git a/systest/vector/backup_test.go b/systest/vector/backup_test.go index 2effaa171be..25ae9aeb490 100644 --- a/systest/vector/backup_test.go +++ b/systest/vector/backup_test.go @@ -1,7 +1,7 @@ //go:build integration /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -18,9 +18,9 @@ import ( "github.com/stretchr/testify/require" "github.com/dgraph-io/dgo/v250/protos/api" - "github.com/hypermodeinc/dgraph/v25/dgraphapi" - "github.com/hypermodeinc/dgraph/v25/dgraphtest" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/dgraphapi" + "github.com/dgraph-io/dgraph/v25/dgraphtest" + "github.com/dgraph-io/dgraph/v25/x" ) func TestVectorIncrBackupRestore(t *testing.T) { diff --git a/systest/vector/load_test.go b/systest/vector/load_test.go index 8bb83e9ecb4..abb2134b4fb 100644 --- a/systest/vector/load_test.go +++ b/systest/vector/load_test.go @@ -1,7 +1,7 @@ //go:build integration /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -16,9 +16,9 @@ import ( "github.com/stretchr/testify/require" "github.com/dgraph-io/dgo/v250/protos/api" - "github.com/hypermodeinc/dgraph/v25/dgraphapi" - "github.com/hypermodeinc/dgraph/v25/dgraphtest" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/dgraphapi" + "github.com/dgraph-io/dgraph/v25/dgraphtest" + "github.com/dgraph-io/dgraph/v25/x" ) type Node struct { diff --git a/systest/vector/vector_test.go b/systest/vector/vector_test.go index 5fd0b991d68..536ba4b726f 100644 --- a/systest/vector/vector_test.go +++ b/systest/vector/vector_test.go @@ -1,7 +1,7 @@ //go:build integration /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -17,9 +17,9 @@ import ( "github.com/stretchr/testify/require" "github.com/dgraph-io/dgo/v250/protos/api" - "github.com/hypermodeinc/dgraph/v25/dgraphapi" - "github.com/hypermodeinc/dgraph/v25/dgraphtest" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/dgraphapi" + "github.com/dgraph-io/dgraph/v25/dgraphtest" + "github.com/dgraph-io/dgraph/v25/x" ) const ( diff --git a/t/Makefile b/t/Makefile index 283943d9629..618c30c4d97 100644 --- a/t/Makefile +++ b/t/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/t/t.go b/t/t.go index 5b2d0265089..006ba771b53 100644 --- a/t/t.go +++ b/t/t.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -36,9 +36,9 @@ import ( "github.com/spf13/pflag" "golang.org/x/tools/go/packages" + "github.com/dgraph-io/dgraph/v25/testutil" + "github.com/dgraph-io/dgraph/v25/x" "github.com/dgraph-io/ristretto/v2/z" - "github.com/hypermodeinc/dgraph/v25/testutil" - "github.com/hypermodeinc/dgraph/v25/x" ) const ( @@ -431,7 +431,7 @@ func runTestsFor(ctx context.Context, pkg, prefix string, xmlFile string) error } func hasTestFiles(pkg string) bool { - dir := strings.Replace(pkg, "github.com/hypermodeinc/dgraph/v25/", "", 1) + dir := strings.Replace(pkg, "github.com/dgraph-io/dgraph/v25/", "", 1) dir = filepath.Join(*baseDir, dir) hasTests := false @@ -661,7 +661,7 @@ func (o *outputCatcher) Print() { if dur.dur < time.Second { continue } - pkg := strings.Replace(dur.pkg, "github.com/hypermodeinc/dgraph/v25/", "", 1) + pkg := strings.Replace(dur.pkg, "github.com/dgraph-io/dgraph/v25/", "", 1) fmt.Printf("[%6s]%s[%d] %s took: %s\n", dur.ts.Sub(baseTs).Round(time.Second), strings.Repeat(" ", int(dur.threadId)), dur.threadId, pkg, dur.dur.Round(time.Second)) @@ -679,14 +679,14 @@ type task struct { // for custom cluster tests (i.e. those not using default docker-compose.yml) func composeFileFor(pkg string) string { - dir := strings.Replace(pkg, "github.com/hypermodeinc/dgraph/v25/", "", 1) + dir := strings.Replace(pkg, "github.com/dgraph-io/dgraph/v25/", "", 1) return filepath.Join(*baseDir, dir, "docker-compose.yml") } func getPackages() []task { has := func(list []string, in string) bool { for _, l := range list { - if len(l) > 0 && strings.Contains(in+"/", "github.com/hypermodeinc/dgraph/v25/"+l+"/") { + if len(l) > 0 && strings.Contains(in+"/", "github.com/dgraph-io/dgraph/v25/"+l+"/") { return true } } @@ -1155,7 +1155,7 @@ func run() error { }() signal.Notify(sdCh, os.Interrupt, syscall.SIGINT, syscall.SIGTERM) - // pkgs, err := packages.Load(nil, "github.com/hypermodeinc/dgraph/v25/...") + // pkgs, err := packages.Load(nil, "github.com/dgraph-io/dgraph/v25/...") go func() { defer close(testCh) valid := getPackages() diff --git a/task/conversion.go b/task/conversion.go index c830b8e2033..9316facf72f 100644 --- a/task/conversion.go +++ b/task/conversion.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -9,7 +9,7 @@ import ( "encoding/binary" "math" - "github.com/hypermodeinc/dgraph/v25/protos/pb" + "github.com/dgraph-io/dgraph/v25/protos/pb" ) var ( diff --git a/testutil/backup.go b/testutil/backup.go index 147244debf0..bc614ad8a7a 100644 --- a/testutil/backup.go +++ b/testutil/backup.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -21,10 +21,10 @@ import ( "github.com/dgraph-io/badger/v4" "github.com/dgraph-io/dgo/v250" - "github.com/hypermodeinc/dgraph/v25/posting" - "github.com/hypermodeinc/dgraph/v25/protos/pb" - "github.com/hypermodeinc/dgraph/v25/types" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/posting" + "github.com/dgraph-io/dgraph/v25/protos/pb" + "github.com/dgraph-io/dgraph/v25/types" + "github.com/dgraph-io/dgraph/v25/x" ) // KeyFile is set to the path of the file containing the key. Used for testing purposes only. diff --git a/testutil/bulk.go b/testutil/bulk.go index 5967fcb24ad..92959da8f01 100644 --- a/testutil/bulk.go +++ b/testutil/bulk.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -17,7 +17,7 @@ import ( "github.com/golang/glog" "github.com/pkg/errors" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/x" ) type LiveOpts struct { diff --git a/testutil/client.go b/testutil/client.go index d09f32d108d..524a3537817 100644 --- a/testutil/client.go +++ b/testutil/client.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -32,8 +32,8 @@ import ( "github.com/dgraph-io/dgo/v250" "github.com/dgraph-io/dgo/v250/protos/api" - "github.com/hypermodeinc/dgraph/v25/dql" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/dql" + "github.com/dgraph-io/dgraph/v25/x" ) // socket addr = IP address and port number diff --git a/testutil/custom_plugins/anagram/main.go b/testutil/custom_plugins/anagram/main.go index 7f368c81a4c..6bbe02f303a 100644 --- a/testutil/custom_plugins/anagram/main.go +++ b/testutil/custom_plugins/anagram/main.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/testutil/custom_plugins/cidr/main.go b/testutil/custom_plugins/cidr/main.go index 0bffef7610d..84109eb463b 100644 --- a/testutil/custom_plugins/cidr/main.go +++ b/testutil/custom_plugins/cidr/main.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/testutil/custom_plugins/cidr/main_test.go b/testutil/custom_plugins/cidr/main_test.go index d36dd78141e..90fc3edffb1 100644 --- a/testutil/custom_plugins/cidr/main_test.go +++ b/testutil/custom_plugins/cidr/main_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/testutil/custom_plugins/factor/main.go b/testutil/custom_plugins/factor/main.go index 6c305cb05f7..d0d55eefb13 100644 --- a/testutil/custom_plugins/factor/main.go +++ b/testutil/custom_plugins/factor/main.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/testutil/custom_plugins/rune/main.go b/testutil/custom_plugins/rune/main.go index 626b6eac370..c526b8bc13d 100644 --- a/testutil/custom_plugins/rune/main.go +++ b/testutil/custom_plugins/rune/main.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/testutil/docker.go b/testutil/docker.go index d5714df90ef..8558117c50e 100644 --- a/testutil/docker.go +++ b/testutil/docker.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -24,7 +24,7 @@ import ( "github.com/pkg/errors" "golang.org/x/net/context" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/x" ) const ( diff --git a/testutil/exec.go b/testutil/exec.go index ea914fb25a9..5a07ffa1e61 100644 --- a/testutil/exec.go +++ b/testutil/exec.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -14,7 +14,7 @@ import ( "os/exec" "strconv" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/x" ) // These are exported so they can also be set directly from outside this package. diff --git a/testutil/graphql.go b/testutil/graphql.go index 47233508538..9688561d80c 100644 --- a/testutil/graphql.go +++ b/testutil/graphql.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -24,7 +24,7 @@ import ( "github.com/stretchr/testify/require" "google.golang.org/grpc/metadata" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/x" ) const ExportRequest = `mutation { diff --git a/testutil/json.go b/testutil/json.go index 94393839939..93febea1085 100644 --- a/testutil/json.go +++ b/testutil/json.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/testutil/minio.go b/testutil/minio.go index b40147a8c9b..9188a32cdc5 100644 --- a/testutil/minio.go +++ b/testutil/minio.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/testutil/multi_tenancy.go b/testutil/multi_tenancy.go index 6837cbcfcd4..20700f4b43a 100644 --- a/testutil/multi_tenancy.go +++ b/testutil/multi_tenancy.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -19,7 +19,7 @@ import ( "github.com/dgraph-io/dgo/v250" "github.com/dgraph-io/dgo/v250/protos/api" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/x" ) type Rule struct { diff --git a/testutil/plugin.go b/testutil/plugin.go index 079ee252f0e..6beda3ea5a7 100644 --- a/testutil/plugin.go +++ b/testutil/plugin.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/testutil/schema.go b/testutil/schema.go index 1b1dd4afd91..4dd3a954425 100644 --- a/testutil/schema.go +++ b/testutil/schema.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/testutil/testaudit/audit.go b/testutil/testaudit/audit.go index 4e843f6d329..8b8c2d8203e 100644 --- a/testutil/testaudit/audit.go +++ b/testutil/testaudit/audit.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -15,7 +15,7 @@ import ( "testing" "time" - "github.com/hypermodeinc/dgraph/v25/testutil" + "github.com/dgraph-io/dgraph/v25/testutil" "github.com/stretchr/testify/require" ) diff --git a/testutil/utils.go b/testutil/utils.go index e7946a30c8b..beca3e59231 100644 --- a/testutil/utils.go +++ b/testutil/utils.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -18,7 +18,7 @@ import ( "github.com/stretchr/testify/require" "github.com/dgraph-io/dgo/v250" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/x" ) func RootNsSchemaKey(attr string) []byte { diff --git a/testutil/zero.go b/testutil/zero.go index 68482aff2af..5ea567cfbac 100644 --- a/testutil/zero.go +++ b/testutil/zero.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/tlstest/acl/acl_over_tls_test.go b/tlstest/acl/acl_over_tls_test.go index 76750afa0ce..ceac942a965 100644 --- a/tlstest/acl/acl_over_tls_test.go +++ b/tlstest/acl/acl_over_tls_test.go @@ -1,7 +1,7 @@ //go:build integration /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -16,8 +16,8 @@ import ( "github.com/spf13/viper" "github.com/stretchr/testify/require" - "github.com/hypermodeinc/dgraph/v25/testutil" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/testutil" + "github.com/dgraph-io/dgraph/v25/x" ) func TestLoginOverTLS(t *testing.T) { diff --git a/tlstest/certrequest/certrequest_test.go b/tlstest/certrequest/certrequest_test.go index 99e830050ce..d6c9e48dee5 100644 --- a/tlstest/certrequest/certrequest_test.go +++ b/tlstest/certrequest/certrequest_test.go @@ -1,7 +1,7 @@ //go:build integration /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -18,7 +18,7 @@ import ( "github.com/stretchr/testify/require" "github.com/dgraph-io/dgo/v250/protos/api" - "github.com/hypermodeinc/dgraph/v25/testutil" + "github.com/dgraph-io/dgraph/v25/testutil" ) func TestAccessOverPlaintext(t *testing.T) { diff --git a/tlstest/certrequireandverify/certrequireandverify_test.go b/tlstest/certrequireandverify/certrequireandverify_test.go index 4c9bf4b6fc6..ff7ca5c99d7 100644 --- a/tlstest/certrequireandverify/certrequireandverify_test.go +++ b/tlstest/certrequireandverify/certrequireandverify_test.go @@ -1,7 +1,7 @@ //go:build integration /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -24,7 +24,7 @@ import ( "github.com/stretchr/testify/require" "github.com/dgraph-io/dgo/v250/protos/api" - "github.com/hypermodeinc/dgraph/v25/testutil" + "github.com/dgraph-io/dgraph/v25/testutil" ) func TestAccessWithoutClientCert(t *testing.T) { diff --git a/tlstest/certverifyifgiven/certverifyifgiven_test.go b/tlstest/certverifyifgiven/certverifyifgiven_test.go index a5b7f444621..506b9bf7172 100644 --- a/tlstest/certverifyifgiven/certverifyifgiven_test.go +++ b/tlstest/certverifyifgiven/certverifyifgiven_test.go @@ -1,7 +1,7 @@ //go:build integration /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -16,7 +16,7 @@ import ( "github.com/stretchr/testify/require" "github.com/dgraph-io/dgo/v250/protos/api" - "github.com/hypermodeinc/dgraph/v25/testutil" + "github.com/dgraph-io/dgraph/v25/testutil" ) func TestAccessWithoutClientCert(t *testing.T) { diff --git a/tlstest/mtls_internal/ha_6_node/ha_test.go b/tlstest/mtls_internal/ha_6_node/ha_test.go index 360b362f580..8e7d85d25ec 100644 --- a/tlstest/mtls_internal/ha_6_node/ha_test.go +++ b/tlstest/mtls_internal/ha_6_node/ha_test.go @@ -1,7 +1,7 @@ //go:build integration /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -18,8 +18,8 @@ import ( "github.com/dgraph-io/dgo/v250" "github.com/dgraph-io/dgo/v250/protos/api" - "github.com/hypermodeinc/dgraph/v25/testutil" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/testutil" + "github.com/dgraph-io/dgraph/v25/x" ) func runTests(t *testing.T, client *dgo.Dgraph) { diff --git a/tlstest/mtls_internal/multi_group/multi_group_test.go b/tlstest/mtls_internal/multi_group/multi_group_test.go index 404c8d06360..013323e0059 100644 --- a/tlstest/mtls_internal/multi_group/multi_group_test.go +++ b/tlstest/mtls_internal/multi_group/multi_group_test.go @@ -1,7 +1,7 @@ //go:build integration /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -18,8 +18,8 @@ import ( "github.com/dgraph-io/dgo/v250" "github.com/dgraph-io/dgo/v250/protos/api" - "github.com/hypermodeinc/dgraph/v25/testutil" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/testutil" + "github.com/dgraph-io/dgraph/v25/x" ) func runTests(t *testing.T, client *dgo.Dgraph) { diff --git a/tlstest/mtls_internal/single_node/single_node_test.go b/tlstest/mtls_internal/single_node/single_node_test.go index b43d3ccfb9c..a24d5b08d97 100644 --- a/tlstest/mtls_internal/single_node/single_node_test.go +++ b/tlstest/mtls_internal/single_node/single_node_test.go @@ -1,7 +1,7 @@ //go:build integration /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -18,8 +18,8 @@ import ( "github.com/dgraph-io/dgo/v250" "github.com/dgraph-io/dgo/v250/protos/api" - "github.com/hypermodeinc/dgraph/v25/testutil" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/testutil" + "github.com/dgraph-io/dgraph/v25/x" ) func runTests(t *testing.T, client *dgo.Dgraph) { diff --git a/tlstest/zero_https/all_routes_tls/all_routes_tls_test.go b/tlstest/zero_https/all_routes_tls/all_routes_tls_test.go index 884103f23e9..d8473904936 100644 --- a/tlstest/zero_https/all_routes_tls/all_routes_tls_test.go +++ b/tlstest/zero_https/all_routes_tls/all_routes_tls_test.go @@ -1,7 +1,7 @@ //go:build integration /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -20,7 +20,7 @@ import ( "github.com/pkg/errors" "github.com/stretchr/testify/require" - "github.com/hypermodeinc/dgraph/v25/testutil" + "github.com/dgraph-io/dgraph/v25/testutil" ) type testCase struct { diff --git a/tlstest/zero_https/no_tls/no_tls_test.go b/tlstest/zero_https/no_tls/no_tls_test.go index 876843450a6..dcb35e06d85 100644 --- a/tlstest/zero_https/no_tls/no_tls_test.go +++ b/tlstest/zero_https/no_tls/no_tls_test.go @@ -1,7 +1,7 @@ //go:build integration /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -16,7 +16,7 @@ import ( "github.com/stretchr/testify/require" - "github.com/hypermodeinc/dgraph/v25/testutil" + "github.com/dgraph-io/dgraph/v25/testutil" ) type testCase struct { diff --git a/tok/bleve.go b/tok/bleve.go index cf9cb06740f..05de89e30cc 100644 --- a/tok/bleve.go +++ b/tok/bleve.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -13,7 +13,7 @@ import ( "github.com/blevesearch/bleve/v2/analysis/tokenizer/unicode" "github.com/blevesearch/bleve/v2/registry" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/x" ) const unicodenormName = "unicodenorm_nfkc" diff --git a/tok/constraints/constraints.go b/tok/constraints/constraints.go index deb7c048318..df8011aea5a 100644 --- a/tok/constraints/constraints.go +++ b/tok/constraints/constraints.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/tok/hnsw/heap.go b/tok/hnsw/heap.go index 3fd01e64bc1..f16881cb324 100644 --- a/tok/hnsw/heap.go +++ b/tok/hnsw/heap.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -8,7 +8,7 @@ package hnsw import ( "container/heap" - c "github.com/hypermodeinc/dgraph/v25/tok/constraints" + c "github.com/dgraph-io/dgraph/v25/tok/constraints" ) const notAUid uint64 = 0 diff --git a/tok/hnsw/helper.go b/tok/hnsw/helper.go index 477f5bc9b27..d1f6a1f5066 100644 --- a/tok/hnsw/helper.go +++ b/tok/hnsw/helper.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -18,8 +18,8 @@ import ( "strings" "unsafe" - c "github.com/hypermodeinc/dgraph/v25/tok/constraints" - "github.com/hypermodeinc/dgraph/v25/tok/index" + c "github.com/dgraph-io/dgraph/v25/tok/constraints" + "github.com/dgraph-io/dgraph/v25/tok/index" "github.com/pkg/errors" "github.com/viterin/vek" "github.com/viterin/vek/vek32" diff --git a/tok/hnsw/persistent_factory.go b/tok/hnsw/persistent_factory.go index ff4c622f218..b7485c83932 100644 --- a/tok/hnsw/persistent_factory.go +++ b/tok/hnsw/persistent_factory.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -9,9 +9,9 @@ import ( "fmt" "sync" - c "github.com/hypermodeinc/dgraph/v25/tok/constraints" - "github.com/hypermodeinc/dgraph/v25/tok/index" - opt "github.com/hypermodeinc/dgraph/v25/tok/options" + c "github.com/dgraph-io/dgraph/v25/tok/constraints" + "github.com/dgraph-io/dgraph/v25/tok/index" + opt "github.com/dgraph-io/dgraph/v25/tok/options" "github.com/pkg/errors" ) diff --git a/tok/hnsw/persistent_hnsw.go b/tok/hnsw/persistent_hnsw.go index e13ddddaf89..ec4c6a892a8 100644 --- a/tok/hnsw/persistent_hnsw.go +++ b/tok/hnsw/persistent_hnsw.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -11,10 +11,10 @@ import ( "strings" "time" + c "github.com/dgraph-io/dgraph/v25/tok/constraints" + "github.com/dgraph-io/dgraph/v25/tok/index" + opt "github.com/dgraph-io/dgraph/v25/tok/options" "github.com/golang/glog" - c "github.com/hypermodeinc/dgraph/v25/tok/constraints" - "github.com/hypermodeinc/dgraph/v25/tok/index" - opt "github.com/hypermodeinc/dgraph/v25/tok/options" "github.com/pkg/errors" ) diff --git a/tok/hnsw/persistent_hnsw_test.go b/tok/hnsw/persistent_hnsw_test.go index f31bebf4e6e..6ace0301cbf 100644 --- a/tok/hnsw/persistent_hnsw_test.go +++ b/tok/hnsw/persistent_hnsw_test.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -11,9 +11,9 @@ import ( "sync" "testing" - c "github.com/hypermodeinc/dgraph/v25/tok/constraints" - "github.com/hypermodeinc/dgraph/v25/tok/index" - opt "github.com/hypermodeinc/dgraph/v25/tok/options" + c "github.com/dgraph-io/dgraph/v25/tok/constraints" + "github.com/dgraph-io/dgraph/v25/tok/index" + opt "github.com/dgraph-io/dgraph/v25/tok/options" "golang.org/x/exp/slices" ) diff --git a/tok/hnsw/search_layer.go b/tok/hnsw/search_layer.go index 55230da9a3e..31405542d3d 100644 --- a/tok/hnsw/search_layer.go +++ b/tok/hnsw/search_layer.go @@ -1,13 +1,13 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ package hnsw import ( - c "github.com/hypermodeinc/dgraph/v25/tok/constraints" - "github.com/hypermodeinc/dgraph/v25/tok/index" + c "github.com/dgraph-io/dgraph/v25/tok/constraints" + "github.com/dgraph-io/dgraph/v25/tok/index" "fmt" ) diff --git a/tok/hnsw/test_helper.go b/tok/hnsw/test_helper.go index eda0e440694..04a3f1ac029 100644 --- a/tok/hnsw/test_helper.go +++ b/tok/hnsw/test_helper.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -12,7 +12,7 @@ import ( "strings" "sync" - "github.com/hypermodeinc/dgraph/v25/tok/index" + "github.com/dgraph-io/dgraph/v25/tok/index" "github.com/pkg/errors" ) diff --git a/tok/index/helper.go b/tok/index/helper.go index cc475a8c277..f909a19c91d 100644 --- a/tok/index/helper.go +++ b/tok/index/helper.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -11,8 +11,8 @@ import ( "reflect" "unsafe" + c "github.com/dgraph-io/dgraph/v25/tok/constraints" "github.com/golang/glog" - c "github.com/hypermodeinc/dgraph/v25/tok/constraints" ) // BytesAsFloatArray[T c.Float](encoded) converts encoded into a []T, diff --git a/tok/index/helper_test.go b/tok/index/helper_test.go index 15214030f90..2ce0b47d5da 100644 --- a/tok/index/helper_test.go +++ b/tok/index/helper_test.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -15,8 +15,8 @@ import ( "testing" "unsafe" - "github.com/hypermodeinc/dgraph/v25/protos/pb" - c "github.com/hypermodeinc/dgraph/v25/tok/constraints" + "github.com/dgraph-io/dgraph/v25/protos/pb" + c "github.com/dgraph-io/dgraph/v25/tok/constraints" "github.com/viterin/vek/vek32" "google.golang.org/protobuf/proto" ) @@ -366,7 +366,7 @@ func littleEndianBytesAsFloatArray[T c.Float](encoded []byte, retVal *[]T, float // Assume LittleEndian for encoding since this is // the assumption elsewhere when reading from client. // See dgraph-io/dgo/protos/api.pb.go - // See also hypermodeinc/dgraph/types/conversion.go + // See also dgraph-io/dgraph/types/conversion.go // This also seems to be the preference from many examples // I have found via Google search. It's unclear why this // should be a preference. diff --git a/tok/index/index.go b/tok/index/index.go index e0a62255ce1..1ce56c02e49 100644 --- a/tok/index/index.go +++ b/tok/index/index.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -8,8 +8,8 @@ package index import ( "context" - c "github.com/hypermodeinc/dgraph/v25/tok/constraints" - opts "github.com/hypermodeinc/dgraph/v25/tok/options" + c "github.com/dgraph-io/dgraph/v25/tok/constraints" + opts "github.com/dgraph-io/dgraph/v25/tok/options" ) // IndexFactory is responsible for being able to create, find, and remove diff --git a/tok/index/search_path.go b/tok/index/search_path.go index 1c247e926f5..e60e1e318d4 100644 --- a/tok/index/search_path.go +++ b/tok/index/search_path.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/tok/index/types.go b/tok/index/types.go index 290f7878ff3..b35501333b0 100644 --- a/tok/index/types.go +++ b/tok/index/types.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/tok/index_factory.go b/tok/index_factory.go index abef317b952..c74fc7de225 100644 --- a/tok/index_factory.go +++ b/tok/index_factory.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -8,8 +8,8 @@ package tok import ( "github.com/pkg/errors" - "github.com/hypermodeinc/dgraph/v25/tok/index" - opts "github.com/hypermodeinc/dgraph/v25/tok/options" + "github.com/dgraph-io/dgraph/v25/tok/index" + opts "github.com/dgraph-io/dgraph/v25/tok/options" ) // registerIndexFactory(f) will register f as both a Tokenizer and specifically diff --git a/tok/langbase.go b/tok/langbase.go index 68ebbc7ce07..a6c0546659e 100644 --- a/tok/langbase.go +++ b/tok/langbase.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/tok/langbase_test.go b/tok/langbase_test.go index bd17c619ebc..108a2480159 100644 --- a/tok/langbase_test.go +++ b/tok/langbase_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/tok/options/allowed_options.go b/tok/options/allowed_options.go index 223c6a2f5d7..e0e9f8ea8cf 100644 --- a/tok/options/allowed_options.go +++ b/tok/options/allowed_options.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/tok/options/option_parser.go b/tok/options/option_parser.go index 30d08ea568e..6909e1e23d9 100644 --- a/tok/options/option_parser.go +++ b/tok/options/option_parser.go @@ -1,11 +1,12 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ package options import ( + "math" "strconv" ) @@ -28,11 +29,15 @@ func UintOptParser(optValue string) (any, error) { // Specified originally as 64 bit for conversion, since it is // not trivial (as far as I can tell) to determine the // uint bit size. Simpler to just get it back as 64 bit then - // cast it. + // cast it with bounds checking. retVal, err := strconv.ParseUint(optValue, 10, 64) if err != nil { return 0, err } + // Check if the value fits in a uint (which may be 32 or 64 bits depending on platform) + if retVal > math.MaxUint { + return 0, strconv.ErrRange + } return uint(retVal), nil } diff --git a/tok/options/options.go b/tok/options/options.go index c1bba74360d..4c55c72fb06 100644 --- a/tok/options/options.go +++ b/tok/options/options.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -8,7 +8,7 @@ package options import ( "fmt" - c "github.com/hypermodeinc/dgraph/v25/tok/constraints" + c "github.com/dgraph-io/dgraph/v25/tok/constraints" ) // An Options instance maps the various named options to their specific values. diff --git a/tok/options/options_test.go b/tok/options/options_test.go index d7530a56260..4d73abd39a7 100644 --- a/tok/options/options_test.go +++ b/tok/options/options_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/tok/stemmers.go b/tok/stemmers.go index 44eef254ca6..ef85d00cb56 100644 --- a/tok/stemmers.go +++ b/tok/stemmers.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/tok/stemmers_test.go b/tok/stemmers_test.go index 534cddb9556..718393ea3bb 100644 --- a/tok/stemmers_test.go +++ b/tok/stemmers_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/tok/stopwords.go b/tok/stopwords.go index b7ebac63c91..f694578d39f 100644 --- a/tok/stopwords.go +++ b/tok/stopwords.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/tok/stopwords_test.go b/tok/stopwords_test.go index 81b0aeb77d5..32390c778e1 100644 --- a/tok/stopwords_test.go +++ b/tok/stopwords_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/tok/tok.go b/tok/tok.go index 216f3ae7b06..c1da3e991d7 100644 --- a/tok/tok.go +++ b/tok/tok.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -19,11 +19,11 @@ import ( "golang.org/x/crypto/blake2b" "golang.org/x/text/collate" - "github.com/hypermodeinc/dgraph/v25/protos/pb" - "github.com/hypermodeinc/dgraph/v25/tok/hnsw" - opts "github.com/hypermodeinc/dgraph/v25/tok/options" - "github.com/hypermodeinc/dgraph/v25/types" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/protos/pb" + "github.com/dgraph-io/dgraph/v25/tok/hnsw" + opts "github.com/dgraph-io/dgraph/v25/tok/options" + "github.com/dgraph-io/dgraph/v25/types" + "github.com/dgraph-io/dgraph/v25/x" ) // Tokenizer identifiers are unique and can't be reused. diff --git a/tok/tok_test.go b/tok/tok_test.go index 19e3fbe992a..4c95094e577 100644 --- a/tok/tok_test.go +++ b/tok/tok_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/tok/tokens.go b/tok/tokens.go index 6aa6d895406..bda9a04e743 100644 --- a/tok/tokens.go +++ b/tok/tokens.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/types/compare.go b/types/compare.go index eb71ba568bc..df26a8ad86b 100644 --- a/types/compare.go +++ b/types/compare.go @@ -1,11 +1,11 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ package types -import "github.com/hypermodeinc/dgraph/v25/x" +import "github.com/dgraph-io/dgraph/v25/x" // CompareVals compares two values using the given comparison type. // Should be used only in filtering arg1 by comparing with arg2. diff --git a/types/conversion.go b/types/conversion.go index 6f3b985bc22..55885bc6aad 100644 --- a/types/conversion.go +++ b/types/conversion.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -698,7 +698,7 @@ func ObjectValue(id TypeID, value interface{}) (*api.Value, error) { case PasswordID: var v string if v, ok = value.(string); !ok { - return def, errors.Errorf("Expected value of type password. Got : %v", value) + return def, errors.Errorf("Expected value of type password. Got type: %T", value) } return &api.Value{Val: &api.Value_PasswordVal{PasswordVal: v}}, nil case VFloatID: diff --git a/types/conversion_test.go b/types/conversion_test.go index 361ed8b14ff..ab0b5091357 100644 --- a/types/conversion_test.go +++ b/types/conversion_test.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -844,3 +844,22 @@ func TestConvertToString(t *testing.T) { require.EqualValues(t, Val{Tid: StringID, Value: tc.out}, out) } } + +// TestObjectValuePasswordErrorDoesNotLeakValue ensures that when ObjectValue receives +// an invalid type for a password field, the error message doesn't contain the actual value. +func TestObjectValuePasswordErrorDoesNotLeakValue(t *testing.T) { + // Create a test value that would be sensitive if logged + sensitivePassword := int64(123456789) + + // Call ObjectValue with wrong type (int64 instead of string) for password + _, err := ObjectValue(PasswordID, sensitivePassword) + + // Verify error occurred + require.Error(t, err) + + // Verify the error message contains type info but NOT the actual value + errMsg := err.Error() + require.Contains(t, errMsg, "Expected value of type password") + require.Contains(t, errMsg, "int64") // type should be present + require.NotContains(t, errMsg, "123456789") // actual value should NOT be present +} diff --git a/types/earth.go b/types/earth.go index 34bf896a0bf..4e08ee680ec 100644 --- a/types/earth.go +++ b/types/earth.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/types/facets/facet_types.go b/types/facets/facet_types.go index 5a03b5da0f2..8a9a62ca279 100644 --- a/types/facets/facet_types.go +++ b/types/facets/facet_types.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/types/facets/utils.go b/types/facets/utils.go index 2441b0be2a7..64be15a261f 100644 --- a/types/facets/utils.go +++ b/types/facets/utils.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -14,9 +14,9 @@ import ( "github.com/pkg/errors" "github.com/dgraph-io/dgo/v250/protos/api" - "github.com/hypermodeinc/dgraph/v25/protos/pb" - "github.com/hypermodeinc/dgraph/v25/tok" - "github.com/hypermodeinc/dgraph/v25/types" + "github.com/dgraph-io/dgraph/v25/protos/pb" + "github.com/dgraph-io/dgraph/v25/tok" + "github.com/dgraph-io/dgraph/v25/types" ) // SortAndValidate sorts And validates the facets. diff --git a/types/geo_test.go b/types/geo_test.go index 212fe62e603..cea4a4fd499 100644 --- a/types/geo_test.go +++ b/types/geo_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/types/geofilter.go b/types/geofilter.go index e5a13a7509f..aa8d408e034 100644 --- a/types/geofilter.go +++ b/types/geofilter.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -15,8 +15,8 @@ import ( geom "github.com/twpayne/go-geom" "github.com/twpayne/go-geom/xy" - "github.com/hypermodeinc/dgraph/v25/protos/pb" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/protos/pb" + "github.com/dgraph-io/dgraph/v25/x" ) // QueryType indicates the type of geo query. diff --git a/types/geofilter_test.go b/types/geofilter_test.go index e50dd1fcdab..62002d18637 100644 --- a/types/geofilter_test.go +++ b/types/geofilter_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/types/password.go b/types/password.go index e2b64f088b6..ddb8e526cde 100644 --- a/types/password.go +++ b/types/password.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/types/password_test.go b/types/password_test.go index 4c8991e7faf..7a58f578fcc 100644 --- a/types/password_test.go +++ b/types/password_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/types/s2.go b/types/s2.go index 20e41cb24e9..93d365a5042 100644 --- a/types/s2.go +++ b/types/s2.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -13,7 +13,7 @@ import ( geom "github.com/twpayne/go-geom" "github.com/twpayne/go-geom/encoding/geojson" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/x" ) func edgesCrossPoints(l *s2.Loop, pts []s2.Point) bool { diff --git a/types/s2_test.go b/types/s2_test.go index 8575e321f81..a48f24842ca 100644 --- a/types/s2_test.go +++ b/types/s2_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/types/s2index.go b/types/s2index.go index 7048f8bd0a2..3218feed28c 100644 --- a/types/s2index.go +++ b/types/s2index.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -12,7 +12,7 @@ import ( "github.com/pkg/errors" geom "github.com/twpayne/go-geom" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/x" ) func parentCoverTokens(parents s2.CellUnion, cover s2.CellUnion) []string { diff --git a/types/s2index_test.go b/types/s2index_test.go index bb9468d0fc5..75e09a87de2 100644 --- a/types/s2index_test.go +++ b/types/s2index_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/types/scalar_types.go b/types/scalar_types.go index 7299d925537..590ce26db42 100644 --- a/types/scalar_types.go +++ b/types/scalar_types.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -11,7 +11,7 @@ import ( "github.com/twpayne/go-geom" - "github.com/hypermodeinc/dgraph/v25/protos/pb" + "github.com/dgraph-io/dgraph/v25/protos/pb" ) const ( diff --git a/types/scalar_types_test.go b/types/scalar_types_test.go index efa58ee318c..9bd0b2faf37 100644 --- a/types/scalar_types_test.go +++ b/types/scalar_types_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/types/select.go b/types/select.go index 8d31f73d314..b849c298a85 100644 --- a/types/select.go +++ b/types/select.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/types/sharded_map.go b/types/sharded_map.go index da9a0256c1d..0317ff2c551 100644 --- a/types/sharded_map.go +++ b/types/sharded_map.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/types/sort.go b/types/sort.go index 43c33183813..cc87b29e0aa 100644 --- a/types/sort.go +++ b/types/sort.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -14,8 +14,8 @@ import ( "golang.org/x/text/collate" "golang.org/x/text/language" - "github.com/hypermodeinc/dgraph/v25/protos/pb" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/protos/pb" + "github.com/dgraph-io/dgraph/v25/x" ) type sortBase struct { diff --git a/types/sort_test.go b/types/sort_test.go index a205947d73a..84863d839a5 100644 --- a/types/sort_test.go +++ b/types/sort_test.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -13,7 +13,7 @@ import ( "github.com/stretchr/testify/require" - "github.com/hypermodeinc/dgraph/v25/protos/pb" + "github.com/dgraph-io/dgraph/v25/protos/pb" ) func toString(t *testing.T, values [][]Val, vID TypeID) []string { diff --git a/types/value.go b/types/value.go index 47c465ef702..5fb7142f3f1 100644 --- a/types/value.go +++ b/types/value.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/types/value_test.go b/types/value_test.go index dc47cda2f95..3bafcc1e6e6 100644 --- a/types/value_test.go +++ b/types/value_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/upgrade/change_list.go b/upgrade/change_list.go index 0ff3b861eb5..ffd17896a87 100644 --- a/upgrade/change_list.go +++ b/upgrade/change_list.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -26,7 +26,7 @@ func init() { " types User, Group and Rule. They are now dgraph.type.User, " + "dgraph.type.Group, and dgraph.type.Rule. This change was introduced in " + "v20.07.0, and is applied while upgrading from v20.03.0+ to v20.07.0+. " + - "For more info, see: https://github.com/hypermodeinc/dgraph/pull/5185", + "For more info, see: https://github.com/dgraph-io/dgraph/pull/5185", minFromVersion: &version{major: 20, minor: 3, patch: 0}, applyFunc: upgradeAclTypeNames, }, @@ -49,7 +49,7 @@ func init() { description: "This updates the persisted query from old format to new format." + "Persistent query had 2 predicates which have been merged into a single " + "predicate dgraph.graphql.p_query. " + - "For more info, see: https://github.com/hypermodeinc/dgraph/pull/7451", + "For more info, see: https://github.com/dgraph-io/dgraph/pull/7451", minFromVersion: &version{major: 20, minor: 11, patch: 0}, applyFunc: upgradePersitentQuery, }, @@ -58,7 +58,7 @@ func init() { description: "This updates GraphQL schema to contain the CORS information. " + "Some of the dgraph internal predicates are removed in v21.03.0. " + "dgraph.cors that used to store CORS information is one of them. " + - "For more info, see: https://github.com/hypermodeinc/dgraph/pull/7431", + "For more info, see: https://github.com/dgraph-io/dgraph/pull/7431", minFromVersion: &version{major: 20, minor: 11, patch: 0}, applyFunc: upgradeCORS, }, diff --git a/upgrade/change_v20.03.0.go b/upgrade/change_v20.03.0.go index 9facc1ba951..07c2a1a8f0a 100644 --- a/upgrade/change_v20.03.0.go +++ b/upgrade/change_v20.03.0.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -10,7 +10,7 @@ import ( "fmt" "github.com/dgraph-io/dgo/v250/protos/api" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/x" ) const ( diff --git a/upgrade/change_v20.07.0.go b/upgrade/change_v20.07.0.go index 298a2e2cc5c..94302053dd9 100644 --- a/upgrade/change_v20.07.0.go +++ b/upgrade/change_v20.07.0.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -10,8 +10,8 @@ import ( "github.com/dgraph-io/dgo/v250" "github.com/dgraph-io/dgo/v250/protos/api" - "github.com/hypermodeinc/dgraph/v25/protos/pb" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/protos/pb" + "github.com/dgraph-io/dgraph/v25/x" ) const ( diff --git a/upgrade/change_v21.03.0.go b/upgrade/change_v21.03.0.go index 4de995bd13f..c38987f1e2c 100644 --- a/upgrade/change_v21.03.0.go +++ b/upgrade/change_v21.03.0.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -18,10 +18,10 @@ import ( "github.com/dgraph-io/badger/v4" "github.com/dgraph-io/dgo/v250" "github.com/dgraph-io/dgo/v250/protos/api" - "github.com/hypermodeinc/dgraph/v25/graphql/schema" - "github.com/hypermodeinc/dgraph/v25/posting" - "github.com/hypermodeinc/dgraph/v25/protos/pb" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/graphql/schema" + "github.com/dgraph-io/dgraph/v25/posting" + "github.com/dgraph-io/dgraph/v25/protos/pb" + "github.com/dgraph-io/dgraph/v25/x" ) const ( diff --git a/upgrade/doc.go b/upgrade/doc.go index fe913ed4648..12330857590 100644 --- a/upgrade/doc.go +++ b/upgrade/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/upgrade/upgrade.go b/upgrade/upgrade.go index d9bf2af059e..03877d2caa3 100644 --- a/upgrade/upgrade.go +++ b/upgrade/upgrade.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -15,7 +15,7 @@ import ( "github.com/spf13/cobra" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/x" ) var ( diff --git a/upgrade/upgrade_test.go b/upgrade/upgrade_test.go index 028dd2458da..6dd208ab245 100644 --- a/upgrade/upgrade_test.go +++ b/upgrade/upgrade_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/upgrade/utils.go b/upgrade/utils.go index ac408d5aaad..1723eb6b667 100644 --- a/upgrade/utils.go +++ b/upgrade/utils.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -20,8 +20,8 @@ import ( "github.com/dgraph-io/dgo/v250" "github.com/dgraph-io/dgo/v250/protos/api" - "github.com/hypermodeinc/dgraph/v25/graphql/schema" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/graphql/schema" + "github.com/dgraph-io/dgraph/v25/x" ) func hasAclCreds() bool { diff --git a/upgrade/utils_test.go b/upgrade/utils_test.go index bcbdb7d86a6..2daa88634ed 100644 --- a/upgrade/utils_test.go +++ b/upgrade/utils_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/worker/acl_cache.go b/worker/acl_cache.go index d1c7b50ee69..175b4274601 100644 --- a/worker/acl_cache.go +++ b/worker/acl_cache.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -10,8 +10,8 @@ import ( "github.com/pkg/errors" - "github.com/hypermodeinc/dgraph/v25/acl" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/acl" + "github.com/dgraph-io/dgraph/v25/x" ) // AclCache is the cache mapping group names to the corresponding group acls diff --git a/worker/acl_cache_test.go b/worker/acl_cache_test.go index cb651dd5d50..97a5881f0fd 100644 --- a/worker/acl_cache_test.go +++ b/worker/acl_cache_test.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -10,8 +10,8 @@ import ( "github.com/stretchr/testify/require" - "github.com/hypermodeinc/dgraph/v25/acl" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/acl" + "github.com/dgraph-io/dgraph/v25/x" ) func TestAclCache(t *testing.T) { diff --git a/worker/aggregator.go b/worker/aggregator.go index e45b8c8465f..4ae2515d686 100644 --- a/worker/aggregator.go +++ b/worker/aggregator.go @@ -1,12 +1,12 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ package worker import ( - "github.com/hypermodeinc/dgraph/v25/types" + "github.com/dgraph-io/dgraph/v25/types" ) func couldApplyAggregatorOn(agrtr string, typ types.TypeID) bool { diff --git a/worker/backup.go b/worker/backup.go index 0d803f47c06..be15896fccf 100644 --- a/worker/backup.go +++ b/worker/backup.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -27,12 +27,12 @@ import ( "github.com/dgraph-io/badger/v4" bpb "github.com/dgraph-io/badger/v4/pb" "github.com/dgraph-io/badger/v4/y" + "github.com/dgraph-io/dgraph/v25/enc" + "github.com/dgraph-io/dgraph/v25/posting" + "github.com/dgraph-io/dgraph/v25/protos/pb" + "github.com/dgraph-io/dgraph/v25/tok/hnsw" + "github.com/dgraph-io/dgraph/v25/x" "github.com/dgraph-io/ristretto/v2/z" - "github.com/hypermodeinc/dgraph/v25/enc" - "github.com/hypermodeinc/dgraph/v25/posting" - "github.com/hypermodeinc/dgraph/v25/protos/pb" - "github.com/hypermodeinc/dgraph/v25/tok/hnsw" - "github.com/hypermodeinc/dgraph/v25/x" ) // predicateSet is a map whose keys are predicates. It is meant to be used as a set. diff --git a/worker/backup_handler.go b/worker/backup_handler.go index a2883bb5cb5..1ac91b07778 100644 --- a/worker/backup_handler.go +++ b/worker/backup_handler.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -20,8 +20,8 @@ import ( "github.com/minio/minio-go/v7/pkg/credentials" "github.com/pkg/errors" - "github.com/hypermodeinc/dgraph/v25/protos/pb" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/protos/pb" + "github.com/dgraph-io/dgraph/v25/x" ) const ( diff --git a/worker/backup_manifest.go b/worker/backup_manifest.go index c20da059f58..194262ad776 100644 --- a/worker/backup_manifest.go +++ b/worker/backup_manifest.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -16,8 +16,8 @@ import ( "github.com/golang/glog" "github.com/pkg/errors" - "github.com/hypermodeinc/dgraph/v25/protos/pb" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/protos/pb" + "github.com/dgraph-io/dgraph/v25/x" ) func verifyManifests(manifests []*Manifest) error { @@ -157,7 +157,7 @@ func getConsolidatedManifest(h UriHandler, uri *url.URL) (*MasterManifest, error // the drop data/attr operation. // If the manifest version is 2103, convert the format of predicate from | to // -. This is because of a bug for namespace greater than 127. -// See https://github.com/hypermodeinc/dgraph/pull/7810 +// See https://github.com/dgraph-io/dgraph/pull/7810 // NOTE: Do not use the upgraded manifest to overwrite the non-upgraded manifest. func upgradeManifest(m *Manifest) error { switch m.Version { diff --git a/worker/cdc.go b/worker/cdc.go index e7143078e22..8cb324d6679 100644 --- a/worker/cdc.go +++ b/worker/cdc.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -21,11 +21,11 @@ import ( "go.etcd.io/etcd/raft/v3/raftpb" "google.golang.org/protobuf/proto" + "github.com/dgraph-io/dgraph/v25/posting" + "github.com/dgraph-io/dgraph/v25/protos/pb" + "github.com/dgraph-io/dgraph/v25/types" + "github.com/dgraph-io/dgraph/v25/x" "github.com/dgraph-io/ristretto/v2/z" - "github.com/hypermodeinc/dgraph/v25/posting" - "github.com/hypermodeinc/dgraph/v25/protos/pb" - "github.com/hypermodeinc/dgraph/v25/types" - "github.com/hypermodeinc/dgraph/v25/x" ) const ( diff --git a/worker/compare.go b/worker/compare.go index 91e1220fc60..90d23b072ef 100644 --- a/worker/compare.go +++ b/worker/compare.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/worker/config.go b/worker/config.go index 6fc7ecfa4f0..dee0fa3a879 100644 --- a/worker/config.go +++ b/worker/config.go @@ -1,17 +1,18 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ package worker import ( + "fmt" "path/filepath" "time" "github.com/golang-jwt/jwt/v5" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/x" ) const ( @@ -109,3 +110,14 @@ func (opt *Options) validate() { "Tmp directory and Audit Output cannot be the same ('%s').", opt.Audit.Output) } } + +// String implements the Stringer interface to redact sensitive fields when logging. +func (opt Options) String() string { + return fmt.Sprintf("{PostingDir:%s WALDir:%s MutationsMode:%d AuthToken:**** "+ + "AclJwtAlg:%v AclSecretKey:**** AclSecretKeyBytes:**** AccessJwtTtl:%v "+ + "RefreshJwtTtl:%v CachePercentage:%s CacheMb:%d RemoveOnUpdate:%v Audit:%v "+ + "ChangeDataConf:%s TypeFilterUidLimit:%d}", + opt.PostingDir, opt.WALDir, opt.MutationsMode, opt.AclJwtAlg, + opt.AccessJwtTtl, opt.RefreshJwtTtl, opt.CachePercentage, opt.CacheMb, + opt.RemoveOnUpdate, opt.Audit, opt.ChangeDataConf, opt.TypeFilterUidLimit) +} diff --git a/worker/draft.go b/worker/draft.go index 97a7ea9d43e..c303c7a946b 100644 --- a/worker/draft.go +++ b/worker/draft.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -32,14 +32,14 @@ import ( "github.com/dgraph-io/badger/v4" bpb "github.com/dgraph-io/badger/v4/pb" + "github.com/dgraph-io/dgraph/v25/conn" + "github.com/dgraph-io/dgraph/v25/posting" + "github.com/dgraph-io/dgraph/v25/protos/pb" + "github.com/dgraph-io/dgraph/v25/raftwal" + "github.com/dgraph-io/dgraph/v25/schema" + "github.com/dgraph-io/dgraph/v25/types" + "github.com/dgraph-io/dgraph/v25/x" "github.com/dgraph-io/ristretto/v2/z" - "github.com/hypermodeinc/dgraph/v25/conn" - "github.com/hypermodeinc/dgraph/v25/posting" - "github.com/hypermodeinc/dgraph/v25/protos/pb" - "github.com/hypermodeinc/dgraph/v25/raftwal" - "github.com/hypermodeinc/dgraph/v25/schema" - "github.com/hypermodeinc/dgraph/v25/types" - "github.com/hypermodeinc/dgraph/v25/x" ) type operation struct { diff --git a/worker/draft_test.go b/worker/draft_test.go index e0c3762c483..945e1ce7971 100644 --- a/worker/draft_test.go +++ b/worker/draft_test.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -12,10 +12,10 @@ import ( "go.etcd.io/etcd/raft/v3/raftpb" "google.golang.org/protobuf/proto" - "github.com/hypermodeinc/dgraph/v25/posting" - "github.com/hypermodeinc/dgraph/v25/protos/pb" - "github.com/hypermodeinc/dgraph/v25/raftwal" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/posting" + "github.com/dgraph-io/dgraph/v25/protos/pb" + "github.com/dgraph-io/dgraph/v25/raftwal" + "github.com/dgraph-io/dgraph/v25/x" ) func getEntryForMutation(index, startTs uint64) raftpb.Entry { diff --git a/worker/embedded.go b/worker/embedded.go index c2524827ddc..8394e6668d7 100644 --- a/worker/embedded.go +++ b/worker/embedded.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -11,9 +11,9 @@ import ( "github.com/golang/glog" "github.com/dgraph-io/badger/v4" - "github.com/hypermodeinc/dgraph/v25/conn" - "github.com/hypermodeinc/dgraph/v25/protos/pb" - "github.com/hypermodeinc/dgraph/v25/schema" + "github.com/dgraph-io/dgraph/v25/conn" + "github.com/dgraph-io/dgraph/v25/protos/pb" + "github.com/dgraph-io/dgraph/v25/schema" ) func InitForLite(ps *badger.DB) { diff --git a/worker/export.go b/worker/export.go index 5697b73d386..661b1ddbb71 100644 --- a/worker/export.go +++ b/worker/export.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -28,14 +28,14 @@ import ( "github.com/dgraph-io/badger/v4" bpb "github.com/dgraph-io/badger/v4/pb" "github.com/dgraph-io/dgo/v250/protos/api" + "github.com/dgraph-io/dgraph/v25/enc" + "github.com/dgraph-io/dgraph/v25/posting" + "github.com/dgraph-io/dgraph/v25/protos/pb" + "github.com/dgraph-io/dgraph/v25/tok/hnsw" + "github.com/dgraph-io/dgraph/v25/types" + "github.com/dgraph-io/dgraph/v25/types/facets" + "github.com/dgraph-io/dgraph/v25/x" "github.com/dgraph-io/ristretto/v2/z" - "github.com/hypermodeinc/dgraph/v25/enc" - "github.com/hypermodeinc/dgraph/v25/posting" - "github.com/hypermodeinc/dgraph/v25/protos/pb" - "github.com/hypermodeinc/dgraph/v25/tok/hnsw" - "github.com/hypermodeinc/dgraph/v25/types" - "github.com/hypermodeinc/dgraph/v25/types/facets" - "github.com/hypermodeinc/dgraph/v25/x" ) // DefaultExportFormat stores the name of the default format for exports. diff --git a/worker/export_test.go b/worker/export_test.go index bba3ad4225d..726383e10ab 100644 --- a/worker/export_test.go +++ b/worker/export_test.go @@ -1,7 +1,7 @@ //go:build integration /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -27,16 +27,16 @@ import ( "google.golang.org/protobuf/proto" "github.com/dgraph-io/dgo/v250/protos/api" - "github.com/hypermodeinc/dgraph/v25/chunker" - "github.com/hypermodeinc/dgraph/v25/dql" - "github.com/hypermodeinc/dgraph/v25/lex" - "github.com/hypermodeinc/dgraph/v25/posting" - "github.com/hypermodeinc/dgraph/v25/protos/pb" - "github.com/hypermodeinc/dgraph/v25/schema" - "github.com/hypermodeinc/dgraph/v25/testutil" - "github.com/hypermodeinc/dgraph/v25/types" - "github.com/hypermodeinc/dgraph/v25/types/facets" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/chunker" + "github.com/dgraph-io/dgraph/v25/dql" + "github.com/dgraph-io/dgraph/v25/lex" + "github.com/dgraph-io/dgraph/v25/posting" + "github.com/dgraph-io/dgraph/v25/protos/pb" + "github.com/dgraph-io/dgraph/v25/schema" + "github.com/dgraph-io/dgraph/v25/testutil" + "github.com/dgraph-io/dgraph/v25/types" + "github.com/dgraph-io/dgraph/v25/types/facets" + "github.com/dgraph-io/dgraph/v25/x" ) const ( diff --git a/worker/graphql_schema.go b/worker/graphql_schema.go index d306a778dfa..5293303de60 100644 --- a/worker/graphql_schema.go +++ b/worker/graphql_schema.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -15,10 +15,10 @@ import ( "github.com/pkg/errors" "google.golang.org/grpc/metadata" - "github.com/hypermodeinc/dgraph/v25/conn" - "github.com/hypermodeinc/dgraph/v25/protos/pb" - "github.com/hypermodeinc/dgraph/v25/schema" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/conn" + "github.com/dgraph-io/dgraph/v25/protos/pb" + "github.com/dgraph-io/dgraph/v25/schema" + "github.com/dgraph-io/dgraph/v25/x" ) const ( diff --git a/worker/groups.go b/worker/groups.go index 93667e3106d..269873d8cde 100644 --- a/worker/groups.go +++ b/worker/groups.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -20,12 +20,12 @@ import ( badgerpb "github.com/dgraph-io/badger/v4/pb" "github.com/dgraph-io/dgo/v250/protos/api" + "github.com/dgraph-io/dgraph/v25/conn" + "github.com/dgraph-io/dgraph/v25/protos/pb" + "github.com/dgraph-io/dgraph/v25/raftwal" + "github.com/dgraph-io/dgraph/v25/schema" + "github.com/dgraph-io/dgraph/v25/x" "github.com/dgraph-io/ristretto/v2/z" - "github.com/hypermodeinc/dgraph/v25/conn" - "github.com/hypermodeinc/dgraph/v25/protos/pb" - "github.com/hypermodeinc/dgraph/v25/raftwal" - "github.com/hypermodeinc/dgraph/v25/schema" - "github.com/hypermodeinc/dgraph/v25/x" ) type groupi struct { @@ -106,7 +106,7 @@ func StartRaftNodes(walStore *raftwal.DiskStorage, bindall bool) { var connState *pb.ConnectionState var err error - for { // Keep on retrying. See: https://github.com/hypermodeinc/dgraph/issues/2289 + for { // Keep on retrying. See: https://github.com/dgraph-io/dgraph/issues/2289 pl := gr.connToZeroLeader() if pl == nil { continue @@ -703,7 +703,7 @@ func (g *groupi) connToZeroLeader() *conn.Pool { // No leader found. Let's get the latest membership state from Zero. delay := connBaseDelay maxHalfDelay := time.Second - for i := 0; ; i++ { // Keep on retrying. See: https://github.com/hypermodeinc/dgraph/issues/2289 + for i := 0; ; i++ { // Keep on retrying. See: https://github.com/dgraph-io/dgraph/issues/2289 if g.IsClosed() { return nil } diff --git a/worker/import.go b/worker/import.go index f6498836400..68a96b82f6b 100644 --- a/worker/import.go +++ b/worker/import.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -12,12 +12,12 @@ import ( "sync" "github.com/dgraph-io/dgo/v250/protos/api" + "github.com/dgraph-io/dgraph/v25/conn" + "github.com/dgraph-io/dgraph/v25/posting" + "github.com/dgraph-io/dgraph/v25/protos/pb" + "github.com/dgraph-io/dgraph/v25/schema" + "github.com/dgraph-io/dgraph/v25/x" "github.com/dgraph-io/ristretto/v2/z" - "github.com/hypermodeinc/dgraph/v25/conn" - "github.com/hypermodeinc/dgraph/v25/posting" - "github.com/hypermodeinc/dgraph/v25/protos/pb" - "github.com/hypermodeinc/dgraph/v25/schema" - "github.com/hypermodeinc/dgraph/v25/x" "github.com/golang/glog" "github.com/pkg/errors" diff --git a/worker/match.go b/worker/match.go index 36fc733266f..37ae643e23f 100644 --- a/worker/match.go +++ b/worker/match.go @@ -1,16 +1,16 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ package worker import ( - "github.com/hypermodeinc/dgraph/v25/algo" - "github.com/hypermodeinc/dgraph/v25/posting" - "github.com/hypermodeinc/dgraph/v25/protos/pb" - "github.com/hypermodeinc/dgraph/v25/tok" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/algo" + "github.com/dgraph-io/dgraph/v25/posting" + "github.com/dgraph-io/dgraph/v25/protos/pb" + "github.com/dgraph-io/dgraph/v25/tok" + "github.com/dgraph-io/dgraph/v25/x" ) // LevenshteinDistance measures the difference between two strings. diff --git a/worker/match_test.go b/worker/match_test.go index 6ea67877f2f..90536e7d286 100644 --- a/worker/match_test.go +++ b/worker/match_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/worker/multi_tenancy.go b/worker/multi_tenancy.go index 912ffa9ad06..1be110ee7e2 100644 --- a/worker/multi_tenancy.go +++ b/worker/multi_tenancy.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -13,9 +13,9 @@ import ( "github.com/pkg/errors" "golang.org/x/sync/errgroup" - "github.com/hypermodeinc/dgraph/v25/conn" - "github.com/hypermodeinc/dgraph/v25/protos/pb" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/conn" + "github.com/dgraph-io/dgraph/v25/protos/pb" + "github.com/dgraph-io/dgraph/v25/x" ) func (w *grpcWorker) DeleteNamespace(ctx context.Context, req *pb.DeleteNsRequest) (*pb.Status, error) { diff --git a/worker/mutation.go b/worker/mutation.go index 47ef32b5c9e..fdac2a41c1b 100644 --- a/worker/mutation.go +++ b/worker/mutation.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -27,14 +27,14 @@ import ( "github.com/dgraph-io/badger/v4/y" "github.com/dgraph-io/dgo/v250" "github.com/dgraph-io/dgo/v250/protos/api" + "github.com/dgraph-io/dgraph/v25/conn" + "github.com/dgraph-io/dgraph/v25/posting" + "github.com/dgraph-io/dgraph/v25/protos/pb" + "github.com/dgraph-io/dgraph/v25/schema" + "github.com/dgraph-io/dgraph/v25/tok/hnsw" + "github.com/dgraph-io/dgraph/v25/types" + "github.com/dgraph-io/dgraph/v25/x" "github.com/dgraph-io/ristretto/v2/z" - "github.com/hypermodeinc/dgraph/v25/conn" - "github.com/hypermodeinc/dgraph/v25/posting" - "github.com/hypermodeinc/dgraph/v25/protos/pb" - "github.com/hypermodeinc/dgraph/v25/schema" - "github.com/hypermodeinc/dgraph/v25/tok/hnsw" - "github.com/hypermodeinc/dgraph/v25/types" - "github.com/hypermodeinc/dgraph/v25/x" ) var ( diff --git a/worker/mutation_integration_test.go b/worker/mutation_integration_test.go index 4bbd4906b7c..99a2a1eed01 100644 --- a/worker/mutation_integration_test.go +++ b/worker/mutation_integration_test.go @@ -1,7 +1,7 @@ //go:build integration /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -12,10 +12,10 @@ import ( "github.com/stretchr/testify/require" - "github.com/hypermodeinc/dgraph/v25/posting" - "github.com/hypermodeinc/dgraph/v25/protos/pb" - "github.com/hypermodeinc/dgraph/v25/schema" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/posting" + "github.com/dgraph-io/dgraph/v25/protos/pb" + "github.com/dgraph-io/dgraph/v25/schema" + "github.com/dgraph-io/dgraph/v25/x" ) func TestPopulateMutationMap(t *testing.T) { diff --git a/worker/mutation_unit_test.go b/worker/mutation_unit_test.go index d734290857b..c95034b1275 100644 --- a/worker/mutation_unit_test.go +++ b/worker/mutation_unit_test.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -14,11 +14,11 @@ import ( "github.com/stretchr/testify/require" "github.com/dgraph-io/badger/v4" - "github.com/hypermodeinc/dgraph/v25/posting" - "github.com/hypermodeinc/dgraph/v25/protos/pb" - "github.com/hypermodeinc/dgraph/v25/schema" - "github.com/hypermodeinc/dgraph/v25/types" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/posting" + "github.com/dgraph-io/dgraph/v25/protos/pb" + "github.com/dgraph-io/dgraph/v25/schema" + "github.com/dgraph-io/dgraph/v25/types" + "github.com/dgraph-io/dgraph/v25/x" ) func TestReverseEdge(t *testing.T) { @@ -90,7 +90,7 @@ func TestReverseEdgeSetDel(t *testing.T) { Entity: 1, Op: pb.DirectedEdge_SET, } - + edgeSet2 := &pb.DirectedEdge{ ValueId: 2, Attr: attr, @@ -98,7 +98,6 @@ func TestReverseEdgeSetDel(t *testing.T) { Op: pb.DirectedEdge_SET, } - edgeSet3 := &pb.DirectedEdge{ ValueId: 2, Attr: attr, @@ -106,7 +105,6 @@ func TestReverseEdgeSetDel(t *testing.T) { Op: pb.DirectedEdge_SET, } - x.Check(runMutation(ctx, edgeSet1, txn)) x.Check(runMutation(ctx, edgeSet2, txn)) x.Check(runMutation(ctx, edgeSet3, txn)) diff --git a/worker/online_restore.go b/worker/online_restore.go index c1c6ec04457..05462d0b21c 100644 --- a/worker/online_restore.go +++ b/worker/online_restore.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -23,11 +23,11 @@ import ( "github.com/dgraph-io/badger/v4" "github.com/dgraph-io/badger/v4/options" - "github.com/hypermodeinc/dgraph/v25/conn" - "github.com/hypermodeinc/dgraph/v25/posting" - "github.com/hypermodeinc/dgraph/v25/protos/pb" - "github.com/hypermodeinc/dgraph/v25/schema" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/conn" + "github.com/dgraph-io/dgraph/v25/posting" + "github.com/dgraph-io/dgraph/v25/protos/pb" + "github.com/dgraph-io/dgraph/v25/schema" + "github.com/dgraph-io/dgraph/v25/x" ) const ( diff --git a/worker/predicate_move.go b/worker/predicate_move.go index 049a2284319..f9b6c54f691 100644 --- a/worker/predicate_move.go +++ b/worker/predicate_move.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -23,12 +23,12 @@ import ( "github.com/dgraph-io/badger/v4" bpb "github.com/dgraph-io/badger/v4/pb" "github.com/dgraph-io/dgo/v250/protos/api" + "github.com/dgraph-io/dgraph/v25/posting" + "github.com/dgraph-io/dgraph/v25/protos/pb" + "github.com/dgraph-io/dgraph/v25/schema" + "github.com/dgraph-io/dgraph/v25/tok/hnsw" + "github.com/dgraph-io/dgraph/v25/x" "github.com/dgraph-io/ristretto/v2/z" - "github.com/hypermodeinc/dgraph/v25/posting" - "github.com/hypermodeinc/dgraph/v25/protos/pb" - "github.com/hypermodeinc/dgraph/v25/schema" - "github.com/hypermodeinc/dgraph/v25/tok/hnsw" - "github.com/hypermodeinc/dgraph/v25/x" ) var ( diff --git a/worker/predicate_test.go b/worker/predicate_test.go index 2626615a4a0..40deeab7bda 100644 --- a/worker/predicate_test.go +++ b/worker/predicate_test.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -21,9 +21,9 @@ package worker // "github.com/stretchr/testify/require" // "google.golang.org/grpc" -// "github.com/hypermodeinc/dgraph/v25/posting" -// "github.com/hypermodeinc/dgraph/v25/protos/pb" -// "github.com/hypermodeinc/dgraph/v25/x" +// "github.com/dgraph-io/dgraph/v25/posting" +// "github.com/dgraph-io/dgraph/v25/protos/pb" +// "github.com/dgraph-io/dgraph/v25/x" // ) // func checkShard(ps *badger.DB) (int, []byte) { diff --git a/worker/proposal.go b/worker/proposal.go index 07d531b3a4a..4c847c1d12d 100644 --- a/worker/proposal.go +++ b/worker/proposal.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -20,10 +20,10 @@ import ( "go.opentelemetry.io/otel/trace" "google.golang.org/protobuf/proto" - "github.com/hypermodeinc/dgraph/v25/conn" - "github.com/hypermodeinc/dgraph/v25/protos/pb" - "github.com/hypermodeinc/dgraph/v25/schema" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/conn" + "github.com/dgraph-io/dgraph/v25/protos/pb" + "github.com/dgraph-io/dgraph/v25/schema" + "github.com/dgraph-io/dgraph/v25/x" ) const baseTimeout time.Duration = 4 * time.Second diff --git a/worker/proposal_test.go b/worker/proposal_test.go index fa0192fc14b..cff3c513fc9 100644 --- a/worker/proposal_test.go +++ b/worker/proposal_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/worker/queue.go b/worker/queue.go index 9269d9e873c..3b20ca5da7d 100644 --- a/worker/queue.go +++ b/worker/queue.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -18,11 +18,11 @@ import ( "github.com/golang/glog" "github.com/pkg/errors" + "github.com/dgraph-io/dgraph/v25/conn" + "github.com/dgraph-io/dgraph/v25/protos/pb" + "github.com/dgraph-io/dgraph/v25/raftwal" + "github.com/dgraph-io/dgraph/v25/x" "github.com/dgraph-io/ristretto/v2/z" - "github.com/hypermodeinc/dgraph/v25/conn" - "github.com/hypermodeinc/dgraph/v25/protos/pb" - "github.com/hypermodeinc/dgraph/v25/raftwal" - "github.com/hypermodeinc/dgraph/v25/x" ) // TaskStatusOverNetwork fetches the status of a task over the network. Alphas only know about the diff --git a/worker/restore_map.go b/worker/restore_map.go index 585d5fd998a..51d71faac93 100644 --- a/worker/restore_map.go +++ b/worker/restore_map.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -33,14 +33,14 @@ import ( bpb "github.com/dgraph-io/badger/v4/pb" "github.com/dgraph-io/badger/v4/y" + "github.com/dgraph-io/dgraph/v25/codec" + "github.com/dgraph-io/dgraph/v25/enc" + "github.com/dgraph-io/dgraph/v25/posting" + "github.com/dgraph-io/dgraph/v25/protos/pb" + "github.com/dgraph-io/dgraph/v25/schema" + "github.com/dgraph-io/dgraph/v25/tok/hnsw" + "github.com/dgraph-io/dgraph/v25/x" "github.com/dgraph-io/ristretto/v2/z" - "github.com/hypermodeinc/dgraph/v25/codec" - "github.com/hypermodeinc/dgraph/v25/enc" - "github.com/hypermodeinc/dgraph/v25/posting" - "github.com/hypermodeinc/dgraph/v25/protos/pb" - "github.com/hypermodeinc/dgraph/v25/schema" - "github.com/hypermodeinc/dgraph/v25/tok/hnsw" - "github.com/hypermodeinc/dgraph/v25/x" ) type backupReader struct { diff --git a/worker/restore_reduce.go b/worker/restore_reduce.go index 454d8211568..df4778229f4 100644 --- a/worker/restore_reduce.go +++ b/worker/restore_reduce.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -24,9 +24,9 @@ import ( "google.golang.org/protobuf/proto" "github.com/dgraph-io/badger/v4/y" + "github.com/dgraph-io/dgraph/v25/protos/pb" + "github.com/dgraph-io/dgraph/v25/x" "github.com/dgraph-io/ristretto/v2/z" - "github.com/hypermodeinc/dgraph/v25/protos/pb" - "github.com/hypermodeinc/dgraph/v25/x" ) const ( diff --git a/worker/schema.go b/worker/schema.go index 2579b93ba35..03aeb8f7632 100644 --- a/worker/schema.go +++ b/worker/schema.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -12,10 +12,10 @@ import ( "go.opentelemetry.io/otel" "google.golang.org/protobuf/proto" - "github.com/hypermodeinc/dgraph/v25/conn" - "github.com/hypermodeinc/dgraph/v25/protos/pb" - "github.com/hypermodeinc/dgraph/v25/schema" - "github.com/hypermodeinc/dgraph/v25/types" + "github.com/dgraph-io/dgraph/v25/conn" + "github.com/dgraph-io/dgraph/v25/protos/pb" + "github.com/dgraph-io/dgraph/v25/schema" + "github.com/dgraph-io/dgraph/v25/types" ) var ( diff --git a/worker/server_state.go b/worker/server_state.go index 66a8eb1ce9b..54c4ac2b4e8 100644 --- a/worker/server_state.go +++ b/worker/server_state.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -14,10 +14,10 @@ import ( "github.com/golang/glog" "github.com/dgraph-io/badger/v4" + "github.com/dgraph-io/dgraph/v25/protos/pb" + "github.com/dgraph-io/dgraph/v25/raftwal" + "github.com/dgraph-io/dgraph/v25/x" "github.com/dgraph-io/ristretto/v2/z" - "github.com/hypermodeinc/dgraph/v25/protos/pb" - "github.com/hypermodeinc/dgraph/v25/raftwal" - "github.com/hypermodeinc/dgraph/v25/x" ) const ( diff --git a/worker/sink_handler.go b/worker/sink_handler.go index fa47e0fe258..bfed626d0a1 100644 --- a/worker/sink_handler.go +++ b/worker/sink_handler.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -20,8 +20,8 @@ import ( "github.com/pkg/errors" "github.com/xdg/scram" + "github.com/dgraph-io/dgraph/v25/x" "github.com/dgraph-io/ristretto/v2/z" - "github.com/hypermodeinc/dgraph/v25/x" ) type SinkMessage struct { diff --git a/worker/snapshot.go b/worker/snapshot.go index 87cefd5d918..a417c9e1e8e 100644 --- a/worker/snapshot.go +++ b/worker/snapshot.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -16,12 +16,12 @@ import ( "go.etcd.io/etcd/raft/v3" "github.com/dgraph-io/badger/v4" + "github.com/dgraph-io/dgraph/v25/conn" + "github.com/dgraph-io/dgraph/v25/posting" + "github.com/dgraph-io/dgraph/v25/protos/pb" + "github.com/dgraph-io/dgraph/v25/schema" + "github.com/dgraph-io/dgraph/v25/x" "github.com/dgraph-io/ristretto/v2/z" - "github.com/hypermodeinc/dgraph/v25/conn" - "github.com/hypermodeinc/dgraph/v25/posting" - "github.com/hypermodeinc/dgraph/v25/protos/pb" - "github.com/hypermodeinc/dgraph/v25/schema" - "github.com/hypermodeinc/dgraph/v25/x" ) const ( diff --git a/worker/snapshot_test.go b/worker/snapshot_test.go index 941f84c2ac0..b85941fc519 100644 --- a/worker/snapshot_test.go +++ b/worker/snapshot_test.go @@ -1,7 +1,7 @@ //go:build integration /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -22,7 +22,7 @@ import ( "github.com/dgraph-io/dgo/v250" "github.com/dgraph-io/dgo/v250/protos/api" - "github.com/hypermodeinc/dgraph/v25/testutil" + "github.com/dgraph-io/dgraph/v25/testutil" ) func TestSnapshot(t *testing.T) { diff --git a/worker/sort.go b/worker/sort.go index 834eea49519..195f52bbcbc 100644 --- a/worker/sort.go +++ b/worker/sort.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -19,13 +19,13 @@ import ( "go.opentelemetry.io/otel/trace" "github.com/dgraph-io/badger/v4" - "github.com/hypermodeinc/dgraph/v25/algo" - "github.com/hypermodeinc/dgraph/v25/posting" - "github.com/hypermodeinc/dgraph/v25/protos/pb" - "github.com/hypermodeinc/dgraph/v25/schema" - "github.com/hypermodeinc/dgraph/v25/tok" - "github.com/hypermodeinc/dgraph/v25/types" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/algo" + "github.com/dgraph-io/dgraph/v25/posting" + "github.com/dgraph-io/dgraph/v25/protos/pb" + "github.com/dgraph-io/dgraph/v25/schema" + "github.com/dgraph-io/dgraph/v25/tok" + "github.com/dgraph-io/dgraph/v25/types" + "github.com/dgraph-io/dgraph/v25/x" "go.opentelemetry.io/otel/attribute" ) diff --git a/worker/sort_test.go b/worker/sort_test.go index 2a1e50dd612..4c7e1f39542 100644 --- a/worker/sort_test.go +++ b/worker/sort_test.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -14,10 +14,10 @@ import ( "github.com/dgraph-io/badger/v4" bpb "github.com/dgraph-io/badger/v4/pb" - "github.com/hypermodeinc/dgraph/v25/posting" - "github.com/hypermodeinc/dgraph/v25/protos/pb" - "github.com/hypermodeinc/dgraph/v25/schema" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/posting" + "github.com/dgraph-io/dgraph/v25/protos/pb" + "github.com/dgraph-io/dgraph/v25/schema" + "github.com/dgraph-io/dgraph/v25/x" "github.com/stretchr/testify/require" ) diff --git a/worker/stringfilter.go b/worker/stringfilter.go index 7fe750d3c8b..3db2785d188 100644 --- a/worker/stringfilter.go +++ b/worker/stringfilter.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -10,10 +10,10 @@ import ( "github.com/golang/glog" - "github.com/hypermodeinc/dgraph/v25/protos/pb" - "github.com/hypermodeinc/dgraph/v25/tok" - "github.com/hypermodeinc/dgraph/v25/types" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/protos/pb" + "github.com/dgraph-io/dgraph/v25/tok" + "github.com/dgraph-io/dgraph/v25/types" + "github.com/dgraph-io/dgraph/v25/x" ) type matchFunc func(types.Val, *stringFilter) bool diff --git a/worker/task.go b/worker/task.go index ba7e859572f..22000483c36 100644 --- a/worker/task.go +++ b/worker/task.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -26,18 +26,18 @@ import ( "github.com/dgraph-io/badger/v4" "github.com/dgraph-io/dgo/v250/protos/api" - "github.com/hypermodeinc/dgraph/v25/algo" - "github.com/hypermodeinc/dgraph/v25/conn" - "github.com/hypermodeinc/dgraph/v25/posting" - "github.com/hypermodeinc/dgraph/v25/protos/pb" - "github.com/hypermodeinc/dgraph/v25/schema" - ctask "github.com/hypermodeinc/dgraph/v25/task" - "github.com/hypermodeinc/dgraph/v25/tok" - "github.com/hypermodeinc/dgraph/v25/tok/hnsw" - "github.com/hypermodeinc/dgraph/v25/tok/index" - "github.com/hypermodeinc/dgraph/v25/types" - "github.com/hypermodeinc/dgraph/v25/types/facets" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/algo" + "github.com/dgraph-io/dgraph/v25/conn" + "github.com/dgraph-io/dgraph/v25/posting" + "github.com/dgraph-io/dgraph/v25/protos/pb" + "github.com/dgraph-io/dgraph/v25/schema" + ctask "github.com/dgraph-io/dgraph/v25/task" + "github.com/dgraph-io/dgraph/v25/tok" + "github.com/dgraph-io/dgraph/v25/tok/hnsw" + "github.com/dgraph-io/dgraph/v25/tok/index" + "github.com/dgraph-io/dgraph/v25/types" + "github.com/dgraph-io/dgraph/v25/types/facets" + "github.com/dgraph-io/dgraph/v25/x" ) func invokeNetworkRequest(ctx context.Context, addr string, @@ -2015,6 +2015,12 @@ func parseSrcFn(ctx context.Context, q *pb.Query) (*functionContext, error) { return nil, errors.Wrapf(err, "Compare %v(%v) require digits, but got invalid num", q.SrcFunc.Name, q.SrcFunc.Args[0]) } + // Threshold values are used as uint32 in count keys (see evaluate function). + // Validate they fit in uint32 range to prevent overflow. + if threshold < 0 || threshold > math.MaxUint32 { + return nil, errors.Errorf("Compare %v: threshold value %d must be between 0 and %d", + q.SrcFunc.Name, threshold, math.MaxUint32) + } thresholds = append(thresholds, threshold) } fc.threshold = thresholds diff --git a/worker/tokens.go b/worker/tokens.go index 3dc534c1889..2740d29f447 100644 --- a/worker/tokens.go +++ b/worker/tokens.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -12,10 +12,10 @@ import ( "github.com/pkg/errors" "github.com/dgraph-io/badger/v4" - "github.com/hypermodeinc/dgraph/v25/schema" - "github.com/hypermodeinc/dgraph/v25/tok" - "github.com/hypermodeinc/dgraph/v25/types" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/schema" + "github.com/dgraph-io/dgraph/v25/tok" + "github.com/dgraph-io/dgraph/v25/types" + "github.com/dgraph-io/dgraph/v25/x" ) func verifyStringIndex(ctx context.Context, attr string, funcType FuncType) (string, bool) { diff --git a/worker/trigram.go b/worker/trigram.go index ea69353cf04..bab16735db2 100644 --- a/worker/trigram.go +++ b/worker/trigram.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -11,11 +11,11 @@ import ( cindex "github.com/google/codesearch/index" "google.golang.org/protobuf/proto" - "github.com/hypermodeinc/dgraph/v25/algo" - "github.com/hypermodeinc/dgraph/v25/posting" - "github.com/hypermodeinc/dgraph/v25/protos/pb" - "github.com/hypermodeinc/dgraph/v25/tok" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/algo" + "github.com/dgraph-io/dgraph/v25/posting" + "github.com/dgraph-io/dgraph/v25/protos/pb" + "github.com/dgraph-io/dgraph/v25/tok" + "github.com/dgraph-io/dgraph/v25/x" ) var errRegexTooWide = errors.New( diff --git a/worker/upgrade_test.go b/worker/upgrade_test.go index 26435f3dab7..a2beecb763d 100644 --- a/worker/upgrade_test.go +++ b/worker/upgrade_test.go @@ -1,7 +1,7 @@ //go:build upgrade /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -16,10 +16,10 @@ import ( "github.com/stretchr/testify/require" "github.com/dgraph-io/dgo/v250/protos/api" - "github.com/hypermodeinc/dgraph/v25/dgraphapi" - "github.com/hypermodeinc/dgraph/v25/dgraphtest" - "github.com/hypermodeinc/dgraph/v25/testutil" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/dgraphapi" + "github.com/dgraph-io/dgraph/v25/dgraphtest" + "github.com/dgraph-io/dgraph/v25/testutil" + "github.com/dgraph-io/dgraph/v25/x" ) var client *dgraphapi.GrpcClient diff --git a/worker/worker.go b/worker/worker.go index d48ae161d06..169574a11b7 100644 --- a/worker/worker.go +++ b/worker/worker.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -23,10 +23,10 @@ import ( "github.com/dgraph-io/badger/v4" badgerpb "github.com/dgraph-io/badger/v4/pb" - "github.com/hypermodeinc/dgraph/v25/conn" - "github.com/hypermodeinc/dgraph/v25/posting" - "github.com/hypermodeinc/dgraph/v25/protos/pb" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/conn" + "github.com/dgraph-io/dgraph/v25/posting" + "github.com/dgraph-io/dgraph/v25/protos/pb" + "github.com/dgraph-io/dgraph/v25/x" ) var ( diff --git a/worker/worker_test.go b/worker/worker_test.go index 4181b645347..b5808dbf8e3 100644 --- a/worker/worker_test.go +++ b/worker/worker_test.go @@ -1,7 +1,7 @@ //go:build integration /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -22,11 +22,11 @@ import ( "github.com/dgraph-io/badger/v4" "github.com/dgraph-io/dgo/v250" "github.com/dgraph-io/dgo/v250/protos/api" - "github.com/hypermodeinc/dgraph/v25/posting" - "github.com/hypermodeinc/dgraph/v25/protos/pb" - "github.com/hypermodeinc/dgraph/v25/schema" - "github.com/hypermodeinc/dgraph/v25/testutil" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/posting" + "github.com/dgraph-io/dgraph/v25/protos/pb" + "github.com/dgraph-io/dgraph/v25/schema" + "github.com/dgraph-io/dgraph/v25/testutil" + "github.com/dgraph-io/dgraph/v25/x" ) var ts uint64 diff --git a/worker/zero.go b/worker/zero.go index 45400352455..a9001d037b2 100644 --- a/worker/zero.go +++ b/worker/zero.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -8,8 +8,8 @@ package worker import ( "context" - "github.com/hypermodeinc/dgraph/v25/conn" - "github.com/hypermodeinc/dgraph/v25/protos/pb" + "github.com/dgraph-io/dgraph/v25/conn" + "github.com/dgraph-io/dgraph/v25/protos/pb" ) // RemoveNodeOverNetwork sends a request to remove the given node from given group to a zero server. diff --git a/worker/zero_proxy.go b/worker/zero_proxy.go index 5f6a502b3a5..3b06d88c03b 100644 --- a/worker/zero_proxy.go +++ b/worker/zero_proxy.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -11,9 +11,9 @@ import ( "github.com/pkg/errors" "google.golang.org/grpc" - "github.com/hypermodeinc/dgraph/v25/conn" - "github.com/hypermodeinc/dgraph/v25/protos/pb" - "github.com/hypermodeinc/dgraph/v25/x" + "github.com/dgraph-io/dgraph/v25/conn" + "github.com/dgraph-io/dgraph/v25/protos/pb" + "github.com/dgraph-io/dgraph/v25/x" ) func forwardAssignUidsToZero(ctx context.Context, in *pb.Num) (*pb.AssignedIds, error) { diff --git a/x/acl_enc_keys.go b/x/acl_enc_keys.go index b34602baa84..87ca3bac1ac 100644 --- a/x/acl_enc_keys.go +++ b/x/acl_enc_keys.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/x/config.go b/x/config.go index 10fe0c8aab1..ca0ac9a3326 100644 --- a/x/config.go +++ b/x/config.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -7,6 +7,7 @@ package x import ( "crypto/tls" + "fmt" "net" "time" @@ -71,7 +72,8 @@ type IPRange struct { } // WorkerOptions stores the options for the worker package. It's declared here -// since it's used by multiple packages. +// since it's used by multiple packages. Note the String override for this type, +// added to prevent sensitive information from being logged. type WorkerOptions struct { // TmpDir is a directory to store temporary buffers. TmpDir string @@ -147,3 +149,15 @@ func (w *WorkerOptions) Parse(conf *viper.Viper) { "Invalid survival mode: %s", survive) w.HardSync = survive == "filesystem" } + +// String implements the Stringer interface to redact sensitive fields when logging. +func (w WorkerOptions) String() string { + return fmt.Sprintf("{TmpDir:%s ExportPath:%s MyAddr:%s ZeroAddr:%v Raft:%v "+ + "WhiteListedIPRanges:%v StrictMutations:%v AclEnabled:%v AclJwtAlg:%v "+ + "AclPublicKey:**** AbortOlderThan:%v ProposedGroupId:%d StartTime:%v "+ + "Security:**** EncryptionKey:**** LogDQLRequest:%d HardSync:%v Audit:%v}", + w.TmpDir, w.ExportPath, w.MyAddr, w.ZeroAddr, w.Raft, + w.WhiteListedIPRanges, w.StrictMutations, w.AclEnabled, w.AclJwtAlg, + w.AbortOlderThan, w.ProposedGroupId, w.StartTime, + w.LogDQLRequest, w.HardSync, w.Audit) +} diff --git a/x/debug.go b/x/debug.go index d3ff06e9c3a..2da59a845e3 100644 --- a/x/debug.go +++ b/x/debug.go @@ -2,7 +2,7 @@ // +build debug /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -18,7 +18,7 @@ import ( "github.com/dgraph-io/badger/v4" bpb "github.com/dgraph-io/badger/v4/pb" - "github.com/hypermodeinc/dgraph/v25/protos/pb" + "github.com/dgraph-io/dgraph/v25/protos/pb" ) func PrintRollup(plist *pb.PostingList, parts map[uint64]*pb.PostingList, baseKey []byte, ts uint64) { diff --git a/x/disk_metrics_linux.go b/x/disk_metrics_linux.go index 17bede73683..3e5be5f798f 100644 --- a/x/disk_metrics_linux.go +++ b/x/disk_metrics_linux.go @@ -2,7 +2,7 @@ // +build linux /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/x/disk_metrics_others.go b/x/disk_metrics_others.go index cc415eedfe8..63566131c35 100644 --- a/x/disk_metrics_others.go +++ b/x/disk_metrics_others.go @@ -2,7 +2,7 @@ // +build !linux /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/x/doc.go b/x/doc.go index 8e66af54418..1034a979bda 100644 --- a/x/doc.go +++ b/x/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/x/error.go b/x/error.go index 8a09b93e29b..8a40683d362 100644 --- a/x/error.go +++ b/x/error.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/x/error_test.go b/x/error_test.go index 7d2cc355e39..d563c8de34c 100644 --- a/x/error_test.go +++ b/x/error_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/x/file.go b/x/file.go index 4416fd5473d..88a8d6c1f52 100644 --- a/x/file.go +++ b/x/file.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/x/file_test.go b/x/file_test.go index f4ad0d94964..1009854b6a8 100644 --- a/x/file_test.go +++ b/x/file_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/x/flags.go b/x/flags.go index 87b0e88beea..a6ac0063463 100644 --- a/x/flags.go +++ b/x/flags.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/x/health.go b/x/health.go index 0d3b3121a85..e7dff5119ee 100644 --- a/x/health.go +++ b/x/health.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/x/init.go b/x/init.go index 02ac8a6fd4f..f088499e205 100644 --- a/x/init.go +++ b/x/init.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -53,10 +53,9 @@ jemalloc enabled : %v For Dgraph official documentation, visit https://dgraph.io/docs. For discussions about Dgraph , visit https://discuss.dgraph.io. -For fully-managed Dgraph Cloud , visit https://dgraph.io/cloud. %s. -© Hypermode Inc. +© Istari Digital, Inc. `, dgraphVersion, dgraphCodename, ExecutableChecksum(), lastCommitSHA, lastCommitTime, gitBranch, diff --git a/x/jwt_helper.go b/x/jwt_helper.go index a8b8abbabeb..134b0e7fdd6 100644 --- a/x/jwt_helper.go +++ b/x/jwt_helper.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/x/keys.go b/x/keys.go index 3292faf145b..94112d07c03 100644 --- a/x/keys.go +++ b/x/keys.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -15,7 +15,7 @@ import ( "github.com/pkg/errors" - "github.com/hypermodeinc/dgraph/v25/protos/pb" + "github.com/dgraph-io/dgraph/v25/protos/pb" ) const ( diff --git a/x/keys_test.go b/x/keys_test.go index bf57b1e7467..a32f79f4e12 100644 --- a/x/keys_test.go +++ b/x/keys_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/x/lock.go b/x/lock.go index 3efed152820..b595aebc132 100644 --- a/x/lock.go +++ b/x/lock.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/x/log.go b/x/log.go index 9d134dbdf96..197a30fc2cc 100644 --- a/x/log.go +++ b/x/log.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/x/log_writer.go b/x/log_writer.go index bde7fdb3d83..2c42f9e4fe8 100644 --- a/x/log_writer.go +++ b/x/log_writer.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -28,7 +28,7 @@ const ( backupTimeFormat = "2006-01-02T15-04-05.000" bufferSize = 256 * 1024 flushInterval = 10 * time.Second - // old logs before https://github.com/hypermodeinc/dgraph/pull/8323 contain deprecated verification text in header + // old logs before https://github.com/dgraph-io/dgraph/pull/8323 contain deprecated verification text in header VerificationTextDeprecated = "Hello World" VerificationText = "dlroW olloH" ) diff --git a/x/log_writer_test.go b/x/log_writer_test.go index 036fa4eb5e5..adad3e761f9 100644 --- a/x/log_writer_test.go +++ b/x/log_writer_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/x/logger.go b/x/logger.go index a43033bd1fa..ae4ecd88ca9 100644 --- a/x/logger.go +++ b/x/logger.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/x/metrics.go b/x/metrics.go index e5aed5b95ec..137f5e48915 100644 --- a/x/metrics.go +++ b/x/metrics.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/x/minioclient.go b/x/minioclient.go index d027964b336..af489b51cc7 100644 --- a/x/minioclient.go +++ b/x/minioclient.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -18,7 +18,7 @@ import ( "github.com/minio/minio-go/v7/pkg/credentials" "github.com/pkg/errors" - "github.com/hypermodeinc/dgraph/v25/protos/pb" + "github.com/dgraph-io/dgraph/v25/protos/pb" ) const ( diff --git a/x/nodebug.go b/x/nodebug.go index 4899265c3d0..2470c29beb2 100644 --- a/x/nodebug.go +++ b/x/nodebug.go @@ -2,7 +2,7 @@ // +build !debug /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -11,7 +11,7 @@ package x import ( "github.com/dgraph-io/badger/v4" bpb "github.com/dgraph-io/badger/v4/pb" - "github.com/hypermodeinc/dgraph/v25/protos/pb" + "github.com/dgraph-io/dgraph/v25/protos/pb" ) // PrintRollup prints information about any rollup that happen diff --git a/x/profile.go b/x/profile.go index 2f159653d77..3bf7af85de7 100644 --- a/x/profile.go +++ b/x/profile.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/x/server.go b/x/server.go index 20949f50d57..ab91b1fac23 100644 --- a/x/server.go +++ b/x/server.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/x/subcommand.go b/x/subcommand.go index 73fdd254b67..deef854f74a 100644 --- a/x/subcommand.go +++ b/x/subcommand.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/x/tls_helper.go b/x/tls_helper.go index 997a1633470..04744950782 100644 --- a/x/tls_helper.go +++ b/x/tls_helper.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/x/types.go b/x/types.go index 0cd161ad2db..a5a65e1d466 100644 --- a/x/types.go +++ b/x/types.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/x/ulimit_unix.go b/x/ulimit_unix.go index 636e8ddd718..61c932acda7 100644 --- a/x/ulimit_unix.go +++ b/x/ulimit_unix.go @@ -2,7 +2,7 @@ // +build !windows /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/x/ulimit_windows.go b/x/ulimit_windows.go index b5f275046e5..d5c60464afc 100644 --- a/x/ulimit_windows.go +++ b/x/ulimit_windows.go @@ -2,7 +2,7 @@ // +build windows /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ diff --git a/x/values.go b/x/values.go index e4fd78e40a0..8a6712e5b53 100644 --- a/x/values.go +++ b/x/values.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/x/values_test.go b/x/values_test.go index 4e2d874f120..37ffe3bfac5 100644 --- a/x/values_test.go +++ b/x/values_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/x/vault.go b/x/vault.go index 42c94fcf67c..f391673efda 100644 --- a/x/vault.go +++ b/x/vault.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/x/x.go b/x/x.go index 3a100fc5644..a1434e69223 100644 --- a/x/x.go +++ b/x/x.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/x/x_test.go b/x/x_test.go index 59ba48a174b..bd1ff2055be 100644 --- a/x/x_test.go +++ b/x/x_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/xidmap/trie.go b/xidmap/trie.go index 134ac904856..5568198e456 100644 --- a/xidmap/trie.go +++ b/xidmap/trie.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/xidmap/trie_test.go b/xidmap/trie_test.go index 684d1b2189a..2234dad869b 100644 --- a/xidmap/trie_test.go +++ b/xidmap/trie_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/xidmap/xidmap.go b/xidmap/xidmap.go index 14820581b30..d75e9951b84 100644 --- a/xidmap/xidmap.go +++ b/xidmap/xidmap.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -23,9 +23,9 @@ import ( "github.com/dgraph-io/badger/v4" "github.com/dgraph-io/dgo/v250" + "github.com/dgraph-io/dgraph/v25/protos/pb" + "github.com/dgraph-io/dgraph/v25/x" "github.com/dgraph-io/ristretto/v2/z" - "github.com/hypermodeinc/dgraph/v25/protos/pb" - "github.com/hypermodeinc/dgraph/v25/x" ) var maxLeaseRegex = regexp.MustCompile(`currMax:([0-9]+)`) diff --git a/xidmap/xidmap_test.go b/xidmap/xidmap_test.go index dd458fac6aa..065f27f1367 100644 --- a/xidmap/xidmap_test.go +++ b/xidmap/xidmap_test.go @@ -1,7 +1,7 @@ //go:build integration /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */ @@ -21,9 +21,9 @@ import ( "google.golang.org/grpc" "github.com/dgraph-io/badger/v4" + "github.com/dgraph-io/dgraph/v25/testutil" + "github.com/dgraph-io/dgraph/v25/x" "github.com/dgraph-io/ristretto/v2/z" - "github.com/hypermodeinc/dgraph/v25/testutil" - "github.com/hypermodeinc/dgraph/v25/x" ) // Opens a badger db and runs a a test on it.