Skip to content

Commit 171af7c

Browse files
authored
rename dgraph-io/dgraph to hypermodeinc/dgraph (#9257)
1 parent 1981c02 commit 171af7c

File tree

435 files changed

+1236
-1236
lines changed

Some content is hidden

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

435 files changed

+1236
-1236
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ jobs:
4141
cp dgraph/dgraph ~/go/bin/dgraph
4242
# run the core upgrade tests
4343
go test -tags=upgrade \
44-
github.com/dgraph-io/dgraph/v24/ee/acl \
45-
github.com/dgraph-io/dgraph/v24/worker \
46-
github.com/dgraph-io/dgraph/v24/query \
44+
github.com/hypermodeinc/dgraph/v24/ee/acl \
45+
github.com/hypermodeinc/dgraph/v24/worker \
46+
github.com/hypermodeinc/dgraph/v24/query \
4747
-v -timeout=120m -failfast
4848
# clean up docker containers after test execution
4949
go clean -testcache

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,10 @@ jobs:
4040
# move the binary
4141
cp dgraph/dgraph ~/go/bin/dgraph
4242
# run the sytem upgrade tests
43-
go test -tags=upgrade github.com/dgraph-io/dgraph/v24/systest/mutations-and-queries \
44-
github.com/dgraph-io/dgraph/v24/systest/plugin \
45-
github.com/dgraph-io/dgraph/v24/systest/license \
46-
github.com/dgraph-io/dgraph/v24/systest/multi-tenancy \
43+
go test -tags=upgrade github.com/hypermodeinc/dgraph/v24/systest/mutations-and-queries \
44+
github.com/hypermodeinc/dgraph/v24/systest/plugin \
45+
github.com/hypermodeinc/dgraph/v24/systest/license \
46+
github.com/hypermodeinc/dgraph/v24/systest/multi-tenancy \
4747
-v -timeout=120m -failfast
4848
# clean up docker containers after test execution
4949
go clean -testcache

README.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@
1313
**The Only Native GraphQL Database With A Graph Backend.**
1414

1515
[![Wiki](https://img.shields.io/badge/res-wiki-blue.svg)](https://dgraph.io/docs/)
16-
[![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)
17-
[![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)
18-
[![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)
19-
[![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)
20-
[![Coverage Status](https://coveralls.io/repos/github/dgraph-io/dgraph/badge.svg?branch=main)](https://coveralls.io/github/dgraph-io/dgraph?branch=main)
21-
[![Go Report Card](https://goreportcard.com/badge/github.com/dgraph-io/dgraph)](https://goreportcard.com/report/github.com/dgraph-io/dgraph)
22-
[![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)
16+
[![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)
17+
[![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)
18+
[![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)
19+
[![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)
20+
[![Coverage Status](https://coveralls.io/repos/github/hypermodeinc/dgraph/badge.svg?branch=main)](https://coveralls.io/github/hypermodeinc/dgraph?branch=main)
21+
[![Go Report Card](https://goreportcard.com/badge/github.com/hypermodeinc/dgraph)](https://goreportcard.com/report/github.com/hypermodeinc/dgraph)
22+
[![TODOs](https://badgen.net/https/api.tickgit.com/badgen/github.com/hypermodeinc/dgraph/main)](https://www.tickgit.com/browse?repo=github.com/hypermodeinc/dgraph&branch=main)
2323

2424
Dgraph is a horizontally scalable and distributed GraphQL database with a graph backend. It provides ACID transactions, consistent replication, and linearizable reads. It's built from the ground up to perform
2525
a rich set of queries. Being a native GraphQL database, it tightly controls how the
@@ -37,7 +37,7 @@ Dgraph is at [version v24.0.5][rel] and is production-ready. Apart from the vast
3737
production at multiple Fortune 500 companies, and by
3838
[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).
3939

40-
[rel]: https://github.com/dgraph-io/dgraph/releases/tag/v24.0.5
40+
[rel]: https://github.com/hypermodeinc/dgraph/releases/tag/v24.0.5
4141

4242
## Supported Platforms
4343

@@ -77,7 +77,7 @@ sudo apt-get install build-essential
7777
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.
7878

7979
```bash
80-
git clone https://github.com/dgraph-io/dgraph.git
80+
git clone https://github.com/hypermodeinc/dgraph.git
8181
cd dgraph
8282
make install
8383
```
@@ -125,7 +125,7 @@ makes it easy to build applications with it.
125125
[https://discuss.dgraph.io](https://discuss.dgraph.io).
126126
- Check out [the demo at dgraph.io](http://dgraph.io) and [the visualization at
127127
play.dgraph.io](http://play.dgraph.io/).
128-
- Please see [releases tab](https://github.com/dgraph-io/dgraph/releases) to
128+
- Please see [releases tab](https://github.com/hypermodeinc/dgraph/releases) to
129129
find the latest release and corresponding release notes.
130130
- [See the Roadmap](https://discuss.dgraph.io/t/product-roadmap-2020/8479) for a list of
131131
working and planned features.
@@ -135,8 +135,8 @@ makes it easy to build applications with it.
135135
channel](https://www.youtube.com/channel/UCghE41LR8nkKFlR3IFTRO4w/featured).
136136

137137
## Developers
138-
- 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).
139-
- Please see [Contributing to Dgraph](https://github.com/dgraph-io/dgraph/blob/main/CONTRIBUTING.md) for guidelines on contributions.
138+
- 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).
139+
- Please see [Contributing to Dgraph](https://github.com/hypermodeinc/dgraph/blob/main/CONTRIBUTING.md) for guidelines on contributions.
140140

141141
## Client Libraries
142142
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).

algo/heap.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
package algo
1818

1919
import (
20-
"github.com/dgraph-io/dgraph/v24/codec"
20+
"github.com/hypermodeinc/dgraph/v24/codec"
2121
)
2222

2323
type elem struct {

algo/packed.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ import (
2020
"container/heap"
2121
"sort"
2222

23-
"github.com/dgraph-io/dgraph/v24/codec"
24-
"github.com/dgraph-io/dgraph/v24/protos/pb"
23+
"github.com/hypermodeinc/dgraph/v24/codec"
24+
"github.com/hypermodeinc/dgraph/v24/protos/pb"
2525
)
2626

2727
// ApplyFilterPacked applies the filter to a list of packed uids.

algo/packed_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ import (
2222

2323
"github.com/stretchr/testify/require"
2424

25-
"github.com/dgraph-io/dgraph/v24/codec"
26-
"github.com/dgraph-io/dgraph/v24/protos/pb"
25+
"github.com/hypermodeinc/dgraph/v24/codec"
26+
"github.com/hypermodeinc/dgraph/v24/protos/pb"
2727
)
2828

2929
func newUidPack(data []uint64) *pb.UidPack {

algo/uidlist.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ import (
2020
"container/heap"
2121
"sort"
2222

23-
"github.com/dgraph-io/dgraph/v24/codec"
24-
"github.com/dgraph-io/dgraph/v24/protos/pb"
23+
"github.com/hypermodeinc/dgraph/v24/codec"
24+
"github.com/hypermodeinc/dgraph/v24/protos/pb"
2525
)
2626

2727
const jump = 32 // Jump size in InsersectWithJump.

algo/uidlist_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ import (
2626
"github.com/stretchr/testify/require"
2727
"google.golang.org/protobuf/proto"
2828

29-
"github.com/dgraph-io/dgraph/v24/codec"
30-
"github.com/dgraph-io/dgraph/v24/protos/pb"
29+
"github.com/hypermodeinc/dgraph/v24/codec"
30+
"github.com/hypermodeinc/dgraph/v24/protos/pb"
3131
)
3232

3333
func newList(data []uint64) *pb.List {

check_upgrade/check_upgrade.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ import (
3030
"github.com/pkg/errors"
3131
"github.com/spf13/cobra"
3232

33-
"github.com/dgraph-io/dgraph/v24/dgraphapi"
34-
"github.com/dgraph-io/dgraph/v24/x"
33+
"github.com/hypermodeinc/dgraph/v24/dgraphapi"
34+
"github.com/hypermodeinc/dgraph/v24/x"
3535
)
3636

3737
var (

check_upgrade/check_upgrade_test.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ import (
2828
"time"
2929

3030
"github.com/dgraph-io/dgo/v240/protos/api"
31-
"github.com/dgraph-io/dgraph/v24/dgraphapi"
32-
"github.com/dgraph-io/dgraph/v24/dgraphtest"
33-
"github.com/dgraph-io/dgraph/v24/x"
3431
"github.com/golang-jwt/jwt/v5"
32+
"github.com/hypermodeinc/dgraph/v24/dgraphapi"
33+
"github.com/hypermodeinc/dgraph/v24/dgraphtest"
34+
"github.com/hypermodeinc/dgraph/v24/x"
3535
"github.com/stretchr/testify/require"
3636
)
3737

0 commit comments

Comments
 (0)