Skip to content

Commit 65917cc

Browse files
chore: update README.md with correct links and badges (#2239)
**Description** Updated links Closes #2238
1 parent 31342dc commit 65917cc

113 files changed

Lines changed: 247 additions & 264 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
blank_issues_enabled: false
22
contact_links:
33
- name: Badger Community Support
4-
url: https://discord.hypermode.com
4+
url: https://github.com/orgs/dgraph-io/discussions
55
about: Please ask and answer questions here

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ Please explain the changes you made here.
88
- [ ] For all _code_ changes, an entry added to the `CHANGELOG.md` file describing and linking to
99
this PR
1010
- [ ] Tests added for new functionality, or regression tests for bug fixes added as applicable
11-
- [ ] For public APIs, new features, etc., PR on [docs repo](https://github.com/hypermodeinc/docs)
12-
staged and linked here
1311

1412
**Instructions**
1513

.github/renovate.json

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3-
"extends": ["local>hypermodeinc/renovate-config"],
3+
"extends": ["local>dgraph-io/renovate-config"],
44
"rangeStrategy": "widen",
55
"packageRules": [
6-
{
7-
"matchManagers": ["gomod"],
8-
"matchDepNames": ["go"],
9-
"enabled": false
10-
}
11-
]
6+
{ "matchManagers": ["gomod"], "matchPackageNames": ["go"], "enabled": false },
7+
{ "matchManagers": ["gomod"], "matchDepNames": ["go"], "enabled": false }
8+
],
9+
"ignoreDeps": ["go"]
1210
}

.github/workflows/ci-dgraph-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Checkout Dgraph repo
2020
uses: actions/checkout@v5
2121
with:
22-
repository: hypermodeinc/dgraph
22+
repository: dgraph-io/dgraph
2323
ref: main
2424
- name: Set up Go
2525
uses: actions/setup-go@v6

.github/workflows/trunk.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ permissions:
1111
jobs:
1212
trunk-code-quality:
1313
name: Trunk Code Quality
14-
uses: hypermodeinc/.github/.github/workflows/trunk.yml@main
14+
uses: dgraph-io/.github/.github/workflows/trunk.yml@main

.trunk/trunk.yaml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,22 +9,20 @@ cli:
99
plugins:
1010
sources:
1111
- id: trunk
12-
ref: v1.7.1
12+
ref: v1.7.4
1313
uri: https://github.com/trunk-io/plugins
1414

1515
# Many linters and tools depend on runtimes - configure them here. (https://docs.trunk.io/runtimes)
1616
runtimes:
1717
enabled:
18-
- go@1.24.5
19-
- node@22.16.0
20-
- python@3.10.8
18+
- go@1.25.5
2119

2220
# This is the section where you manage your linters. (https://docs.trunk.io/check/configuration)
2321
lint:
2422
ignore:
2523
- linters: [ALL]
2624
paths:
27-
- "*.pb.go"
25+
- pb/*.pb.go
2826
enabled:
2927
- golangci-lint2@2.4.0
3028
- trivy@0.64.1

CHANGELOG.md

Lines changed: 90 additions & 100 deletions
Large diffs are not rendered by default.

CODE_OF_CONDUCT.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ an appointed representative at an online or offline event.
5151
## Enforcement
5252

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

5757
All community leaders are obligated to respect the privacy and security of the reporter of any
5858
incident.

CONTRIBUTING.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ Please make sure to read and observe our [Code of Conduct](./CODE_OF_CONDUCT.md)
2525
### Find a good first topic
2626

2727
You can start by finding an existing issue with the
28-
[good first issue](https://github.com/hypermodeinc/badger/labels/good%20first%20issue) or
29-
[help wanted](https://github.com/hypermodeinc/badger/labels/help%20wanted) labels. These issues are
28+
[good first issue](https://github.com/dgraph-io/badger/labels/good%20first%20issue) or
29+
[help wanted](https://github.com/dgraph-io/badger/labels/help%20wanted) labels. These issues are
3030
well suited for new contributors.
3131

3232
## Setting up your development environment
@@ -36,15 +36,15 @@ version of Go should be **1.12** or above.
3636

3737
### Fork the project
3838

39-
- Visit https://github.com/hypermodeinc/badger
39+
- Visit https://github.com/dgraph-io/badger
4040
- Click the `Fork` button (top right) to create a fork of the repository
4141

4242
### Clone the project
4343

4444
```sh
4545
git clone https://github.com/$GITHUB_USER/badger
4646
cd badger
47-
git remote add upstream git@github.com:hypermodeinc/badger.git
47+
git remote add upstream git@github.com:dgraph-io/badger.git
4848

4949
# Never push to the upstream master
5050
git remote set-url --push upstream no_push
@@ -98,7 +98,7 @@ description.
9898
### Sign the CLA
9999

100100
Click the **Sign in with Github to agree** button to sign the CLA.
101-
[An example](https://cla-assistant.io/hypermodeinc/badger?pullRequest=1377).
101+
[An example](https://cla-assistant.io/dgraph-io/badger?pullRequest=1377).
102102

103103
### Get a code review
104104

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# SPDX-FileCopyrightText: © Hypermode Inc. <hello@hypermode.com>
2+
# SPDX-FileCopyrightText: © 2017-2025 Istari Digital, Inc.
33
# SPDX-License-Identifier: Apache-2.0
44
#
55

0 commit comments

Comments
 (0)