diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
new file mode 100644
index 00000000000..5f95c284903
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/bug_report.md
@@ -0,0 +1,38 @@
+---
+name: Bug report
+about: Create a report to help us improve
+title: ""
+labels: bug
+assignees: ""
+---
+
+## Describe the bug
+
+A clear and concise description of what the bug is.
+
+## To Reproduce
+
+Steps to reproduce the behavior:
+
+1. Go to '...'
+2. Click on '....'
+3. Scroll down to '....'
+4. See error
+
+## Expected behavior
+
+A clear and concise description of what you expected to happen.
+
+## Screenshots
+
+If applicable, add screenshots to help explain your problem.
+
+## Environment
+
+- OS: [e.g. macOS, Windows, Ubuntu]
+- Language [e.g. AssemblyScript, Go]
+- Version [e.g. v0.xx]
+
+## Additional context
+
+Add any other context about the problem here.
diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml
deleted file mode 100644
index 605d38683bb..00000000000
--- a/.github/ISSUE_TEMPLATE/bug_report.yml
+++ /dev/null
@@ -1,62 +0,0 @@
-name: "🐞 Bug Report"
-description: File a bug report
-title: "[BUG]:
"
-labels: ["kind/bug", "status/triage"]
-body:
- - type: markdown
- attributes:
- value: |
- Thank you for reporting an issue.
- If you suspect this could be a bug, follow the template.
- - type: textarea
- attributes:
- label: What version of Dgraph are you using?
- description: Copy and paste all you see using the command 'dgraph version'.
- placeholder: |
- Paste here.
- validations:
- required: false
- - type: textarea
- attributes:
- label: Tell us a little more about your go-environment?
- description: Copy and paste all you see using the command 'go version'.
- placeholder: |
- Paste here.
- validations:
- required: false
- - type: dropdown
- attributes:
- label: Have you tried reproducing the issue with the latest release?
- options:
- - "Yes"
- - "No"
- validations:
- required: false
- - type: textarea
- attributes:
- label: What is the hardware spec (RAM, CPU, OS)?
- description: Share all possible context of your machine.
- placeholder: |
- Type here.
- validations:
- required: true
- - type: textarea
- attributes:
- label: What steps will reproduce the bug?
- description: Enter details about your bug (command/config used to run Dgraph).
- placeholder: |
- Type here.
- validations:
- required: true
- - type: textarea
- attributes:
- label: Expected behavior and actual result.
- description: Enter details about your expectations.
- placeholder: |
- Type here.
- validations:
- required: false
- - type: textarea
- attributes:
- label: Additional information
- description: Tell us anything else you think we should know.
diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml
new file mode 100644
index 00000000000..29ea9f2b12c
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/config.yml
@@ -0,0 +1,5 @@
+blank_issues_enabled: false
+contact_links:
+ - name: Dgraph Community Support
+ url: https://discord.hypermode.com
+ about: Please ask and answer questions here
diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md
new file mode 100644
index 00000000000..9a4aae5a13f
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/feature_request.md
@@ -0,0 +1,23 @@
+---
+name: Feature request
+about: Suggest an idea for this project
+title: ""
+labels: ""
+assignees: ""
+---
+
+## Is your feature request related to a problem? Please describe
+
+A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
+
+## Describe the solution you'd like
+
+A clear and concise description of what you want to happen.
+
+## Describe alternatives you've considered
+
+A clear and concise description of any alternative solutions or features you've considered.
+
+## Additional context
+
+Add any other context or screenshots about the feature request here.
diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml
deleted file mode 100644
index 4f7b78d8b50..00000000000
--- a/.github/ISSUE_TEMPLATE/feature_request.yml
+++ /dev/null
@@ -1,56 +0,0 @@
-name: "⚡ Feature Request"
-description: Suggest a new feature
-title: "[FEATURE]: "
-labels: ["kind/feature","status/triage"]
-body:
- - type: markdown
- attributes:
- value: |
- You have an idea for making Dgraph better? We'd love to hear about it.
- Please search the issue list first as there is a chance that someone else has had the same idea.
- Feature requests are tagged `kind/feature`.
- If you find a similar request, add a thumbs-up to vote for it and optionally add a comment to be part of the conversation.
- - type: textarea
- attributes:
- label: Use case
- description: Describe the context in which the feature will be used and what is achieved when the feature is used.
- placeholder: |
- Type here.
- validations:
- required: true
- - type: textarea
- attributes:
- label: Links to Discuss, RFC or previous Issues and PRs
- description: Reference of any prior work, post on Discuss or other.
- placeholder: |
- Type here.
- validations:
- required: false
- - type: textarea
- attributes:
- label: Links to examples and research
- description: Is there a software that has this feature? Any relevant standards or conventions?
- placeholder: |
- Type here.
- validations:
- required: false
- - type: textarea
- attributes:
- label: Current state
- description: Is there any workaround to achieve the expected result? Why is the current state not acceptable?
- validations:
- required: false
- - type: textarea
- attributes:
- label: Solution proposal
- description: You have an idea on how to implement the feature? Please share it with us.
- placeholder: |
- Type here.
- validations:
- required: false
- - type: textarea
- attributes:
- label: Additional Information
- description: Any useful additional info?
- validations:
- required: false
diff --git a/.github/ISSUE_TEMPLATE/question.yml b/.github/ISSUE_TEMPLATE/question.yml
deleted file mode 100644
index 13dad91b2fa..00000000000
--- a/.github/ISSUE_TEMPLATE/question.yml
+++ /dev/null
@@ -1,16 +0,0 @@
-name: "🙋 Question"
-description: Question related to Dgraph
-title: "[QUESTION]: "
-labels: ["kind/question ", "status/triage"]
-body:
- - type: markdown
- attributes:
- value: |
- The issue tracker is not for questions.
- - If you have a question, please try asking it on https://discuss.dgraph.io
- - Our Docs: https://dgraph.io/docs/
- - If it is code related, you could open it here
- - type: textarea
- attributes:
- label: Question.
- description: Ask your Question.
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
index 396092cedab..cae77b76401 100644
--- a/.github/PULL_REQUEST_TEMPLATE.md
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -1,13 +1,26 @@
-# Title format
+**Description**
-- `Topic(Area): Feature`
-- `Topic` must be one of `build|ci|docs|feat|fix|perf|refactor|chore|test`
-- `Area` must be one of `acl|audit|backup|badger|cdc|dql|export|graphql|indexing|multi-tenancy|raft|restore|upgrade|zero`
-- Add [BREAKING] if it is a breaking change
+Please explain the changes you made here.
-# Body Format
+**Checklist**
-Description: {add description}
-Fixes: {GitHub Issue}
-Closes: {Linear Issue}
-Docs: {docs PR}
+- [ ] Code compiles correctly and linting passes locally
+- [ ] For all _code_ changes, an entry added to the `CHANGELOG.md` file describing and linking to
+ this PR
+- [ ] Tests added for new functionality, or regression tests for bug fixes added as applicable
+- [ ] For public APIs, new features, etc., PR on [docs repo](https://github.com/dgraph-io/dgraph-docs)
+ staged and linked here
+
+**Instructions**
+
+- The PR title should follow the [Conventional Commits](https://www.conventionalcommits.org/)
+ syntax, leading with `fix:`, `feat:`, `chore:`, `ci:`, etc.
+- The description should briefly explain what the PR is about. In the case of a bugfix, describe or
+ link to the bug.
+- In the checklist section, check the boxes in that are applicable, using `[x]` syntax.
+ - If not applicable, remove the entire line. Only leave the box unchecked if you intend to come
+ back and check the box later.
+- Delete the `Instructions` line and everything below it, to indicate you have read and are
+ following these instructions. 🙂
+
+Thank you for your contribution to Dgraph!
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
deleted file mode 100644
index de993fc708e..00000000000
--- a/.github/dependabot.yml
+++ /dev/null
@@ -1,28 +0,0 @@
-version: 2
-updates:
- - package-ecosystem: "gomod"
- directory: "/"
- schedule:
- interval: "weekly"
- day: "wednesday"
- time: "16:00"
- rebase-strategy: "disabled"
- groups:
- minor-and-patch:
- update-types:
- - "patch"
- - "minor"
-
- - package-ecosystem: "github-actions"
- # Workflow files stored in the default location of `.github/workflows`. (You don't need to specify `/.github/workflows` for `directory`. You can use `directory: "/"`.)
- directory: "/"
- schedule:
- interval: "weekly"
- day: wednesday
- time: "16:00"
- groups:
- actions:
- update-types:
- - "patch"
- - "minor"
- - "major"
diff --git a/.github/prlint.json b/.github/prlint.json
deleted file mode 100644
index 09d8f35cf6b..00000000000
--- a/.github/prlint.json
+++ /dev/null
@@ -1,14 +0,0 @@
-{
- "title": [
- {
- "pattern": "^(build|ci|docs|feat|fix|perf|refactor|chore|test)((.+))?:\\s.+",
- "message": "Your title needs to be prefixed with a topic"
- }
- ],
- "body": [
- {
- "pattern": ".{1,}",
- "message": "You need literally anything in your description"
- }
- ]
-}
diff --git a/.github/renovate.json b/.github/renovate.json
new file mode 100644
index 00000000000..6bd88fb87eb
--- /dev/null
+++ b/.github/renovate.json
@@ -0,0 +1,4 @@
+{
+ "$schema": "https://docs.renovatebot.com/renovate-schema.json",
+ "extends": ["github>hypermodeinc/renovate-config"]
+}
diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml
deleted file mode 100644
index e8ca23e573e..00000000000
--- a/.github/workflows/stale.yml
+++ /dev/null
@@ -1,20 +0,0 @@
-name: 'Close stale issues and PRs'
-on:
- schedule:
- - cron: '00 02 * * *'
-
-permissions:
- issues: write
- pull-requests: write
- actions: write
-
-jobs:
- stale:
- runs-on: ubuntu-latest
- steps:
- - uses: actions/stale@v9
- with:
- days-before-issue-stale: 180
- stale-issue-message: 'This issue has been stale for 60 days and will be closed automatically in 7 days. Comment to keep it open.'
- stale-pr-message: 'This PR has been stale for 60 days and will be closed automatically in 7 days. Comment to keep it open.'
- operations-per-run: 250
diff --git a/CHANGELOG.md b/CHANGELOG.md
index bcb894c8145..2cab1071dcb 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,7 +5,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project will adhere to [Semantic Versioning](https://semver.org) starting `v22.0.0`.
## [v24.0.5] - 2024-11-05
-[v24.0.5]: https://github.com/dgraph-io/dgraph/compare/v24.0.4...v24.0.5
+[v24.0.5]: https://github.com/hypermodeinc/dgraph/compare/v24.0.4...v24.0.5
### Fixed
@@ -16,7 +16,7 @@ and this project will adhere to [Semantic Versioning](https://semver.org) starti
- Update cd-dgraph.yml to create unique artifacts (#9194)
## [v24.0.4] - 2024-10-08
-[v24.0.4]: https://github.com/dgraph-io/dgraph/compare/v24.0.2...v24.0.4
+[v24.0.4]: https://github.com/hypermodeinc/dgraph/compare/v24.0.2...v24.0.4
### Fixed
@@ -65,28 +65,28 @@ and this project will adhere to [Semantic Versioning](https://semver.org) starti
- chore(deps): bump google.golang.org/grpc from 1.67.0 to 1.67.1 in the minor-and-patch group (#9178)
## [v24.0.2] - 2024-08-16
-[v24.0.1]: https://github.com/dgraph-io/dgraph/compare/v24.0.1...v24.0.2
+[v24.0.1]: https://github.com/hypermodeinc/dgraph/compare/v24.0.1...v24.0.2
- **Fixed**
- - 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/dgraph-io/dgraph/pull/9126
- - fix(live): Fix derigster while retrying https://github.com/dgraph-io/dgraph/pull/9121
+ - fix(core): Fix namespace used by unique query https://github.com/hypermodeinc/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
- **Chore**
- - chore(deps): bump certifi from 2023.7.22 to 2024.7.4 in /contrib/config/marketplace/aws/tests 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/dgraph-io/dgraph/pull/9072
+ - 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
+ - chore(deps): bump idna from 2.9 to 3.7 in /contrib/config/marketplace/aws/tests https://github.com/hypermodeinc/dgraph/pull/9072
- **Perf**
- - perf(query): Read just the latest value for scalar types https://github.com/dgraph-io/dgraph/pull/8966
- - perf(vector): Add heap to neighbour edges https://github.com/dgraph-io/dgraph/pull/9122
+ - 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
## [v24.0.1] - 2024-07-30
-[v24.0.1]: https://github.com/dgraph-io/dgraph/compare/v24.0.0...v24.0.1
+[v24.0.1]: https://github.com/hypermodeinc/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.
@@ -108,7 +108,7 @@ and this project will adhere to [Semantic Versioning](https://semver.org) starti
## [v24.0.0] - 2024-06-06
-[v24.0.0]: https://github.com/dgraph-io/dgraph/compare/v24.0.0...v23.1.0
+[v24.0.0]: https://github.com/hypermodeinc/dgraph/compare/v24.0.0...v23.1.0
> **Warning**
> This will be a breaking change for anyone moving from to `v.24.0.0`.
@@ -178,7 +178,7 @@ and this project will adhere to [Semantic Versioning](https://semver.org) starti
- chore(deps): bump google.golang.org/protobuf from 1.31.0 to 1.33.0in #9051[
## [23.1.1] - 2024-04-26
-[v23.1.1]: https://github.com/dgraph-io/dgraph/compare/v23.1.0...v23.1.1
+[v23.1.1]: https://github.com/hypermodeinc/dgraph/compare/v23.1.0...v23.1.1
### Fixed
@@ -190,7 +190,7 @@ and this project will adhere to [Semantic Versioning](https://semver.org) starti
- ci/cd optimizations (#9069)
## [v23.1.0] - 2023-08-17
-[v23.1.0]: https://github.com/dgraph-io/dgraph/compare/v23.0.1...v23.1.0
+[v23.1.0]: https://github.com/hypermodeinc/dgraph/compare/v23.0.1...v23.1.0
### Added
@@ -245,7 +245,7 @@ and this project will adhere to [Semantic Versioning](https://semver.org) starti
- chore: update pull request template (#8899)
## [v23.0.1] - 2023-07-09
-[v23.0.1]: https://github.com/dgraph-io/dgraph/compare/v23.0.0...v23.0.1
+[v23.0.1]: https://github.com/hypermodeinc/dgraph/compare/v23.0.0...v23.0.1
### Fixed
@@ -269,91 +269,91 @@ and this project will adhere to [Semantic Versioning](https://semver.org) starti
- chore(deps): bump github.com/cloudflare/circl from 1.1.0 to 1.3.3 (#8822)
## [v23.0.0] - 2023-05-08
-[v23.0.0]: https://github.com/dgraph-io/dgraph/compare/v22.0.2...v23.0.0
+[v23.0.0]: https://github.com/hypermodeinc/dgraph/compare/v22.0.2...v23.0.0
### Added
- **GraphQL**
- - fix(GraphQL): pass on HTTP request headers for subscriptions (https://github.com/dgraph-io/dgraph/pull/8574)
+ - fix(GraphQL): pass on HTTP request headers for subscriptions (https://github.com/hypermodeinc/dgraph/pull/8574)
- **Core Dgraph**
- - feat(metrics): add badger metrics (#8034) (https://github.com/dgraph-io/dgraph/pull/8737)
- - feat(restore): introduce incremental restore (#7942) (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/dgraph-io/dgraph/pull/8516)
- - feat(cloud): add `shared-instance` flag in limit superflag in alpha (https://github.com/dgraph-io/dgraph/pull/8625)
- - chore(deps): update prometheus dependency, adds new metrics (https://github.com/dgraph-io/dgraph/pull/8655)
- - feat(cdc): add superflag `tls` to enable TLS without CA or certs (https://github.com/dgraph-io/dgraph/pull/8564)
- - feat(multitenancy): namespace aware drop data (https://github.com/dgraph-io/dgraph/pull/8511)
+ - feat(metrics): add badger metrics (#8034) (https://github.com/hypermodeinc/dgraph/pull/8737)
+ - feat(restore): introduce incremental restore (#7942) (https://github.com/hypermodeinc/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)
+ - feat(cloud): add `shared-instance` flag in limit superflag in alpha (https://github.com/hypermodeinc/dgraph/pull/8625)
+ - chore(deps): update prometheus dependency, adds new metrics (https://github.com/hypermodeinc/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)
### Fixed
- **GraphQL**
- - fix(GraphQL): nested Auth Rules not working properly (https://github.com/dgraph-io/dgraph/pull/8571)
+ - fix(GraphQL): nested Auth Rules not working properly (https://github.com/hypermodeinc/dgraph/pull/8571)
- **Core Dgraph**
- - 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/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/dgraph-io/dgraph/pull/8769)
- - chore: replace global index with local one & fix typos (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/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/dgraph-io/dgraph/pull/8573)
- - fix(groot): do not upsert groot for all namespaces on restart (https://github.com/dgraph-io/dgraph/pull/8561)
- - fix(restore): set kv version to restoreTs for all keys (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/dgraph-io/dgraph/pull/8567)
- - fix(zero): fix waiting for random time while rate limiting (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/dgraph-io/dgraph/pull/8562)
- - fix(backup): use StreamWriter instead of KVLoader during backup restore (https://github.com/dgraph-io/dgraph/pull/8510)
- - fix(audit): fixing audit logs for websocket connections (https://github.com/dgraph-io/dgraph/pull/8627)
- - fix(restore): consider the banned namespaces while bumping (https://github.com/dgraph-io/dgraph/pull/8559)
- - fix(backup): create directory before writing backup (https://github.com/dgraph-io/dgraph/pull/8638)
+ - Fix wal replay issue during rollup (https://github.com/hypermodeinc/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)
+ - fix(Query): Do an error check before bubbling up nil error (https://github.com/hypermodeinc/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)
+ - 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)
+ - fix(zero): fix update membership to make bulk tablet proposal instead of multiple small (https://github.com/hypermodeinc/dgraph/pull/8573)
+ - fix(groot): do not upsert groot for all namespaces on restart (https://github.com/hypermodeinc/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)
+ - fix(proposals): incremental proposal key for zero proposals (https://github.com/hypermodeinc/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)
+ - opt(schema): load schema and types using Stream framework (https://github.com/hypermodeinc/dgraph/pull/8562)
+ - fix(backup): use StreamWriter instead of KVLoader during backup restore (https://github.com/hypermodeinc/dgraph/pull/8510)
+ - fix(audit): fixing audit logs for websocket connections (https://github.com/hypermodeinc/dgraph/pull/8627)
+ - fix(restore): consider the banned namespaces while bumping (https://github.com/hypermodeinc/dgraph/pull/8559)
+ - fix(backup): create directory before writing backup (https://github.com/hypermodeinc/dgraph/pull/8638)
- **Test**
- - 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/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/dgraph-io/dgraph/pull/8744)
- - fix(tests): sleep longer so that ACLs are updated (https://github.com/dgraph-io/dgraph/pull/8745)
- - chore(test): use pointer receiver for LocalCluster methods (https://github.com/dgraph-io/dgraph/pull/8734)
- - chore(linter): fix unconvert linter issues on linux (https://github.com/dgraph-io/dgraph/pull/8718)
- - chore(linter): add unconvert linter and address related issues (https://github.com/dgraph-io/dgraph/pull/8685)
- - chore(ci): resolve community PR goveralls failure (https://github.com/dgraph-io/dgraph/pull/8716)
- - chore(test): increased iterations of the health check (https://github.com/dgraph-io/dgraph/pull/8711)
- - fix(test): avoid host volume mount in minio container (https://github.com/dgraph-io/dgraph/pull/8569)
- - chore(test): add tests for lex/iri.go,chunker/chunk.go (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/dgraph-io/dgraph/pull/8619)
- - chore(test): upgrade graphql tests to use go 1.19 (https://github.com/dgraph-io/dgraph/pull/8662)
- - chore(test): add automated test to test multitenant --limit flag (https://github.com/dgraph-io/dgraph/pull/8646)
- - chore(test): add restore test for more than 127 namespaces (https://github.com/dgraph-io/dgraph/pull/8643)
- - fix(test): fix the corner case for raft entries test (https://github.com/dgraph-io/dgraph/pull/8617)
+ - 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): 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)
+ - fix(tests): wait for license to be applied before trying to login (https://github.com/hypermodeinc/dgraph/pull/8744)
+ - fix(tests): sleep longer so that ACLs are updated (https://github.com/hypermodeinc/dgraph/pull/8745)
+ - chore(test): use pointer receiver for LocalCluster methods (https://github.com/hypermodeinc/dgraph/pull/8734)
+ - chore(linter): fix unconvert linter issues on linux (https://github.com/hypermodeinc/dgraph/pull/8718)
+ - chore(linter): add unconvert linter and address related issues (https://github.com/hypermodeinc/dgraph/pull/8685)
+ - chore(ci): resolve community PR goveralls failure (https://github.com/hypermodeinc/dgraph/pull/8716)
+ - chore(test): increased iterations of the health check (https://github.com/hypermodeinc/dgraph/pull/8711)
+ - fix(test): avoid host volume mount in minio container (https://github.com/hypermodeinc/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)
+ - chore(test): add test that after snapshot is applied, GraphQL schema is refreshed (https://github.com/hypermodeinc/dgraph/pull/8619)
+ - chore(test): upgrade graphql tests to use go 1.19 (https://github.com/hypermodeinc/dgraph/pull/8662)
+ - chore(test): add automated test to test multitenant --limit flag (https://github.com/hypermodeinc/dgraph/pull/8646)
+ - chore(test): add restore test for more than 127 namespaces (https://github.com/hypermodeinc/dgraph/pull/8643)
+ - fix(test): fix the corner case for raft entries test (https://github.com/hypermodeinc/dgraph/pull/8617)
- **CD**
- - fix(build): update dockerfile to use cache busting and reduce image size (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/dgraph-io/dgraph/pull/8790)
+ - 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)
+ - chore(cd): add badger binary to dgraph docker image (https://github.com/hypermodeinc/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/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/dgraph-io/dgraph/pull/8575)
- - chore(deps): bump werkzeug from 0.16.1 to 2.2.3 in /contrib/embargo (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)
+ - 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)
+ - chore(deps): bump github.com/docker/distribution from 2.7.1+incompatible to 2.8.0+incompatible (https://github.com/hypermodeinc/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)
-
CVE Fixes (31 total)
@@ -394,236 +394,236 @@ and this project will adhere to [Semantic Versioning](https://semver.org) starti
### Changed
- **Core Dgraph**
- - 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/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/dgraph-io/dgraph/pull/8612)
- - fix(backup): make the /admin/backup and /admin/export API asynchronous (https://github.com/dgraph-io/dgraph/pull/8554)
- - fix(mutation): validate mutation before applying it (https://github.com/dgraph-io/dgraph/pull/8623)
+ - upgrade badger to v4.1.0 (https://github.com/hypermodeinc/dgraph/pull/8783) (https://github.com/hypermodeinc/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)
+ - chore(ludicroud): remove ludicrous mode from the code (https://github.com/hypermodeinc/dgraph/pull/8612)
+ - fix(backup): make the /admin/backup and /admin/export API asynchronous (https://github.com/hypermodeinc/dgraph/pull/8554)
+ - fix(mutation): validate mutation before applying it (https://github.com/hypermodeinc/dgraph/pull/8623)
- **CI Enhancements**
- - 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/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/dgraph-io/dgraph/pull/8664)
- - chore(linter): fix golangci config and some issues in tests (https://github.com/dgraph-io/dgraph/pull/8669)
- - fix(linter): address gosimple linter reports & errors (https://github.com/dgraph-io/dgraph/pull/8628)
+ - fix(ci): unpin curl (https://github.com/hypermodeinc/dgraph/pull/8577)
+ - fix(ci): adjust cron schedules (https://github.com/hypermodeinc/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)
+ - chore(linter): fix some of the warnings from gas linter (https://github.com/hypermodeinc/dgraph/pull/8664)
+ - chore(linter): fix golangci config and some issues in tests (https://github.com/hypermodeinc/dgraph/pull/8669)
+ - fix(linter): address gosimple linter reports & errors (https://github.com/hypermodeinc/dgraph/pull/8628)
## [v23.0.0-rc1] - 2023-04-11
-[v23.0.0-rc1]: https://github.com/dgraph-io/dgraph/compare/v22.0.2...v23.0.0-rc1
+[v23.0.0-rc1]: https://github.com/hypermodeinc/dgraph/compare/v22.0.2...v23.0.0-rc1
### Added
- **GraphQL**
- - fix(GraphQL): pass on HTTP request headers for subscriptions (https://github.com/dgraph-io/dgraph/pull/8574)
+ - fix(GraphQL): pass on HTTP request headers for subscriptions (https://github.com/hypermodeinc/dgraph/pull/8574)
- **Core Dgraph**
- - feat(metrics): add badger metrics (#8034) (https://github.com/dgraph-io/dgraph/pull/8737)
- - feat(restore): introduce incremental restore (#7942) (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/dgraph-io/dgraph/pull/8516)
- - feat(cloud): add `shared-instance` flag in limit superflag in alpha (https://github.com/dgraph-io/dgraph/pull/8625)
- - chore(deps): update prometheus dependency, adds new metrics (https://github.com/dgraph-io/dgraph/pull/8655)
- - feat(cdc): add superflag `tls` to enable TLS without CA or certs (https://github.com/dgraph-io/dgraph/pull/8564)
- - feat(multitenancy): namespace aware drop data (https://github.com/dgraph-io/dgraph/pull/8511)
+ - feat(metrics): add badger metrics (#8034) (https://github.com/hypermodeinc/dgraph/pull/8737)
+ - feat(restore): introduce incremental restore (#7942) (https://github.com/hypermodeinc/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)
+ - feat(cloud): add `shared-instance` flag in limit superflag in alpha (https://github.com/hypermodeinc/dgraph/pull/8625)
+ - chore(deps): update prometheus dependency, adds new metrics (https://github.com/hypermodeinc/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)
### Fixed
- **GragphQL**
- - fix(GraphQL): nested Auth Rules not working properly (https://github.com/dgraph-io/dgraph/pull/8571)
+ - fix(GraphQL): nested Auth Rules not working properly (https://github.com/hypermodeinc/dgraph/pull/8571)
- **Core Dgraph**
- - 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/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/dgraph-io/dgraph/pull/8769)
- - chore: replace global index with local one & fix typos (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/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/dgraph-io/dgraph/pull/8573)
- - fix(groot): do not upsert groot for all namespaces on restart (https://github.com/dgraph-io/dgraph/pull/8561)
- - fix(restore): set kv version to restoreTs for all keys (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/dgraph-io/dgraph/pull/8567)
- - fix(zero): fix waiting for random time while rate limiting (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/dgraph-io/dgraph/pull/8562)
- - fix(backup): use StreamWriter instead of KVLoader during backup restore (https://github.com/dgraph-io/dgraph/pull/8510)
- - fix(audit): fixing audit logs for websocket connections (https://github.com/dgraph-io/dgraph/pull/8627)
- - fix(restore): consider the banned namespaces while bumping (https://github.com/dgraph-io/dgraph/pull/8559)
- - fix(backup): create directory before writing backup (https://github.com/dgraph-io/dgraph/pull/8638)
+ - Fix wal replay issue during rollup (https://github.com/hypermodeinc/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)
+ - fix(Query): Do an error check before bubbling up nil error (https://github.com/hypermodeinc/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)
+ - 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)
+ - fix(zero): fix update membership to make bulk tablet proposal instead of multiple small (https://github.com/hypermodeinc/dgraph/pull/8573)
+ - fix(groot): do not upsert groot for all namespaces on restart (https://github.com/hypermodeinc/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)
+ - fix(proposals): incremental proposal key for zero proposals (https://github.com/hypermodeinc/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)
+ - opt(schema): load schema and types using Stream framework (https://github.com/hypermodeinc/dgraph/pull/8562)
+ - fix(backup): use StreamWriter instead of KVLoader during backup restore (https://github.com/hypermodeinc/dgraph/pull/8510)
+ - fix(audit): fixing audit logs for websocket connections (https://github.com/hypermodeinc/dgraph/pull/8627)
+ - fix(restore): consider the banned namespaces while bumping (https://github.com/hypermodeinc/dgraph/pull/8559)
+ - fix(backup): create directory before writing backup (https://github.com/hypermodeinc/dgraph/pull/8638)
- **Test**
- - 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/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/dgraph-io/dgraph/pull/8744)
- - fix(tests): sleep longer so that ACLs are updated (https://github.com/dgraph-io/dgraph/pull/8745)
- - chore(test): use pointer receiver for LocalCluster methods (https://github.com/dgraph-io/dgraph/pull/8734)
- - chore(linter): fix unconvert linter issues on linux (https://github.com/dgraph-io/dgraph/pull/8718)
- - chore(linter): add unconvert linter and address related issues (https://github.com/dgraph-io/dgraph/pull/8685)
- - chore(ci): resolve community PR goveralls failure (https://github.com/dgraph-io/dgraph/pull/8716)
- - chore(test): increased iterations of the health check (https://github.com/dgraph-io/dgraph/pull/8711)
- - fix(test): avoid host volume mount in minio container (https://github.com/dgraph-io/dgraph/pull/8569)
- - chore(test): add tests for lex/iri.go,chunker/chunk.go (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/dgraph-io/dgraph/pull/8619)
- - chore(test): upgrade graphql tests to use go 1.19 (https://github.com/dgraph-io/dgraph/pull/8662)
- - chore(test): add automated test to test multitenant --limit flag (https://github.com/dgraph-io/dgraph/pull/8646)
- - chore(test): add restore test for more than 127 namespaces (https://github.com/dgraph-io/dgraph/pull/8643)
- - fix(test): fix the corner case for raft entries test (https://github.com/dgraph-io/dgraph/pull/8617)
+ - 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): 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)
+ - fix(tests): wait for license to be applied before trying to login (https://github.com/hypermodeinc/dgraph/pull/8744)
+ - fix(tests): sleep longer so that ACLs are updated (https://github.com/hypermodeinc/dgraph/pull/8745)
+ - chore(test): use pointer receiver for LocalCluster methods (https://github.com/hypermodeinc/dgraph/pull/8734)
+ - chore(linter): fix unconvert linter issues on linux (https://github.com/hypermodeinc/dgraph/pull/8718)
+ - chore(linter): add unconvert linter and address related issues (https://github.com/hypermodeinc/dgraph/pull/8685)
+ - chore(ci): resolve community PR goveralls failure (https://github.com/hypermodeinc/dgraph/pull/8716)
+ - chore(test): increased iterations of the health check (https://github.com/hypermodeinc/dgraph/pull/8711)
+ - fix(test): avoid host volume mount in minio container (https://github.com/hypermodeinc/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)
+ - chore(test): add test that after snapshot is applied, GraphQL schema is refreshed (https://github.com/hypermodeinc/dgraph/pull/8619)
+ - chore(test): upgrade graphql tests to use go 1.19 (https://github.com/hypermodeinc/dgraph/pull/8662)
+ - chore(test): add automated test to test multitenant --limit flag (https://github.com/hypermodeinc/dgraph/pull/8646)
+ - chore(test): add restore test for more than 127 namespaces (https://github.com/hypermodeinc/dgraph/pull/8643)
+ - fix(test): fix the corner case for raft entries test (https://github.com/hypermodeinc/dgraph/pull/8617)
- **CD**
- - fix(build): update dockerfile to use cache busting and reduce image size (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/dgraph-io/dgraph/pull/8790)
+ - 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)
+ - chore(cd): add badger binary to dgraph docker image (https://github.com/hypermodeinc/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/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/dgraph-io/dgraph/pull/8575)
- - chore(deps): bump werkzeug from 0.16.1 to 2.2.3 in /contrib/embargo (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)
+ - 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)
+ - chore(deps): bump github.com/docker/distribution from 2.7.1+incompatible to 2.8.0+incompatible (https://github.com/hypermodeinc/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)
### Changed
- **Core Dgraph**
- - 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/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/dgraph-io/dgraph/pull/8612)
- - fix(backup): make the /admin/backup and /admin/export API asynchronous (https://github.com/dgraph-io/dgraph/pull/8554)
- - fix(mutation): validate mutation before applying it (https://github.com/dgraph-io/dgraph/pull/8623)
+ - upgrade badger to v4.1.0 (https://github.com/hypermodeinc/dgraph/pull/8783) (https://github.com/hypermodeinc/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)
+ - chore(ludicroud): remove ludicrous mode from the code (https://github.com/hypermodeinc/dgraph/pull/8612)
+ - fix(backup): make the /admin/backup and /admin/export API asynchronous (https://github.com/hypermodeinc/dgraph/pull/8554)
+ - fix(mutation): validate mutation before applying it (https://github.com/hypermodeinc/dgraph/pull/8623)
- **CI Enhancements**
- - 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/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/dgraph-io/dgraph/pull/8664)
- - chore(linter): fix golangci config and some issues in tests (https://github.com/dgraph-io/dgraph/pull/8669)
- - fix(linter): address gosimple linter reports & errors (https://github.com/dgraph-io/dgraph/pull/8628)
+ - fix(ci): unpin curl (https://github.com/hypermodeinc/dgraph/pull/8577)
+ - fix(ci): adjust cron schedules (https://github.com/hypermodeinc/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)
+ - chore(linter): fix some of the warnings from gas linter (https://github.com/hypermodeinc/dgraph/pull/8664)
+ - chore(linter): fix golangci config and some issues in tests (https://github.com/hypermodeinc/dgraph/pull/8669)
+ - fix(linter): address gosimple linter reports & errors (https://github.com/hypermodeinc/dgraph/pull/8628)
## [v23.0.0-beta1] - 2023-03-01
-[v23.0.0-beta1]: https://github.com/dgraph-io/dgraph/compare/v22.0.2...v23.0.0-beta1
+[v23.0.0-beta1]: https://github.com/hypermodeinc/dgraph/compare/v22.0.2...v23.0.0-beta1
### Added
- **GraphQL**
- - fix(GraphQL): pass on HTTP request headers for subscriptions (https://github.com/dgraph-io/dgraph/pull/8574)
+ - fix(GraphQL): pass on HTTP request headers for subscriptions (https://github.com/hypermodeinc/dgraph/pull/8574)
- **Core Dgraph**
- - chore(debug): add `only-summary` flag in `dgraph debug` to show LSM tree and namespace size (https://github.com/dgraph-io/dgraph/pull/8516)
- - feat(cloud): add `shared-instance` flag in limit superflag in alpha (https://github.com/dgraph-io/dgraph/pull/8625)
- - chore(deps): update prometheus dependency, adds new metrics (https://github.com/dgraph-io/dgraph/pull/8655)
- - feat(cdc): add superflag `tls` to enable TLS without CA or certs (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)
+ - chore(debug): add `only-summary` flag in `dgraph debug` to show LSM tree and namespace size (https://github.com/hypermodeinc/dgraph/pull/8516)
+ - feat(cloud): add `shared-instance` flag in limit superflag in alpha (https://github.com/hypermodeinc/dgraph/pull/8625)
+ - chore(deps): update prometheus dependency, adds new metrics (https://github.com/hypermodeinc/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)
### Fixed
- **GragphQL**
- - fix(GraphQL): nested Auth Rules not working properly (https://github.com/dgraph-io/dgraph/pull/8571)
+ - fix(GraphQL): nested Auth Rules not working properly (https://github.com/hypermodeinc/dgraph/pull/8571)
- **Core Dgraph**
- - 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/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/dgraph-io/dgraph/pull/8573)
- - fix(groot): do not upsert groot for all namespaces on restart (https://github.com/dgraph-io/dgraph/pull/8561)
- - fix(restore): set kv version to restoreTs for all keys (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/dgraph-io/dgraph/pull/8567)
- - fix(zero): fix waiting for random time while rate limiting (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/dgraph-io/dgraph/pull/8562)
- - fix(backup): use StreamWriter instead of KVLoader during backup restore (https://github.com/dgraph-io/dgraph/pull/8510)
- - fix(audit): fixing audit logs for websocket connections (https://github.com/dgraph-io/dgraph/pull/8627)
- - fix(restore): consider the banned namespaces while bumping (https://github.com/dgraph-io/dgraph/pull/8559)
- - fix(backup): create directory before writing backup (https://github.com/dgraph-io/dgraph/pull/8638)
+ - chore(logs): add logs to track dropped proposals (https://github.com/hypermodeinc/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)
+ - fix(zero): fix update membership to make bulk tablet proposal instead of multiple small (https://github.com/hypermodeinc/dgraph/pull/8573)
+ - fix(groot): do not upsert groot for all namespaces on restart (https://github.com/hypermodeinc/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)
+ - fix(proposals): incremental proposal key for zero proposals (https://github.com/hypermodeinc/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)
+ - opt(schema): load schema and types using Stream framework (https://github.com/hypermodeinc/dgraph/pull/8562)
+ - fix(backup): use StreamWriter instead of KVLoader during backup restore (https://github.com/hypermodeinc/dgraph/pull/8510)
+ - fix(audit): fixing audit logs for websocket connections (https://github.com/hypermodeinc/dgraph/pull/8627)
+ - fix(restore): consider the banned namespaces while bumping (https://github.com/hypermodeinc/dgraph/pull/8559)
+ - fix(backup): create directory before writing backup (https://github.com/hypermodeinc/dgraph/pull/8638)
- **Test**
- - fix(test): avoid host volume mount in minio container (https://github.com/dgraph-io/dgraph/pull/8569)
- - chore(test): add tests for lex/iri.go,chunker/chunk.go (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/dgraph-io/dgraph/pull/8619)
- - chore(test): upgrade graphql tests to use go 1.19 (https://github.com/dgraph-io/dgraph/pull/8662)
- - chore(test): add automated test to test multitenant --limit flag (https://github.com/dgraph-io/dgraph/pull/8646)
- - chore(test): add restore test for more than 127 namespaces (https://github.com/dgraph-io/dgraph/pull/8643)
- - fix(test): fix the corner case for raft entries test (https://github.com/dgraph-io/dgraph/pull/8617)
+ - fix(test): avoid host volume mount in minio container (https://github.com/hypermodeinc/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)
+ - chore(test): add test that after snapshot is applied, GraphQL schema is refreshed (https://github.com/hypermodeinc/dgraph/pull/8619)
+ - chore(test): upgrade graphql tests to use go 1.19 (https://github.com/hypermodeinc/dgraph/pull/8662)
+ - chore(test): add automated test to test multitenant --limit flag (https://github.com/hypermodeinc/dgraph/pull/8646)
+ - chore(test): add restore test for more than 127 namespaces (https://github.com/hypermodeinc/dgraph/pull/8643)
+ - fix(test): fix the corner case for raft entries test (https://github.com/hypermodeinc/dgraph/pull/8617)
- **CD**
- - fix(build): update dockerfile to use cache busting and reduce image size (https://github.com/dgraph-io/dgraph/pull/8652)
- - chore(deps): update min go build version (https://github.com/dgraph-io/dgraph/pull/8423)
+ - 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)
- **Security**
- - chore(deps): bump certifi from 2020.4.5.1 to 2022.12.7 in /contrib/config/marketplace/aws/tests (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/dgraph-io/dgraph/pull/8575)
- - chore(deps): bump werkzeug from 0.16.1 to 2.2.3 in /contrib/embargo (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)
+ - 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)
+ - chore(deps): bump github.com/docker/distribution from 2.7.1+incompatible to 2.8.0+incompatible (https://github.com/hypermodeinc/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)
### Changed
- **Core Dgraph**
- - fix(multitenancy) store namespace in predicate as a hex separated by a hyphen to prevent json 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/dgraph-io/dgraph/pull/8612)
- - fix(backup): make the /admin/backup and /admin/export API asynchronous (https://github.com/dgraph-io/dgraph/pull/8554)
- - fix(mutation): validate mutation before applying it (https://github.com/dgraph-io/dgraph/pull/8623)
+ - 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)
+ - chore(ludicroud): remove ludicrous mode from the code (https://github.com/hypermodeinc/dgraph/pull/8612)
+ - fix(backup): make the /admin/backup and /admin/export API asynchronous (https://github.com/hypermodeinc/dgraph/pull/8554)
+ - fix(mutation): validate mutation before applying it (https://github.com/hypermodeinc/dgraph/pull/8623)
- **CI Enhancements**
- - 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/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/dgraph-io/dgraph/pull/8664)
- - chore(linter): fix golangci config and some issues in tests (https://github.com/dgraph-io/dgraph/pull/8669)
- - fix(linter): address gosimple linter reports & errors (https://github.com/dgraph-io/dgraph/pull/8628)
+ - fix(ci): unpin curl (https://github.com/hypermodeinc/dgraph/pull/8577)
+ - fix(ci): adjust cron schedules (https://github.com/hypermodeinc/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)
+ - chore(linter): fix some of the warnings from gas linter (https://github.com/hypermodeinc/dgraph/pull/8664)
+ - chore(linter): fix golangci config and some issues in tests (https://github.com/hypermodeinc/dgraph/pull/8669)
+ - fix(linter): address gosimple linter reports & errors (https://github.com/hypermodeinc/dgraph/pull/8628)
## [v22.0.2] - 2022-12-16
-[v22.0.2]: https://github.com/dgraph-io/dgraph/compare/v22.0.1...v22.0.2
+[v22.0.2]: https://github.com/hypermodeinc/dgraph/compare/v22.0.1...v22.0.2
### Added
-- **ARM Support** - Dgraph now supports ARM64 Architecture for development (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)
+- **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)
### Fixed
- **EDgraph**
- - fix(ACL): Prevents permissions overrride and merges acl cache to persist permissions across different namespaces (https://github.com/dgraph-io/dgraph/pull/8506)
+ - fix(ACL): Prevents permissions overrride and merges acl cache to persist permissions across different namespaces (https://github.com/hypermodeinc/dgraph/pull/8506)
- **Core Dgraph**
- - Fix(badger): Upgrade badger version to fix manifest corruption (https://github.com/dgraph-io/dgraph/pull/8365)
- - fix(pagination): Fix after for regexp, match functions (https://github.com/dgraph-io/dgraph/pull/8471)
- - fix(query): Do not execute filters if there are no source uids(https://github.com/dgraph-io/dgraph/pull/8452)
- - fix(admin): make config changes to pass through gog middlewares (https://github.com/dgraph-io/dgraph/pull/8442)
- - fix(sort): Only filter out nodes with positive offsets (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/dgraph-io/dgraph/pull/8431)
+ - Fix(badger): Upgrade badger version to fix manifest corruption (https://github.com/hypermodeinc/dgraph/pull/8365)
+ - fix(pagination): Fix after for regexp, match functions (https://github.com/hypermodeinc/dgraph/pull/8471)
+ - fix(query): Do not execute filters if there are no source uids(https://github.com/hypermodeinc/dgraph/pull/8452)
+ - fix(admin): make config changes to pass through gog middlewares (https://github.com/hypermodeinc/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)
+ - fix(DQL): optimize query for has function with offset (https://github.com/hypermodeinc/dgraph/pull/8431)
- **GraphQL**
- - Fix(GraphQL): Make mutation rewriting tests more robust (https://github.com/dgraph-io/dgraph/pull/8449)
+ - Fix(GraphQL): Make mutation rewriting tests more robust (https://github.com/hypermodeinc/dgraph/pull/8449)
- **Security**
-
@@ -675,26 +675,26 @@ and this project will adhere to [Semantic Versioning](https://semver.org) starti
### Changed
- **CI Enhancements**
- - 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/dgraph?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/dgraph-io/dgraph/actions/workflows/ci-dgraph-ldbc-tests.yml)
+ - 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/dgraph-io/dgraph?branch=main) on CI is enhanced to measure code coverage for integration tests (https://github.com/hypermodeinc/dgraph/pull/8494)
+ - [**LDBC Benchmarking**](https://ldbcouncil.org) in enabled on [CI](https://github.com/hypermodeinc/dgraph/actions/workflows/ci-dgraph-ldbc-tests.yml)
- **CD Enhancements**
- - 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 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 [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/dgraph-io/dgraph/compare/v22.0.0...v22.0.1
+[v22.0.1]: https://github.com/hypermodeinc/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/dgraph-io/dgraph/pull/8425)
+ - Badger Binary fetch steps added to the release CD pipeline (https://github.com/hypermodeinc/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/dgraph-io/dgraph/compare/v21.03.2...v22.0.0
+[v22.0.0]: https://github.com/hypermodeinc/dgraph/compare/v21.03.2...v22.0.0
> **Note**
> `v22.0.0` release is based of `v21.03.2` release.
@@ -706,13 +706,13 @@ and this project will adhere to [Semantic Versioning](https://semver.org) starti
### Fixed
- **GraphQL**
- - 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/dgraph-io/dgraph/pull/8333)
- - fix(GraphQL) fix auth query rewriting with ID filter (https://github.com/dgraph-io/dgraph/pull/8157)
+ - fix(GraphQL): optimize eq filter queries (https://github.com/hypermodeinc/dgraph/pull/7895)
+ - fix(GraphQL): add validation of null values with correct order of graphql rule validation (https://github.com/hypermodeinc/dgraph/pull/8333)
+ - fix(GraphQL) fix auth query rewriting with ID filter (https://github.com/hypermodeinc/dgraph/pull/8157)
- **EDgraph**
- - fix(query): Prevent multiple entries for same predicate in mutations (https://github.com/dgraph-io/dgraph/pull/8332)
+ - fix(query): Prevent multiple entries for same predicate in mutations (https://github.com/hypermodeinc/dgraph/pull/8332)
- **Posting**
- - fix(rollups): Fix splits in roll-up (https://github.com/dgraph-io/dgraph/pull/8297)
+ - fix(rollups): Fix splits in roll-up (https://github.com/hypermodeinc/dgraph/pull/8297)
- **Security**
-
CVE Fixes (417 total)
@@ -1146,31 +1146,31 @@ and this project will adhere to [Semantic Versioning](https://semver.org) starti
- GHSA-cg3q-j54f-5p7p
- GHSA-wxc4-f4m6-wwqv
- - 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)
+ - 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)
### Changed
- **CI Test Infrastructure**
- - Configured to run with [Github Actions](https://github.com/dgraph-io/dgraph/tree/main/.github/workflows)
+ - Configured to run with [Github Actions](https://github.com/hypermodeinc/dgraph/tree/main/.github/workflows)
- Stability Improvements to test harness
- - Enabled [Unit/Integration Tests](https://github.com/dgraph-io/dgraph/actions/workflows/ci-dgraph-tests.yml)
- - Enabled [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 [Unit/Integration Tests](https://github.com/hypermodeinc/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/dgraph-io/dgraph?branch=main)
- **CI Security**
- - Configured to run with [Github Actions](https://github.com/dgraph-io/dgraph/blob/main/.github/workflows/ci-aqua-security-trivy-tests.yml)
- - Enabled [Trivy Scans](https://github.com/dgraph-io/dgraph/actions/workflows/ci-aqua-security-trivy-tests.yml)
+ - Configured to run with [Github Actions](https://github.com/hypermodeinc/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)
- Enabled dependabot scans
- - Configured to run with [Github Actions](https://github.com/dgraph-io/dgraph/blob/main/.github/workflows/ci-aqua-security-trivy-tests.yml)
+ - Configured to run with [Github Actions](https://github.com/hypermodeinc/dgraph/blob/main/.github/workflows/ci-aqua-security-trivy-tests.yml)
- **CD Release Pipeline**
- - Automated [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/dgraph-io/dgraph/issues/new/choose)
+ - Automated [Release Pipeline](https://github.com/hypermodeinc/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)
## [21.03.2] - 2021-08-26
-[21.03.2]: https://github.com/dgraph-io/dgraph/compare/v21.03.1...v21.03.2
+[21.03.2]: https://github.com/hypermodeinc/dgraph/compare/v21.03.1...v21.03.2
### Fixed
@@ -1198,23 +1198,23 @@ and this project will adhere to [Semantic Versioning](https://semver.org) starti
- feat(acl): allow access to all the predicates using wildcard. ([#7993][])
- feat(Multi-tenancy): Add namespaces field to state. ([#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
+[#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
## [21.03.1] - 2021-06-16
-[21.03.1]: https://github.com/dgraph-io/dgraph/compare/v21.03.0...v21.03.1
+[21.03.1]: https://github.com/hypermodeinc/dgraph/compare/v21.03.0...v21.03.1
### Fixed
- GraphQL
@@ -1253,59 +1253,59 @@ and this project will adhere to [Semantic Versioning](https://semver.org) starti
- make exports synchronous again ([#7877][])
- feat(schema): do schema versioning and make backup non-blocking for i… ([#7856][]) ([#7873][])
-[#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
-[#7796]: https://github.com/dgraph-io/dgraph/issues/7796
-[#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
+[#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
+[#7796]: https://github.com/hypermodeinc/dgraph/issues/7796
+[#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
## [21.03.0] - 2021-04-07
-[21.03.0]: https://github.com/dgraph-io/dgraph/compare/v20.11.0...v21.03.0
+[21.03.0]: https://github.com/hypermodeinc/dgraph/compare/v20.11.0...v21.03.0
### Changed
@@ -1461,158 +1461,158 @@ and this project will adhere to [Semantic Versioning](https://semver.org) starti
- Fix(restore): reset acl accounts once restore is done if necessary ([#7202][])
- Fix(restore): multiple restore requests should be rejected and proposals should not be submitted ([#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
-[#7143]: https://github.com/dgraph-io/dgraph/issues/7143
-[#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
+[#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
+[#7143]: https://github.com/hypermodeinc/dgraph/issues/7143
+[#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
## [20.07.1] - 2020-09-17
-[20.07.1]: https://github.com/dgraph-io/dgraph/compare/v20.07.0...v20.07.1
+[20.07.1]: https://github.com/hypermodeinc/dgraph/compare/v20.07.0...v20.07.1
### Changed
@@ -1670,54 +1670,54 @@ and this project will adhere to [Semantic Versioning](https://semver.org) starti
- 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/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
-[#6009]: https://github.com/dgraph-io/dgraph/issues/6009
-[#6095]: https://github.com/dgraph-io/dgraph/issues/6095
-[#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
+[#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
+[#6009]: https://github.com/hypermodeinc/dgraph/issues/6009
+[#6095]: https://github.com/hypermodeinc/dgraph/issues/6095
+[#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
## [20.03.5] - 2020-09-17
-[20.03.5]: https://github.com/dgraph-io/dgraph/compare/v20.03.4...v20.03.5
+[20.03.5]: https://github.com/hypermodeinc/dgraph/compare/v20.03.4...v20.03.5
### Changed
@@ -1755,36 +1755,36 @@ and this project will adhere to [Semantic Versioning](https://semver.org) starti
- Make backups cancel other tasks. ([#6244][])
- Add a lock to backups to process one request at a time. ([#6340][])
-[#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
-[#5988]: https://github.com/dgraph-io/dgraph/issues/5988
-[#6097]: https://github.com/dgraph-io/dgraph/issues/6097
-[#6094]: https://github.com/dgraph-io/dgraph/issues/6094
-[#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
+[#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
+[#5988]: https://github.com/hypermodeinc/dgraph/issues/5988
+[#6097]: https://github.com/hypermodeinc/dgraph/issues/6097
+[#6094]: https://github.com/hypermodeinc/dgraph/issues/6094
+[#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
## [1.2.7] - 2020-09-21
-[1.2.7]: https://github.com/dgraph-io/dgraph/compare/v1.2.6...v1.2.7
+[1.2.7]: https://github.com/hypermodeinc/dgraph/compare/v1.2.6...v1.2.7
### Added
@@ -1807,24 +1807,24 @@ and this project will adhere to [Semantic Versioning](https://semver.org) starti
- Sort manifests by backup number. ([#6281][])
- Skip backing up nil lists. ([#6314][])
-[#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
-[#5987]: https://github.com/dgraph-io/dgraph/issues/5987
-[#6193]: https://github.com/dgraph-io/dgraph/issues/6193
+[#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
+[#5987]: https://github.com/hypermodeinc/dgraph/issues/5987
+[#6193]: https://github.com/hypermodeinc/dgraph/issues/6193
## [20.07.0] - 2020-07-28
-[20.07.0]: https://github.com/dgraph-io/dgraph/compare/v20.03.4...v20.07.0
+[20.07.0]: https://github.com/hypermodeinc/dgraph/compare/v20.03.4...v20.07.0
### Changed
@@ -1969,7 +1969,7 @@ and this project will adhere to [Semantic Versioning](https://semver.org) starti
- Restore: Only processes backups for the alpha's group. ([#5588][])
- vault_format support for online restore and gql ([#5758][])
-[#5661]: https://github.com/dgraph-io/dgraph/issues/5661
+[#5661]: https://github.com/hypermodeinc/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
@@ -1981,151 +1981,151 @@ and this project will adhere to [Semantic Versioning](https://semver.org) starti
[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/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
-[#5134]: https://github.com/dgraph-io/dgraph/issues/5134
-[#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
-[#5234]: https://github.com/dgraph-io/dgraph/issues/5234
-[#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
-[#3873]: https://github.com/dgraph-io/dgraph/issues/3873
-[#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
+[#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
+[#5134]: https://github.com/hypermodeinc/dgraph/issues/5134
+[#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
+[#5234]: https://github.com/hypermodeinc/dgraph/issues/5234
+[#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
+[#3873]: https://github.com/hypermodeinc/dgraph/issues/3873
+[#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
[e7b6e76f96e8]: https://github.com/dgraph-io/badger/commit/e7b6e76f96e8
-[#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
-[#5687]: https://github.com/dgraph-io/dgraph/issues/5687
-[#6020]: https://github.com/dgraph-io/dgraph/issues/6020
-[#5950]: https://github.com/dgraph-io/dgraph/issues/5950
-[#5809]: https://github.com/dgraph-io/dgraph/issues/5809
-[#6034]: https://github.com/dgraph-io/dgraph/issues/6034
-[#6043]: https://github.com/dgraph-io/dgraph/issues/6043
+[#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
+[#5687]: https://github.com/hypermodeinc/dgraph/issues/5687
+[#6020]: https://github.com/hypermodeinc/dgraph/issues/6020
+[#5950]: https://github.com/hypermodeinc/dgraph/issues/5950
+[#5809]: https://github.com/hypermodeinc/dgraph/issues/5809
+[#6034]: https://github.com/hypermodeinc/dgraph/issues/6034
+[#6043]: https://github.com/hypermodeinc/dgraph/issues/6043
## [20.03.4] - 2020-07-23
-[20.03.4]: https://github.com/dgraph-io/dgraph/compare/v20.03.3...v20.03.4
+[20.03.4]: https://github.com/hypermodeinc/dgraph/compare/v20.03.3...v20.03.4
### Changed
- Update Badger 07/13/2020. ([#5941][], [#5616][])
@@ -2168,47 +2168,47 @@ and this project will adhere to [Semantic Versioning](https://semver.org) starti
- Backup: Change groupId from int to uint32. ([#5614][])
- Backup: Use a sync.Pool to allocate KVs. ([#5579][])
-[#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
-[#5311]: https://github.com/dgraph-io/dgraph/issues/5311
-[#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
-[#3873]: https://github.com/dgraph-io/dgraph/issues/3873
-[#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
-[#5503]: https://github.com/dgraph-io/dgraph/issues/5503
-[#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
-[#5579]: https://github.com/dgraph-io/dgraph/issues/5579
-[#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
+[#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
+[#5311]: https://github.com/hypermodeinc/dgraph/issues/5311
+[#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
+[#3873]: https://github.com/hypermodeinc/dgraph/issues/3873
+[#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
+[#5503]: https://github.com/hypermodeinc/dgraph/issues/5503
+[#5636]: https://github.com/hypermodeinc/dgraph/issues/5636
+[#5680]: https://github.com/hypermodeinc/dgraph/issues/5680
+[#5614]: https://github.com/hypermodeinc/dgraph/issues/5614
+[#5579]: https://github.com/hypermodeinc/dgraph/issues/5579
+[#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
## [1.2.6] - 2020-07-31
-[1.2.6]: https://github.com/dgraph-io/dgraph/compare/v1.2.5...v1.2.6
+[1.2.6]: https://github.com/hypermodeinc/dgraph/compare/v1.2.5...v1.2.6
### Changed
@@ -2254,29 +2254,29 @@ and this project will adhere to [Semantic Versioning](https://semver.org) starti
- 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/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
-[#5579]: https://github.com/dgraph-io/dgraph/issues/5579
-[#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
-[#5436]: https://github.com/dgraph-io/dgraph/issues/5436
-[#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
+[#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
+[#5579]: https://github.com/hypermodeinc/dgraph/issues/5579
+[#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
+[#5436]: https://github.com/hypermodeinc/dgraph/issues/5436
+[#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
## [20.03.3] - 2020-06-02
-[20.03.3]: https://github.com/dgraph-io/dgraph/compare/v20.03.1...v20.03.3
+[20.03.3]: https://github.com/hypermodeinc/dgraph/compare/v20.03.1...v20.03.3
### Changed
@@ -2320,43 +2320,43 @@ and this project will adhere to [Semantic Versioning](https://semver.org) starti
- Use SensitiveByteSlice type for hmac secret. ([#5450][])
-[#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
-[#5481]: https://github.com/dgraph-io/dgraph/issues/5481
-[#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
-[#5537]: https://github.com/dgraph-io/dgraph/issues/5537
+[#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
+[#5481]: https://github.com/hypermodeinc/dgraph/issues/5481
+[#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
+[#5537]: https://github.com/hypermodeinc/dgraph/issues/5537
## [1.2.5] - 2020-06-02
-[1.2.5]: https://github.com/dgraph-io/dgraph/compare/v1.2.3...v1.2.5
+[1.2.5]: https://github.com/hypermodeinc/dgraph/compare/v1.2.3...v1.2.5
### Changed
@@ -2383,27 +2383,27 @@ and this project will adhere to [Semantic Versioning](https://semver.org) starti
- Use SensitiveByteSlice type for hmac secret. ([#5451][])
-[#5444]: https://github.com/dgraph-io/dgraph/issues/5444
-[#5359]: https://github.com/dgraph-io/dgraph/issues/5359
-[#5405]: https://github.com/dgraph-io/dgraph/issues/5405
-[#5327]: https://github.com/dgraph-io/dgraph/issues/5327
-[#5377]: https://github.com/dgraph-io/dgraph/issues/5377
-[#5394]: https://github.com/dgraph-io/dgraph/issues/5394
-[#5396]: https://github.com/dgraph-io/dgraph/issues/5396
-[#5053]: https://github.com/dgraph-io/dgraph/issues/5053
-[#5368]: https://github.com/dgraph-io/dgraph/issues/5368
-[#5451]: https://github.com/dgraph-io/dgraph/issues/5451
-[#5381]: https://github.com/dgraph-io/dgraph/issues/5381
-[#5327]: https://github.com/dgraph-io/dgraph/issues/5327
-[#5377]: https://github.com/dgraph-io/dgraph/issues/5377
-[#5508]: https://github.com/dgraph-io/dgraph/issues/5508
-[#5494]: https://github.com/dgraph-io/dgraph/issues/5494
-[#5469]: https://github.com/dgraph-io/dgraph/issues/5469
-[#5476]: https://github.com/dgraph-io/dgraph/issues/5476
-[#5488]: https://github.com/dgraph-io/dgraph/issues/5488
-[#5468]: https://github.com/dgraph-io/dgraph/issues/5468
-[#5361]: https://github.com/dgraph-io/dgraph/issues/5361
-[#5537]: https://github.com/dgraph-io/dgraph/issues/5537
+[#5444]: https://github.com/hypermodeinc/dgraph/issues/5444
+[#5359]: https://github.com/hypermodeinc/dgraph/issues/5359
+[#5405]: https://github.com/hypermodeinc/dgraph/issues/5405
+[#5327]: https://github.com/hypermodeinc/dgraph/issues/5327
+[#5377]: https://github.com/hypermodeinc/dgraph/issues/5377
+[#5394]: https://github.com/hypermodeinc/dgraph/issues/5394
+[#5396]: https://github.com/hypermodeinc/dgraph/issues/5396
+[#5053]: https://github.com/hypermodeinc/dgraph/issues/5053
+[#5368]: https://github.com/hypermodeinc/dgraph/issues/5368
+[#5451]: https://github.com/hypermodeinc/dgraph/issues/5451
+[#5381]: https://github.com/hypermodeinc/dgraph/issues/5381
+[#5327]: https://github.com/hypermodeinc/dgraph/issues/5327
+[#5377]: https://github.com/hypermodeinc/dgraph/issues/5377
+[#5508]: https://github.com/hypermodeinc/dgraph/issues/5508
+[#5494]: https://github.com/hypermodeinc/dgraph/issues/5494
+[#5469]: https://github.com/hypermodeinc/dgraph/issues/5469
+[#5476]: https://github.com/hypermodeinc/dgraph/issues/5476
+[#5488]: https://github.com/hypermodeinc/dgraph/issues/5488
+[#5468]: https://github.com/hypermodeinc/dgraph/issues/5468
+[#5361]: https://github.com/hypermodeinc/dgraph/issues/5361
+[#5537]: https://github.com/hypermodeinc/dgraph/issues/5537
## [20.03.2] - 2020-05-15
This release was removed
@@ -2412,7 +2412,7 @@ This release was removed
This release was removed
## [20.03.1] - 2020-04-24
-[20.03.1]: https://github.com/dgraph-io/dgraph/compare/v20.03.0...v20.03.1
+[20.03.1]: https://github.com/hypermodeinc/dgraph/compare/v20.03.0...v20.03.1
### Changed
@@ -2466,42 +2466,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/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
-[#5146]: https://github.com/dgraph-io/dgraph/issues/5146
-[#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
+[#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
+[#5146]: https://github.com/hypermodeinc/dgraph/issues/5146
+[#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
## [1.2.3] - 2020-04-24
-[1.2.3]: https://github.com/dgraph-io/dgraph/compare/v1.2.2...v1.2.3
+[1.2.3]: https://github.com/hypermodeinc/dgraph/compare/v1.2.2...v1.2.3
### Changed
@@ -2538,37 +2538,37 @@ This release was removed
- Support for encrypted backups/restore. **Note**: Older backups without encryption will be incompatible with this Dgraph version. Solution is to force a full backup before creating further incremental backups. ([#5103][])
- Add encryption support for export and import (via bulk, live loaders). ([#5155][])
-[#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
-[#5163]: https://github.com/dgraph-io/dgraph/issues/5163
-[#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
-[#5146]: https://github.com/dgraph-io/dgraph/issues/5146
-[#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
-[#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
-[#5116]: https://github.com/dgraph-io/dgraph/issues/5116
-[#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
-[#5216]: https://github.com/dgraph-io/dgraph/issues/5216
-[#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
+[#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
+[#5163]: https://github.com/hypermodeinc/dgraph/issues/5163
+[#5158]: https://github.com/hypermodeinc/dgraph/issues/5158
+[#5213]: https://github.com/hypermodeinc/dgraph/issues/5213
+[#5144]: https://github.com/hypermodeinc/dgraph/issues/5144
+[#5146]: https://github.com/hypermodeinc/dgraph/issues/5146
+[#5103]: https://github.com/hypermodeinc/dgraph/issues/5103
+[#5155]: https://github.com/hypermodeinc/dgraph/issues/5155
+[#5238]: https://github.com/hypermodeinc/dgraph/issues/5238
+[#5012]: https://github.com/hypermodeinc/dgraph/issues/5012
+[#4674]: https://github.com/hypermodeinc/dgraph/issues/4674
+[#4842]: https://github.com/hypermodeinc/dgraph/issues/4842
+[#5116]: https://github.com/hypermodeinc/dgraph/issues/5116
+[#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
+[#5216]: https://github.com/hypermodeinc/dgraph/issues/5216
+[#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
## [20.03.0] - 2020-03-30
-[20.03.0]: https://github.com/dgraph-io/dgraph/compare/v1.2.2...v20.03.0
+[20.03.0]: https://github.com/hypermodeinc/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. **
### Changed
@@ -2625,59 +2625,59 @@ This release was removed
- **Breaking changes**
- [BREAKING] Language sorting on Indexed data. Fixes [#4005][]. ([#4316][])
-[#5016]: https://github.com/dgraph-io/dgraph/issues/5016
-[#5012]: https://github.com/dgraph-io/dgraph/issues/5012
-[#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
-[#4945]: https://github.com/dgraph-io/dgraph/issues/4945
-[#4875]: https://github.com/dgraph-io/dgraph/issues/4875
-[#4867]: https://github.com/dgraph-io/dgraph/issues/4867
-[#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
-[#4600]: https://github.com/dgraph-io/dgraph/issues/4600
-[#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
-[#4682]: https://github.com/dgraph-io/dgraph/issues/4682
-[#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
+[#5016]: https://github.com/hypermodeinc/dgraph/issues/5016
+[#5012]: https://github.com/hypermodeinc/dgraph/issues/5012
+[#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
+[#4945]: https://github.com/hypermodeinc/dgraph/issues/4945
+[#4875]: https://github.com/hypermodeinc/dgraph/issues/4875
+[#4867]: https://github.com/hypermodeinc/dgraph/issues/4867
+[#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
+[#4600]: https://github.com/hypermodeinc/dgraph/issues/4600
+[#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
+[#4682]: https://github.com/hypermodeinc/dgraph/issues/4682
+[#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
## [1.2.2] - 2020-03-19
-[1.2.2]: https://github.com/dgraph-io/dgraph/compare/v1.2.1...v1.2.2
+[1.2.2]: https://github.com/hypermodeinc/dgraph/compare/v1.2.1...v1.2.2
### Changed
@@ -2704,44 +2704,44 @@ This release was removed
- Backups: Split lists when restoring from backup. ([#4912][])
-[#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
-[#4893]: https://github.com/dgraph-io/dgraph/issues/4893
-[#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
+[#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
+[#4893]: https://github.com/hypermodeinc/dgraph/issues/4893
+[#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
## [1.2.1] - 2020-02-06
-[1.2.1]: https://github.com/dgraph-io/dgraph/compare/v1.2.0...v1.2.1
+[1.2.1]: https://github.com/hypermodeinc/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/dgraph-io/dgraph/issues/4733
-[#4742]: https://github.com/dgraph-io/dgraph/issues/4742
+[#4733]: https://github.com/hypermodeinc/dgraph/issues/4733
+[#4742]: https://github.com/hypermodeinc/dgraph/issues/4742
## [1.2.0] - 2020-01-27
-[1.2.0]: https://github.com/dgraph-io/dgraph/compare/v1.1.1...v1.2.0
+[1.2.0]: https://github.com/hypermodeinc/dgraph/compare/v1.1.1...v1.2.0
### Changed
@@ -2783,48 +2783,48 @@ This release was removed
- Enterprise features
- Backup types. Fixes [#4507][]. ([#4514][])
-[#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
-[#4411]: https://github.com/dgraph-io/dgraph/issues/4411
-[#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
-[#4447]: https://github.com/dgraph-io/dgraph/issues/4447
-[#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
+[#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
+[#4411]: https://github.com/hypermodeinc/dgraph/issues/4411
+[#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
+[#4447]: https://github.com/hypermodeinc/dgraph/issues/4447
+[#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
## [1.1.1] - 2019-12-16
-[1.1.1]: https://github.com/dgraph-io/dgraph/compare/v1.1.0...v1.1.1
+[1.1.1]: https://github.com/hypermodeinc/dgraph/compare/v1.1.0...v1.1.1
### Changed
@@ -2932,118 +2932,118 @@ 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/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
-[#4005]: https://github.com/dgraph-io/dgraph/issues/4005
-[#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
-[#4047]: https://github.com/dgraph-io/dgraph/issues/4047
-[#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
+[#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
+[#4005]: https://github.com/hypermodeinc/dgraph/issues/4005
+[#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
+[#4047]: https://github.com/hypermodeinc/dgraph/issues/4047
+[#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
## [1.1.0] - 2019-09-03
-[1.1.0]: https://github.com/dgraph-io/dgraph/compare/v1.0.17...v1.1.0
+[1.1.0]: https://github.com/hypermodeinc/dgraph/compare/v1.0.17...v1.1.0
### Changed
@@ -3374,235 +3374,235 @@ Tracing
- Bug Fix: Remove Check2 at writeResponse. ([#3900][])
- Bug Fix: Do not call posting.List.release.
-[#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
-[#3526]: https://github.com/dgraph-io/dgraph/issues/3526
-[#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
-[#3274]: https://github.com/dgraph-io/dgraph/issues/3274
-[#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
-[#3613]: https://github.com/dgraph-io/dgraph/issues/3613
-[#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
-[#3412]: https://github.com/dgraph-io/dgraph/issues/3412
-[#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
-[#3141]: https://github.com/dgraph-io/dgraph/issues/3141
-[#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
-[#3387]: https://github.com/dgraph-io/dgraph/issues/3387
-[#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
-[#3824]: https://github.com/dgraph-io/dgraph/issues/3824
-[#2867]: https://github.com/dgraph-io/dgraph/issues/2867
-[#2885]: https://github.com/dgraph-io/dgraph/issues/2885
-[#2914]: https://github.com/dgraph-io/dgraph/issues/2914
-[#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
-[#3402]: https://github.com/dgraph-io/dgraph/issues/3402
-[#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
-[#3172]: https://github.com/dgraph-io/dgraph/issues/3172
-[#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
-[63f545568]: https://github.com/dgraph-io/dgraph/commit/63f545568
-[18277872f]: https://github.com/dgraph-io/dgraph/commit/18277872f
-[802ec4c39]: https://github.com/dgraph-io/dgraph/commit/802ec4c39
+[#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
+[#3526]: https://github.com/hypermodeinc/dgraph/issues/3526
+[#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
+[#3274]: https://github.com/hypermodeinc/dgraph/issues/3274
+[#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
+[#3613]: https://github.com/hypermodeinc/dgraph/issues/3613
+[#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
+[#3412]: https://github.com/hypermodeinc/dgraph/issues/3412
+[#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
+[#3141]: https://github.com/hypermodeinc/dgraph/issues/3141
+[#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
+[#3387]: https://github.com/hypermodeinc/dgraph/issues/3387
+[#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
+[#3824]: https://github.com/hypermodeinc/dgraph/issues/3824
+[#2867]: https://github.com/hypermodeinc/dgraph/issues/2867
+[#2885]: https://github.com/hypermodeinc/dgraph/issues/2885
+[#2914]: https://github.com/hypermodeinc/dgraph/issues/2914
+[#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
+[#3402]: https://github.com/hypermodeinc/dgraph/issues/3402
+[#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
+[#3172]: https://github.com/hypermodeinc/dgraph/issues/3172
+[#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
+[63f545568]: https://github.com/hypermodeinc/dgraph/commit/63f545568
+[18277872f]: https://github.com/hypermodeinc/dgraph/commit/18277872f
+[802ec4c39]: https://github.com/hypermodeinc/dgraph/commit/802ec4c39
## [1.0.18] - 2019-12-16
-[1.0.18]: https://github.com/dgraph-io/dgraph/compare/v1.0.17...v1.0.18
+[1.0.18]: https://github.com/hypermodeinc/dgraph/compare/v1.0.17...v1.0.18
### Fixed
@@ -3614,17 +3614,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/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
-[#4157]: https://github.com/dgraph-io/dgraph/issues/4157
-[#4252]: https://github.com/dgraph-io/dgraph/issues/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
+[#4157]: https://github.com/hypermodeinc/dgraph/issues/4157
+[#4252]: https://github.com/hypermodeinc/dgraph/issues/4252
## [1.0.17] - 2019-08-30
-[1.0.17]: https://github.com/dgraph-io/dgraph/compare/v1.0.16...v1.0.17
+[1.0.17]: https://github.com/hypermodeinc/dgraph/compare/v1.0.16...v1.0.17
### Changed
@@ -3640,21 +3640,21 @@ Tracing
- Fix bug where aliases in a query incorrectly alias the response depending on alias order. Fixes [#3814][]. ([#3837][])
- Fix for panic in fillGroupedVars. Fixes [#3768][]. ([#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
+[#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
## [1.0.16] - 2019-07-11
-[1.0.16]: https://github.com/dgraph-io/dgraph/compare/v1.0.15...v1.0.16
+[1.0.16]: https://github.com/hypermodeinc/dgraph/compare/v1.0.15...v1.0.16
### Changed
@@ -3666,15 +3666,15 @@ 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/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
+[#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
## [1.0.15] - 2019-05-30
-[1.0.15]: https://github.com/dgraph-io/dgraph/compare/v1.0.14...v1.0.15
+[1.0.15]: https://github.com/hypermodeinc/dgraph/compare/v1.0.14...v1.0.15
### Fixed
@@ -3719,42 +3719,42 @@ 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/dgraph-io/dgraph/pull/3337
-[#3391]: https://github.com/dgraph-io/dgraph/pull/3391
-[#3400]: https://github.com/dgraph-io/dgraph/pull/3400
-[#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
-[#3442]: https://github.com/dgraph-io/dgraph/pull/3442
-[#3467]: https://github.com/dgraph-io/dgraph/pull/3467
-[#3338]: https://github.com/dgraph-io/dgraph/pull/3338
-[#3444]: https://github.com/dgraph-io/dgraph/pull/3444
-[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
+[#3337]: https://github.com/hypermodeinc/dgraph/pull/3337
+[#3391]: https://github.com/hypermodeinc/dgraph/pull/3391
+[#3400]: https://github.com/hypermodeinc/dgraph/pull/3400
+[#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
+[#3442]: https://github.com/hypermodeinc/dgraph/pull/3442
+[#3467]: https://github.com/hypermodeinc/dgraph/pull/3467
+[#3338]: https://github.com/hypermodeinc/dgraph/pull/3338
+[#3444]: https://github.com/hypermodeinc/dgraph/pull/3444
+[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
## [1.0.14] - 2019-04-12
-[1.0.14]: https://github.com/dgraph-io/dgraph/compare/v1.0.13...v1.0.14
+[1.0.14]: https://github.com/hypermodeinc/dgraph/compare/v1.0.13...v1.0.14
### Fixed
@@ -3768,36 +3768,36 @@ Tracing
- Fix assorted cases of goroutine leaks. ([#3074][])
- Increment tool: Fix best-effort flag name so best-effort queries run as intended from the tool. ([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
+[#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
### Added
- Add timeout option while running queries over HTTP. Setting the `timeout` query parameter `/query?timeout=60s` will timeout queries after 1 minute. ([#3238][])
- Add `badger` tool to release binaries and Docker image.
-[#3238]: https://github.com/dgraph-io/dgraph/pull/3238
+[#3238]: https://github.com/hypermodeinc/dgraph/pull/3238
## [1.0.13] - 2019-03-10
-[1.0.13]: https://github.com/dgraph-io/dgraph/compare/v1.0.12...v1.0.13
+[1.0.13]: https://github.com/hypermodeinc/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/dgraph-io/dgraph/commit/8cb69ea))
-- Log an error instead of an assertion check for SrcUIDs being nil. ([691b3b3](https://github.com/dgraph-io/dgraph/commit/691b3b3))
+- Fix Raft panic. ([8cb69ea](https://github.com/hypermodeinc/dgraph/commit/8cb69ea))
+- Log an error instead of an assertion check for SrcUIDs being nil. ([691b3b3](https://github.com/hypermodeinc/dgraph/commit/691b3b3))
## [1.0.12] - 2019-03-05
-[1.0.12]: https://github.com/dgraph-io/dgraph/compare/v1.0.11...v1.0.12
+[1.0.12]: https://github.com/hypermodeinc/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.**
@@ -3805,42 +3805,42 @@ upgrading or rolling back. The underlying data format has been changed.**
### Added
- Support gzip compression for gRPC and HTTP requests.
- ([#2843](https://github.com/dgraph-io/dgraph/issues/2843))
+ ([#2843](https://github.com/hypermodeinc/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/dgraph-io/dgraph/issues/2277).
+ the schema. Fixes [#2277](https://github.com/hypermodeinc/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/dgraph-io/dgraph/issues/2955))
+ ([#2955](https://github.com/hypermodeinc/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/dgraph-io/dgraph/issues/3071))
+ ([#3071](https://github.com/hypermodeinc/dgraph/issues/3071))
### Changed
-- Use the new Stream API from Badger instead of Dgraph's Stream framework. ([#2852](https://github.com/dgraph-io/dgraph/issues/2852))
-- Discard earlier versions of posting lists. ([#2859](https://github.com/dgraph-io/dgraph/issues/2859))
+- Use the new Stream API from Badger instead of Dgraph's Stream framework. ([#2852](https://github.com/hypermodeinc/dgraph/issues/2852))
+- Discard earlier versions of posting lists. ([#2859](https://github.com/hypermodeinc/dgraph/issues/2859))
- Make HTTP JSON response encoding more efficient by operating on a bytes buffer
- directly. ([ae1d9f3](https://github.com/dgraph-io/dgraph/commit/ae1d9f3))
-- Optimize and refactor facet filtering. ([#2829](https://github.com/dgraph-io/dgraph/issues/2829))
+ directly. ([ae1d9f3](https://github.com/hypermodeinc/dgraph/commit/ae1d9f3))
+- Optimize and refactor facet filtering. ([#2829](https://github.com/hypermodeinc/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/dgraph-io/dgraph/issues/2844))
+- Add new option to `dgraph debug` tool to get a histogram of key and value sizes. ([#2844](https://github.com/hypermodeinc/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/dgraph-io/dgraph/issues/2851), [#2866](https://github.com/dgraph-io/dgraph/issues/2866))
+- Refactor rebuild index logic. ([#2851](https://github.com/hypermodeinc/dgraph/issues/2851), [#2866](https://github.com/hypermodeinc/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/dgraph-io/dgraph/issues/2800))
+- Simplify design and make tablet moves robust. ([#2800](https://github.com/hypermodeinc/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/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))
+- 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))
- 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/dgraph-io/dgraph/issues/2974))
-- Simplify Raft WAL storage caching. ([#3102](https://github.com/dgraph-io/dgraph/issues/3102))
+- 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))
- Build release binary with Go version 1.11.5.
### Removed
@@ -3855,150 +3855,150 @@ upgrading or rolling back. The underlying data format has been changed.**
### Fixed
-- Use json.Marshal for strings and blobs. Fixes [#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).
+- 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).
- 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/dgraph-io/dgraph/issues/2849).
-- Show an error when running multiple mutation blocks. Fixes [#2815](https://github.com/dgraph-io/dgraph/issues/2815).
+- Fix a race condition when processing concurrent queries. Fixes [#2849](https://github.com/hypermodeinc/dgraph/issues/2849).
+- Show an error when running multiple mutation blocks. Fixes [#2815](https://github.com/hypermodeinc/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/dgraph-io/dgraph/issues/3065))
+ ([#3065](https://github.com/hypermodeinc/dgraph/issues/3065))
- Remove the assert failure in raftwal/storage.go.
## [1.0.11] - 2018-12-17
-[1.0.11]: https://github.com/dgraph-io/dgraph/compare/v1.0.10...v1.0.11
+[1.0.11]: https://github.com/hypermodeinc/dgraph/compare/v1.0.10...v1.0.11
### Added
-- Integrate OpenCensus in Dgraph. ([#2739](https://github.com/dgraph-io/dgraph/issues/2739))
+- Integrate OpenCensus in Dgraph. ([#2739](https://github.com/hypermodeinc/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/dgraph-io/dgraph/issues/2710))
+- Feature: Full binary backups. This is an enterprise feature licensed under the Dgraph Community License. ([#2710](https://github.com/hypermodeinc/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/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/dgraph-io/dgraph/tree/v1.0.11/contrib/blockade))
+- Add minio dep and its deps in govendor. ([94daeaf7](https://github.com/hypermodeinc/dgraph/commit/94daeaf7), [35a73e81](https://github.com/hypermodeinc/dgraph/commit/35a73e81))
+- Add network partitioning tests with blockade tool. ([./contrib/blockade](https://github.com/hypermodeinc/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/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/dgraph-io/dgraph/issues/2799))
+- 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))
+- Support JSON data with Dgraph Bulk Loader. ([#2799](https://github.com/hypermodeinc/dgraph/issues/2799))
### Changed
-- Make posting list memory rollup happen right after disk. ([#2731](https://github.com/dgraph-io/dgraph/issues/2731))
-- Do not retry proposal if already found in CommittedEntries. ([#2740](https://github.com/dgraph-io/dgraph/issues/2740))
-- Remove ExportPayload from protos. Export returns Status and ExportRequest. ([#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/dgraph-io/dgraph/issues/2734))
-- Clarify message of overloaded pending proposals for live loader. ([#2732](https://github.com/dgraph-io/dgraph/issues/2732))
+- Make posting list memory rollup happen right after disk. ([#2731](https://github.com/hypermodeinc/dgraph/issues/2731))
+- Do not retry proposal if already found in CommittedEntries. ([#2740](https://github.com/hypermodeinc/dgraph/issues/2740))
+- Remove ExportPayload from protos. Export returns Status and ExportRequest. ([#2741](https://github.com/hypermodeinc/dgraph/issues/2741))
+- Allow more escape runes to be skipped over when parsing string literal. ([#2734](https://github.com/hypermodeinc/dgraph/issues/2734))
+- Clarify message of overloaded pending proposals for live loader. ([#2732](https://github.com/hypermodeinc/dgraph/issues/2732))
- Posting List Evictions. (e2bcfdad)
-- 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/dgraph-io/dgraph/issues/2749))
+- Log when removing a tablet. ([#2746](https://github.com/hypermodeinc/dgraph/issues/2746))
+- Deal better with network partitions in leaders. ([#2749](https://github.com/hypermodeinc/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/dgraph-io/dgraph/issues/2768))
- - Print the Dgraph version when running live or bulk loader. ([#2736](https://github.com/dgraph-io/dgraph/issues/2736))
-- Checking nil values in the equal function ([#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/dgraph-io/dgraph/issues/2773))
-- Set the Prefix option during iteration. ([#2780](https://github.com/dgraph-io/dgraph/issues/2780))
+ - 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))
+ - Print the Dgraph version when running live or bulk loader. ([#2736](https://github.com/hypermodeinc/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))
+- 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))
- 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/dgraph-io/dgraph/issues/2742))
-- Remove deprecated logic that was found using vet. ([#2758](https://github.com/dgraph-io/dgraph/issues/2758))
-- Remove assert for zero-length posting lists. ([#2763](https://github.com/dgraph-io/dgraph/issues/2763))
+- Remove type hinting for JSON and RDF schema-less types. ([#2742](https://github.com/hypermodeinc/dgraph/issues/2742))
+- Remove deprecated logic that was found using vet. ([#2758](https://github.com/hypermodeinc/dgraph/issues/2758))
+- Remove assert for zero-length posting lists. ([#2763](https://github.com/hypermodeinc/dgraph/issues/2763))
### Fixed
-- 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).
+- 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).
- Switch to Badger's Watermark library, which has a memory leak fix. (0cd9d82e)
-- Fix tiny typo. ([#2761](https://github.com/dgraph-io/dgraph/issues/2761))
+- Fix tiny typo. ([#2761](https://github.com/hypermodeinc/dgraph/issues/2761))
- Fix Test: TestMillion.
-- 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/dgraph-io/dgraph/issues/2733).
-- Fix missing predicates after export and bulk load. Fixes [#2616](https://github.com/dgraph-io/dgraph/issues/2616).
-- Handle various edge cases around cluster memberships. ([#2791](https://github.com/dgraph-io/dgraph/issues/2791))
-- Change Encrypt to not re-encrypt password values. Fixes [#2765](https://github.com/dgraph-io/dgraph/issues/2765).
+- 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 invalid division by zero error. Fixes [#2733](https://github.com/hypermodeinc/dgraph/issues/2733).
+- Fix missing predicates after export and bulk load. Fixes [#2616](https://github.com/hypermodeinc/dgraph/issues/2616).
+- Handle various edge cases around cluster memberships. ([#2791](https://github.com/hypermodeinc/dgraph/issues/2791))
+- Change Encrypt to not re-encrypt password values. Fixes [#2765](https://github.com/hypermodeinc/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/dgraph-io/dgraph/issues/2797))
+ parsing was handled differently depending on the input format. ([#2797](https://github.com/hypermodeinc/dgraph/issues/2797))
## [1.0.10] - 2018-11-05
-[1.0.10]: https://github.com/dgraph-io/dgraph/compare/v1.0.9...v1.0.10
+[1.0.10]: https://github.com/hypermodeinc/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.**
### Added
-- 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/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))
+- 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))
### Changed
-- 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/dgraph-io/dgraph/issues/2667))
-- Prometheus metrics have been renamed for consistency for alpha, memory, and lru cache metrics. ([#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/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/dgraph-io/dgraph/issues/2678))
+- Dgraph is relicensed to Apache 2.0. ([#2652](https://github.com/hypermodeinc/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))
+- 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))
+- 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))
+- Better control excessive traffic to Dgraph ([#2678](https://github.com/hypermodeinc/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/dgraph-io/dgraph/issues/2697))
+- Bring in Badger updates ([#2697](https://github.com/hypermodeinc/dgraph/issues/2697))
### Fixed
-- Make raft leader resume probing after snapshot crash ([#2707](https://github.com/dgraph-io/dgraph/issues/2707))
-- **Breaking change:** Create a lot simpler sorted uint64 codec ([#2716](https://github.com/dgraph-io/dgraph/issues/2716))
+- Make raft leader resume probing after snapshot crash ([#2707](https://github.com/hypermodeinc/dgraph/issues/2707))
+- **Breaking change:** Create a lot simpler sorted uint64 codec ([#2716](https://github.com/hypermodeinc/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/dgraph-io/dgraph/issues/2687))
+- Send commit timestamps in order ([#2687](https://github.com/hypermodeinc/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/dgraph-io/dgraph/issues/2690))
+- Fix out-of-range values in query parser. ([#2690](https://github.com/hypermodeinc/dgraph/issues/2690))
## [1.0.9] - 2018-10-02
-[1.0.9]: https://github.com/dgraph-io/dgraph/compare/v1.0.8...v1.0.9
+[1.0.9]: https://github.com/hypermodeinc/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/dgraph-io/dgraph/issues/2605))
-- Add support for ignoring parse errors in bulk loader with the option `--ignore_error`. ([#2599](https://github.com/dgraph-io/dgraph/issues/2599))
+- 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))
+- Add support for ignoring parse errors in bulk loader with the option `--ignore_error`. ([#2599](https://github.com/hypermodeinc/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 passed as an argument to `expand()`, all predicates at that level (minus any reverse predicates) are retrieved.
If `_reverse_` is passed as an argument to `expand()`, only the reverse predicates are retrieved.
### Changed
-- Rename intern pkg to pb ([#2608](https://github.com/dgraph-io/dgraph/issues/2608))
+- Rename intern pkg to pb ([#2608](https://github.com/hypermodeinc/dgraph/issues/2608))
### Fixed
-- Remove LinRead map logic from Dgraph ([#2570](https://github.com/dgraph-io/dgraph/issues/2570))
+- Remove LinRead map logic from Dgraph ([#2570](https://github.com/hypermodeinc/dgraph/issues/2570))
- Sanity length check for facets mostly.
-- Make has function correct w.r.t. transactions ([#2585](https://github.com/dgraph-io/dgraph/issues/2585))
+- Make has function correct w.r.t. transactions ([#2585](https://github.com/hypermodeinc/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/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/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/dgraph-io/dgraph/issues/2581).
+- Convert an assert during DropAll to inf retry. ([#2578](https://github.com/hypermodeinc/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).
+- 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).
- 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/dgraph-io/dgraph/issues/2604))
-- Fix a bug in Raft.Run loop. ([#2606](https://github.com/dgraph-io/dgraph/issues/2606))
+- 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))
- 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 during txn commits. Otherwise, we'll end up in an endless loop of trying to write a stale key but 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/dgraph-io/dgraph/issues/2611))
-- Switch traces to glogs in worker/export.go ([#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/dgraph-io/dgraph/issues/2596))
-- Fix task conversion from bool to int that used uint32 ([#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/dgraph-io/dgraph/issues/2602))
+- 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))
+- Switch traces to glogs in worker/export.go ([#2614](https://github.com/hypermodeinc/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))
+- 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)).
+- Add language aliases for broader support for full text indices. ([#2602](https://github.com/hypermodeinc/dgraph/issues/2602))
## [1.0.8] - 2018-08-29
-[1.0.8]: https://github.com/dgraph-io/dgraph/compare/v1.0.7...v1.0.8
+[1.0.8]: https://github.com/hypermodeinc/dgraph/compare/v1.0.7...v1.0.8
### Added
@@ -4007,18 +4007,18 @@ If `_reverse_` is passed as an argument to `expand()`, only the reverse predicat
### Changed
-- This version introduces tracking of a few anonymous metrics to measure Dgraph adoption ([#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.
+- 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 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/dgraph-io/dgraph/issues/2482), [#2485](https://github.com/dgraph-io/dgraph/issues/2485)).
+- 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)).
- 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/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/dgraph-io/dgraph/issues/2556)).
+- Fix various deadlocks in Dgraph and set ConfState in Raft correctly ([#2548](https://github.com/hypermodeinc/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)).
- 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/dgraph-io/dgraph/compare/v1.0.6...v1.0.7
+[1.0.7]: https://github.com/hypermodeinc/dgraph/compare/v1.0.6...v1.0.7
### Changed
@@ -4026,45 +4026,45 @@ If `_reverse_` is passed as an argument to `expand()`, only the reverse predicat
### Fixed
-- All Oracle delta streams are applied via Raft proposals. This deals better with network partition like edge-cases. [#2463](https://github.com/dgraph-io/dgraph/issues/2463)
-- Fix deadlock in 10-node cluster convergence. Fixes [#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/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/dgraph-io/dgraph/issues/2480).
+- 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)
+- 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)
+- 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)
+- Consolidate all txn tracking logic into Oracle, remove inSnapshot logic. [#2480](https://github.com/hypermodeinc/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/dgraph-io/dgraph/issues/2501).
+- Fix context deadline issues with proposals. [#2501](https://github.com/hypermodeinc/dgraph/issues/2501).
## [1.0.6] - 2018-06-20
-[1.0.6]: https://github.com/dgraph-io/dgraph/compare/v1.0.5...v1.0.6
+[1.0.6]: https://github.com/hypermodeinc/dgraph/compare/v1.0.5...v1.0.6
### Added
-* Support GraphQL vars as args for Regexp function. [#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)
+* 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)
### Fixed
-* 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/dgraph-io/dgraph/issues/2392)
-* Ability to correctly distinguish float from int in JSON. [#2398](https://github.com/dgraph-io/dgraph/issues/2398)
-* Remove _dummy_ data key. [#2401](https://github.com/dgraph-io/dgraph/issues/2401)
+* Fix math >= evaluation. [#2365](https://github.com/hypermodeinc/dgraph/issues/2365)
+* Avoid race condition between mutation commit and predicate move. [#2392](https://github.com/hypermodeinc/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)
* Serialize applying of Raft proposals. Concurrent application was complex and
- cause of multiple bugs. [#2428](https://github.com/dgraph-io/dgraph/issues/2428).
+ cause of multiple bugs. [#2428](https://github.com/hypermodeinc/dgraph/issues/2428).
* Improve Zero connections.
-* Fix bugs in snapshot move, refactor code and improve performance significantly. [#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)
+* 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)
### 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/dgraph-io/dgraph/issues/2433)
+ consumption by previously used MemoryStorage. [#2433](https://github.com/hypermodeinc/dgraph/issues/2433)
* Trace how node.Run loop performs.
* Allow tweaking Badger options.
@@ -4072,7 +4072,7 @@ If `_reverse_` is passed as an argument to `expand()`, only the reverse predicat
are now exposed via flags named with `--badger.` prefix.
## [1.0.5] - 2018-04-20
-[1.0.5]: https://github.com/dgraph-io/dgraph/compare/v1.0.4...v1.0.5
+[1.0.5]: https://github.com/hypermodeinc/dgraph/compare/v1.0.4...v1.0.5
### Added
@@ -4083,19 +4083,19 @@ are now exposed via flags named with `--badger.` prefix.
### Fixed
* 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/dgraph-io/dgraph/issues/2074)).
-* Use `time.Equal` function for comparing predicates with `datetime`([#2219](https://github.com/dgraph-io/dgraph/issues/2219)).
+* Validate facet value should be according to the facet type supplied when mutating using N-Quads ([#2074](https://github.com/hypermodeinc/dgraph/issues/2074)).
+* Use `time.Equal` function for comparing predicates with `datetime`([#2219](https://github.com/hypermodeinc/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/dgraph-io/dgraph/issues/2227)).
-* Send `maxpending` in connection state to server ([#2236](https://github.com/dgraph-io/dgraph/issues/2236)).
-* Fix bug in SP* transactions ([#2148](https://github.com/dgraph-io/dgraph/issues/2148)).
+* 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)).
+* 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)).
* 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/dgraph-io/dgraph/issues/2266)).
+* Fix the issue which could lead to snapshot getting blocked for a cluster with replicas ([#2266](https://github.com/hypermodeinc/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/dgraph-io/dgraph/issues/2322)).
-* Node crashes can lead to the loss of inserted triples ([#2290](https://github.com/dgraph-io/dgraph/issues/2290)).
+* Dgraph server segfault in worker package ([#2322](https://github.com/hypermodeinc/dgraph/issues/2322)).
+* Node crashes can lead to the loss of inserted triples ([#2290](https://github.com/hypermodeinc/dgraph/issues/2290)).
### Changed
@@ -4108,7 +4108,7 @@ are now exposed via flags named with `--badger.` prefix.
one-third of the total RAM available on the server.
## [1.0.4] - 2018-03-09
-[1.0.4]: https://github.com/dgraph-io/dgraph/compare/v1.0.3...v1.0.4
+[1.0.4]: https://github.com/hypermodeinc/dgraph/compare/v1.0.3...v1.0.4
### Added
@@ -4147,7 +4147,7 @@ are now exposed via flags named with `--badger.` prefix.
## [1.0.3] - 2018-02-08
-[1.0.3]: https://github.com/dgraph-io/dgraph/compare/v1.0.2...v1.0.3
+[1.0.3]: https://github.com/hypermodeinc/dgraph/compare/v1.0.2...v1.0.3
### Added
@@ -4175,7 +4175,7 @@ are now exposed via flags named with `--badger.` prefix.
* Print predicate name as part of the warning about long term for exact index.
## [1.0.2] - 2018-01-17
-[1.0.2]: https://github.com/dgraph-io/dgraph/compare/v1.0.1...v1.0.2
+[1.0.2]: https://github.com/hypermodeinc/dgraph/compare/v1.0.1...v1.0.2
### Fixed
@@ -4202,7 +4202,7 @@ instead use the address given by user.
* Only send keys corresponding to data that was mutated.
## [1.0.1] - 2017-12-20
-[1.0.1]: https://github.com/dgraph-io/dgraph/compare/v1.0.0...v1.0.1
+[1.0.1]: https://github.com/hypermodeinc/dgraph/compare/v1.0.0...v1.0.1
### Fixed
@@ -4216,7 +4216,7 @@ instead use the address given by user.
* Make sure at least one field is set while doing Alter.
## [1.0.0] - 2017-12-18
-[1.0.0]: https://github.com/dgraph-io/dgraph/compare/v0.9.3...v1.0.0
+[1.0.0]: https://github.com/hypermodeinc/dgraph/compare/v0.9.3...v1.0.0
### Added
@@ -4252,7 +4252,7 @@ instead use the address given by user.
* Check if GraphQL Variable is defined before using.
## [0.9.3] - 2017-12-01
-[0.9.3]: https://github.com/dgraph-io/dgraph/compare/v0.9.2...v0.9.3
+[0.9.3]: https://github.com/hypermodeinc/dgraph/compare/v0.9.2...v0.9.3
### Added
@@ -4284,7 +4284,7 @@ instead use the address given by user.
* Proto definitions are split into intern and api.
## [0.9.2] - 2017-11-20
-[0.9.2]: https://github.com/dgraph-io/dgraph/compare/v0.9.1...v0.9.2
+[0.9.2]: https://github.com/hypermodeinc/dgraph/compare/v0.9.1...v0.9.2
### Added
@@ -4303,7 +4303,7 @@ instead use the address given by user.
* Fix (--ui) flag not being parsed properly.
## [0.9.1] - 2017-11-15
-[0.9.1]: https://github.com/dgraph-io/dgraph/compare/v0.9.0...v0.9.1
+[0.9.1]: https://github.com/hypermodeinc/dgraph/compare/v0.9.0...v0.9.1
### Changed
@@ -4311,7 +4311,7 @@ instead use the address given by user.
For `/commit` API, keys are passed in the body.
## [0.9.0] - 2017-11-14
-[0.9.0]: https://github.com/dgraph-io/dgraph/compare/v0.8.3...v0.9.0
+[0.9.0]: https://github.com/hypermodeinc/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.**
diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md
index bf7bbc29dc4..614af544e1f 100644
--- a/CODE_OF_CONDUCT.md
+++ b/CODE_OF_CONDUCT.md
@@ -1,5 +1,113 @@
-# Code of Conduct
+# Contributor Covenant Code of Conduct
-Our Code of Conduct can be found here:
+## Our Pledge
-https://dgraph.io/conduct
+We as members, contributors, and leaders pledge to make participation in our community a
+harassment-free experience for everyone, regardless of age, body size, visible or invisible
+disability, ethnicity, sex characteristics, gender identity and expression, level of experience,
+education, socio-economic status, nationality, personal appearance, race, religion, or sexual
+identity and orientation.
+
+We pledge to act and interact in ways that contribute to an open, welcoming, diverse, inclusive, and
+healthy community.
+
+## Our Standards
+
+Examples of behavior that contributes to a positive environment for our community include:
+
+- Demonstrating empathy and kindness toward other people
+- Being respectful of differing opinions, viewpoints, and experiences
+- Giving and gracefully accepting constructive feedback
+- Accepting responsibility and apologizing to those affected by our mistakes, and learning from the
+ experience
+- Focusing on what is best not just for us as individuals, but for the overall community
+
+Examples of unacceptable behavior include:
+
+- The use of sexualized language or imagery, and sexual attention or advances of any kind
+- Trolling, insulting or derogatory comments, and personal or political attacks
+- Public or private harassment
+- Publishing others' private information, such as a physical or email address, without their
+ explicit permission
+- Other conduct which could reasonably be considered inappropriate in a professional setting
+
+## Enforcement Responsibilities
+
+Community leaders are responsible for clarifying and enforcing our standards of acceptable behavior
+and will take appropriate and fair corrective action in response to any behavior that they deem
+inappropriate, threatening, offensive, or harmful.
+
+Community leaders have the right and responsibility to remove, edit, or reject comments, commits,
+code, wiki edits, issues, and other contributions that are not aligned to this Code of Conduct, and
+will communicate reasons for moderation decisions when appropriate.
+
+## Scope
+
+This Code of Conduct applies within all community spaces, and also applies when an individual is
+officially representing the community in public spaces. Examples of representing our community
+include using an official e-mail address, posting via an official social media account, or acting as
+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.
+
+All community leaders are obligated to respect the privacy and security of the reporter of any
+incident.
+
+## Enforcement Guidelines
+
+Community leaders will follow these Community Impact Guidelines in determining the consequences for
+any action they deem in violation of this Code of Conduct:
+
+### 1. Correction
+
+**Community Impact**: Use of inappropriate language or other behavior deemed unprofessional or
+unwelcome in the community.
+
+**Consequence**: A private, written warning from community leaders, providing clarity around the
+nature of the violation and an explanation of why the behavior was inappropriate. A public apology
+may be requested.
+
+### 2. Warning
+
+**Community Impact**: A violation through a single incident or series of actions.
+
+**Consequence**: A warning with consequences for continued behavior. No interaction with the people
+involved, including unsolicited interaction with those enforcing the Code of Conduct, for a
+specified period of time. This includes avoiding interactions in community spaces as well as
+external channels like social media. Violating these terms may lead to a temporary or permanent ban.
+
+### 3. Temporary Ban
+
+**Community Impact**: A serious violation of community standards, including sustained inappropriate
+behavior.
+
+**Consequence**: A temporary ban from any sort of interaction or public communication with the
+community for a specified period of time. No public or private interaction with the people involved,
+including unsolicited interaction with those enforcing the Code of Conduct, is allowed during this
+period. Violating these terms may lead to a permanent ban.
+
+### 4. Permanent Ban
+
+**Community Impact**: Demonstrating a pattern of violation of community standards, including
+sustained inappropriate behavior, harassment of an individual, or aggression toward or disparagement
+of classes of individuals.
+
+**Consequence**: A permanent ban from any sort of public interaction within the community.
+
+## Attribution
+
+This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 2.0, available at
+https://www.contributor-covenant.org/version/2/0/code_of_conduct.html.
+
+Community Impact Guidelines were inspired by
+[Mozilla's code of conduct enforcement ladder](https://github.com/mozilla/diversity).
+
+[homepage]: https://www.contributor-covenant.org
+
+For answers to common questions about this code of conduct, see the FAQ at
+https://www.contributor-covenant.org/faq. Translations are available at
+https://www.contributor-covenant.org/translations.
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index d8500271319..efb35f2961b 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -36,7 +36,7 @@ It's best to put the Dgraph repo somewhere in `$GOPATH`.
$ mkdir -p "$(go env GOPATH)/src/github.com/dgraph-io"
$ cd "$(go env GOPATH)/src/github.com/dgraph-io"
- $ git clone https://github.com/dgraph-io/dgraph.git
+ $ git clone https://github.com/hypermodeinc/dgraph.git
$ cd ./dgraph
$ make install
@@ -95,7 +95,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.
-Copyright 2015-2023 Dgraph Labs, Inc.
+Copyright 2015-2025 Hypermode Inc.
```
### Build Docker Image
@@ -129,7 +129,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.
-Copyright 2015-2023 Dgraph Labs, Inc.
+Copyright 2015-2025 Hypermode Inc.
```
For release images, follow [Doing a release](#doing-a-release). It creates
@@ -202,7 +202,7 @@ Every new source file must begin with a license header.
Most of Dgraph, Badger, and the Dgraph clients (dgo, dgraph-js, pydgraph and dgraph4j) are licensed under the Apache 2.0 license:
/*
- * Copyright 2016-2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2016-2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/LICENSE.md b/LICENSE.md
index 76a7037be71..05a216ab4a7 100644
--- a/LICENSE.md
+++ b/LICENSE.md
@@ -1,6 +1,6 @@
## Dgraph Licensing
-Copyright 2016-2023 Dgraph Labs, Inc.
+Copyright 2016-2025 Hypermode Inc.
Source code in this repository is variously licensed under the Apache Public
License 2.0 (APL) and the Dgraph Community License (DCL). A copy of each license
@@ -13,4 +13,4 @@ specific language governing permissions and limitations under the License.
## Trademark
-Dgraph is a registered trademark of Dgraph Labs, Inc.
+Dgraph is a registered trademark of Hypermode Inc.
diff --git a/Makefile b/Makefile
index 96c07e5e128..2715d62fcad 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
#
-# Copyright 2023 Dgraph Labs, Inc. and Contributors
+# Copyright 2025 Hypermode Inc. and Contributors
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/README.md b/README.md
index c8612a61dcb..2c4481ffb36 100644
--- a/README.md
+++ b/README.md
@@ -13,10 +13,10 @@
**The Only Native GraphQL Database With A Graph Backend.**
[![Wiki](https://img.shields.io/badge/res-wiki-blue.svg)](https://dgraph.io/docs/)
-[![ci-dgraph-tests](https://github.com/dgraph-io/dgraph/actions/workflows/ci-dgraph-tests.yml/badge.svg)](https://github.com/dgraph-io/dgraph/actions/workflows/ci-dgraph-tests.yml)
-[![ci-dgraph-load-tests](https://github.com/dgraph-io/dgraph/actions/workflows/ci-dgraph-load-tests.yml/badge.svg)](https://github.com/dgraph-io/dgraph/actions/workflows/ci-dgraph-load-tests.yml)
-[![ci-golang-lint](https://github.com/dgraph-io/dgraph/actions/workflows/ci-golang-lint.yml/badge.svg)](https://github.com/dgraph-io/dgraph/actions/workflows/ci-golang-lint.yml)
-[![ci-aqua-security-trivy-tests](https://github.com/dgraph-io/dgraph/actions/workflows/ci-aqua-security-trivy-tests.yml/badge.svg)](https://github.com/dgraph-io/dgraph/actions/workflows/ci-aqua-security-trivy-tests.yml)
+[![ci-dgraph-tests](https://github.com/hypermodeinc/dgraph/actions/workflows/ci-dgraph-tests.yml/badge.svg)](https://github.com/hypermodeinc/dgraph/actions/workflows/ci-dgraph-tests.yml)
+[![ci-dgraph-load-tests](https://github.com/hypermodeinc/dgraph/actions/workflows/ci-dgraph-load-tests.yml/badge.svg)](https://github.com/hypermodeinc/dgraph/actions/workflows/ci-dgraph-load-tests.yml)
+[![ci-golang-lint](https://github.com/hypermodeinc/dgraph/actions/workflows/ci-golang-lint.yml/badge.svg)](https://github.com/hypermodeinc/dgraph/actions/workflows/ci-golang-lint.yml)
+[![ci-aqua-security-trivy-tests](https://github.com/hypermodeinc/dgraph/actions/workflows/ci-aqua-security-trivy-tests.yml/badge.svg)](https://github.com/hypermodeinc/dgraph/actions/workflows/ci-aqua-security-trivy-tests.yml)
[![Coverage Status](https://coveralls.io/repos/github/dgraph-io/dgraph/badge.svg?branch=main)](https://coveralls.io/github/dgraph-io/dgraph?branch=main)
[![Go Report Card](https://goreportcard.com/badge/github.com/dgraph-io/dgraph)](https://goreportcard.com/report/github.com/dgraph-io/dgraph)
[![TODOs](https://badgen.net/https/api.tickgit.com/badgen/github.com/dgraph-io/dgraph/main)](https://www.tickgit.com/browse?repo=github.com/dgraph-io/dgraph&branch=main)
@@ -37,7 +37,7 @@ Dgraph is at [version v24.0.5][rel] and is production-ready. Apart from the vast
production at multiple Fortune 500 companies, and by
[Intuit Katlas](https://github.com/intuit/katlas) and [VMware Purser](https://github.com/vmware/purser). A hosted version of Dgraph is available at [https://cloud.dgraph.io](https://cloud.dgraph.io).
-[rel]: https://github.com/dgraph-io/dgraph/releases/tag/v24.0.5
+[rel]: https://github.com/hypermodeinc/dgraph/releases/tag/v24.0.5
## Supported Platforms
@@ -77,7 +77,7 @@ sudo apt-get install build-essential
Then clone the Dgraph repository and use `make install` to install the Dgraph binary in the directory named by the GOBIN environment variable, which defaults to $GOPATH/bin or $HOME/go/bin if the GOPATH environment variable is not set.
```bash
-git clone https://github.com/dgraph-io/dgraph.git
+git clone https://github.com/hypermodeinc/dgraph.git
cd dgraph
make install
```
@@ -125,7 +125,7 @@ makes it easy to build applications with it.
[https://discuss.dgraph.io](https://discuss.dgraph.io).
- Check out [the demo at dgraph.io](http://dgraph.io) and [the visualization at
play.dgraph.io](http://play.dgraph.io/).
-- Please see [releases tab](https://github.com/dgraph-io/dgraph/releases) to
+- Please see [releases tab](https://github.com/hypermodeinc/dgraph/releases) to
find the latest release and corresponding release notes.
- [See the Roadmap](https://discuss.dgraph.io/t/product-roadmap-2020/8479) for a list of
working and planned features.
@@ -135,8 +135,8 @@ makes it easy to build applications with it.
channel](https://www.youtube.com/channel/UCghE41LR8nkKFlR3IFTRO4w/featured).
## Developers
-- See a list of issues [that we need help with](https://github.com/dgraph-io/dgraph/issues?q=is%3Aissue+is%3Aopen+label%3A%22help+wanted%22).
-- Please see [Contributing to Dgraph](https://github.com/dgraph-io/dgraph/blob/main/CONTRIBUTING.md) for guidelines on contributions.
+- See a list of issues [that we need help with](https://github.com/hypermodeinc/dgraph/issues?q=is%3Aissue+is%3Aopen+label%3A%22help+wanted%22).
+- Please see [Contributing to Dgraph](https://github.com/hypermodeinc/dgraph/blob/main/CONTRIBUTING.md) for guidelines on contributions.
## Client Libraries
The Dgraph team maintains several [officially supported client libraries](https://dgraph.io/docs/clients/). There are also libraries contributed by the community [unofficial client libraries](https://dgraph.io/docs/clients#unofficial-dgraph-clients).
diff --git a/RFC/Deprecated/readme.md b/RFC/Deprecated/readme.md
deleted file mode 100644
index 2a08c62deeb..00000000000
--- a/RFC/Deprecated/readme.md
+++ /dev/null
@@ -1,9 +0,0 @@
-## Deprecated
-
-The "Deprecated" directory contains outdated or replaced proposals for changes to the Dgraph Core. These proposals may
-have been superseded by more recent or better-designed solutions, or may have been determined to be unnecessary or
-unfeasible. This directory serves as an archive of past discussions and decisions made within the Dgraph Core
-development community, and may be useful for reference when designing new proposals or evaluating the history of the
-project.
-
-To open a PR with your deprecation proposal please use the template found in the root of this repository.
diff --git a/RFC/Post-mortem/readme.md b/RFC/Post-mortem/readme.md
deleted file mode 100644
index a7ba83d048a..00000000000
--- a/RFC/Post-mortem/readme.md
+++ /dev/null
@@ -1,12 +0,0 @@
-## Post-mortem
-
-The "Post-mortem" directory is intended to hold information about failed or discontinued proposals for changes to the
-Dgraph Core. This information can include the original proposal, a detailed explanation of the reasons why it was not
-implemented, and any lessons learned from the process. This information can be valuable for future proposal writers and
-contributors, as it provides insight into the challenges and considerations that may arise when proposing changes to the
-Dgraph Core. Additionally, the post-mortems can help the Dgraph Core maintainers to understand the historical context of
-failed proposals and make better decisions about future changes to the system. By providing a centralized location for
-this information, the "Post-mortem" directory can help to ensure that the decision-making process is transparent,
-accountable, and informed by past experiences.
-
-To open a PR with your Post-mortem proposal please use the template found in the root of this repository.
diff --git a/RFC/Proposals/readme.md b/RFC/Proposals/readme.md
deleted file mode 100644
index f81e554aa7b..00000000000
--- a/RFC/Proposals/readme.md
+++ /dev/null
@@ -1,11 +0,0 @@
-## Proposals
-
-The "Proposals" directory is where you can find all the proposed changes and additions to the Dgraph Core and others. It
-contains the Request for Comment (RFC) documents. It is where anyone can submit their ideas for improving the Dgraph
-Core, whether it is through discussion on the forum or through independent research and development.
-
-Note that while discussion of proposals is encouraged, it is not required. The goal is to provide a clear and concise
-description of each proposal, to allow others to understand the proposed changes and to make informed decisions about
-the future direction of the Dgraph Core.
-
-To open a PR with your RFC proposal please use the template found in the root of this repository.
diff --git a/RFC/readme.md b/RFC/readme.md
deleted file mode 100644
index 07985672a14..00000000000
--- a/RFC/readme.md
+++ /dev/null
@@ -1,117 +0,0 @@
-# Welcome
-
-### About this Directory
-
-This is where we track all of our Request for Comments (RFCs) related to the Core products of Dgraph.
-
-This directory provides a central and structured platform for discussing, documenting, and evaluating proposed changes
-to the Dgraph Core. All stakeholders, including contributors, users, and members of the Dgraph community, are invited to
-participate in the RFC process. Whether you have an idea for a new feature, a suggestion for improvement, or simply want
-to stay informed about upcoming changes, this directory is the place to be.
-
-Please note that while RFCs are primarily used for tracking major, complex, or potentially impactful changes, they are
-not the only way to track changes in the directory. Other forms of tracking, such as issue tracking, are not ignored,
-limited, or excluded. They can complement each other. RFCs serve as a way to focus attention and ensure that the
-community has a clear understanding of the proposed changes and their potential impact.
-
-## What is Dgraph?
-
-Dgraph is an open-source, distributed graph database designed for fast and efficient querying and management of
-connected data. It provides a scalable and flexible solution for managing and querying large amounts of data with
-relationships. With its powerful graph query language, Dgraph allows developers to efficiently analyze and visualize
-complex data relationships, making it ideal for a wide range of applications, including real-time recommendation systems,
-social networks, and recommendation engines. With a focus on performance and ease of use, Dgraph is designed to help
-organizations tackle complex data challenges and unlock the full potential of their connected data. Whether you are
-working with big data, building a new application, or need a flexible solution for managing connected data, Dgraph is the
-right choice for your needs.
-
-# Scope of RFCs:
-
-The purpose of this directory is to track and manage proposed changes to the core code of the main Dgraph repositories.
-RFCs will not be used for documentation changes. Instead, they will focus on proposed changes to the application and
-core code of the main repositories.
-
-In addition to new feature proposals, we also track deprecated code through RFCs. When a proposed deprecation is opened,
-an estimated time of completion (ETC) will be provided to determine whether the RFC will be implemented or not. This
-process helps ensure that all stakeholders have a clear understanding of the changes being proposed and the timeline
-for implementation.
-
-We welcome contributions and feedback from the community on any proposed changes, and invite you to participate in the
-discussions.
-
-Here follows the RFC structure.
-
-1. Request for Comments (RFCs) for Dgraph Core products. It will be located at "Proposals".
-2. RFC for deprecation of code components. It will be located at "Deprecated".
-3. Post-mortem analysis for resolved RFCs and deprecation processes. It will be located at "Post-mortem".
-
-The RFC process provides a structured way to discuss and evaluate potential changes, while the deprecation process allows
-us to provide an estimated timeline (ETA) for determining whether to continue with the process or cancel it based on
-community interest. The Post-mortem directory will allow us to document and analyze the outcomes of resolved RFCs and
-deprecation processes, which will help us improve our decision-making process in the future.
-
-### How to start
-
-The creation of an RFC in the Dgraph Core can start from a variety of sources. For example, an idea may arise from a
-discussion on the Discourse forum or other community channels. If the proposal is considered to be valid, and contains a
-logical or technical solution that can be implemented, it can be submitted as an RFC.
-
-It is not necessary for the person submitting the proposal to discuss it beforehand. If they have sufficient knowledge
-to propose an idea and the technical skills to understand the Core code, they can open a proposal. However, it is
-encouraged to engage in discussion with the community to validate the idea and refine the proposal.
-
-Once the proposal is submitted, it will go through a review process where the community and the core development team
-can provide feedback and suggestions. The proposal may be revised and updated based on this feedback. Once the proposal
-is deemed ready, it can be merged into the Dgraph Core codebase.
-
-
-## Organizing RFCs
-
-When contributing to the Dgraph RFC directory, it's important to follow a clear and organized structure to ensure that
-all proposals and discussions are easily accessible and understandable.
-
-In the top level of the RFC directy, there will be the "Proposals", "Deprecated", and "Post-mortem" directories.
-
-When submitting a new RFC, you should create a new directory within the relevant product directory. For example, if you
-are submitting an RFC for Dgraph Core, you should create a directory named "RFC-D0000" (where the numbers can be
-adjusted to suit your proposal). You may choose to create your RFC in either .MD or .mediawiki format.
-
-Additionally, you could include any supporting files, such as images or videos, within the same directory as your RFC.
-
-Here's an overview of the file structure:
-
-```lua
-Dgraph RFC directory
-|
-|-- Proposals
-| |
-| |-- Dgraph
-| | |
-| | |-- RFC-D0000
-| | | |
-| | | |-- readme.md
-| | | |
-| | | |-- Supporting files (e.g. images, videos)
-|
-|-- Deprecated
-| |
-| |-- Dgraph
-| | |
-| | |-- RFC-D0000
-| | | |
-| | | |-- readme.md
-| | | |
-| | | |-- Supporting files
-|
-|-- Post-mortem
- |
- |-- Dgraph
- | |
- | |-- RFC-D0000
- | | |
- | | |-- readme.md
- | | |
- | | |-- Supporting files
- |
-
-```
diff --git a/RFC/template.md b/RFC/template.md
deleted file mode 100644
index 8d92bdb1ea2..00000000000
--- a/RFC/template.md
+++ /dev/null
@@ -1,59 +0,0 @@
-```yaml
- RFC: PREFIX + NUMBER # Choose a unique number for your RFC.
- Title: RFC TITLE
- Author: NAME # It can be Discuss user or any public email
- Co-Author: NAME # It can be Discuss user or any public email and you can add more lines with co-authors.
- Status: STATUS # e.g., "Accepted," "Rejected"
- Type: TYPE # e.g., "Design," "Process," "Informational")**
- Model: Model # e.g., "RFC," "Deprecation," "Post-mortem")
- Created: DATE # Not necessarily the day of publication
- Replaces: RFC NUMBER # Rejected, depreacted RFC or other.
- Superseded-By: NUMBER # It can be left blank if the RFC has not been superseded.
-```
-
-## Title: RFC + number: [Title of RFC]
-
-### Summary:
-
-A brief summary of the RFC. Provide a brief overview of the main topics covered in the document.
-
-### Motivation:
-
-An explanation of the need for the RFC and the problem it aims to solve.
-
-### Abstract Design:
-
-If necessary, a high-level description of the design of the solution proposed in the RFC. This section may include
-pseudocode to clarify concepts.
-
-### Technical Details:
-
-A detailed explanation of the technical implementation of the solution proposed in the RFC.
-
-### Drawbacks:
-
-An examination of the limitations and potential negative consequences of the solution proposed in the RFC.
-Such as impact in third parties tools, impact in the core, backwards Compatibility and so on.
-
-### Alternatives:
-
-An exploration of other potential solutions to the problem addressed by the RFC.
-
-### Adoption Strategy:
-
-A plan for how the proposed solution in the RFC will be adopted and integrated into the Dgraph Core.
-
---------
-
-Explanation(Delete this in your RFC):
-
-The "Type" field in an RFC template is used to categorize the type of proposal that the RFC represents. In the context
-of Dgraph, it can be used to indicate the nature or purpose of the proposal.
-
-Here are some examples of types that might be used in an RFC for Dgraph:
-
-* Design: This type is used when the RFC proposes a new design or architecture for a feature or system in Dgraph products.
-
-* Process: This type is used when the RFC proposes a new process or workflow for the development of Dgraph products.
-
-* Informational: This type is used when the RFC provides information that is important to the development of Dgraph, but does not propose any changes to the design or process.
diff --git a/algo/doc.go b/algo/doc.go
index 0e6298a9fd6..ef750233bc1 100644
--- a/algo/doc.go
+++ b/algo/doc.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2016-2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2016-2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/algo/heap.go b/algo/heap.go
index d020bef5a66..1e339e6b74d 100644
--- a/algo/heap.go
+++ b/algo/heap.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2016-2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2016-2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/algo/heap_test.go b/algo/heap_test.go
index 1281b513382..1db7b9fc5da 100644
--- a/algo/heap_test.go
+++ b/algo/heap_test.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2016-2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2016-2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/algo/packed.go b/algo/packed.go
index a67ea36be8a..eb027071c67 100644
--- a/algo/packed.go
+++ b/algo/packed.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/algo/packed_test.go b/algo/packed_test.go
index 45df458499e..25c0bfd1163 100644
--- a/algo/packed_test.go
+++ b/algo/packed_test.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2016-2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2016-2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/algo/uidlist.go b/algo/uidlist.go
index 32277a9c752..9babdcac265 100644
--- a/algo/uidlist.go
+++ b/algo/uidlist.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2016-2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2016-2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/algo/uidlist_test.go b/algo/uidlist_test.go
index f6033669aab..6d8f96ff871 100644
--- a/algo/uidlist_test.go
+++ b/algo/uidlist_test.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2016-2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2016-2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/check_upgrade/check_upgrade.go b/check_upgrade/check_upgrade.go
index f975d8c1beb..68d7f5b454f 100644
--- a/check_upgrade/check_upgrade.go
+++ b/check_upgrade/check_upgrade.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2024 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/check_upgrade/check_upgrade_test.go b/check_upgrade/check_upgrade_test.go
index a1efcf654e8..b6c7d59f5b9 100644
--- a/check_upgrade/check_upgrade_test.go
+++ b/check_upgrade/check_upgrade_test.go
@@ -1,7 +1,7 @@
//go:build integration2
/*
- * Copyright 2024 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/chunker/chunk.go b/chunker/chunk.go
index 99f4a475bd6..e501ffe6884 100644
--- a/chunker/chunk.go
+++ b/chunker/chunk.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/chunker/chunk_test.go b/chunker/chunk_test.go
index 59b0f909c79..ba270ca0efa 100644
--- a/chunker/chunk_test.go
+++ b/chunker/chunk_test.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2017-2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2017-2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/chunker/json_parser.go b/chunker/json_parser.go
index 038d919feb3..17b3333bfd6 100644
--- a/chunker/json_parser.go
+++ b/chunker/json_parser.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/chunker/json_parser_test.go b/chunker/json_parser_test.go
index 6752b8c150a..33e3cdd2ab5 100644
--- a/chunker/json_parser_test.go
+++ b/chunker/json_parser_test.go
@@ -1,7 +1,7 @@
//go:build integration
/*
- * Copyright 2017-2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2017-2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/chunker/rdf_parser.go b/chunker/rdf_parser.go
index 11b1ddd243a..05584a8b816 100644
--- a/chunker/rdf_parser.go
+++ b/chunker/rdf_parser.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2015-2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2015-2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/chunker/rdf_parser_test.go b/chunker/rdf_parser_test.go
index 9cf1073d413..31a82f759e2 100644
--- a/chunker/rdf_parser_test.go
+++ b/chunker/rdf_parser_test.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2015-2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2015-2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/chunker/rdf_state.go b/chunker/rdf_state.go
index 5a2fdfe7d6a..deda7f240e3 100644
--- a/chunker/rdf_state.go
+++ b/chunker/rdf_state.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2015-2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2015-2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/codec/codec.go b/codec/codec.go
index 03d72f21e8e..d3848b2b63f 100644
--- a/codec/codec.go
+++ b/codec/codec.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/codec/codec_test.go b/codec/codec_test.go
index 2b6a9c95137..de74f5ff865 100644
--- a/codec/codec_test.go
+++ b/codec/codec_test.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/compose/Makefile b/compose/Makefile
index 3aa205608f3..1fc3129ad54 100644
--- a/compose/Makefile
+++ b/compose/Makefile
@@ -1,5 +1,5 @@
#
-# Copyright 2023 Dgraph Labs, Inc. and Contributors
+# Copyright 2025 Hypermode Inc. and Contributors
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/compose/compose.go b/compose/compose.go
index 54610f5536b..349210d8fa6 100644
--- a/compose/compose.go
+++ b/compose/compose.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/conn/node.go b/conn/node.go
index 54920dfbbe7..ddb02c33b8b 100644
--- a/conn/node.go
+++ b/conn/node.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2017-2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2017-2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/conn/node_test.go b/conn/node_test.go
index 8d96f0a99ae..fe0b60380a8 100644
--- a/conn/node_test.go
+++ b/conn/node_test.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/conn/pool.go b/conn/pool.go
index e7d3b9592cd..5fdb5325562 100644
--- a/conn/pool.go
+++ b/conn/pool.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2016-2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2016-2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/conn/raft_server.go b/conn/raft_server.go
index 1cf29a954e0..a6645985350 100644
--- a/conn/raft_server.go
+++ b/conn/raft_server.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/contrib/config/terraform/aws/ha/templates/setup-systemd-service.sh.tmpl b/contrib/config/terraform/aws/ha/templates/setup-systemd-service.sh.tmpl
index 4478aac36c9..a94c2b7efc1 100644
--- a/contrib/config/terraform/aws/ha/templates/setup-systemd-service.sh.tmpl
+++ b/contrib/config/terraform/aws/ha/templates/setup-systemd-service.sh.tmpl
@@ -4,7 +4,7 @@ set -euxo pipefail
# Currently we are downloading dgraph binary manually, later we can create an AMI with dgraph pre-installed
# and maintain that on AWS.
-wget https://github.com/dgraph-io/dgraph/releases/download/v${dgraph_version}/dgraph-linux-amd64.tar.gz
+wget https://github.com/hypermodeinc/dgraph/releases/download/v${dgraph_version}/dgraph-linux-amd64.tar.gz
tar -C /usr/local/bin -xzf dgraph-linux-amd64.tar.gz
groupadd --system dgraph
diff --git a/contrib/config/terraform/aws/standalone/templates/setup.tmpl b/contrib/config/terraform/aws/standalone/templates/setup.tmpl
index 8b07edb4640..f170582007d 100644
--- a/contrib/config/terraform/aws/standalone/templates/setup.tmpl
+++ b/contrib/config/terraform/aws/standalone/templates/setup.tmpl
@@ -2,7 +2,7 @@
set -euxo pipefail
-wget https://github.com/dgraph-io/dgraph/releases/download/v${dgraph_version}/dgraph-linux-amd64.tar.gz
+wget https://github.com/hypermodeinc/dgraph/releases/download/v${dgraph_version}/dgraph-linux-amd64.tar.gz
tar -C /usr/local/bin -xzf dgraph-linux-amd64.tar.gz
groupadd --system dgraph
diff --git a/contrib/config/terraform/gcp/standalone/templates/setup.tmpl b/contrib/config/terraform/gcp/standalone/templates/setup.tmpl
index 8b07edb4640..f170582007d 100644
--- a/contrib/config/terraform/gcp/standalone/templates/setup.tmpl
+++ b/contrib/config/terraform/gcp/standalone/templates/setup.tmpl
@@ -2,7 +2,7 @@
set -euxo pipefail
-wget https://github.com/dgraph-io/dgraph/releases/download/v${dgraph_version}/dgraph-linux-amd64.tar.gz
+wget https://github.com/hypermodeinc/dgraph/releases/download/v${dgraph_version}/dgraph-linux-amd64.tar.gz
tar -C /usr/local/bin -xzf dgraph-linux-amd64.tar.gz
groupadd --system dgraph
diff --git a/contrib/integration/acctupsert/main.go b/contrib/integration/acctupsert/main.go
index c280dc26485..c5d47528d61 100644
--- a/contrib/integration/acctupsert/main.go
+++ b/contrib/integration/acctupsert/main.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2017-2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2017-2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/contrib/integration/bank/main.go b/contrib/integration/bank/main.go
index 0a45783d160..cbe652ea1a9 100644
--- a/contrib/integration/bank/main.go
+++ b/contrib/integration/bank/main.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2017-2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2017-2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/contrib/integration/bigdata/main.go b/contrib/integration/bigdata/main.go
index 3eaa9bac396..94a88f1966e 100644
--- a/contrib/integration/bigdata/main.go
+++ b/contrib/integration/bigdata/main.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/contrib/integration/mutates/main.go b/contrib/integration/mutates/main.go
index 8d67447e732..4ab9aeca9ae 100644
--- a/contrib/integration/mutates/main.go
+++ b/contrib/integration/mutates/main.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2017-2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2017-2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/contrib/integration/swap/main.go b/contrib/integration/swap/main.go
index 10483153150..eb56ab047f3 100644
--- a/contrib/integration/swap/main.go
+++ b/contrib/integration/swap/main.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2017-2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2017-2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/contrib/integration/swap/words.go b/contrib/integration/swap/words.go
index dc3a652512a..dd1d0deedfe 100644
--- a/contrib/integration/swap/words.go
+++ b/contrib/integration/swap/words.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2017-2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2017-2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/contrib/integration/testtxn/main_test.go b/contrib/integration/testtxn/main_test.go
index 4f6cfba29da..540a4f573df 100644
--- a/contrib/integration/testtxn/main_test.go
+++ b/contrib/integration/testtxn/main_test.go
@@ -1,7 +1,7 @@
//go:build integration
/*
- * Copyright 2017-2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2017-2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/contrib/jepsen/Makefile b/contrib/jepsen/Makefile
index ee56ac31911..6a78371c028 100644
--- a/contrib/jepsen/Makefile
+++ b/contrib/jepsen/Makefile
@@ -1,5 +1,5 @@
#
-# Copyright 2020 Dgraph Labs, Inc. and Contributors
+# Copyright 2020 Hypermode Inc. and Contributors
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/contrib/jepsen/main.go b/contrib/jepsen/main.go
index 2f7e132e179..37d6d7b3791 100644
--- a/contrib/jepsen/main.go
+++ b/contrib/jepsen/main.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/contrib/scripts/license.py b/contrib/scripts/license.py
deleted file mode 100644
index cb36c8a0a3d..00000000000
--- a/contrib/scripts/license.py
+++ /dev/null
@@ -1,69 +0,0 @@
-#!/usr/bin/python
-
-import sys
-
-notice = """
-/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-"""
-
-def addCopyright(file):
- print("Add copyright to", file)
- f = open(file, "r+")
- lines = f.readlines()
- lines.insert(0, notice)
- f.seek(0)
- for l in lines:
- f.write(l)
- f.close()
-
-def update(file):
- f = open(file, "r")
- lines = f.readlines()
- f.close()
-
- found = False
- for idx, l in enumerate(lines):
- if "Copyright" in l and "Dgraph" in l:
- start = idx - 1
- found = True
- break
-
- if not found:
- addCopyright(file)
- return
-
- for idx, l in enumerate(lines[start:]):
- if "*/" in l:
- end = start + idx
- break
-
- if end == 0:
- print "ERROR: Couldn't find copyright:", file
- return
-
- updated = lines[:start]
- updated.extend(lines[end+1:])
- updated.insert(start, notice)
- f = open(file, "w")
- for l in updated:
- f.write(l)
- f.close()
-
-if len(sys.argv) == 0:
- sys.exit(0)
-
-update(sys.argv[1])
diff --git a/contrib/scripts/license.sh b/contrib/scripts/license.sh
deleted file mode 100755
index e3c022ad0ea..00000000000
--- a/contrib/scripts/license.sh
+++ /dev/null
@@ -1,15 +0,0 @@
-files=$(find . ! -path "./vendor/*" ! -path "./bp128/*" ! -path "./protos/*" -type f -name "*.go")
-
-for f in $files; do
- echo "Processing $f"
- python2 contrib/scripts/license.py $f
-
- # Start from year.
- year=$(git log --format=%aD $f | tail -1 | awk '{print $4}')
- if [ "$year" != "2018" ]; then
- sed -i "s/Copyright 2023 Dgraph/Copyright $year-2023 Dgraph/g" $f
- fi
-
- # Format it.
- gofmt -w $f
-done
diff --git a/contrib/tlstest/Makefile b/contrib/tlstest/Makefile
index fd145b42f95..ea3b864c021 100644
--- a/contrib/tlstest/Makefile
+++ b/contrib/tlstest/Makefile
@@ -1,5 +1,5 @@
#
-# Copyright 2017-2023 Dgraph Labs, Inc. and Contributors
+# Copyright 2017-2025 Hypermode Inc. and Contributors
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/dgraph/Makefile b/dgraph/Makefile
index 9c18af6ca91..4d257500498 100644
--- a/dgraph/Makefile
+++ b/dgraph/Makefile
@@ -1,5 +1,5 @@
#
-# Copyright 2023 Dgraph Labs, Inc. and Contributors
+# Copyright 2025 Hypermode Inc. and Contributors
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/dgraph/cmd/alpha/admin.go b/dgraph/cmd/alpha/admin.go
index 3c42622f653..cafa2d6621b 100644
--- a/dgraph/cmd/alpha/admin.go
+++ b/dgraph/cmd/alpha/admin.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2017-2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2017-2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/dgraph/cmd/alpha/dashboard.go b/dgraph/cmd/alpha/dashboard.go
index db26957def7..6756ca85df9 100644
--- a/dgraph/cmd/alpha/dashboard.go
+++ b/dgraph/cmd/alpha/dashboard.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2017-2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2017-2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/dgraph/cmd/alpha/http.go b/dgraph/cmd/alpha/http.go
index e038be125bc..66c9f6dec4d 100644
--- a/dgraph/cmd/alpha/http.go
+++ b/dgraph/cmd/alpha/http.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2017-2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2017-2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/dgraph/cmd/alpha/http_test.go b/dgraph/cmd/alpha/http_test.go
index 3173eea4374..3d3668fe011 100644
--- a/dgraph/cmd/alpha/http_test.go
+++ b/dgraph/cmd/alpha/http_test.go
@@ -1,7 +1,7 @@
//go:build integration
/*
- * Copyright 2017-2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2017-2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/dgraph/cmd/alpha/login_ee.go b/dgraph/cmd/alpha/login_ee.go
index 160907ff99a..c20a0ea2d10 100644
--- a/dgraph/cmd/alpha/login_ee.go
+++ b/dgraph/cmd/alpha/login_ee.go
@@ -2,13 +2,13 @@
// +build !oss
/*
- * Copyright 2023 Dgraph Labs, Inc. All rights reserved.
+ * Copyright 2025 Hypermode Inc. All rights reserved.
*
* Licensed under the Dgraph Community License (the "License"); you
* may not use this file except in compliance with the License. You
* may obtain a copy of the License at
*
- * https://github.com/dgraph-io/dgraph/blob/main/licenses/DCL.txt
+ * https://github.com/hypermodeinc/dgraph/blob/main/licenses/DCL.txt
*/
package alpha
diff --git a/dgraph/cmd/alpha/metrics_test.go b/dgraph/cmd/alpha/metrics_test.go
index 2937a0c8a0c..5e7fa0889d1 100644
--- a/dgraph/cmd/alpha/metrics_test.go
+++ b/dgraph/cmd/alpha/metrics_test.go
@@ -1,7 +1,7 @@
//go:build integration
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/dgraph/cmd/alpha/mutations_mode/mutations_mode_test.go b/dgraph/cmd/alpha/mutations_mode/mutations_mode_test.go
index 4fa1eff95a6..69f4e20a279 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
/*
- * Copyright 2017-2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2017-2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/dgraph/cmd/alpha/reindex_test.go b/dgraph/cmd/alpha/reindex_test.go
index 800fbd85185..38218a6d22e 100644
--- a/dgraph/cmd/alpha/reindex_test.go
+++ b/dgraph/cmd/alpha/reindex_test.go
@@ -1,7 +1,7 @@
//go:build integration
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/dgraph/cmd/alpha/run.go b/dgraph/cmd/alpha/run.go
index e2a6e0f95ce..40a32bbadcf 100644
--- a/dgraph/cmd/alpha/run.go
+++ b/dgraph/cmd/alpha/run.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2017-2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2017-2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -269,7 +269,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/dgraph-io/dgraph/pull/7639").
+ " For more details, see https://github.com/hypermodeinc/dgraph/pull/7639").
String())
}
diff --git a/dgraph/cmd/alpha/run_test.go b/dgraph/cmd/alpha/run_test.go
index 87188b62842..09289583b07 100644
--- a/dgraph/cmd/alpha/run_test.go
+++ b/dgraph/cmd/alpha/run_test.go
@@ -1,7 +1,7 @@
//go:build integration
/*
- * Copyright 2017-2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2017-2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/dgraph/cmd/alpha/upsert_test.go b/dgraph/cmd/alpha/upsert_test.go
index 5f596ef4a23..4dd80028e3f 100644
--- a/dgraph/cmd/alpha/upsert_test.go
+++ b/dgraph/cmd/alpha/upsert_test.go
@@ -1,7 +1,7 @@
//go:build integration
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/dgraph/cmd/bulk/count_index.go b/dgraph/cmd/bulk/count_index.go
index 4dfb2e10c23..4cbd40ab82e 100644
--- a/dgraph/cmd/bulk/count_index.go
+++ b/dgraph/cmd/bulk/count_index.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2017-2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2017-2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/dgraph/cmd/bulk/loader.go b/dgraph/cmd/bulk/loader.go
index bd96c765b40..4d3bfe0a616 100644
--- a/dgraph/cmd/bulk/loader.go
+++ b/dgraph/cmd/bulk/loader.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2017-2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2017-2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/dgraph/cmd/bulk/mapper.go b/dgraph/cmd/bulk/mapper.go
index bd587ba63d5..5f764fbbc79 100644
--- a/dgraph/cmd/bulk/mapper.go
+++ b/dgraph/cmd/bulk/mapper.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2017-2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2017-2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/dgraph/cmd/bulk/merge_shards.go b/dgraph/cmd/bulk/merge_shards.go
index 8d30cffc29a..bef4b6426b7 100644
--- a/dgraph/cmd/bulk/merge_shards.go
+++ b/dgraph/cmd/bulk/merge_shards.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2017-2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2017-2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/dgraph/cmd/bulk/progress.go b/dgraph/cmd/bulk/progress.go
index 5a87fabcd93..a26ddb2424f 100644
--- a/dgraph/cmd/bulk/progress.go
+++ b/dgraph/cmd/bulk/progress.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2017-2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2017-2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/dgraph/cmd/bulk/reduce.go b/dgraph/cmd/bulk/reduce.go
index 54d4c3031ca..48b273aeb2f 100644
--- a/dgraph/cmd/bulk/reduce.go
+++ b/dgraph/cmd/bulk/reduce.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2017-2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2017-2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/dgraph/cmd/bulk/run.go b/dgraph/cmd/bulk/run.go
index f9eacdeaa00..8fcab55c4d1 100644
--- a/dgraph/cmd/bulk/run.go
+++ b/dgraph/cmd/bulk/run.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2017-2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2017-2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/dgraph/cmd/bulk/schema.go b/dgraph/cmd/bulk/schema.go
index 2bbec7930e7..91169f23e8f 100644
--- a/dgraph/cmd/bulk/schema.go
+++ b/dgraph/cmd/bulk/schema.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2017-2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2017-2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/dgraph/cmd/bulk/shard_map.go b/dgraph/cmd/bulk/shard_map.go
index 24d3538a53d..f8317752931 100644
--- a/dgraph/cmd/bulk/shard_map.go
+++ b/dgraph/cmd/bulk/shard_map.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2017-2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2017-2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/dgraph/cmd/bulk/systest/test-bulk-schema.sh b/dgraph/cmd/bulk/systest/test-bulk-schema.sh
index 5521d57903b..7dcb8d47fcf 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/dgraph-io/dgraph/issues/2616
+# verify fix of https://github.com/hypermodeinc/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 6abfe4f34ae..fa2408f4a19 100644
--- a/dgraph/cmd/cert/cert.go
+++ b/dgraph/cmd/cert/cert.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -34,7 +34,7 @@ import (
)
const (
- dnOrganization = "Dgraph Labs, Inc."
+ dnOrganization = "Hypermode Inc."
dnCommonNamePrefix = "Dgraph"
)
diff --git a/dgraph/cmd/cert/create.go b/dgraph/cmd/cert/create.go
index 24597dc3333..7665414d18a 100644
--- a/dgraph/cmd/cert/create.go
+++ b/dgraph/cmd/cert/create.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/dgraph/cmd/cert/info.go b/dgraph/cmd/cert/info.go
index 4a168b7048e..33813dee1fe 100644
--- a/dgraph/cmd/cert/info.go
+++ b/dgraph/cmd/cert/info.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/dgraph/cmd/cert/run.go b/dgraph/cmd/cert/run.go
index d0080956789..c8dc4154d04 100644
--- a/dgraph/cmd/cert/run.go
+++ b/dgraph/cmd/cert/run.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/dgraph/cmd/conv/conv.go b/dgraph/cmd/conv/conv.go
index 21496bd7fad..b7b0e84b2d1 100644
--- a/dgraph/cmd/conv/conv.go
+++ b/dgraph/cmd/conv/conv.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/dgraph/cmd/conv/run.go b/dgraph/cmd/conv/run.go
index b59018ff8b4..9375249d73b 100644
--- a/dgraph/cmd/conv/run.go
+++ b/dgraph/cmd/conv/run.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/dgraph/cmd/debug/run.go b/dgraph/cmd/debug/run.go
index 630c0b634ee..a9ccc40a853 100644
--- a/dgraph/cmd/debug/run.go
+++ b/dgraph/cmd/debug/run.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/dgraph/cmd/debug/wal.go b/dgraph/cmd/debug/wal.go
index b3aa42b367d..cb0356825dd 100644
--- a/dgraph/cmd/debug/wal.go
+++ b/dgraph/cmd/debug/wal.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/dgraph/cmd/debuginfo/archive.go b/dgraph/cmd/debuginfo/archive.go
index 0a094949c0a..4c147d28a3e 100644
--- a/dgraph/cmd/debuginfo/archive.go
+++ b/dgraph/cmd/debuginfo/archive.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2019-2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2019-2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/dgraph/cmd/debuginfo/debugging.go b/dgraph/cmd/debuginfo/debugging.go
index 35190f8c4ce..eb49ff69601 100644
--- a/dgraph/cmd/debuginfo/debugging.go
+++ b/dgraph/cmd/debuginfo/debugging.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2019-2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2019-2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/dgraph/cmd/debuginfo/run.go b/dgraph/cmd/debuginfo/run.go
index 363c02fd496..166b8101b11 100644
--- a/dgraph/cmd/debuginfo/run.go
+++ b/dgraph/cmd/debuginfo/run.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2019-2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2019-2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/dgraph/cmd/decrypt/decrypt.go b/dgraph/cmd/decrypt/decrypt.go
index cce1c6cc1d9..c2c48f9e863 100644
--- a/dgraph/cmd/decrypt/decrypt.go
+++ b/dgraph/cmd/decrypt/decrypt.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2017-2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2017-2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/dgraph/cmd/increment/increment.go b/dgraph/cmd/increment/increment.go
index 6040c7b48d0..88311898d72 100644
--- a/dgraph/cmd/increment/increment.go
+++ b/dgraph/cmd/increment/increment.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/dgraph/cmd/increment/increment_test.go b/dgraph/cmd/increment/increment_test.go
index 1f9e744d52e..3b3d934d896 100644
--- a/dgraph/cmd/increment/increment_test.go
+++ b/dgraph/cmd/increment/increment_test.go
@@ -1,7 +1,7 @@
//go:build integration
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/dgraph/cmd/live/batch.go b/dgraph/cmd/live/batch.go
index d4b9b94cdba..8a2b7f105f4 100644
--- a/dgraph/cmd/live/batch.go
+++ b/dgraph/cmd/live/batch.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2017-2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2017-2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/dgraph/cmd/live/load-json/load_test.go b/dgraph/cmd/live/load-json/load_test.go
index 5648e3f8d27..3ac850a7864 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
/*
- * Copyright 2017-2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2017-2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/dgraph/cmd/live/load-uids/load_test.go b/dgraph/cmd/live/load-uids/load_test.go
index bee0e4dec1a..68c14d2a66c 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
/*
- * Copyright 2017-2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2017-2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/dgraph/cmd/live/run.go b/dgraph/cmd/live/run.go
index 2e08e6ea7eb..8de3521a1fe 100644
--- a/dgraph/cmd/live/run.go
+++ b/dgraph/cmd/live/run.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2017-2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2017-2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/dgraph/cmd/migrate/datatype.go b/dgraph/cmd/migrate/datatype.go
index ab8879ba229..ca20d018359 100644
--- a/dgraph/cmd/migrate/datatype.go
+++ b/dgraph/cmd/migrate/datatype.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/dgraph/cmd/migrate/dump.go b/dgraph/cmd/migrate/dump.go
index 3c3384aa8f2..3ecf5e5c492 100644
--- a/dgraph/cmd/migrate/dump.go
+++ b/dgraph/cmd/migrate/dump.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/dgraph/cmd/migrate/run.go b/dgraph/cmd/migrate/run.go
index 8afdc81de02..7783ddfd08f 100644
--- a/dgraph/cmd/migrate/run.go
+++ b/dgraph/cmd/migrate/run.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/dgraph/cmd/migrate/table_guide.go b/dgraph/cmd/migrate/table_guide.go
index b2b681c061d..2a3d99854cd 100644
--- a/dgraph/cmd/migrate/table_guide.go
+++ b/dgraph/cmd/migrate/table_guide.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/dgraph/cmd/migrate/table_info.go b/dgraph/cmd/migrate/table_info.go
index 02a0b51a9c0..58cca50600c 100644
--- a/dgraph/cmd/migrate/table_info.go
+++ b/dgraph/cmd/migrate/table_info.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/dgraph/cmd/migrate/utils.go b/dgraph/cmd/migrate/utils.go
index d5044e3fd3f..d05eb2786b4 100644
--- a/dgraph/cmd/migrate/utils.go
+++ b/dgraph/cmd/migrate/utils.go
@@ -1,5 +1,5 @@
/*
-* Copyright 2023 Dgraph Labs, Inc. and Contributors
+* Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/dgraph/cmd/root.go b/dgraph/cmd/root.go
index 71aa4e2af8f..f69253697e3 100644
--- a/dgraph/cmd/root.go
+++ b/dgraph/cmd/root.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2017-2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2017-2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/dgraph/cmd/root_ee.go b/dgraph/cmd/root_ee.go
index 22f12fbc57c..75716bd27db 100644
--- a/dgraph/cmd/root_ee.go
+++ b/dgraph/cmd/root_ee.go
@@ -2,13 +2,13 @@
// +build !oss
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Dgraph Community License (the "License"); you
* may not use this file except in compliance with the License. You
* may obtain a copy of the License at
*
- * https://github.com/dgraph-io/dgraph/blob/main/licenses/DCL.txt
+ * https://github.com/hypermodeinc/dgraph/blob/main/licenses/DCL.txt
*/
package cmd
diff --git a/dgraph/cmd/version/run.go b/dgraph/cmd/version/run.go
index 0d9cd139301..ce8a784869a 100644
--- a/dgraph/cmd/version/run.go
+++ b/dgraph/cmd/version/run.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/dgraph/cmd/zero/assign.go b/dgraph/cmd/zero/assign.go
index 608b265c394..3c88b526ad8 100644
--- a/dgraph/cmd/zero/assign.go
+++ b/dgraph/cmd/zero/assign.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2017-2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2017-2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/dgraph/cmd/zero/http.go b/dgraph/cmd/zero/http.go
index 6b6f5a69fba..f6f395d8ba2 100644
--- a/dgraph/cmd/zero/http.go
+++ b/dgraph/cmd/zero/http.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/dgraph/cmd/zero/license.go b/dgraph/cmd/zero/license.go
index a25af4ee053..a490e173d39 100644
--- a/dgraph/cmd/zero/license.go
+++ b/dgraph/cmd/zero/license.go
@@ -2,7 +2,7 @@
// +build oss
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/dgraph/cmd/zero/license_ee.go b/dgraph/cmd/zero/license_ee.go
index b02b4d0147f..66e62fe15e9 100644
--- a/dgraph/cmd/zero/license_ee.go
+++ b/dgraph/cmd/zero/license_ee.go
@@ -2,13 +2,13 @@
// +build !oss
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Dgraph Community License (the "License"); you
* may not use this file except in compliance with the License. You
* may obtain a copy of the License at
*
- * https://github.com/dgraph-io/dgraph/v24/blob/master/licenses/DCL.txt
+ * https://github.com/hypermodeinc/dgraph/v24/blob/master/licenses/DCL.txt
*/
package zero
diff --git a/dgraph/cmd/zero/oracle.go b/dgraph/cmd/zero/oracle.go
index 6de46b4314b..1c9db40b48a 100644
--- a/dgraph/cmd/zero/oracle.go
+++ b/dgraph/cmd/zero/oracle.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2017-2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2017-2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/dgraph/cmd/zero/pgp.go b/dgraph/cmd/zero/pgp.go
index d8e8920a263..a8e5df632f9 100644
--- a/dgraph/cmd/zero/pgp.go
+++ b/dgraph/cmd/zero/pgp.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2017-2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2017-2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/dgraph/cmd/zero/raft.go b/dgraph/cmd/zero/raft.go
index 428d5d94d51..d2618e30312 100644
--- a/dgraph/cmd/zero/raft.go
+++ b/dgraph/cmd/zero/raft.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2017-2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2017-2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/dgraph/cmd/zero/run.go b/dgraph/cmd/zero/run.go
index cb5768c7e76..2ccc4167120 100644
--- a/dgraph/cmd/zero/run.go
+++ b/dgraph/cmd/zero/run.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2017-2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2017-2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/dgraph/cmd/zero/tablet.go b/dgraph/cmd/zero/tablet.go
index db5b8cde008..f48dd0d20b8 100644
--- a/dgraph/cmd/zero/tablet.go
+++ b/dgraph/cmd/zero/tablet.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2017-2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2017-2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/dgraph/cmd/zero/zero.go b/dgraph/cmd/zero/zero.go
index 99585a1de5c..fd6eea93a65 100644
--- a/dgraph/cmd/zero/zero.go
+++ b/dgraph/cmd/zero/zero.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2017-2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2017-2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/dgraph/cmd/zero/zero_test.go b/dgraph/cmd/zero/zero_test.go
index 5babca5d045..3b0beb24078 100644
--- a/dgraph/cmd/zero/zero_test.go
+++ b/dgraph/cmd/zero/zero_test.go
@@ -1,7 +1,7 @@
//go:build integration
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/dgraph/main.go b/dgraph/main.go
index 50a50084056..40e8a3e882d 100644
--- a/dgraph/main.go
+++ b/dgraph/main.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2016-2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2016-2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/dgraphapi/cluster.go b/dgraphapi/cluster.go
index 7422756a6e2..5714155adf5 100644
--- a/dgraphapi/cluster.go
+++ b/dgraphapi/cluster.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/dgraphapi/ee.go b/dgraphapi/ee.go
index 57fe41d9a71..6b7afad8fa2 100644
--- a/dgraphapi/ee.go
+++ b/dgraphapi/ee.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/dgraphapi/json.go b/dgraphapi/json.go
index 73ae5e84005..d5e874a21bc 100644
--- a/dgraphapi/json.go
+++ b/dgraphapi/json.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/dgraphapi/snapshot.go b/dgraphapi/snapshot.go
index 430d605ab39..80295b09cd2 100644
--- a/dgraphapi/snapshot.go
+++ b/dgraphapi/snapshot.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/dgraphapi/vector.go b/dgraphapi/vector.go
index 38762f130f7..7a911fbb615 100644
--- a/dgraphapi/vector.go
+++ b/dgraphapi/vector.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/dgraphtest/compose_cluster.go b/dgraphtest/compose_cluster.go
index baea45c60c5..e55fdf7bdf8 100644
--- a/dgraphtest/compose_cluster.go
+++ b/dgraphtest/compose_cluster.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/dgraphtest/config.go b/dgraphtest/config.go
index 3f5cfd658b3..93ddb36e033 100644
--- a/dgraphtest/config.go
+++ b/dgraphtest/config.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2023 Dgraph Labs, Incc. and Contributors
+ * Copyright 2025 Hypermode Incc. and Contributors
*
* Licensed under the Apache License, Version cc.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/dgraphtest/dcloud_cluster.go b/dgraphtest/dcloud_cluster.go
index 9b0462a7393..8e29b41ba65 100644
--- a/dgraphtest/dcloud_cluster.go
+++ b/dgraphtest/dcloud_cluster.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/dgraphtest/dgraph.go b/dgraphtest/dgraph.go
index 96473d6b0b8..993ee87ca6c 100644
--- a/dgraphtest/dgraph.go
+++ b/dgraphtest/dgraph.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/dgraphtest/image.go b/dgraphtest/image.go
index 5b516afae60..a7c0cf8c20c 100644
--- a/dgraphtest/image.go
+++ b/dgraphtest/image.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/dgraphtest/load.go b/dgraphtest/load.go
index 2607f15eda6..68d0d441384 100644
--- a/dgraphtest/load.go
+++ b/dgraphtest/load.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/dgraphtest/local_cluster.go b/dgraphtest/local_cluster.go
index d12ddad3346..61a7af47b95 100644
--- a/dgraphtest/local_cluster.go
+++ b/dgraphtest/local_cluster.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/dgraphtest/paths.go b/dgraphtest/paths.go
index d3b5db032fb..c05d754441d 100644
--- a/dgraphtest/paths.go
+++ b/dgraphtest/paths.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -32,7 +32,7 @@ var (
)
const (
- dgraphRepoUrl = "https://github.com/dgraph-io/dgraph.git"
+ dgraphRepoUrl = "https://github.com/hypermodeinc/dgraph.git"
cloneTimeout = 10 * time.Minute
)
diff --git a/dql/bench_test.go b/dql/bench_test.go
index b5da55ab8c8..cbdfac2d237 100644
--- a/dql/bench_test.go
+++ b/dql/bench_test.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2017-2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2017-2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/dql/math.go b/dql/math.go
index 8cc7089c482..05cffdc519c 100644
--- a/dql/math.go
+++ b/dql/math.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2017-2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2017-2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/dql/mutation.go b/dql/mutation.go
index 7ad1c8c0ae2..f6185a89fe2 100644
--- a/dql/mutation.go
+++ b/dql/mutation.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2017-2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2017-2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/dql/parser.go b/dql/parser.go
index df9d0d02bfd..201ee6e71e2 100644
--- a/dql/parser.go
+++ b/dql/parser.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2015-2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2015-2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/dql/parser_fuzz_test.go b/dql/parser_fuzz_test.go
index 514a2e77768..fe00c108dd7 100644
--- a/dql/parser_fuzz_test.go
+++ b/dql/parser_fuzz_test.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2017-2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2017-2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/dql/parser_mutation.go b/dql/parser_mutation.go
index 514c805cfd9..528ae2af9e0 100644
--- a/dql/parser_mutation.go
+++ b/dql/parser_mutation.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2017-2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2017-2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/dql/parser_test.go b/dql/parser_test.go
index 49654abf478..39187b17deb 100644
--- a/dql/parser_test.go
+++ b/dql/parser_test.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2015-2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2015-2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/dql/state.go b/dql/state.go
index 4fa0b6e6897..6c2235ae00b 100644
--- a/dql/state.go
+++ b/dql/state.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2015-2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2015-2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/dql/state_test.go b/dql/state_test.go
index 5814e750dce..bd682b34e60 100644
--- a/dql/state_test.go
+++ b/dql/state_test.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2015-2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2015-2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/dql/upsert_test.go b/dql/upsert_test.go
index a7d6ec1e7b0..38e52c1badf 100644
--- a/dql/upsert_test.go
+++ b/dql/upsert_test.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/edgraph/access.go b/edgraph/access.go
index efb9de01c87..b317fa24540 100644
--- a/edgraph/access.go
+++ b/edgraph/access.go
@@ -2,7 +2,7 @@
// +build oss
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/edgraph/access_ee.go b/edgraph/access_ee.go
index 97be2ef0de5..a25dfbf99ba 100644
--- a/edgraph/access_ee.go
+++ b/edgraph/access_ee.go
@@ -2,13 +2,13 @@
// +build !oss
/*
- * Copyright 2023 Dgraph Labs, Inc. All rights reserved.
+ * Copyright 2025 Hypermode Inc. All rights reserved.
*
* Licensed under the Dgraph Community License (the "License"); you
* may not use this file except in compliance with the License. You
* may obtain a copy of the License at
*
- * https://github.com/dgraph-io/dgraph/blob/main/licenses/DCL.txt
+ * https://github.com/hypermodeinc/dgraph/blob/main/licenses/DCL.txt
*/
package edgraph
diff --git a/edgraph/access_ee_test.go b/edgraph/access_ee_test.go
index 370520deeee..3f3c17f3d46 100644
--- a/edgraph/access_ee_test.go
+++ b/edgraph/access_ee_test.go
@@ -2,13 +2,13 @@
// +build !oss
/*
- * Copyright 2023 Dgraph Labs, Inc. All rights reserved.
+ * Copyright 2025 Hypermode Inc. All rights reserved.
*
* Licensed under the Dgraph Community License (the "License"); you
* may not use this file except in compliance with the License. You
* may obtain a copy of the License at
*
- * https://github.com/dgraph-io/dgraph/blob/main/licenses/DCL.txt
+ * https://github.com/hypermodeinc/dgraph/blob/main/licenses/DCL.txt
*/
package edgraph
diff --git a/edgraph/graphql.go b/edgraph/graphql.go
index dc865d531ad..d0bc789cf5e 100644
--- a/edgraph/graphql.go
+++ b/edgraph/graphql.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2017-2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2017-2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/edgraph/multi_tenancy.go b/edgraph/multi_tenancy.go
index 40d638dafb6..60d904b0839 100644
--- a/edgraph/multi_tenancy.go
+++ b/edgraph/multi_tenancy.go
@@ -2,7 +2,7 @@
// +build oss
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/edgraph/multi_tenancy_ee.go b/edgraph/multi_tenancy_ee.go
index 9a63d2470a9..9a86915c412 100644
--- a/edgraph/multi_tenancy_ee.go
+++ b/edgraph/multi_tenancy_ee.go
@@ -2,13 +2,13 @@
// +build !oss
/*
- * Copyright 2023 Dgraph Labs, Inc. All rights reserved.
+ * Copyright 2025 Hypermode Inc. All rights reserved.
*
* Licensed under the Dgraph Community License (the "License"); you
* may not use this file except in compliance with the License. You
* may obtain a copy of the License at
*
- * https://github.com/dgraph-io/dgraph/blob/main/licenses/DCL.txt
+ * https://github.com/hypermodeinc/dgraph/blob/main/licenses/DCL.txt
*/
package edgraph
diff --git a/edgraph/server.go b/edgraph/server.go
index 63a9a543932..6d21c7f631c 100644
--- a/edgraph/server.go
+++ b/edgraph/server.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2017-2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2017-2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/edgraph/server_test.go b/edgraph/server_test.go
index 0e7772cda59..3a2027f1083 100644
--- a/edgraph/server_test.go
+++ b/edgraph/server_test.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2017-2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2017-2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/ee/README.md b/ee/README.md
index c5621f0d5ea..8282dffb902 100644
--- a/ee/README.md
+++ b/ee/README.md
@@ -1,4 +1,4 @@
# Dgraph Enterprise Edition (EE)
-The files stored here correspond to the Dgraph Enterprise Edition features, which are under the [Dgraph Community License](https://github.com/dgraph-io/dgraph/blob/main/licenses/DCL.txt) (_not_ the Apache 2 License).
+The files stored here correspond to the Dgraph Enterprise Edition features, which are under the [Dgraph Community License](https://github.com/hypermodeinc/dgraph/blob/main/licenses/DCL.txt) (_not_ the Apache 2 License).
diff --git a/ee/acl/acl.go b/ee/acl/acl.go
index b39a75c74a6..9a41ea3ccdf 100644
--- a/ee/acl/acl.go
+++ b/ee/acl/acl.go
@@ -2,13 +2,13 @@
// +build !oss
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Dgraph Community License (the "License"); you
* may not use this file except in compliance with the License. You
* may obtain a copy of the License at
*
- * https://github.com/dgraph-io/dgraph/blob/main/licenses/DCL.txt
+ * https://github.com/hypermodeinc/dgraph/blob/main/licenses/DCL.txt
*/
package acl
diff --git a/ee/acl/acl_curl_test.go b/ee/acl/acl_curl_test.go
index 175556f4ae8..a8239456a8f 100644
--- a/ee/acl/acl_curl_test.go
+++ b/ee/acl/acl_curl_test.go
@@ -2,13 +2,13 @@
// +build !oss,integration
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Dgraph Community License (the "License"); you
* may not use this file except in compliance with the License. You
* may obtain a copy of the License at
*
- * https://github.com/dgraph-io/dgraph/blob/main/licenses/DCL.txt
+ * https://github.com/hypermodeinc/dgraph/blob/main/licenses/DCL.txt
*/
package acl
diff --git a/ee/acl/acl_integration_test.go b/ee/acl/acl_integration_test.go
index 42999795203..65256433874 100644
--- a/ee/acl/acl_integration_test.go
+++ b/ee/acl/acl_integration_test.go
@@ -1,7 +1,7 @@
//go:build integration
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/ee/acl/acl_test.go b/ee/acl/acl_test.go
index 1b0c28c3399..86aed1a8fd8 100644
--- a/ee/acl/acl_test.go
+++ b/ee/acl/acl_test.go
@@ -2,13 +2,13 @@
// +build !oss,integration upgrade
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Dgraph Community License (the "License"); you
* may not use this file except in compliance with the License. You
* may obtain a copy of the License at
*
- * https://github.com/dgraph-io/dgraph/blob/main/licenses/DCL.txt
+ * https://github.com/hypermodeinc/dgraph/blob/main/licenses/DCL.txt
*/
package acl
diff --git a/ee/acl/integration_test.go b/ee/acl/integration_test.go
index 8ab0ab8f42d..cec6c372c27 100644
--- a/ee/acl/integration_test.go
+++ b/ee/acl/integration_test.go
@@ -1,13 +1,13 @@
//go:build integration
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Dgraph Community License (the "License"); you
* may not use this file except in compliance with the License. You
* may obtain a copy of the License at
*
- * https://github.com/dgraph-io/dgraph/blob/main/licenses/DCL.txt
+ * https://github.com/hypermodeinc/dgraph/blob/main/licenses/DCL.txt
*/
package acl
diff --git a/ee/acl/jwt_algo_test.go b/ee/acl/jwt_algo_test.go
index 01683ba38fb..a7203aea285 100644
--- a/ee/acl/jwt_algo_test.go
+++ b/ee/acl/jwt_algo_test.go
@@ -1,7 +1,7 @@
//go:build integration2
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors *
+ * Copyright 2025 Hypermode Inc. and Contributors *
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
diff --git a/ee/acl/run.go b/ee/acl/run.go
index 8590accf54c..597bb641a4e 100644
--- a/ee/acl/run.go
+++ b/ee/acl/run.go
@@ -2,7 +2,7 @@
// +build oss
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/ee/acl/run_ee.go b/ee/acl/run_ee.go
index 6b24f8ee508..85ea360e6e2 100644
--- a/ee/acl/run_ee.go
+++ b/ee/acl/run_ee.go
@@ -2,13 +2,13 @@
// +build !oss
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Dgraph Community License (the "License"); you
* may not use this file except in compliance with the License. You
* may obtain a copy of the License at
*
- * https://github.com/dgraph-io/dgraph/blob/main/licenses/DCL.txt
+ * https://github.com/hypermodeinc/dgraph/blob/main/licenses/DCL.txt
*/
package acl
diff --git a/ee/acl/upgrade_test.go b/ee/acl/upgrade_test.go
index b19e3b3cd84..da04eff5996 100644
--- a/ee/acl/upgrade_test.go
+++ b/ee/acl/upgrade_test.go
@@ -1,13 +1,13 @@
//go:build upgrade
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Dgraph Community License (the "License"); you
* may not use this file except in compliance with the License. You
* may obtain a copy of the License at
*
- * https://github.com/dgraph-io/dgraph/blob/main/licenses/DCL.txt
+ * https://github.com/hypermodeinc/dgraph/blob/main/licenses/DCL.txt
*/
package acl
diff --git a/ee/acl/utils.go b/ee/acl/utils.go
index b67ff270689..dccb6fff181 100644
--- a/ee/acl/utils.go
+++ b/ee/acl/utils.go
@@ -2,13 +2,13 @@
// +build !oss
/*
- * Copyright 2023 Dgraph Labs, Inc. All rights reserved.
+ * Copyright 2025 Hypermode Inc. All rights reserved.
*
* Licensed under the Dgraph Community License (the "License"); you
* may not use this file except in compliance with the License. You
* may obtain a copy of the License at
*
- * https://github.com/dgraph-io/dgraph/blob/main/licenses/DCL.txt
+ * https://github.com/hypermodeinc/dgraph/blob/main/licenses/DCL.txt
*/
package acl
diff --git a/ee/audit/audit.go b/ee/audit/audit.go
index a86281fa611..6de0a798689 100644
--- a/ee/audit/audit.go
+++ b/ee/audit/audit.go
@@ -2,7 +2,7 @@
// +build oss
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/ee/audit/audit_ee.go b/ee/audit/audit_ee.go
index 899f30f25cc..36d7309f322 100644
--- a/ee/audit/audit_ee.go
+++ b/ee/audit/audit_ee.go
@@ -2,13 +2,13 @@
// +build !oss
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Dgraph Community License (the "License"); you
* may not use this file except in compliance with the License. You
* may obtain a copy of the License at
*
- * https://github.com/dgraph-io/dgraph/blob/main/licenses/DCL.txt
+ * https://github.com/hypermodeinc/dgraph/blob/main/licenses/DCL.txt
*/
package audit
diff --git a/ee/audit/interceptor.go b/ee/audit/interceptor.go
index 3228ef0a778..d900b933a99 100644
--- a/ee/audit/interceptor.go
+++ b/ee/audit/interceptor.go
@@ -2,7 +2,7 @@
// +build oss
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/ee/audit/interceptor_ee.go b/ee/audit/interceptor_ee.go
index 22a17ac1252..faaf2f276dc 100644
--- a/ee/audit/interceptor_ee.go
+++ b/ee/audit/interceptor_ee.go
@@ -2,13 +2,13 @@
// +build !oss
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Dgraph Community License (the "License"); you
* may not use this file except in compliance with the License. You
* may obtain a copy of the License at
*
- * https://github.com/dgraph-io/dgraph/blob/main/licenses/DCL.txt
+ * https://github.com/hypermodeinc/dgraph/blob/main/licenses/DCL.txt
*/
package audit
diff --git a/ee/audit/run.go b/ee/audit/run.go
index 41020e62251..34a52bbf818 100644
--- a/ee/audit/run.go
+++ b/ee/audit/run.go
@@ -2,7 +2,7 @@
// +build oss
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/ee/audit/run_ee.go b/ee/audit/run_ee.go
index 4846228be30..d909b174878 100644
--- a/ee/audit/run_ee.go
+++ b/ee/audit/run_ee.go
@@ -2,13 +2,13 @@
// +build !oss
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Dgraph Community License (the "License"); you
* may not use this file except in compliance with the License. You
* may obtain a copy of the License at
*
- * https://github.com/dgraph-io/dgraph/blob/main/licenses/DCL.txt
+ * https://github.com/hypermodeinc/dgraph/blob/main/licenses/DCL.txt
*/
package audit
diff --git a/ee/audit/run_ee_test.go b/ee/audit/run_ee_test.go
index c9511f834fb..b932276eeff 100644
--- a/ee/audit/run_ee_test.go
+++ b/ee/audit/run_ee_test.go
@@ -2,7 +2,7 @@
// +build !oss
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/ee/backup/run.go b/ee/backup/run.go
index 1da022c00ff..4d11d03dda3 100644
--- a/ee/backup/run.go
+++ b/ee/backup/run.go
@@ -2,13 +2,13 @@
// +build !oss
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Dgraph Community License (the "License"); you
* may not use this file except in compliance with the License. You
* may obtain a copy of the License at
*
- * https://github.com/dgraph-io/dgraph/blob/main/licenses/DCL.txt
+ * https://github.com/hypermodeinc/dgraph/blob/main/licenses/DCL.txt
*/
package backup
diff --git a/ee/enc/util.go b/ee/enc/util.go
index 70aa1b390e7..dd665dd680a 100644
--- a/ee/enc/util.go
+++ b/ee/enc/util.go
@@ -2,7 +2,7 @@
// +build oss
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/ee/enc/util_ee.go b/ee/enc/util_ee.go
index 77fdb9aa6bc..f293cf53569 100644
--- a/ee/enc/util_ee.go
+++ b/ee/enc/util_ee.go
@@ -2,13 +2,13 @@
// +build !oss
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Dgraph Community License (the "License"); you
* may not use this file except in compliance with the License. You
* may obtain a copy of the License at
*
- * https://github.com/dgraph-io/dgraph/blob/main/licenses/DCL.txt
+ * https://github.com/hypermodeinc/dgraph/blob/main/licenses/DCL.txt
*/
package enc
diff --git a/ee/flags.go b/ee/flags.go
index 7f66d1c1daf..49463ce6aca 100644
--- a/ee/flags.go
+++ b/ee/flags.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/ee/keys.go b/ee/keys.go
index 6674ac07298..9d093ba101a 100644
--- a/ee/keys.go
+++ b/ee/keys.go
@@ -2,7 +2,7 @@
// +build oss
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/ee/keys_ee.go b/ee/keys_ee.go
index 7cf74a0e8ce..47b921ddc59 100644
--- a/ee/keys_ee.go
+++ b/ee/keys_ee.go
@@ -2,13 +2,13 @@
// +build !oss
/*
- * Copyright 2023 Dgraph Labs, Inc. All rights reserved.
+ * Copyright 2025 Hypermode Inc. All rights reserved.
*
* Licensed under the Dgraph Community License (the "License"); you
* may not use this file except in compliance with the License. You
* may obtain a copy of the License at
*
- * https://github.com/dgraph-io/dgraph/blob/main/licenses/DCL.txt
+ * https://github.com/hypermodeinc/dgraph/blob/main/licenses/DCL.txt
*/
package ee
diff --git a/ee/vault/vault.go b/ee/vault/vault.go
index d03ec5d81fc..8800ff73203 100644
--- a/ee/vault/vault.go
+++ b/ee/vault/vault.go
@@ -2,7 +2,7 @@
// +build oss
/*
- * Copyright 2020-2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2020-2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/ee/vault_ee.go b/ee/vault_ee.go
index 57a6f7b0751..2c770775cd1 100644
--- a/ee/vault_ee.go
+++ b/ee/vault_ee.go
@@ -2,13 +2,13 @@
// +build !oss
/*
- * Copyright 2023 Dgraph Labs, Inc. All rights reserved.
+ * Copyright 2025 Hypermode Inc. All rights reserved.
*
* Licensed under the Dgraph Community License (the "License"); you
* may not use this file except in compliance with the License. You
* may obtain a copy of the License at
*
- * https://github.com/dgraph-io/dgraph/blob/main/licenses/DCL.txt
+ * https://github.com/hypermodeinc/dgraph/blob/main/licenses/DCL.txt
*/
package ee
diff --git a/filestore/filestore.go b/filestore/filestore.go
index ceb99cdcd71..053fa199f8b 100644
--- a/filestore/filestore.go
+++ b/filestore/filestore.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2017-2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2017-2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/filestore/local_files.go b/filestore/local_files.go
index 962bc08e7d2..62479b7f6dc 100644
--- a/filestore/local_files.go
+++ b/filestore/local_files.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2017-2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2017-2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/filestore/remote_files.go b/filestore/remote_files.go
index 9f5104fcac9..df6c8118da6 100644
--- a/filestore/remote_files.go
+++ b/filestore/remote_files.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2017-2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2017-2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/graphql/admin/admin.go b/graphql/admin/admin.go
index 71937299150..afec972b543 100644
--- a/graphql/admin/admin.go
+++ b/graphql/admin/admin.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/graphql/admin/assign.go b/graphql/admin/assign.go
index 6eec6b08b00..1de9ddfa2fd 100644
--- a/graphql/admin/assign.go
+++ b/graphql/admin/assign.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/graphql/admin/backup.go b/graphql/admin/backup.go
index 7c6d95891f0..53f49a005c9 100644
--- a/graphql/admin/backup.go
+++ b/graphql/admin/backup.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/graphql/admin/config.go b/graphql/admin/config.go
index 88d0350ebba..133c059bba2 100644
--- a/graphql/admin/config.go
+++ b/graphql/admin/config.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/graphql/admin/current_user.go b/graphql/admin/current_user.go
index 733e628d55e..fee029eba2f 100644
--- a/graphql/admin/current_user.go
+++ b/graphql/admin/current_user.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/graphql/admin/draining.go b/graphql/admin/draining.go
index bfa49cc7ead..69304406876 100644
--- a/graphql/admin/draining.go
+++ b/graphql/admin/draining.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/graphql/admin/endpoints.go b/graphql/admin/endpoints.go
index c1d4b09d145..cfcd1ee9c39 100644
--- a/graphql/admin/endpoints.go
+++ b/graphql/admin/endpoints.go
@@ -2,7 +2,7 @@
// +build oss
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/graphql/admin/endpoints_ee.go b/graphql/admin/endpoints_ee.go
index 057831b1793..8bbdd31cadc 100644
--- a/graphql/admin/endpoints_ee.go
+++ b/graphql/admin/endpoints_ee.go
@@ -2,13 +2,13 @@
// +build !oss
/*
- * Copyright 2023 Dgraph Labs, Inc. All rights reserved.
+ * Copyright 2025 Hypermode Inc. All rights reserved.
*
* Licensed under the Dgraph Community License (the "License"); you
* may not use this file except in compliance with the License. You
* may obtain a copy of the License at
*
- * https://github.com/dgraph-io/dgraph/blob/main/licenses/DCL.txt
+ * https://github.com/hypermodeinc/dgraph/blob/main/licenses/DCL.txt
*/
package admin
diff --git a/graphql/admin/enterpriseLicense.go b/graphql/admin/enterpriseLicense.go
index 5862f9ffb0b..a50577d12c7 100644
--- a/graphql/admin/enterpriseLicense.go
+++ b/graphql/admin/enterpriseLicense.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/graphql/admin/export.go b/graphql/admin/export.go
index 9d632f6a91a..18dbfb8b827 100644
--- a/graphql/admin/export.go
+++ b/graphql/admin/export.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/graphql/admin/health.go b/graphql/admin/health.go
index a45815a93d1..48c22af5f30 100644
--- a/graphql/admin/health.go
+++ b/graphql/admin/health.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/graphql/admin/http.go b/graphql/admin/http.go
index f0739d5fbd9..70275e307f2 100644
--- a/graphql/admin/http.go
+++ b/graphql/admin/http.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/graphql/admin/list_backups.go b/graphql/admin/list_backups.go
index 76fb9f7c325..e25a0b0059b 100644
--- a/graphql/admin/list_backups.go
+++ b/graphql/admin/list_backups.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/graphql/admin/login.go b/graphql/admin/login.go
index ed73d4bddfa..26b16b47753 100644
--- a/graphql/admin/login.go
+++ b/graphql/admin/login.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/graphql/admin/moveTablet.go b/graphql/admin/moveTablet.go
index d044f63ac87..ad8fe0a50ab 100644
--- a/graphql/admin/moveTablet.go
+++ b/graphql/admin/moveTablet.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/graphql/admin/namespace.go b/graphql/admin/namespace.go
index 7822bf239bd..07016f60702 100644
--- a/graphql/admin/namespace.go
+++ b/graphql/admin/namespace.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/graphql/admin/removeNode.go b/graphql/admin/removeNode.go
index 72de2cf8337..8802b05a972 100644
--- a/graphql/admin/removeNode.go
+++ b/graphql/admin/removeNode.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/graphql/admin/reset_password.go b/graphql/admin/reset_password.go
index 6250e8d3f6e..cd14e191eb7 100644
--- a/graphql/admin/reset_password.go
+++ b/graphql/admin/reset_password.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/graphql/admin/restore.go b/graphql/admin/restore.go
index b20add7dde1..418b9f762b9 100644
--- a/graphql/admin/restore.go
+++ b/graphql/admin/restore.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/graphql/admin/schema.go b/graphql/admin/schema.go
index 0388202295e..658eadec727 100644
--- a/graphql/admin/schema.go
+++ b/graphql/admin/schema.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/graphql/admin/shutdown.go b/graphql/admin/shutdown.go
index 7ccf5424ff1..d8ef816e96b 100644
--- a/graphql/admin/shutdown.go
+++ b/graphql/admin/shutdown.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/graphql/admin/task.go b/graphql/admin/task.go
index e30a08a8aa6..15fcc409ce2 100644
--- a/graphql/admin/task.go
+++ b/graphql/admin/task.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/graphql/api/panics.go b/graphql/api/panics.go
index 2f5c45731cc..cc1b40b7114 100644
--- a/graphql/api/panics.go
+++ b/graphql/api/panics.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/graphql/authorization/auth.go b/graphql/authorization/auth.go
index 95a3d63ab20..63f26a3ace3 100644
--- a/graphql/authorization/auth.go
+++ b/graphql/authorization/auth.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/graphql/bench/auth_test.go b/graphql/bench/auth_test.go
index cd9afbe28b4..7347d1e90be 100644
--- a/graphql/bench/auth_test.go
+++ b/graphql/bench/auth_test.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/graphql/dgraph/execute.go b/graphql/dgraph/execute.go
index da6fe80900c..ec8ff414cbb 100644
--- a/graphql/dgraph/execute.go
+++ b/graphql/dgraph/execute.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/graphql/dgraph/graphquery.go b/graphql/dgraph/graphquery.go
index 5e965e9c23a..910f845e382 100644
--- a/graphql/dgraph/graphquery.go
+++ b/graphql/dgraph/graphquery.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
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 576fcad777d..3e117d45c7c 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
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
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 a68481d706f..b2058089c67 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
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/graphql/e2e/auth/add_mutation_test.go b/graphql/e2e/auth/add_mutation_test.go
index 57cf4fe3260..0301349c833 100644
--- a/graphql/e2e/auth/add_mutation_test.go
+++ b/graphql/e2e/auth/add_mutation_test.go
@@ -1,7 +1,7 @@
//go:build integration
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/graphql/e2e/auth/auth_test.go b/graphql/e2e/auth/auth_test.go
index 8a1b4976ebf..0652b22f759 100644
--- a/graphql/e2e/auth/auth_test.go
+++ b/graphql/e2e/auth/auth_test.go
@@ -1,7 +1,7 @@
//go:build integration
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/graphql/e2e/auth/delete_mutation_test.go b/graphql/e2e/auth/delete_mutation_test.go
index 389632163be..5745788157a 100644
--- a/graphql/e2e/auth/delete_mutation_test.go
+++ b/graphql/e2e/auth/delete_mutation_test.go
@@ -1,7 +1,7 @@
//go:build integration
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/graphql/e2e/auth/update_mutation_test.go b/graphql/e2e/auth/update_mutation_test.go
index 1daddfbc7ed..0ff3c736bdf 100644
--- a/graphql/e2e/auth/update_mutation_test.go
+++ b/graphql/e2e/auth/update_mutation_test.go
@@ -1,7 +1,7 @@
//go:build integration
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
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 5483a99dc56..5bac72b6dc7 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
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/graphql/e2e/common/admin.go b/graphql/e2e/common/admin.go
index 7ae8f5d2736..770f9d52715 100644
--- a/graphql/e2e/common/admin.go
+++ b/graphql/e2e/common/admin.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/graphql/e2e/common/common.go b/graphql/e2e/common/common.go
index b96894f7727..1ff8837f653 100644
--- a/graphql/e2e/common/common.go
+++ b/graphql/e2e/common/common.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/graphql/e2e/common/error.go b/graphql/e2e/common/error.go
index f8d2dce3912..f8055c15b16 100644
--- a/graphql/e2e/common/error.go
+++ b/graphql/e2e/common/error.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/graphql/e2e/common/fragment.go b/graphql/e2e/common/fragment.go
index d735bc10950..960b03e7d3e 100644
--- a/graphql/e2e/common/fragment.go
+++ b/graphql/e2e/common/fragment.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/graphql/e2e/common/lambda.go b/graphql/e2e/common/lambda.go
index ac52d351b78..81a06ba3e92 100644
--- a/graphql/e2e/common/lambda.go
+++ b/graphql/e2e/common/lambda.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/graphql/e2e/common/mutation.go b/graphql/e2e/common/mutation.go
index fc75588fb54..8dc34a7baae 100644
--- a/graphql/e2e/common/mutation.go
+++ b/graphql/e2e/common/mutation.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -355,7 +355,7 @@ func deepMutationsTest(t *testing.T, executeRequest requestExecutor) {
},
},
// Country: anotherCountry,
- // FIXME: Won't work till https://github.com/dgraph-io/dgraph/pull/4411 is merged
+ // FIXME: Won't work till https://github.com/hypermodeinc/dgraph/pull/4411 is merged
}
patchRemove := &author{
diff --git a/graphql/e2e/common/query.go b/graphql/e2e/common/query.go
index 3e494fb100f..639edd39d31 100644
--- a/graphql/e2e/common/query.go
+++ b/graphql/e2e/common/query.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/graphql/e2e/common/schema.go b/graphql/e2e/common/schema.go
index e380bce0e1b..b48b73e2416 100644
--- a/graphql/e2e/common/schema.go
+++ b/graphql/e2e/common/schema.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/graphql/e2e/common/subscription.go b/graphql/e2e/common/subscription.go
index 766deeb2118..fefd0fce62e 100644
--- a/graphql/e2e/common/subscription.go
+++ b/graphql/e2e/common/subscription.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/graphql/e2e/custom_logic/cmd/main.go b/graphql/e2e/custom_logic/cmd/main.go
index 6d197fab84c..c428b10fa00 100644
--- a/graphql/e2e/custom_logic/cmd/main.go
+++ b/graphql/e2e/custom_logic/cmd/main.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/graphql/e2e/custom_logic/custom_logic_test.go b/graphql/e2e/custom_logic/custom_logic_test.go
index 6509ffc7938..47741daba48 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
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/graphql/e2e/directives/dgraph_directives_test.go b/graphql/e2e/directives/dgraph_directives_test.go
index df9acccde0f..884b094a182 100644
--- a/graphql/e2e/directives/dgraph_directives_test.go
+++ b/graphql/e2e/directives/dgraph_directives_test.go
@@ -1,7 +1,7 @@
//go:build integration
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/graphql/e2e/directives/schema.graphql b/graphql/e2e/directives/schema.graphql
index 84b9e5eee32..b8aa5205d87 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/dgraph-io/dgraph/issues/4227
+# See: https://github.com/hypermodeinc/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 2f2c6a21623..188eb85aed2 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
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/graphql/e2e/normal/normal_test.go b/graphql/e2e/normal/normal_test.go
index 8c86e2e5764..f8a19207074 100644
--- a/graphql/e2e/normal/normal_test.go
+++ b/graphql/e2e/normal/normal_test.go
@@ -1,7 +1,7 @@
//go:build integration
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/graphql/e2e/normal/schema.graphql b/graphql/e2e/normal/schema.graphql
index 1f8a2d2956e..e2f64747ae0 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/dgraph-io/dgraph/issues/4227
+# See: https://github.com/hypermodeinc/dgraph/issues/4227
type Hotel {
id: ID!
diff --git a/graphql/e2e/schema/schema_test.go b/graphql/e2e/schema/schema_test.go
index 9b07edec38b..1fbb7a16201 100644
--- a/graphql/e2e/schema/schema_test.go
+++ b/graphql/e2e/schema/schema_test.go
@@ -1,7 +1,7 @@
//go:build integration
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/graphql/e2e/subscription/subscription_test.go b/graphql/e2e/subscription/subscription_test.go
index f32a9e1cc4e..b351ebdf545 100644
--- a/graphql/e2e/subscription/subscription_test.go
+++ b/graphql/e2e/subscription/subscription_test.go
@@ -1,7 +1,7 @@
//go:build integration
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/graphql/resolve/auth_test.go b/graphql/resolve/auth_test.go
index 6595243ae85..9f7100889a8 100644
--- a/graphql/resolve/auth_test.go
+++ b/graphql/resolve/auth_test.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/graphql/resolve/extensions_test.go b/graphql/resolve/extensions_test.go
index ca81ef3a272..7cc0242d811 100644
--- a/graphql/resolve/extensions_test.go
+++ b/graphql/resolve/extensions_test.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/graphql/resolve/middlewares.go b/graphql/resolve/middlewares.go
index 4b66ca5694e..89bb482d767 100644
--- a/graphql/resolve/middlewares.go
+++ b/graphql/resolve/middlewares.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/graphql/resolve/middlewares_test.go b/graphql/resolve/middlewares_test.go
index 9b6ace3fedf..6b7f865b095 100644
--- a/graphql/resolve/middlewares_test.go
+++ b/graphql/resolve/middlewares_test.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/graphql/resolve/mutation.go b/graphql/resolve/mutation.go
index de6d96caf7c..6fb5693131e 100644
--- a/graphql/resolve/mutation.go
+++ b/graphql/resolve/mutation.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/graphql/resolve/mutation_rewriter.go b/graphql/resolve/mutation_rewriter.go
index d78ad8bf433..dc16066a350 100644
--- a/graphql/resolve/mutation_rewriter.go
+++ b/graphql/resolve/mutation_rewriter.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/graphql/resolve/mutation_test.go b/graphql/resolve/mutation_test.go
index b420a86180b..b30d0d02a83 100644
--- a/graphql/resolve/mutation_test.go
+++ b/graphql/resolve/mutation_test.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/graphql/resolve/query.go b/graphql/resolve/query.go
index f657663c30c..f7e407a2e94 100644
--- a/graphql/resolve/query.go
+++ b/graphql/resolve/query.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/graphql/resolve/query_rewriter.go b/graphql/resolve/query_rewriter.go
index 975ae69f47c..7c3bb5995da 100644
--- a/graphql/resolve/query_rewriter.go
+++ b/graphql/resolve/query_rewriter.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/graphql/resolve/query_test.go b/graphql/resolve/query_test.go
index 9cba41a6d3f..d531ebf97f3 100644
--- a/graphql/resolve/query_test.go
+++ b/graphql/resolve/query_test.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/graphql/resolve/resolver.go b/graphql/resolve/resolver.go
index b6afbc330a1..988c0ef374a 100644
--- a/graphql/resolve/resolver.go
+++ b/graphql/resolve/resolver.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/graphql/resolve/resolver_error_test.go b/graphql/resolve/resolver_error_test.go
index c544be60c27..128995d318b 100644
--- a/graphql/resolve/resolver_error_test.go
+++ b/graphql/resolve/resolver_error_test.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/graphql/resolve/resolver_test.go b/graphql/resolve/resolver_test.go
index 2b33811fbcc..73ef4db40c9 100644
--- a/graphql/resolve/resolver_test.go
+++ b/graphql/resolve/resolver_test.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/graphql/resolve/webhook.go b/graphql/resolve/webhook.go
index f90430cada8..08425e5ee0c 100644
--- a/graphql/resolve/webhook.go
+++ b/graphql/resolve/webhook.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/graphql/run.go b/graphql/run.go
index 1809871a960..bb4c1f61c84 100644
--- a/graphql/run.go
+++ b/graphql/run.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/graphql/schema/auth.go b/graphql/schema/auth.go
index 513ff7ccd80..7dc6727a8f2 100644
--- a/graphql/schema/auth.go
+++ b/graphql/schema/auth.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/graphql/schema/completion.go b/graphql/schema/completion.go
index ca1cbed5e2c..4b069d6595d 100644
--- a/graphql/schema/completion.go
+++ b/graphql/schema/completion.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/graphql/schema/custom_http.go b/graphql/schema/custom_http.go
index 1e2be914d5e..a09320e8a9b 100644
--- a/graphql/schema/custom_http.go
+++ b/graphql/schema/custom_http.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/graphql/schema/errors.go b/graphql/schema/errors.go
index 2ca14d19341..b2434b690f1 100644
--- a/graphql/schema/errors.go
+++ b/graphql/schema/errors.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/graphql/schema/errors_test.go b/graphql/schema/errors_test.go
index 979ccdaee68..a800abbee39 100644
--- a/graphql/schema/errors_test.go
+++ b/graphql/schema/errors_test.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/graphql/schema/gqlschema.go b/graphql/schema/gqlschema.go
index d6d32ed5c81..90232e0a2b6 100644
--- a/graphql/schema/gqlschema.go
+++ b/graphql/schema/gqlschema.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/graphql/schema/remote.go b/graphql/schema/remote.go
index df5bca8302a..c44b238c356 100644
--- a/graphql/schema/remote.go
+++ b/graphql/schema/remote.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/graphql/schema/remote_test.go b/graphql/schema/remote_test.go
index c85b0e93c79..0565324affd 100644
--- a/graphql/schema/remote_test.go
+++ b/graphql/schema/remote_test.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/graphql/schema/request.go b/graphql/schema/request.go
index af39554c546..349095b2b11 100644
--- a/graphql/schema/request.go
+++ b/graphql/schema/request.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/graphql/schema/response.go b/graphql/schema/response.go
index d39ac614511..4388ac5514c 100644
--- a/graphql/schema/response.go
+++ b/graphql/schema/response.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/graphql/schema/response_test.go b/graphql/schema/response_test.go
index bd06000e469..ac323bb03cb 100644
--- a/graphql/schema/response_test.go
+++ b/graphql/schema/response_test.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/graphql/schema/rules.go b/graphql/schema/rules.go
index 48f11720226..24139580664 100644
--- a/graphql/schema/rules.go
+++ b/graphql/schema/rules.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/graphql/schema/schemagen.go b/graphql/schema/schemagen.go
index b7c48073b6d..aa53f525ea3 100644
--- a/graphql/schema/schemagen.go
+++ b/graphql/schema/schemagen.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/graphql/schema/schemagen_test.go b/graphql/schema/schemagen_test.go
index 0d64c9810f6..7a866be4917 100644
--- a/graphql/schema/schemagen_test.go
+++ b/graphql/schema/schemagen_test.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2017-2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2017-2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/graphql/schema/validation_rules.go b/graphql/schema/validation_rules.go
index 148a7870358..b021f30365c 100644
--- a/graphql/schema/validation_rules.go
+++ b/graphql/schema/validation_rules.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/graphql/schema/wrappers.go b/graphql/schema/wrappers.go
index 4a632edd49c..49ccf4b781f 100644
--- a/graphql/schema/wrappers.go
+++ b/graphql/schema/wrappers.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/graphql/schema/wrappers_test.go b/graphql/schema/wrappers_test.go
index 2927050f4f0..6074f214690 100644
--- a/graphql/schema/wrappers_test.go
+++ b/graphql/schema/wrappers_test.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/graphql/subscription/poller.go b/graphql/subscription/poller.go
index 73631f58e74..2d7a6e85298 100644
--- a/graphql/subscription/poller.go
+++ b/graphql/subscription/poller.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/graphql/test/test.go b/graphql/test/test.go
index 63f0444c3fc..622a4b9ed74 100644
--- a/graphql/test/test.go
+++ b/graphql/test/test.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/graphql/testdata/custom_bench/dgraph_api_server.go b/graphql/testdata/custom_bench/dgraph_api_server.go
index 1710c6a0231..269e412a121 100644
--- a/graphql/testdata/custom_bench/dgraph_api_server.go
+++ b/graphql/testdata/custom_bench/dgraph_api_server.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/graphql/testdata/custom_bench/profiling/graphql_profiler.go b/graphql/testdata/custom_bench/profiling/graphql_profiler.go
index 709d57a588e..8e2e055d47e 100644
--- a/graphql/testdata/custom_bench/profiling/graphql_profiler.go
+++ b/graphql/testdata/custom_bench/profiling/graphql_profiler.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lex/iri.go b/lex/iri.go
index 3d9b2ffd3bb..2e5e7e810b6 100644
--- a/lex/iri.go
+++ b/lex/iri.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2017-2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2017-2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lex/iri_test.go b/lex/iri_test.go
index 163c0393e5b..8fad075d17e 100644
--- a/lex/iri_test.go
+++ b/lex/iri_test.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2017-2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2017-2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/lex/lexer.go b/lex/lexer.go
index 7ebd00ed6fd..5f86cb450f7 100644
--- a/lex/lexer.go
+++ b/lex/lexer.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2015-2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2015-2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/licenses/DCL.txt b/licenses/DCL.txt
index f168e9846c2..5a161c4c08b 100644
--- a/licenses/DCL.txt
+++ b/licenses/DCL.txt
@@ -2,7 +2,7 @@ Dgraph Community License Agreement
Please read this Dgraph Community License Agreement (the "Agreement")
carefully before using Dgraph (as defined below), which is offered by
- Dgraph Labs, Inc. or its affiliated Legal Entities ("Dgraph Labs").
+ Hypermode Inc. or its affiliated Legal Entities ("Dgraph Labs").
By downloading Dgraph or using it in any manner, You agree that You have
read and agree to be bound by the terms of this Agreement. If You are
@@ -22,7 +22,7 @@ Dgraph Community License Agreement
(b) "Dgraph Core" shall mean the open source version of
Dgraph, available free of charge at
- https://github.com/dgraph-io/dgraph
+ https://github.com/hypermodeinc/dgraph
(c) "Dgraph Enterprise Edition" shall mean the additional features made
available by Dgraph Labs, the use of which is subject to additional
diff --git a/paper/dgraph.tex b/paper/dgraph.tex
index f4214d244af..b78742540b3 100644
--- a/paper/dgraph.tex
+++ b/paper/dgraph.tex
@@ -54,7 +54,7 @@
\author{Manish Jain}
\affil{\texttt {manish@dgraph.io}}
-\affil{Dgraph Labs, Inc.}
+\affil{Hypermode Inc.}
\affil{Version: 0.8 Last Updated: \today}
\maketitle
@@ -995,7 +995,7 @@ \section{Acknowledgments}
Dgraph is an open source software, available on
\begin{center}
- {\tt https://github.com/dgraph-io/dgraph}\\
+ {\tt https://github.com/hypermodeinc/dgraph}\\
\end{center}
More information about Dgraph is available on
diff --git a/posting/config.go b/posting/config.go
index 5b7ac3cd84f..21de5d9cd38 100644
--- a/posting/config.go
+++ b/posting/config.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2017-2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2017-2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/posting/doc.go b/posting/doc.go
index 030ff18b69e..443ac507a6a 100644
--- a/posting/doc.go
+++ b/posting/doc.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2016-2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2016-2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/posting/index.go b/posting/index.go
index 369b8ec1583..f8a3e4ecdac 100644
--- a/posting/index.go
+++ b/posting/index.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2016-2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2016-2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/posting/index_test.go b/posting/index_test.go
index ac723930eeb..484c62352a7 100644
--- a/posting/index_test.go
+++ b/posting/index_test.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2016-2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2016-2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/posting/list.go b/posting/list.go
index 6a425b35e78..ef820bc5c09 100644
--- a/posting/list.go
+++ b/posting/list.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2015-2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2015-2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/posting/list_test.go b/posting/list_test.go
index aeb6443db1c..8f9e6625fac 100644
--- a/posting/list_test.go
+++ b/posting/list_test.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2015-2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2015-2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/posting/lists.go b/posting/lists.go
index c174b7628f4..de9ea20a381 100644
--- a/posting/lists.go
+++ b/posting/lists.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2015-2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2015-2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/posting/lmap_test.go b/posting/lmap_test.go
index 089f98a12eb..a2bd725b9e0 100644
--- a/posting/lmap_test.go
+++ b/posting/lmap_test.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2015-2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2015-2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/posting/mvcc.go b/posting/mvcc.go
index 016f746cafc..161dc45d547 100644
--- a/posting/mvcc.go
+++ b/posting/mvcc.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2017-2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2017-2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/posting/mvcc_test.go b/posting/mvcc_test.go
index 5cfaedb8c4b..a1b70191fa2 100644
--- a/posting/mvcc_test.go
+++ b/posting/mvcc_test.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/posting/oracle.go b/posting/oracle.go
index bc03dc9a861..49b1f946dad 100644
--- a/posting/oracle.go
+++ b/posting/oracle.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2017-2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2017-2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/posting/size.go b/posting/size.go
index b131b2263f5..0a6963ab036 100644
--- a/posting/size.go
+++ b/posting/size.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/posting/size_test.go b/posting/size_test.go
index d02c911b1b9..e05b63f26a4 100644
--- a/posting/size_test.go
+++ b/posting/size_test.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/posting/writer.go b/posting/writer.go
index e7ef8c1eae5..f64476906df 100644
--- a/posting/writer.go
+++ b/posting/writer.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/posting/writer_test.go b/posting/writer_test.go
index de66ad823fd..121d66d32b5 100644
--- a/posting/writer_test.go
+++ b/posting/writer_test.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/present/ann.txt b/present/ann.txt
deleted file mode 100644
index f8fa806cf39..00000000000
--- a/present/ann.txt
+++ /dev/null
@@ -1,23 +0,0 @@
-This is a post to announce Dgraph, an open source, distributed, scalable native graph database. Dgraph is designed to handle terabytes of structured data, over commodity hardware.
-
-The design and inspiration is drawn from my experiences working in Google Knowledge Infra group. Dgraph is under active development, and is looking to hire talented engineers.
-
-Github page: https://github.com/dgraph-io/dgraph
-
-Features:
-- Aimed at real time user queries.
-- Low Latency, High Throughput.
-- Distributed Native Graph database.
-- Network calls are proportional to complexity of query, not number of results.
-- Supports GraphQL as query language.
-- (planned) Shard replication, High availability, Crash resilience.
-- (roadmap) https://github.com/dgraph-io/dgraph/issues/1
-
-Performance (GCE n1-standard-4, SSD):
-- Loads up 21M RDFs from Freebase Film data in 20 mins.
-- Runs complex queries about Steven Spielberg in ~200ms.
-
-Happy to answer any questions!
-
-Cheers,
-Manish
diff --git a/present/sydney5mins/g.slide b/present/sydney5mins/g.slide
deleted file mode 100644
index 6425334aac6..00000000000
--- a/present/sydney5mins/g.slide
+++ /dev/null
@@ -1,86 +0,0 @@
-Dgraph
-Go Meetup Sydney
-29 Oct 2015
-Tags: go golang dgraph graph
-
-Manish R Jain
-Backend Developer / Freelancer
-Ex-Google - Web Search & Knowledge Infra
-manishrjain@gmail.com
-@manishrjain
-
-* What is Graph
-
-- Abstract data type to represent relationships between objects.
-- Made up of Entities and Edges. Directed edge in triple format:
- Entity --attribute--> Entity/Value
- [Tom Hanks] --married_to-> [Rita Wilson]
- [Tom Hanks] --born_on----> [July 9, 1956]
-- Popular graphs: Facebook Social Graph, Google Knowledge Graph.
-
-.image graph.png
-
-* What is Dgraph
-
-[[https://github.com/dgraph-io/dgraph][https://github.com/dgraph-io/dgraph]]
-
-Dgraph is an open source, distributed, low-latency graph serving system written in Go.
-
-- *Low*Latency*: Minimize the latency of query execution.
-
- Minimize the number of network calls required to run the query.
- Linear time complexity, based on attributes/depth of query, not number of results.
- Meant to be run in production, serving real time user queries.
-
-- *Distributed*: Automatically distribute data to and serve from provided servers.
- Handle shard splits, shard merges, and shard movement.
-
-- *Highly*Availability*: Automatic data replication and failover.
-- *Resilience*: Automatically handle server failures, and shard reassignment to healthy servers.
-
-* Implementation
-
-- Use Flatbuffers for on-disk, in-memory and over-network representation.
-- Entities assigned `uint64` uids for optimized representation.
-- Use RocksDB to store data internally in posting list format.
- Optimized for seeks: ram, ssd, disk
- Used at Facebook, CockroachDB.
-- Posting List = all directed edges from a given attribute
- [attribute, entity] -> [sorted list of entities / value]
-- Generally one complete posting list would be served by a server.
-- If posting list is too _big_, chunk it into shards.
-- Shard is the most granular data to be served or moved around.
-- Server can serve many shards.
-- Each shard replicated across at least 3 different servers.
-
-* Example: Names of Friends of Friends of ME
-
- - GraphQL query received. Parse into internal query rep.
-
- [Network call]
-
- - Pick server serving posting list `friend`.
- - Seek to `friend, me`. Get a list of friends uids, and return.
-
- [Network call]
-
- - Send all uids again. For each friend uid_i, seek to `friend, uid_i`
- - Get lists of lists of uids. Merge them into one big list, and return.
-
- [Network call]
-
- - Pick server serving posting list `name`.
- - For each uid_i, seek to `name, uid_i`, and return.
-
-- 3 RT network calls in total
-- Network calls: O(m) where m = depth + attributes in query
-- RocksDB Seeks: O(n) where n = total results.
-
-* Minimum Viable Product
-- Planning to launch in mid-November.
-- Non-distributed. Runs on only one server.
-- Focus on low-latency.
-- Support a subset of GraphQL. Responses in JSON.
-- Launch with performance comparisons against popular Neo4J.
-
-Do try it out!
diff --git a/present/sydney5mins/graph.png b/present/sydney5mins/graph.png
deleted file mode 100644
index a976780dab1..00000000000
Binary files a/present/sydney5mins/graph.png and /dev/null differ
diff --git a/protos/Makefile b/protos/Makefile
index 66afbe10e2f..dc46b274cd3 100644
--- a/protos/Makefile
+++ b/protos/Makefile
@@ -1,5 +1,5 @@
#
-# Copyright 2023 Dgraph Labs, Inc. and Contributors
+# Copyright 2025 Hypermode Inc. and Contributors
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/protos/depcheck.sh b/protos/depcheck.sh
index 8e537c2856c..7858b4a600e 100755
--- a/protos/depcheck.sh
+++ b/protos/depcheck.sh
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
#
-# Copyright 2019-2023 Dgraph Labs, Inc. and Contributors
+# Copyright 2019-2025 Hypermode Inc. and Contributors
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/protos/pb.proto b/protos/pb.proto
index 871b7534589..ab753487633 100644
--- a/protos/pb.proto
+++ b/protos/pb.proto
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2017 Dgraph Labs, Inc. and Contributors
+ * Copyright (C) 2017 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/protos/pb/pb.pb.go b/protos/pb/pb.pb.go
index 2205f125397..865c17ff27a 100644
--- a/protos/pb/pb.pb.go
+++ b/protos/pb/pb.pb.go
@@ -1,5 +1,5 @@
//
-// Copyright (C) 2017 Dgraph Labs, Inc. and Contributors
+// Copyright (C) 2017 Hypermode Inc. and Contributors
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/protos/pb/pb_grpc.pb.go b/protos/pb/pb_grpc.pb.go
index 4752af639e4..b6789c6725e 100644
--- a/protos/pb/pb_grpc.pb.go
+++ b/protos/pb/pb_grpc.pb.go
@@ -1,5 +1,5 @@
//
-// Copyright (C) 2017 Dgraph Labs, Inc. and Contributors
+// Copyright (C) 2017 Hypermode Inc. and Contributors
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
diff --git a/protos/pb/sensitive.go b/protos/pb/sensitive.go
index c58d0171064..9ea5bc7f5bf 100644
--- a/protos/pb/sensitive.go
+++ b/protos/pb/sensitive.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/protos/protos_test.go b/protos/protos_test.go
index e44ea6ef11d..29816818c5b 100644
--- a/protos/protos_test.go
+++ b/protos/protos_test.go
@@ -1,6 +1,6 @@
//go:build integration
-/* Copyright 2023 Dgraph Labs, Inc. and Contributors
+/* Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/query/aggregator.go b/query/aggregator.go
index 795bb70f71b..626d572b487 100644
--- a/query/aggregator.go
+++ b/query/aggregator.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2017-2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2017-2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/query/arena.go b/query/arena.go
index 464373ede24..cbdccb0f093 100644
--- a/query/arena.go
+++ b/query/arena.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2017-2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2017-2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/query/benchmark_test.go b/query/benchmark_test.go
index 3ecc240b2a5..e8e68000594 100644
--- a/query/benchmark_test.go
+++ b/query/benchmark_test.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2016-2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2016-2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/query/cloud_test.go b/query/cloud_test.go
index a122a0009f6..0c034145588 100644
--- a/query/cloud_test.go
+++ b/query/cloud_test.go
@@ -1,7 +1,7 @@
//go:build cloud
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/query/common_test.go b/query/common_test.go
index cdb8b7e668b..28d3a340079 100644
--- a/query/common_test.go
+++ b/query/common_test.go
@@ -1,7 +1,7 @@
//go:build integration || cloud || upgrade
/*
- * Copyright 2017-2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2017-2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/query/groupby.go b/query/groupby.go
index e8be9c08145..3b4e15230fc 100644
--- a/query/groupby.go
+++ b/query/groupby.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2017-2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2017-2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/query/integration_test.go b/query/integration_test.go
index dd142e008fc..ea11cdf0623 100644
--- a/query/integration_test.go
+++ b/query/integration_test.go
@@ -1,7 +1,7 @@
//go:build integration
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/query/math.go b/query/math.go
index 9c029944b84..303ca08561e 100644
--- a/query/math.go
+++ b/query/math.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2017-2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2017-2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/query/math_test.go b/query/math_test.go
index 035312cf4b0..d51d08583f6 100644
--- a/query/math_test.go
+++ b/query/math_test.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/query/mutation.go b/query/mutation.go
index 04f371054ef..83da7d2fc0d 100644
--- a/query/mutation.go
+++ b/query/mutation.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2017-2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2017-2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/query/mutation_test.go b/query/mutation_test.go
index 374f37665fa..cca4788afa2 100644
--- a/query/mutation_test.go
+++ b/query/mutation_test.go
@@ -1,7 +1,7 @@
//go:build integration || upgrade
/*
- * Copyright 2016-2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2016-2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/query/normalize_feature_flag_test.go b/query/normalize_feature_flag_test.go
index 727fa13762b..3cfd2f53e4b 100644
--- a/query/normalize_feature_flag_test.go
+++ b/query/normalize_feature_flag_test.go
@@ -1,7 +1,7 @@
//go:build integration2
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors *
+ * Copyright 2025 Hypermode Inc. and Contributors *
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
diff --git a/query/outputnode.go b/query/outputnode.go
index 510b2261658..30747a844dd 100644
--- a/query/outputnode.go
+++ b/query/outputnode.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2017-2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2017-2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/query/outputnode_graphql.go b/query/outputnode_graphql.go
index 8690a9c03cb..5c53b72052e 100644
--- a/query/outputnode_graphql.go
+++ b/query/outputnode_graphql.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/query/outputnode_test.go b/query/outputnode_test.go
index debe82e1f9b..1f2e20fc75b 100644
--- a/query/outputnode_test.go
+++ b/query/outputnode_test.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2017-2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2017-2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/query/outputrdf.go b/query/outputrdf.go
index 13722f336ee..bcef441f143 100644
--- a/query/outputrdf.go
+++ b/query/outputrdf.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2017-2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2017-2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/query/query.go b/query/query.go
index ca8d1a44893..14bb699d6da 100644
--- a/query/query.go
+++ b/query/query.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2015-2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2015-2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/query/query0_test.go b/query/query0_test.go
index c28b5be5f08..89acaa4530a 100644
--- a/query/query0_test.go
+++ b/query/query0_test.go
@@ -1,7 +1,7 @@
//go:build integration || cloud || upgrade
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -595,7 +595,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/dgraph-io/dgraph/pull/8441
+// Regression test for issue described in https://github.com/hypermodeinc/dgraph/pull/8441
func TestNegativeOffset(t *testing.T) {
query := `
{
diff --git a/query/query1_test.go b/query/query1_test.go
index a22b736eb10..1cf6bcfbbaa 100644
--- a/query/query1_test.go
+++ b/query/query1_test.go
@@ -1,7 +1,7 @@
//go:build integration || cloud || upgrade
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/query/query2_test.go b/query/query2_test.go
index de30f837808..a8610714854 100644
--- a/query/query2_test.go
+++ b/query/query2_test.go
@@ -1,7 +1,7 @@
//go:build integration || cloud || upgrade
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/query/query3_test.go b/query/query3_test.go
index bf4d50a4e60..4463eac5846 100644
--- a/query/query3_test.go
+++ b/query/query3_test.go
@@ -1,7 +1,7 @@
//go:build integration || cloud || upgrade
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -957,7 +957,7 @@ func TestShortestPathRev(t *testing.T) {
js)
}
-// Regression test for https://github.com/dgraph-io/dgraph/issues/3657.
+// Regression test for https://github.com/hypermodeinc/dgraph/issues/3657.
func TestShortestPathPassword(t *testing.T) {
query := `
{
@@ -3232,7 +3232,7 @@ func TestMultiRegexInFilter2(t *testing.T) {
`
// run 20 times ensure that there is no data race
- // https://github.com/dgraph-io/dgraph/issues/4030
+ // https://github.com/hypermodeinc/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 80f5f7cedbe..7a069867a03 100644
--- a/query/query4_test.go
+++ b/query/query4_test.go
@@ -1,7 +1,7 @@
//go:build integration || cloud || upgrade
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -803,7 +803,7 @@ func TestHasFirst(t *testing.T) {
}
// This test is not working currently, but start working after
-// PR https://github.com/dgraph-io/dgraph/pull/4316 is merged.
+// PR https://github.com/hypermodeinc/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 604234682f8..6afefe684d4 100644
--- a/query/query_facets_test.go
+++ b/query/query_facets_test.go
@@ -1,7 +1,7 @@
//go:build integration || cloud || upgrade
/*
- * Copyright 2017-2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2017-2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/query/rdf_result_test.go b/query/rdf_result_test.go
index d7ac107c158..feb9c983ae6 100644
--- a/query/rdf_result_test.go
+++ b/query/rdf_result_test.go
@@ -1,7 +1,7 @@
//go:build integration || cloud || upgrade
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/query/recurse.go b/query/recurse.go
index 6a308d5c07d..e9227490f8e 100644
--- a/query/recurse.go
+++ b/query/recurse.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2017-2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2017-2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/query/shortest.go b/query/shortest.go
index 80751a3473a..6a0affc3762 100644
--- a/query/shortest.go
+++ b/query/shortest.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2017-2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2017-2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/query/upgrade_test.go b/query/upgrade_test.go
index 64423d72828..96fdbf0d6fa 100644
--- a/query/upgrade_test.go
+++ b/query/upgrade_test.go
@@ -1,7 +1,7 @@
//go:build upgrade
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/query/vector/integration_test.go b/query/vector/integration_test.go
index 82790f7ae86..88a00cf1115 100644
--- a/query/vector/integration_test.go
+++ b/query/vector/integration_test.go
@@ -1,7 +1,7 @@
//go:build integration
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/query/vector/vector_graphql_test.go b/query/vector/vector_graphql_test.go
index 4f496ea1db1..a9ec885008e 100644
--- a/query/vector/vector_graphql_test.go
+++ b/query/vector/vector_graphql_test.go
@@ -1,7 +1,7 @@
//go:build integration
/*
- * Copyright 2016-2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2016-2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/query/vector/vector_test.go b/query/vector/vector_test.go
index ea08549d444..5455e5774e9 100644
--- a/query/vector/vector_test.go
+++ b/query/vector/vector_test.go
@@ -1,7 +1,7 @@
//go:build integration
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/raftwal/encryption_test.go b/raftwal/encryption_test.go
index 44ee00ec460..1a64af77d61 100644
--- a/raftwal/encryption_test.go
+++ b/raftwal/encryption_test.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/raftwal/log.go b/raftwal/log.go
index 897c2671f98..62e06aaffc0 100644
--- a/raftwal/log.go
+++ b/raftwal/log.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/raftwal/meta.go b/raftwal/meta.go
index 88507adce56..2da169a72fb 100644
--- a/raftwal/meta.go
+++ b/raftwal/meta.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/raftwal/storage.go b/raftwal/storage.go
index 58ee55e5bb4..7a28f66769f 100644
--- a/raftwal/storage.go
+++ b/raftwal/storage.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/raftwal/storage_test.go b/raftwal/storage_test.go
index 0f147c5fe8b..733029a2b2a 100644
--- a/raftwal/storage_test.go
+++ b/raftwal/storage_test.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/raftwal/wal.go b/raftwal/wal.go
index 424bffd2f63..1ac72758344 100644
--- a/raftwal/wal.go
+++ b/raftwal/wal.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/schema/parse.go b/schema/parse.go
index f87649a1c6a..b17090522ea 100644
--- a/schema/parse.go
+++ b/schema/parse.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2016-2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2016-2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/schema/parse_test.go b/schema/parse_test.go
index 6137fb366bc..e63e4d0c46c 100644
--- a/schema/parse_test.go
+++ b/schema/parse_test.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2016-2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2016-2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/schema/schema.go b/schema/schema.go
index 00c1291346c..a12a646347d 100644
--- a/schema/schema.go
+++ b/schema/schema.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2016-2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2016-2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/schema/schema_test.go b/schema/schema_test.go
index 6d1b66b47e8..c994eb0c522 100644
--- a/schema/schema_test.go
+++ b/schema/schema_test.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2024 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/schema/state.go b/schema/state.go
index 0d5c57b56b9..490884e7146 100644
--- a/schema/state.go
+++ b/schema/state.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2016-2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2016-2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/systest/1million/1million_test.go b/systest/1million/1million_test.go
index a8f58c82952..2023d5cfc70 100644
--- a/systest/1million/1million_test.go
+++ b/systest/1million/1million_test.go
@@ -1,7 +1,7 @@
//go:build integration
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/systest/21million/bulk/run_test.go b/systest/21million/bulk/run_test.go
index 425aa3a7a74..d8835787415 100644
--- a/systest/21million/bulk/run_test.go
+++ b/systest/21million/bulk/run_test.go
@@ -1,7 +1,7 @@
//go:build integration
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/systest/21million/common/run_queries.go b/systest/21million/common/run_queries.go
index 1153c81dd81..fe5e085dae1 100644
--- a/systest/21million/common/run_queries.go
+++ b/systest/21million/common/run_queries.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/systest/21million/live/run_test.go b/systest/21million/live/run_test.go
index 2119300456a..5e0db272917 100644
--- a/systest/21million/live/run_test.go
+++ b/systest/21million/live/run_test.go
@@ -1,7 +1,7 @@
//go:build integration
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/systest/audit/audit_test.go b/systest/audit/audit_test.go
index 5bb36157bb7..216409a6d99 100644
--- a/systest/audit/audit_test.go
+++ b/systest/audit/audit_test.go
@@ -1,7 +1,7 @@
//go:build integration
/*
- * Copyright 2017-2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2017-2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/systest/audit_encrypted/audit_test.go b/systest/audit_encrypted/audit_test.go
index 9c009e92fbb..f53146663f2 100644
--- a/systest/audit_encrypted/audit_test.go
+++ b/systest/audit_encrypted/audit_test.go
@@ -1,7 +1,7 @@
//go:build integration
/*
- * Copyright 2017-2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2017-2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/systest/backup/advanced-scenarios/127-Namespace/backup_test.go b/systest/backup/advanced-scenarios/127-Namespace/backup_test.go
index d6045fbacbd..e376010a74b 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
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors *
+ * Copyright 2025 Hypermode Inc. and Contributors *
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
diff --git a/systest/backup/advanced-scenarios/acl-nonAcl/backup_test.go b/systest/backup/advanced-scenarios/acl-nonAcl/backup_test.go
index 681e4c7bc73..2f2ea0a3195 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
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors *
+ * Copyright 2025 Hypermode Inc. and Contributors *
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
diff --git a/systest/backup/advanced-scenarios/deleted-namespace/backup_test.go b/systest/backup/advanced-scenarios/deleted-namespace/backup_test.go
index 6c010108d03..77cd1a74478 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
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors *
+ * Copyright 2025 Hypermode Inc. and Contributors *
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
diff --git a/systest/backup/common/utils.go b/systest/backup/common/utils.go
index 1144d203f16..571c17b0c34 100644
--- a/systest/backup/common/utils.go
+++ b/systest/backup/common/utils.go
@@ -2,7 +2,7 @@
// +build !oss
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors *
+ * Copyright 2025 Hypermode Inc. and Contributors *
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
diff --git a/systest/backup/encryption/backup_test.go b/systest/backup/encryption/backup_test.go
index a1e3006782a..b4a09b35d47 100644
--- a/systest/backup/encryption/backup_test.go
+++ b/systest/backup/encryption/backup_test.go
@@ -1,7 +1,7 @@
//go:build integration
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors *
+ * Copyright 2025 Hypermode Inc. and Contributors *
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
diff --git a/systest/backup/filesystem/backup_test.go b/systest/backup/filesystem/backup_test.go
index 5a5d615325c..799f3dd9012 100644
--- a/systest/backup/filesystem/backup_test.go
+++ b/systest/backup/filesystem/backup_test.go
@@ -1,7 +1,7 @@
//go:build integration
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors *
+ * Copyright 2025 Hypermode Inc. and Contributors *
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
diff --git a/systest/backup/minio-large/backup_test.go b/systest/backup/minio-large/backup_test.go
index 5cecf149a6f..0a35d294e3f 100644
--- a/systest/backup/minio-large/backup_test.go
+++ b/systest/backup/minio-large/backup_test.go
@@ -1,7 +1,7 @@
//go:build integration
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors *
+ * Copyright 2025 Hypermode Inc. and Contributors *
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
diff --git a/systest/backup/minio/backup_test.go b/systest/backup/minio/backup_test.go
index 06ebed75798..3c6c30100f0 100644
--- a/systest/backup/minio/backup_test.go
+++ b/systest/backup/minio/backup_test.go
@@ -1,7 +1,7 @@
//go:build integration
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors *
+ * Copyright 2025 Hypermode Inc. and Contributors *
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
diff --git a/systest/backup/multi-tenancy/backup_test.go b/systest/backup/multi-tenancy/backup_test.go
index a6b025cf94d..454ece2e0b1 100644
--- a/systest/backup/multi-tenancy/backup_test.go
+++ b/systest/backup/multi-tenancy/backup_test.go
@@ -1,7 +1,7 @@
//go:build integration
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors *
+ * Copyright 2025 Hypermode Inc. and Contributors *
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
diff --git a/systest/backup/nfs-backup/backup_test.go b/systest/backup/nfs-backup/backup_test.go
index 9a711a3c6ed..bc7d4fc3fb1 100644
--- a/systest/backup/nfs-backup/backup_test.go
+++ b/systest/backup/nfs-backup/backup_test.go
@@ -1,7 +1,7 @@
//go:build integration
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors *
+ * Copyright 2025 Hypermode Inc. and Contributors *
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
diff --git a/systest/bgindex/common_test.go b/systest/bgindex/common_test.go
index 0d6f6059639..ec91724b1a1 100644
--- a/systest/bgindex/common_test.go
+++ b/systest/bgindex/common_test.go
@@ -1,7 +1,7 @@
//go:build integration
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/systest/bgindex/count_test.go b/systest/bgindex/count_test.go
index 0197dba37e2..f4f14589506 100644
--- a/systest/bgindex/count_test.go
+++ b/systest/bgindex/count_test.go
@@ -1,7 +1,7 @@
//go:build integration
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/systest/bgindex/parallel_test.go b/systest/bgindex/parallel_test.go
index a0bf0ea6ee1..79a5903e768 100644
--- a/systest/bgindex/parallel_test.go
+++ b/systest/bgindex/parallel_test.go
@@ -1,7 +1,7 @@
//go:build integration
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/systest/bgindex/reverse_test.go b/systest/bgindex/reverse_test.go
index 7a6a2f947f5..f39d7499a74 100644
--- a/systest/bgindex/reverse_test.go
+++ b/systest/bgindex/reverse_test.go
@@ -1,7 +1,7 @@
//go:build integration
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/systest/bgindex/string_test.go b/systest/bgindex/string_test.go
index d5e5a24d149..e786d49029f 100644
--- a/systest/bgindex/string_test.go
+++ b/systest/bgindex/string_test.go
@@ -1,7 +1,7 @@
//go:build integration
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/systest/bulk_live/bulk/bulk_test.go b/systest/bulk_live/bulk/bulk_test.go
index 42fde68efa0..c523d32a2e5 100644
--- a/systest/bulk_live/bulk/bulk_test.go
+++ b/systest/bulk_live/bulk/bulk_test.go
@@ -1,7 +1,7 @@
//go:build integration
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/systest/bulk_live/common/bulk_live_cases.go b/systest/bulk_live/common/bulk_live_cases.go
index 12fe89ef5b7..ac5bc695e41 100644
--- a/systest/bulk_live/common/bulk_live_cases.go
+++ b/systest/bulk_live/common/bulk_live_cases.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/systest/bulk_live/common/bulk_live_fixture.go b/systest/bulk_live/common/bulk_live_fixture.go
index 91a7f5b6fb1..6fab4496e47 100644
--- a/systest/bulk_live/common/bulk_live_fixture.go
+++ b/systest/bulk_live/common/bulk_live_fixture.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2017-2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2017-2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/systest/bulk_live/live/live_test.go b/systest/bulk_live/live/live_test.go
index ea33b557336..bec2c1e8cef 100644
--- a/systest/bulk_live/live/live_test.go
+++ b/systest/bulk_live/live/live_test.go
@@ -1,7 +1,7 @@
//go:build integration
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/systest/cdc/cdc_test.go b/systest/cdc/cdc_test.go
index 59c401dfbd9..c09d52118a0 100644
--- a/systest/cdc/cdc_test.go
+++ b/systest/cdc/cdc_test.go
@@ -1,7 +1,7 @@
//go:build integration
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/systest/cloud/cloud_test.go b/systest/cloud/cloud_test.go
index a80a54b3146..8f1005a0cff 100644
--- a/systest/cloud/cloud_test.go
+++ b/systest/cloud/cloud_test.go
@@ -1,7 +1,7 @@
//go:build integration
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/systest/export/export_test.go b/systest/export/export_test.go
index 0c98fce9dab..f1c6ae16424 100644
--- a/systest/export/export_test.go
+++ b/systest/export/export_test.go
@@ -1,7 +1,7 @@
//go:build integration
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors *
+ * Copyright 2025 Hypermode Inc. and Contributors *
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
diff --git a/systest/group-delete/group_delete_test.go b/systest/group-delete/group_delete_test.go
index a348068bc7e..261f5808af1 100644
--- a/systest/group-delete/group_delete_test.go
+++ b/systest/group-delete/group_delete_test.go
@@ -1,7 +1,7 @@
//go:build integration
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/systest/integration2/acl_test.go b/systest/integration2/acl_test.go
index e59c7bfd88d..d4026a3c39d 100644
--- a/systest/integration2/acl_test.go
+++ b/systest/integration2/acl_test.go
@@ -1,7 +1,7 @@
//go:build integration2
/*
- * Copyright 2024 Dgraph Labs, Inc. and Contributors *
+ * Copyright 2025 Hypermode Inc. and Contributors *
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
diff --git a/systest/integration2/bulk_loader_test.go b/systest/integration2/bulk_loader_test.go
index b2ff1b43754..ddda1eeb425 100644
--- a/systest/integration2/bulk_loader_test.go
+++ b/systest/integration2/bulk_loader_test.go
@@ -1,7 +1,7 @@
//go:build integration2
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors *
+ * Copyright 2025 Hypermode Inc. and Contributors *
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
diff --git a/systest/integration2/graphql_schema_auth_test.go b/systest/integration2/graphql_schema_auth_test.go
index 0490d81534f..493c4224435 100644
--- a/systest/integration2/graphql_schema_auth_test.go
+++ b/systest/integration2/graphql_schema_auth_test.go
@@ -1,7 +1,7 @@
//go:build integration2
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors *
+ * Copyright 2025 Hypermode Inc. and Contributors *
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
diff --git a/systest/integration2/incremental_restore_test.go b/systest/integration2/incremental_restore_test.go
index cc34ca2cd82..de4e2d09441 100644
--- a/systest/integration2/incremental_restore_test.go
+++ b/systest/integration2/incremental_restore_test.go
@@ -1,7 +1,7 @@
//go:build integration2
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors *
+ * Copyright 2025 Hypermode Inc. and Contributors *
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
diff --git a/systest/integration2/snapshot_test.go b/systest/integration2/snapshot_test.go
index e66da686658..ea768c6d2dc 100644
--- a/systest/integration2/snapshot_test.go
+++ b/systest/integration2/snapshot_test.go
@@ -1,7 +1,7 @@
//go:build integration2
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors *
+ * Copyright 2025 Hypermode Inc. and Contributors *
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
diff --git a/systest/license/integration_test.go b/systest/license/integration_test.go
index 9ff3300a4cb..9d83239ca2e 100644
--- a/systest/license/integration_test.go
+++ b/systest/license/integration_test.go
@@ -1,7 +1,7 @@
//go:build integration
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/systest/license/license_test.go b/systest/license/license_test.go
index ec7e59e701f..a2ccda99e6d 100644
--- a/systest/license/license_test.go
+++ b/systest/license/license_test.go
@@ -1,7 +1,7 @@
//go:build integration || upgrade
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/systest/license/upgrade_test.go b/systest/license/upgrade_test.go
index f092e21332b..3f61a7928d6 100644
--- a/systest/license/upgrade_test.go
+++ b/systest/license/upgrade_test.go
@@ -1,7 +1,7 @@
//go:build upgrade
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/systest/live_pw_test.go b/systest/live_pw_test.go
index 74ee6c557ab..0f84a6d8f30 100644
--- a/systest/live_pw_test.go
+++ b/systest/live_pw_test.go
@@ -1,7 +1,7 @@
//go:build integration
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/systest/loader/loader_test.go b/systest/loader/loader_test.go
index 6ff5736a891..ed14030745e 100644
--- a/systest/loader/loader_test.go
+++ b/systest/loader/loader_test.go
@@ -1,7 +1,7 @@
//go:build integration
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/systest/multi-tenancy/basic_test.go b/systest/multi-tenancy/basic_test.go
index 08f9595ecc6..78d33e330c5 100644
--- a/systest/multi-tenancy/basic_test.go
+++ b/systest/multi-tenancy/basic_test.go
@@ -1,7 +1,7 @@
//go:build (!oss && integration) || upgrade
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/systest/multi-tenancy/integration_basic_helper_test.go b/systest/multi-tenancy/integration_basic_helper_test.go
index 81767ecb5e0..e7c89ddd17c 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
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/systest/multi-tenancy/integration_test.go b/systest/multi-tenancy/integration_test.go
index 37bac87f689..30df69b5e42 100644
--- a/systest/multi-tenancy/integration_test.go
+++ b/systest/multi-tenancy/integration_test.go
@@ -1,7 +1,7 @@
//go:build integration
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/systest/multi-tenancy/login_test.go b/systest/multi-tenancy/login_test.go
index 3c7e4cc3ad9..f26ca121c7b 100644
--- a/systest/multi-tenancy/login_test.go
+++ b/systest/multi-tenancy/login_test.go
@@ -2,7 +2,7 @@
// +build integration
/*
- * Copyright 2024 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/systest/multi-tenancy/upgrade_test.go b/systest/multi-tenancy/upgrade_test.go
index c668c62273f..e70be596f8f 100644
--- a/systest/multi-tenancy/upgrade_test.go
+++ b/systest/multi-tenancy/upgrade_test.go
@@ -1,7 +1,7 @@
//go:build upgrade
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/systest/mutations-and-queries/integration_test.go b/systest/mutations-and-queries/integration_test.go
index 54bc01bf05e..71e6e12e7f4 100644
--- a/systest/mutations-and-queries/integration_test.go
+++ b/systest/mutations-and-queries/integration_test.go
@@ -1,7 +1,7 @@
//go:build integration
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/systest/mutations-and-queries/mutations_test.go b/systest/mutations-and-queries/mutations_test.go
index 3b47bf58407..e33cca6b2b8 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
/*
- * Copyright 2017-2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2017-2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -2414,7 +2414,7 @@ func (ssuite *SystestTestSuite) ReverseCountIndex() {
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/dgraph-io/dgraph/issues/3893 for more details.
+ // for transactions. See https://github.com/hypermodeinc/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 0316f9c81f4..81fff7b4a9c 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
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/systest/mutations-and-queries/upgrade_test.go b/systest/mutations-and-queries/upgrade_test.go
index b670c30adae..72f0913825b 100644
--- a/systest/mutations-and-queries/upgrade_test.go
+++ b/systest/mutations-and-queries/upgrade_test.go
@@ -1,7 +1,7 @@
//go:build upgrade
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/systest/online-restore/namespace-aware/restore_test.go b/systest/online-restore/namespace-aware/restore_test.go
index 7cfefee1ec5..aea3498a33c 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
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors *
+ * Copyright 2025 Hypermode Inc. and Contributors *
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
diff --git a/systest/online-restore/online_restore_test.go b/systest/online-restore/online_restore_test.go
index ae82cec3074..e3e0005aded 100644
--- a/systest/online-restore/online_restore_test.go
+++ b/systest/online-restore/online_restore_test.go
@@ -1,7 +1,7 @@
//go:build integration
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors *
+ * Copyright 2025 Hypermode Inc. and Contributors *
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
diff --git a/systest/plugin/integration_test.go b/systest/plugin/integration_test.go
index 60fd17fb22e..49e24673217 100644
--- a/systest/plugin/integration_test.go
+++ b/systest/plugin/integration_test.go
@@ -1,7 +1,7 @@
//go:build integration
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/systest/plugin/plugin_test.go b/systest/plugin/plugin_test.go
index 3b809df8c7c..0f26a068318 100644
--- a/systest/plugin/plugin_test.go
+++ b/systest/plugin/plugin_test.go
@@ -1,7 +1,7 @@
//go:build integration || upgrade
/*
- * Copyright 2017-2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2017-2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/systest/plugin/upgrade_test.go b/systest/plugin/upgrade_test.go
index 74d8f626521..0f1cb1a3b15 100644
--- a/systest/plugin/upgrade_test.go
+++ b/systest/plugin/upgrade_test.go
@@ -1,7 +1,7 @@
//go:build upgrade
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/systest/posting-list-benchmark/main.go b/systest/posting-list-benchmark/main.go
index 7c1f01e081f..f2f1bf35f9e 100644
--- a/systest/posting-list-benchmark/main.go
+++ b/systest/posting-list-benchmark/main.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/systest/unique_test.go b/systest/unique_test.go
index 7ffd2209eed..f37c26e769c 100644
--- a/systest/unique_test.go
+++ b/systest/unique_test.go
@@ -1,7 +1,7 @@
//go:build integration
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/systest/vector/backup_test.go b/systest/vector/backup_test.go
index 2ba3caccc1a..e6e5cbb82d8 100644
--- a/systest/vector/backup_test.go
+++ b/systest/vector/backup_test.go
@@ -1,7 +1,7 @@
//go:build !oss && integration
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/systest/vector/load_test.go b/systest/vector/load_test.go
index b6e31673eeb..d628a7361e9 100644
--- a/systest/vector/load_test.go
+++ b/systest/vector/load_test.go
@@ -1,7 +1,7 @@
//go:build !oss && integration
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/systest/vector/vector_test.go b/systest/vector/vector_test.go
index 562953d064d..2a7820accea 100644
--- a/systest/vector/vector_test.go
+++ b/systest/vector/vector_test.go
@@ -1,7 +1,7 @@
//go:build !oss && integration
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/t/Makefile b/t/Makefile
index f0698a2abfb..ccc27a87ade 100644
--- a/t/Makefile
+++ b/t/Makefile
@@ -1,5 +1,5 @@
#
-# Copyright 2023 Dgraph Labs, Inc. and Contributors
+# Copyright 2025 Hypermode Inc. and Contributors
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
diff --git a/t/t.go b/t/t.go
index 6e3e1ce47cb..028bd669f67 100644
--- a/t/t.go
+++ b/t/t.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/task/conversion.go b/task/conversion.go
index dcbd73cb221..a2d9d13f9cd 100644
--- a/task/conversion.go
+++ b/task/conversion.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2017-2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2017-2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/telemetry/telemetry.go b/telemetry/telemetry.go
index dc50aef26b5..86afee03435 100644
--- a/telemetry/telemetry.go
+++ b/telemetry/telemetry.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/testutil/backup.go b/testutil/backup.go
index 47bfc5d4a88..1b7444ee53c 100644
--- a/testutil/backup.go
+++ b/testutil/backup.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/testutil/bulk.go b/testutil/bulk.go
index 51a02960354..fa004aa0e78 100644
--- a/testutil/bulk.go
+++ b/testutil/bulk.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/testutil/client.go b/testutil/client.go
index 07c0c9e04fc..f5fd14ca424 100644
--- a/testutil/client.go
+++ b/testutil/client.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/testutil/custom_plugins/anagram/main.go b/testutil/custom_plugins/anagram/main.go
index 1d704ee0b61..75941a426bb 100644
--- a/testutil/custom_plugins/anagram/main.go
+++ b/testutil/custom_plugins/anagram/main.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/testutil/custom_plugins/cidr/main.go b/testutil/custom_plugins/cidr/main.go
index 712c3c27a4f..4a20082599b 100644
--- a/testutil/custom_plugins/cidr/main.go
+++ b/testutil/custom_plugins/cidr/main.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/testutil/custom_plugins/cidr/main_test.go b/testutil/custom_plugins/cidr/main_test.go
index 1f72263fba8..079a04e396e 100644
--- a/testutil/custom_plugins/cidr/main_test.go
+++ b/testutil/custom_plugins/cidr/main_test.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/testutil/custom_plugins/factor/main.go b/testutil/custom_plugins/factor/main.go
index 4c06d35895a..2f48bfd87de 100644
--- a/testutil/custom_plugins/factor/main.go
+++ b/testutil/custom_plugins/factor/main.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/testutil/custom_plugins/rune/main.go b/testutil/custom_plugins/rune/main.go
index df72ae7ab19..8af158d8559 100644
--- a/testutil/custom_plugins/rune/main.go
+++ b/testutil/custom_plugins/rune/main.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/testutil/docker.go b/testutil/docker.go
index e2b5be0463f..5d07ee7f985 100644
--- a/testutil/docker.go
+++ b/testutil/docker.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/testutil/exec.go b/testutil/exec.go
index 75670a942b3..3ee05137f1d 100644
--- a/testutil/exec.go
+++ b/testutil/exec.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/testutil/graphql.go b/testutil/graphql.go
index 3d43f81a1fb..02a45ba2098 100644
--- a/testutil/graphql.go
+++ b/testutil/graphql.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/testutil/json.go b/testutil/json.go
index 17dc06d3bee..fbc7cba8a9a 100644
--- a/testutil/json.go
+++ b/testutil/json.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/testutil/minio.go b/testutil/minio.go
index 2bc09f137d7..a3d1ae1bb5e 100644
--- a/testutil/minio.go
+++ b/testutil/minio.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/testutil/multi_tenancy.go b/testutil/multi_tenancy.go
index 059cf160bcc..06b5215fb28 100644
--- a/testutil/multi_tenancy.go
+++ b/testutil/multi_tenancy.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/testutil/plugin.go b/testutil/plugin.go
index df0cc9bbfad..148ab0f5920 100644
--- a/testutil/plugin.go
+++ b/testutil/plugin.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/testutil/schema.go b/testutil/schema.go
index b6752100a0d..fcb6234d26b 100644
--- a/testutil/schema.go
+++ b/testutil/schema.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/testutil/utils.go b/testutil/utils.go
index 50ca8829a95..4d393d4ef8e 100644
--- a/testutil/utils.go
+++ b/testutil/utils.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/testutil/zero.go b/testutil/zero.go
index 7f710e87666..69e179a1b76 100644
--- a/testutil/zero.go
+++ b/testutil/zero.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/tok/bleve.go b/tok/bleve.go
index d4bb1ec9670..f776cb7621e 100644
--- a/tok/bleve.go
+++ b/tok/bleve.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/tok/constraints/constraints.go b/tok/constraints/constraints.go
index 965423af291..2eff4821ce9 100644
--- a/tok/constraints/constraints.go
+++ b/tok/constraints/constraints.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2023 DGraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/tok/hnsw/heap.go b/tok/hnsw/heap.go
index 78b61d9fd58..aed0f1d16b5 100644
--- a/tok/hnsw/heap.go
+++ b/tok/hnsw/heap.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2016-2024 Dgraph Labs, Inc. and Contributors
+ * Copyright 2016-2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/tok/hnsw/helper.go b/tok/hnsw/helper.go
index 008e64f3945..e526072cc91 100644
--- a/tok/hnsw/helper.go
+++ b/tok/hnsw/helper.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2016-2024 Dgraph Labs, Inc. and Contributors
+ * Copyright 2016-2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/tok/hnsw/persistent_factory.go b/tok/hnsw/persistent_factory.go
index e5a7419776d..93ee0838167 100644
--- a/tok/hnsw/persistent_factory.go
+++ b/tok/hnsw/persistent_factory.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2016-2024 Dgraph Labs, Inc. and Contributors
+ * Copyright 2016-2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/tok/hnsw/persistent_hnsw.go b/tok/hnsw/persistent_hnsw.go
index f9026673bbc..43aedf33208 100644
--- a/tok/hnsw/persistent_hnsw.go
+++ b/tok/hnsw/persistent_hnsw.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2016-2024 Dgraph Labs, Inc. and Contributors
+ * Copyright 2016-2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/tok/hnsw/persistent_hnsw_test.go b/tok/hnsw/persistent_hnsw_test.go
index 75048c2dde5..ef95fb42325 100644
--- a/tok/hnsw/persistent_hnsw_test.go
+++ b/tok/hnsw/persistent_hnsw_test.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2016-2024 Dgraph Labs, Inc. and Contributors
+ * Copyright 2016-2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/tok/hnsw/search_layer.go b/tok/hnsw/search_layer.go
index 448afa32c28..f87ad59fb8d 100644
--- a/tok/hnsw/search_layer.go
+++ b/tok/hnsw/search_layer.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2016-2024 Dgraph Labs, Inc. and Contributors
+ * Copyright 2016-2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/tok/hnsw/test_helper.go b/tok/hnsw/test_helper.go
index e47adfd35ff..ab3b74de54a 100644
--- a/tok/hnsw/test_helper.go
+++ b/tok/hnsw/test_helper.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2016-2024 Dgraph Labs, Inc. and Contributors
+ * Copyright 2016-2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/tok/index/helper.go b/tok/index/helper.go
index c09672254b3..3e47421942e 100644
--- a/tok/index/helper.go
+++ b/tok/index/helper.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2016-2024 Dgraph Labs, Inc. and Contributors
+ * Copyright 2016-2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/tok/index/helper_test.go b/tok/index/helper_test.go
index 0369aba8e02..ef433a3222f 100644
--- a/tok/index/helper_test.go
+++ b/tok/index/helper_test.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2016-2024 Dgraph Labs, Inc. and Contributors
+ * Copyright 2016-2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/tok/index/index.go b/tok/index/index.go
index 9c8144782ee..21d6982b524 100644
--- a/tok/index/index.go
+++ b/tok/index/index.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2016-2024 Dgraph Labs, Inc. and Contributors
+ * Copyright 2016-2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/tok/index/search_path.go b/tok/index/search_path.go
index 761971d9d98..6e6d78b7748 100644
--- a/tok/index/search_path.go
+++ b/tok/index/search_path.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2016-2024 Dgraph Labs, Inc. and Contributors
+ * Copyright 2016-2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/tok/index/types.go b/tok/index/types.go
index 254b292ed8d..bba0f697b65 100644
--- a/tok/index/types.go
+++ b/tok/index/types.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2016-2024 Dgraph Labs, Inc. and Contributors
+ * Copyright 2016-2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/tok/index_factory.go b/tok/index_factory.go
index fcaeb0a5110..c8ff295bff5 100644
--- a/tok/index_factory.go
+++ b/tok/index_factory.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2016-2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2016-2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/tok/langbase.go b/tok/langbase.go
index bc5e7c02563..9075946e1ed 100644
--- a/tok/langbase.go
+++ b/tok/langbase.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/tok/langbase_test.go b/tok/langbase_test.go
index 693c5c49452..0c20413bfbc 100644
--- a/tok/langbase_test.go
+++ b/tok/langbase_test.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/tok/options/allowed_options.go b/tok/options/allowed_options.go
index 703d8b31571..6ad863577af 100644
--- a/tok/options/allowed_options.go
+++ b/tok/options/allowed_options.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2023 DGraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/tok/options/option_parser.go b/tok/options/option_parser.go
index ad6cbba0ffe..fbfd5fafcb8 100644
--- a/tok/options/option_parser.go
+++ b/tok/options/option_parser.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2023 DGraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/tok/options/options.go b/tok/options/options.go
index 69a02b65fbe..3ee1b63a8a1 100644
--- a/tok/options/options.go
+++ b/tok/options/options.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2023 DGraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/tok/options/options_test.go b/tok/options/options_test.go
index 09a2497e077..36f66e2f5e2 100644
--- a/tok/options/options_test.go
+++ b/tok/options/options_test.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/tok/stemmers.go b/tok/stemmers.go
index dac6fdd7386..b561a4553b3 100644
--- a/tok/stemmers.go
+++ b/tok/stemmers.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/tok/stemmers_test.go b/tok/stemmers_test.go
index 060725df19c..3fe760562ff 100644
--- a/tok/stemmers_test.go
+++ b/tok/stemmers_test.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/tok/stopwords.go b/tok/stopwords.go
index d09e0cda248..753d1102fa5 100644
--- a/tok/stopwords.go
+++ b/tok/stopwords.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/tok/stopwords_test.go b/tok/stopwords_test.go
index 1c9c4c66edf..637fd4cb407 100644
--- a/tok/stopwords_test.go
+++ b/tok/stopwords_test.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/tok/tok.go b/tok/tok.go
index 63586dc50c3..51689ada8d4 100644
--- a/tok/tok.go
+++ b/tok/tok.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2016-2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2016-2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/tok/tok_test.go b/tok/tok_test.go
index d9bc838b389..659ad54c63b 100644
--- a/tok/tok_test.go
+++ b/tok/tok_test.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2016-2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2016-2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/tok/tokens.go b/tok/tokens.go
index 96686822335..7d1941e591e 100644
--- a/tok/tokens.go
+++ b/tok/tokens.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2017-2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2017-2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/types/compare.go b/types/compare.go
index 973acf5c96c..6eb95b26ed8 100644
--- a/types/compare.go
+++ b/types/compare.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2017-2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2017-2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/types/conversion.go b/types/conversion.go
index a66b6f18d5f..e5b306bd503 100644
--- a/types/conversion.go
+++ b/types/conversion.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2016-2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2016-2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/types/conversion_test.go b/types/conversion_test.go
index 5cc8d5f1d75..1ec120adff8 100644
--- a/types/conversion_test.go
+++ b/types/conversion_test.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2016-2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2016-2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/types/earth.go b/types/earth.go
index fdbe3d001a0..c3f7f0ede2e 100644
--- a/types/earth.go
+++ b/types/earth.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2016-2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2016-2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/types/facets/facet_types.go b/types/facets/facet_types.go
index 91ed729c280..e0ec2bacdaa 100644
--- a/types/facets/facet_types.go
+++ b/types/facets/facet_types.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2017-2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2017-2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/types/facets/utils.go b/types/facets/utils.go
index 4a67c2cdc3e..166ea7e6abf 100644
--- a/types/facets/utils.go
+++ b/types/facets/utils.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2017-2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2017-2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/types/geo_test.go b/types/geo_test.go
index 1d9cd4df607..63d441fd6a6 100644
--- a/types/geo_test.go
+++ b/types/geo_test.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2016-2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2016-2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/types/geofilter.go b/types/geofilter.go
index 9eedf29c18c..b049585a54c 100644
--- a/types/geofilter.go
+++ b/types/geofilter.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2016-2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2016-2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/types/geofilter_test.go b/types/geofilter_test.go
index cba38bc0670..874f5d4b171 100644
--- a/types/geofilter_test.go
+++ b/types/geofilter_test.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2016-2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2016-2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/types/password.go b/types/password.go
index 8adc0c64222..f7ed68ec04d 100644
--- a/types/password.go
+++ b/types/password.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2017-2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2017-2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/types/password_test.go b/types/password_test.go
index c4440cd5317..7db483a5a80 100644
--- a/types/password_test.go
+++ b/types/password_test.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2017-2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2017-2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/types/s2.go b/types/s2.go
index 8be8ce3c754..ad8c0b474f8 100644
--- a/types/s2.go
+++ b/types/s2.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2016-2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2016-2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/types/s2_test.go b/types/s2_test.go
index d004619a97b..3491cfdeb2a 100644
--- a/types/s2_test.go
+++ b/types/s2_test.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2017-2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2017-2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/types/s2index.go b/types/s2index.go
index d7e7162d16d..fa9ef3863de 100644
--- a/types/s2index.go
+++ b/types/s2index.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2016-2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2016-2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/types/s2index_test.go b/types/s2index_test.go
index b2d84fe4198..ad96ca6d1f5 100644
--- a/types/s2index_test.go
+++ b/types/s2index_test.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2016-2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2016-2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/types/scalar_types.go b/types/scalar_types.go
index f134841a77a..384d25c4a40 100644
--- a/types/scalar_types.go
+++ b/types/scalar_types.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2016-2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2016-2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/types/scalar_types_test.go b/types/scalar_types_test.go
index 4a798c9534d..a82964516d9 100644
--- a/types/scalar_types_test.go
+++ b/types/scalar_types_test.go
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2022 Dgraph Labs, Inc. and Contributors
+ * Copyright (C) 2022 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/types/select.go b/types/select.go
index 566bbb2975e..9cd1c122390 100644
--- a/types/select.go
+++ b/types/select.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/types/sort.go b/types/sort.go
index 5bc62c17faf..cacd92da529 100644
--- a/types/sort.go
+++ b/types/sort.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2016-2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2016-2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/types/sort_test.go b/types/sort_test.go
index 86ce665a516..d49faaa939f 100644
--- a/types/sort_test.go
+++ b/types/sort_test.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2016-2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2016-2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/types/value.go b/types/value.go
index e4bebd9e016..73bfed0a55d 100644
--- a/types/value.go
+++ b/types/value.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/types/value_test.go b/types/value_test.go
index 0c26e430176..7f2c89ecdd6 100644
--- a/types/value_test.go
+++ b/types/value_test.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/upgrade/change_list.go b/upgrade/change_list.go
index 5848e1d711a..1eefbae4da7 100644
--- a/upgrade/change_list.go
+++ b/upgrade/change_list.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -37,7 +37,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/dgraph-io/dgraph/pull/5185",
+ "For more info, see: https://github.com/hypermodeinc/dgraph/pull/5185",
minFromVersion: &version{major: 20, minor: 3, patch: 0},
applyFunc: upgradeAclTypeNames,
},
@@ -60,7 +60,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/dgraph-io/dgraph/pull/7451",
+ "For more info, see: https://github.com/hypermodeinc/dgraph/pull/7451",
minFromVersion: &version{major: 20, minor: 11, patch: 0},
applyFunc: upgradePersitentQuery,
},
@@ -69,7 +69,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/dgraph-io/dgraph/pull/7431",
+ "For more info, see: https://github.com/hypermodeinc/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 5702feeda31..e7d97b19704 100644
--- a/upgrade/change_v20.03.0.go
+++ b/upgrade/change_v20.03.0.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/upgrade/change_v20.07.0.go b/upgrade/change_v20.07.0.go
index 9b91b060ad3..44ab3b58429 100644
--- a/upgrade/change_v20.07.0.go
+++ b/upgrade/change_v20.07.0.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/upgrade/change_v21.03.0.go b/upgrade/change_v21.03.0.go
index ee4c3f0ea74..22425d62488 100644
--- a/upgrade/change_v21.03.0.go
+++ b/upgrade/change_v21.03.0.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/upgrade/doc.go b/upgrade/doc.go
index 0eebeb43855..128f07dae6d 100644
--- a/upgrade/doc.go
+++ b/upgrade/doc.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/upgrade/upgrade.go b/upgrade/upgrade.go
index f09df27971a..32f60f070cb 100644
--- a/upgrade/upgrade.go
+++ b/upgrade/upgrade.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/upgrade/upgrade_test.go b/upgrade/upgrade_test.go
index dc6ac208c4e..402cd613298 100644
--- a/upgrade/upgrade_test.go
+++ b/upgrade/upgrade_test.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/upgrade/utils.go b/upgrade/utils.go
index 73d1413ebd0..6704eb57539 100644
--- a/upgrade/utils.go
+++ b/upgrade/utils.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/upgrade/utils_test.go b/upgrade/utils_test.go
index bdd85938390..54f04a1eb12 100644
--- a/upgrade/utils_test.go
+++ b/upgrade/utils_test.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/worker/acl_cache.go b/worker/acl_cache.go
index 8e0f7703aa5..503f44b3fce 100644
--- a/worker/acl_cache.go
+++ b/worker/acl_cache.go
@@ -2,13 +2,13 @@
// +build !oss
/*
- * Copyright 2023 Dgraph Labs, Inc. All rights reserved.
+ * Copyright 2025 Hypermode Inc. All rights reserved.
*
* Licensed under the Dgraph Community License (the "License"); you
* may not use this file except in compliance with the License. You
* may obtain a copy of the License at
*
- * https://github.com/dgraph-io/dgraph/blob/main/licenses/DCL.txt
+ * https://github.com/hypermodeinc/dgraph/blob/main/licenses/DCL.txt
*/
package worker
diff --git a/worker/acl_cache_test.go b/worker/acl_cache_test.go
index 0a57bb7fb6b..1f76056c66b 100644
--- a/worker/acl_cache_test.go
+++ b/worker/acl_cache_test.go
@@ -2,13 +2,13 @@
// +build !oss
/*
- * Copyright 2023 Dgraph Labs, Inc. All rights reserved.
+ * Copyright 2025 Hypermode Inc. All rights reserved.
*
* Licensed under the Dgraph Community License (the "License"); you
* may not use this file except in compliance with the License. You
* may obtain a copy of the License at
*
- * https://github.com/dgraph-io/dgraph/blob/main/licenses/DCL.txt
+ * https://github.com/hypermodeinc/dgraph/blob/main/licenses/DCL.txt
*/
package worker
diff --git a/worker/aggregator.go b/worker/aggregator.go
index 788038e6229..dddf478f884 100644
--- a/worker/aggregator.go
+++ b/worker/aggregator.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2017-2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2017-2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/worker/backup.go b/worker/backup.go
index 6aabb13f0c4..1b6b75afc5c 100644
--- a/worker/backup.go
+++ b/worker/backup.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/worker/backup_ee.go b/worker/backup_ee.go
index ac7d6c18174..4fe82b9a6af 100644
--- a/worker/backup_ee.go
+++ b/worker/backup_ee.go
@@ -2,13 +2,13 @@
// +build !oss
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Dgraph Community License (the "License"); you
* may not use this file except in compliance with the License. You
* may obtain a copy of the License at
*
- * https://github.com/dgraph-io/dgraph/blob/main/licenses/DCL.txt
+ * https://github.com/hypermodeinc/dgraph/blob/main/licenses/DCL.txt
*/
package worker
diff --git a/worker/backup_handler.go b/worker/backup_handler.go
index 7d0c5c937a1..9d1e9c31a17 100644
--- a/worker/backup_handler.go
+++ b/worker/backup_handler.go
@@ -2,13 +2,13 @@
// +build !oss
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Dgraph Community License (the "License"); you
* may not use this file except in compliance with the License. You
* may obtain a copy of the License at
*
- * https://github.com/dgraph-io/dgraph/blob/main/licenses/DCL.txt
+ * https://github.com/hypermodeinc/dgraph/blob/main/licenses/DCL.txt
*/
package worker
diff --git a/worker/backup_manifest.go b/worker/backup_manifest.go
index b85c3d73779..9865745e223 100644
--- a/worker/backup_manifest.go
+++ b/worker/backup_manifest.go
@@ -2,13 +2,13 @@
// +build !oss
/*
- * Copyright 2021 Dgraph Labs, Inc. and Contributors
+ * Copyright 2021 Hypermode Inc. and Contributors
*
* Licensed under the Dgraph Community License (the "License"); you
* may not use this file except in compliance with the License. You
* may obtain a copy of the License at
*
- * https://github.com/dgraph-io/dgraph/blob/main/licenses/DCL.txt
+ * https://github.com/hypermodeinc/dgraph/blob/main/licenses/DCL.txt
*/
package worker
@@ -165,7 +165,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/dgraph-io/dgraph/pull/7810
+// See https://github.com/hypermodeinc/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/backup_oss.go b/worker/backup_oss.go
index d06be88c4e7..88f527d5a05 100644
--- a/worker/backup_oss.go
+++ b/worker/backup_oss.go
@@ -2,7 +2,7 @@
// +build oss
/*
- * Copyright 2018 Dgraph Labs, Inc. and Contributors
+ * Copyright 2018 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/worker/cdc.go b/worker/cdc.go
index b4fa056651a..800d37404a5 100644
--- a/worker/cdc.go
+++ b/worker/cdc.go
@@ -2,7 +2,7 @@
// +build oss
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/worker/cdc_ee.go b/worker/cdc_ee.go
index 5054b515f60..af436ea0a3f 100644
--- a/worker/cdc_ee.go
+++ b/worker/cdc_ee.go
@@ -2,13 +2,13 @@
// +build !oss
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Dgraph Community License (the "License"); you
* may not use this file except in compliance with the License. You
* may obtain a copy of the License at
*
- * https://github.com/dgraph-io/dgraph/blob/main/licenses/DCL.txt
+ * https://github.com/hypermodeinc/dgraph/blob/main/licenses/DCL.txt
*/
package worker
diff --git a/worker/compare.go b/worker/compare.go
index baa81488b98..6a0aa903cac 100644
--- a/worker/compare.go
+++ b/worker/compare.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2017-2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2017-2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/worker/config.go b/worker/config.go
index 96d04c19b23..4d12e9fb134 100644
--- a/worker/config.go
+++ b/worker/config.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2017-2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2017-2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/worker/draft.go b/worker/draft.go
index 00e3f64820a..f26f3c2052a 100644
--- a/worker/draft.go
+++ b/worker/draft.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2016-2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2016-2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/worker/draft_test.go b/worker/draft_test.go
index 8215bc406c5..95756883b2c 100644
--- a/worker/draft_test.go
+++ b/worker/draft_test.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/worker/export.go b/worker/export.go
index 7de67df991a..e585ae4ac94 100644
--- a/worker/export.go
+++ b/worker/export.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2017-2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2017-2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/worker/export_test.go b/worker/export_test.go
index 16e939108d1..9ed9c100bca 100644
--- a/worker/export_test.go
+++ b/worker/export_test.go
@@ -1,7 +1,7 @@
//go:build integration
/*
- * Copyright 2017-2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2017-2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/worker/graphql_schema.go b/worker/graphql_schema.go
index ac312596a78..a2f26190f07 100644
--- a/worker/graphql_schema.go
+++ b/worker/graphql_schema.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/worker/groups.go b/worker/groups.go
index 528bf6ae4f9..fe5ba2a4f64 100644
--- a/worker/groups.go
+++ b/worker/groups.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2016-2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2016-2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -118,7 +118,7 @@ func StartRaftNodes(walStore *raftwal.DiskStorage, bindall bool) {
var connState *pb.ConnectionState
var err error
- for { // Keep on retrying. See: https://github.com/dgraph-io/dgraph/issues/2289
+ for { // Keep on retrying. See: https://github.com/hypermodeinc/dgraph/issues/2289
pl := gr.connToZeroLeader()
if pl == nil {
continue
@@ -723,7 +723,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/dgraph-io/dgraph/issues/2289
+ for i := 0; ; i++ { // Keep on retrying. See: https://github.com/hypermodeinc/dgraph/issues/2289
if g.IsClosed() {
return nil
}
diff --git a/worker/match.go b/worker/match.go
index 34e68594ce1..1b255d45c1f 100644
--- a/worker/match.go
+++ b/worker/match.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/worker/multi_tenancy.go b/worker/multi_tenancy.go
index 6d2847db290..5657ad537fd 100644
--- a/worker/multi_tenancy.go
+++ b/worker/multi_tenancy.go
@@ -2,7 +2,7 @@
// +build oss
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/worker/multi_tenancy_ee.go b/worker/multi_tenancy_ee.go
index d71d1c130a3..aab2e9540d9 100644
--- a/worker/multi_tenancy_ee.go
+++ b/worker/multi_tenancy_ee.go
@@ -2,13 +2,13 @@
// +build !oss
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Dgraph Community License (the "License"); you
* may not use this file except in compliance with the License. You
* may obtain a copy of the License at
*
- * https://github.com/dgraph-io/dgraph/blob/main/licenses/DCL.txt
+ * https://github.com/hypermodeinc/dgraph/blob/main/licenses/DCL.txt
*/
package worker
diff --git a/worker/mutation.go b/worker/mutation.go
index 40091319f21..303d6d2492a 100644
--- a/worker/mutation.go
+++ b/worker/mutation.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2016-2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2016-2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/worker/mutation_integration_test.go b/worker/mutation_integration_test.go
index 249505a2d6f..c8ef22a515b 100644
--- a/worker/mutation_integration_test.go
+++ b/worker/mutation_integration_test.go
@@ -1,7 +1,7 @@
//go:build integration
/*
- * Copyright 2016-2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2016-2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/worker/mutation_unit_test.go b/worker/mutation_unit_test.go
index 6eb47fe832b..c54429b2ff4 100644
--- a/worker/mutation_unit_test.go
+++ b/worker/mutation_unit_test.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2016-2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2016-2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/worker/online_restore.go b/worker/online_restore.go
index 7e74284f9b0..7b3dc0f2df1 100644
--- a/worker/online_restore.go
+++ b/worker/online_restore.go
@@ -2,13 +2,13 @@
// +build !oss
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Dgraph Community License (the "License"); you
* may not use this file except in compliance with the License. You
* may obtain a copy of the License at
*
- * https://github.com/dgraph-io/dgraph/blob/main/licenses/DCL.txt
+ * https://github.com/hypermodeinc/dgraph/blob/main/licenses/DCL.txt
*/
package worker
diff --git a/worker/online_restore_oss.go b/worker/online_restore_oss.go
index cca2673c619..3d1ba364838 100644
--- a/worker/online_restore_oss.go
+++ b/worker/online_restore_oss.go
@@ -2,7 +2,7 @@
// +build oss
/*
- * Copyright 2020 Dgraph Labs, Inc. and Contributors
+ * Copyright 2020 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/worker/predicate_move.go b/worker/predicate_move.go
index 4bc96535c65..b102b2cac2a 100644
--- a/worker/predicate_move.go
+++ b/worker/predicate_move.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2017-2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2017-2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/worker/predicate_test.go b/worker/predicate_test.go
index 7e6bd547c2c..7030d334115 100644
--- a/worker/predicate_test.go
+++ b/worker/predicate_test.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2016-2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2016-2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/worker/proposal.go b/worker/proposal.go
index 65dd7dca078..78036f4698e 100644
--- a/worker/proposal.go
+++ b/worker/proposal.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/worker/proposal_test.go b/worker/proposal_test.go
index c1e374df0e9..0ea7521c8d0 100644
--- a/worker/proposal_test.go
+++ b/worker/proposal_test.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2017-2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2017-2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/worker/queue.go b/worker/queue.go
index a6cbdd8e212..07791c4143a 100644
--- a/worker/queue.go
+++ b/worker/queue.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/worker/restore_map.go b/worker/restore_map.go
index 527e6fdf7fa..c62d1541447 100644
--- a/worker/restore_map.go
+++ b/worker/restore_map.go
@@ -2,13 +2,13 @@
// +build !oss
/*
- * Copyright 2021 Dgraph Labs, Inc. and Contributors
+ * Copyright 2021 Hypermode Inc. and Contributors
*
* Licensed under the Dgraph Community License (the "License"); you
* may not use this file except in compliance with the License. You
* may obtain a copy of the License at
*
- * https://github.com/dgraph-io/dgraph/blob/main/licenses/DCL.txt
+ * https://github.com/hypermodeinc/dgraph/blob/main/licenses/DCL.txt
*/
package worker
diff --git a/worker/restore_reduce.go b/worker/restore_reduce.go
index 748290edd38..47e0f6f7f94 100644
--- a/worker/restore_reduce.go
+++ b/worker/restore_reduce.go
@@ -2,13 +2,13 @@
// +build !oss
/*
- * Copyright 2019 Dgraph Labs, Inc. and Contributors
+ * Copyright 2019 Hypermode Inc. and Contributors
*
* Licensed under the Dgraph Community License (the "License"); you
* may not use this file except in compliance with the License. You
* may obtain a copy of the License at
*
- * https://github.com/dgraph-io/dgraph/blob/main/licenses/DCL.txt
+ * https://github.com/hypermodeinc/dgraph/blob/main/licenses/DCL.txt
*/
package worker
diff --git a/worker/schema.go b/worker/schema.go
index 17362119f49..5ca5cfd71ca 100644
--- a/worker/schema.go
+++ b/worker/schema.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2017-2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2017-2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/worker/server_state.go b/worker/server_state.go
index 71f8e7b09d2..953e269ae4f 100644
--- a/worker/server_state.go
+++ b/worker/server_state.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2017-2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2017-2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/worker/sink_handler.go b/worker/sink_handler.go
index 5a347a891b6..d42c2b2f192 100644
--- a/worker/sink_handler.go
+++ b/worker/sink_handler.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/worker/snapshot.go b/worker/snapshot.go
index 639071033f2..45833171300 100644
--- a/worker/snapshot.go
+++ b/worker/snapshot.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2016-2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2016-2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/worker/snapshot_test.go b/worker/snapshot_test.go
index f8fa559c696..bb0eb176e8b 100644
--- a/worker/snapshot_test.go
+++ b/worker/snapshot_test.go
@@ -1,7 +1,7 @@
//go:build integration
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/worker/sort.go b/worker/sort.go
index a861bc96d27..22add5d4195 100644
--- a/worker/sort.go
+++ b/worker/sort.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2016-2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2016-2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/worker/sort_test.go b/worker/sort_test.go
index ec29da7d2c8..5d92fe5f4f1 100644
--- a/worker/sort_test.go
+++ b/worker/sort_test.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2017-2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2017-2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/worker/stringfilter.go b/worker/stringfilter.go
index 5ea4a54f05d..bd5878cda2c 100644
--- a/worker/stringfilter.go
+++ b/worker/stringfilter.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2017-2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2017-2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/worker/task.go b/worker/task.go
index 3384595df14..d7caa7b8aaa 100644
--- a/worker/task.go
+++ b/worker/task.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2016-2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2016-2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/worker/tokens.go b/worker/tokens.go
index 3d54f79db58..7ecbde1849d 100644
--- a/worker/tokens.go
+++ b/worker/tokens.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2016-2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2016-2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/worker/trigram.go b/worker/trigram.go
index 7206aa9104d..7c638b5ad33 100644
--- a/worker/trigram.go
+++ b/worker/trigram.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2017-2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2017-2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/worker/upgrade_test.go b/worker/upgrade_test.go
index 973d04fd685..a81f101708f 100644
--- a/worker/upgrade_test.go
+++ b/worker/upgrade_test.go
@@ -1,7 +1,7 @@
//go:build upgrade
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/worker/worker.go b/worker/worker.go
index 7f45dbb32da..ea2a488ec57 100644
--- a/worker/worker.go
+++ b/worker/worker.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2016-2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2016-2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/worker/worker_test.go b/worker/worker_test.go
index 047e0ae6861..c70be75c2d9 100644
--- a/worker/worker_test.go
+++ b/worker/worker_test.go
@@ -1,7 +1,7 @@
//go:build integration
/*
- * Copyright 2016-2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2016-2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/worker/zero.go b/worker/zero.go
index 2af29194671..44f0f8a1324 100644
--- a/worker/zero.go
+++ b/worker/zero.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/x/config.go b/x/config.go
index cd3440c518f..1b1900439e4 100644
--- a/x/config.go
+++ b/x/config.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2017-2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2017-2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/x/debug.go b/x/debug.go
index 9fb480d585d..1c3b459f665 100644
--- a/x/debug.go
+++ b/x/debug.go
@@ -2,7 +2,7 @@
// +build debug
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/x/doc.go b/x/doc.go
index 080620d2a89..60aadd73140 100644
--- a/x/doc.go
+++ b/x/doc.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2016-2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2016-2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/x/error.go b/x/error.go
index 2a523671cf4..bdbadedfb62 100644
--- a/x/error.go
+++ b/x/error.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2016-2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2016-2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/x/error_test.go b/x/error_test.go
index 910cc018913..f760677839c 100644
--- a/x/error_test.go
+++ b/x/error_test.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2016-2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2016-2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/x/file.go b/x/file.go
index 7716f8636be..a6eae9bf19b 100644
--- a/x/file.go
+++ b/x/file.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2017-2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2017-2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/x/file_test.go b/x/file_test.go
index 9a5af10a653..25b4fe82c60 100644
--- a/x/file_test.go
+++ b/x/file_test.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2017-2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2017-2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/x/flags.go b/x/flags.go
index 67829a41c7d..f1bc422009e 100644
--- a/x/flags.go
+++ b/x/flags.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/x/health.go b/x/health.go
index 67c2dbfe3ed..09d0a358fc5 100644
--- a/x/health.go
+++ b/x/health.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2017-2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2017-2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/x/init.go b/x/init.go
index 9f6c276ee3a..cd793c25215 100644
--- a/x/init.go
+++ b/x/init.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2016-2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2016-2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -73,7 +73,7 @@ For discussions about Dgraph , visit https://discuss.dgraph.io.
For fully-managed Dgraph Cloud , visit https://dgraph.io/cloud.
%s.
-Copyright 2015-2023 Dgraph Labs, Inc.
+Copyright 2015-2025 Hypermode Inc.
`,
dgraphVersion, dgraphCodename, ExecutableChecksum(), lastCommitSHA, lastCommitTime, gitBranch,
diff --git a/x/jwt_helper.go b/x/jwt_helper.go
index ff5c2b438ef..b3354bc9d5d 100644
--- a/x/jwt_helper.go
+++ b/x/jwt_helper.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2017-2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2017-2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/x/keys.go b/x/keys.go
index 4a3570aa297..ce5a4c5440f 100644
--- a/x/keys.go
+++ b/x/keys.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2016-2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2016-2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/x/keys_test.go b/x/keys_test.go
index f0b251cafb3..06e09ae35f2 100644
--- a/x/keys_test.go
+++ b/x/keys_test.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2016-2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2016-2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/x/lock.go b/x/lock.go
index fe06ab7745a..f6995aa1fc7 100644
--- a/x/lock.go
+++ b/x/lock.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2016-2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2016-2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/x/log.go b/x/log.go
index 965d055bde9..ccfc57d8ce7 100644
--- a/x/log.go
+++ b/x/log.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/x/log_writer.go b/x/log_writer.go
index 0a54b4e29ec..d22344722bb 100644
--- a/x/log_writer.go
+++ b/x/log_writer.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -39,7 +39,7 @@ const (
backupTimeFormat = "2006-01-02T15-04-05.000"
bufferSize = 256 * 1024
flushInterval = 10 * time.Second
- // old logs before https://github.com/dgraph-io/dgraph/pull/8323 contain deprecated verification text in header
+ // old logs before https://github.com/hypermodeinc/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 28d31fe7bf1..e37777c1f8a 100644
--- a/x/log_writer_test.go
+++ b/x/log_writer_test.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/x/logger.go b/x/logger.go
index 40656164507..715fd089c3a 100644
--- a/x/logger.go
+++ b/x/logger.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/x/metrics.go b/x/metrics.go
index 1ca431500a3..92e22065d3e 100644
--- a/x/metrics.go
+++ b/x/metrics.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2017-2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2017-2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/x/nodebug.go b/x/nodebug.go
index 65424e7779d..4cb90504147 100644
--- a/x/nodebug.go
+++ b/x/nodebug.go
@@ -2,7 +2,7 @@
// +build !debug
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/x/profile.go b/x/profile.go
index 2ef8806688c..87dd8208ce3 100644
--- a/x/profile.go
+++ b/x/profile.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2017-2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2017-2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/x/sentry_integration.go b/x/sentry_integration.go
index 020554d8f95..d89ee9ffb20 100644
--- a/x/sentry_integration.go
+++ b/x/sentry_integration.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2017-2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2017-2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/x/sentry_integration_test.go b/x/sentry_integration_test.go
index 3c62a49a705..2935026ddb2 100644
--- a/x/sentry_integration_test.go
+++ b/x/sentry_integration_test.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2017-2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2017-2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/x/subcommand.go b/x/subcommand.go
index 8be74468a95..563048a75f5 100644
--- a/x/subcommand.go
+++ b/x/subcommand.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2017-2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2017-2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/x/tls_helper.go b/x/tls_helper.go
index 4f61f35a8a8..3c4a6e8a670 100644
--- a/x/tls_helper.go
+++ b/x/tls_helper.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2017-2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2017-2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/x/types.go b/x/types.go
index da49357b956..b1d3d39c1dc 100644
--- a/x/types.go
+++ b/x/types.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2015-2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2015-2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/x/ulimit_unix.go b/x/ulimit_unix.go
index 8284c0a6bc2..a13235df66c 100644
--- a/x/ulimit_unix.go
+++ b/x/ulimit_unix.go
@@ -2,7 +2,7 @@
// +build !windows
/*
- * Copyright 2017-2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2017-2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/x/ulimit_windows.go b/x/ulimit_windows.go
index aa6690d6d1d..1ea988a8981 100644
--- a/x/ulimit_windows.go
+++ b/x/ulimit_windows.go
@@ -2,7 +2,7 @@
// +build windows
/*
- * Copyright 2017-2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2017-2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/x/values.go b/x/values.go
index 621dba5e0ba..6e94043eb95 100644
--- a/x/values.go
+++ b/x/values.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2017-2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2017-2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/x/values_test.go b/x/values_test.go
index ec2f9da874f..7bcaf3382fd 100644
--- a/x/values_test.go
+++ b/x/values_test.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2017-2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2017-2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/x/x.go b/x/x.go
index 9870ce15666..f0e7aa5287e 100644
--- a/x/x.go
+++ b/x/x.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2015-2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2015-2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/x/x_test.go b/x/x_test.go
index 80cc25e9cc0..7bbd3079446 100644
--- a/x/x_test.go
+++ b/x/x_test.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2017-2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2017-2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/xidmap/trie.go b/xidmap/trie.go
index 90880732d28..e7b884b07ff 100644
--- a/xidmap/trie.go
+++ b/xidmap/trie.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/xidmap/trie_test.go b/xidmap/trie_test.go
index 1b0a132b42b..89c5c808cc4 100644
--- a/xidmap/trie_test.go
+++ b/xidmap/trie_test.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/xidmap/xidmap.go b/xidmap/xidmap.go
index 131d6a406cf..4766a4e8c9b 100644
--- a/xidmap/xidmap.go
+++ b/xidmap/xidmap.go
@@ -1,5 +1,5 @@
/*
- * Copyright 2017-2023 Dgraph Labs, Inc. and Contributors
+ * Copyright 2017-2025 Hypermode Inc. and Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.