Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ Please explain the changes you made here.
- [ ] 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/hypermodeinc/docs)
staged and linked here

**Instructions**

Expand Down
2 changes: 1 addition & 1 deletion .github/renovate.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["github>hypermodeinc/renovate-config"],
"extends": ["github>dgraph-io/renovate-config"],
"rangeStrategy": "widen"
}
2 changes: 1 addition & 1 deletion .github/workflows/trunk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ permissions:
jobs:
trunk-code-quality:
name: Trunk Code Quality
uses: hypermodeinc/.github/.github/workflows/trunk.yml@main
uses: dgraph-io/.github/.github/workflows/trunk.yml@main
Copy link

@cubic-dev-ai cubic-dev-ai bot Feb 13, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2: Pin the reusable workflow to a specific commit SHA instead of @main to avoid executing unreviewed changes in CI.

Prompt for AI agents
Check if this issue is valid — if so, understand the root cause and fix it. At .github/workflows/trunk.yml, line 14:

<comment>Pin the reusable workflow to a specific commit SHA instead of @main to avoid executing unreviewed changes in CI.</comment>

<file context>
@@ -11,4 +11,4 @@ permissions:
   trunk-code-quality:
     name: Trunk Code Quality
-    uses: hypermodeinc/.github/.github/workflows/trunk.yml@main
+    uses: dgraph-io/.github/.github/workflows/trunk.yml@main
</file context>
Fix with Cubic

4 changes: 2 additions & 2 deletions CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ an appointed representative at an online or offline event.
## Enforcement

Instances of abusive, harassing, or otherwise unacceptable behavior may be reported to the community
leaders responsible for enforcement at hello@hypermode.com. All complaints will be reviewed and
investigated promptly and fairly.
leaders responsible for enforcement at dgraph-admin@istaridigital.com. All complaints will be
reviewed and investigated promptly and fairly.

All community leaders are obligated to respect the privacy and security of the reporter of any
incident.
Expand Down
12 changes: 1 addition & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</div>

**modusGraph is a high-performance, transactional database system.** It's designed to be type-first,
schema-agnostic, and portable. modusGraph provides object-oriented APIs that make it simple to build
schema-agnostic, and portable. modusGraph provides ORM-like mechanisms that make it simple to build
new apps, paired with support for advanced use cases through the Dgraph Query Language (DQL). A
dynamic schema allows for natural relations to be expressed in your data with performance that
scales with your use case.
Expand Down Expand Up @@ -620,16 +620,6 @@ These operations are useful for testing or when you need to reset your database

modusGraph has a few limitations to be aware of:

- **Unique constraints in file-based mode**: Due to the intricacies of how Dgraph handles unique
fields in its core package, when using file-based mode, unique field checks are only supported at
the top level object that is being in/upserted or updated. Embedded or lists of embedded objects
that have unique tags will NOT be checked for uniqueness when the top-level object is in/upserted
or updated.

- **Upsert operations**: Upsert operations are only supported on the top-level object. Fields in
embedded or lists of embedded objects that have upsert tags will be ignored when the top-level
object is upserted.

- **Schema evolution**: While modusGraph supports schema inference through tags, evolving an
existing schema with new fields requires careful consideration to avoid data inconsistencies.

Expand Down
2 changes: 1 addition & 1 deletion SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ in Modus, we encourage you to let us know right away.

We will investigate all legitimate reports and do our best to quickly fix the problem. Please report
any issues or vulnerabilities via Github Security Advisories instead of posting a public issue in
GitHub. You can also send security communications to security@hypermode.com.
GitHub. You can also send security communications to dgraph-admin@istaridigital.com.

Please include the version identifier and details on how the vulnerability can be exploited.
2 changes: 1 addition & 1 deletion load_test/unthrottled_benchmark_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* SPDX-FileCopyrightText: © Hypermode Inc. <hello@hypermode.com>
* SPDX-FileCopyrightText: © 2017-2026 Istari Digital, Inc.
* SPDX-License-Identifier: Apache-2.0
*/

Expand Down