diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index d79d168..0b52285 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -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** diff --git a/.github/renovate.json b/.github/renovate.json index fa15fb0..73e1bf7 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -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" } diff --git a/.github/workflows/trunk.yml b/.github/workflows/trunk.yml index edfb029..d57563b 100644 --- a/.github/workflows/trunk.yml +++ b/.github/workflows/trunk.yml @@ -11,4 +11,4 @@ permissions: jobs: trunk-code-quality: name: Trunk Code Quality - uses: hypermodeinc/.github/.github/workflows/trunk.yml@main + uses: dgraph-io/.github/.github/workflows/trunk.yml@main diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index 614af54..1632005 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -51,8 +51,8 @@ an appointed representative at an online or offline event. ## Enforcement Instances of abusive, harassing, or otherwise unacceptable behavior may be reported to the community -leaders responsible for enforcement at hello@hypermode.com. All complaints will be reviewed and -investigated promptly and fairly. +leaders responsible for enforcement at dgraph-admin@istaridigital.com. All complaints will be +reviewed and investigated promptly and fairly. All community leaders are obligated to respect the privacy and security of the reporter of any incident. diff --git a/README.md b/README.md index 2d522e9..5405611 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ **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. @@ -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. diff --git a/SECURITY.md b/SECURITY.md index 65d28b6..110853a 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -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. diff --git a/load_test/unthrottled_benchmark_test.go b/load_test/unthrottled_benchmark_test.go index 5383652..3db95d1 100644 --- a/load_test/unthrottled_benchmark_test.go +++ b/load_test/unthrottled_benchmark_test.go @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: © Hypermode Inc. + * SPDX-FileCopyrightText: © 2017-2026 Istari Digital, Inc. * SPDX-License-Identifier: Apache-2.0 */