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
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# CODEOWNERS info: https://help.github.com/en/articles/about-code-owners
# Owners are automatically requested for review for PRs that changes code
# that they own.
* @hypermodeinc/database
* @dgraph-io/database
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
blank_issues_enabled: false
contact_links:
- name: Dgraph Community Support
url: https://discord.hypermode.com
- name: Dgraph Community
url: https://github.com/dgraph-io/dgraph/discussions
about: Please ask and answer questions here
2 changes: 1 addition & 1 deletion .github/workflows/cd-dgraph-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ jobs:
with:
push: true
platforms: linux/amd64,linux/arm64
tags: ghcr.io/hypermodeinc/dgraph-standalone:nightly
tags: ghcr.io/dgraph-io/dgraph-standalone:nightly
2 changes: 1 addition & 1 deletion .github/workflows/ci-dgraph-core-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,5 +78,5 @@ jobs:
uses: trunk-io/analytics-uploader@v2
with:
junit-paths: ./test-results.xml
org-slug: hypermode
org-slug: dgraph-io
token: ${{ secrets.TRUNK_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/ci-dgraph-jepsen-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Checkout jepsen repo
uses: actions/checkout@v5
with:
repository: hypermodeinc/jepsen
repository: dgraph-io/jepsen
path: jepsen
ref: master
- name: Set jepsen root
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-dgraph-systest-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,5 +79,5 @@ jobs:
uses: trunk-io/analytics-uploader@v2
with:
junit-paths: ./test-results.xml
org-slug: hypermode
org-slug: dgraph-io
token: ${{ secrets.TRUNK_TOKEN }}
4 changes: 2 additions & 2 deletions .github/workflows/ci-dgraph-vector-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ permissions:
jobs:
dgraph-vector-tests:
if: github.event.pull_request.draft == false
runs-on: blacksmith-8vcpu-ubuntu-2404
runs-on: blacksmith-16vcpu-ubuntu-2404
timeout-minutes: 60
steps:
- uses: actions/checkout@v5
Expand Down Expand Up @@ -78,5 +78,5 @@ jobs:
uses: trunk-io/analytics-uploader@v2
with:
junit-paths: ./test-results.xml
org-slug: hypermode
org-slug: dgraph-io
token: ${{ secrets.TRUNK_TOKEN }}
12 changes: 6 additions & 6 deletions .github/workflows/ci-dgraph-weekly-upgrade-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
cp dgraph/dgraph ~/go/bin/dgraph
# run the sytem upgrade tests
go test -v -timeout=120m -failfast -tags=upgrade \
github.com/hypermodeinc/dgraph/v25/systest/mutations-and-queries
github.com/dgraph-io/dgraph/v25/systest/mutations-and-queries
# clean up docker containers after test execution
go clean -testcache
# sleep
Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:
cp dgraph/dgraph ~/go/bin/dgraph
# run the sytem upgrade tests
go test -v -timeout=120m -failfast -tags=upgrade \
github.com/hypermodeinc/dgraph/v25/systest/multi-tenancy
github.com/dgraph-io/dgraph/v25/systest/multi-tenancy
# clean up docker containers after test execution
go clean -testcache
# sleep
Expand Down Expand Up @@ -102,7 +102,7 @@ jobs:
cp dgraph/dgraph ~/go/bin/dgraph
# run the sytem upgrade tests
go test -v -timeout=120m -failfast -tags=upgrade \
github.com/hypermodeinc/dgraph/v25/systest/plugin
github.com/dgraph-io/dgraph/v25/systest/plugin
# clean up docker containers after test execution
go clean -testcache
# sleep
Expand Down Expand Up @@ -135,9 +135,9 @@ jobs:
cp dgraph/dgraph ~/go/bin/dgraph
# run the core upgrade tests
go test -v -timeout=120m -failfast -tags=upgrade \
github.com/hypermodeinc/dgraph/v25/acl \
github.com/hypermodeinc/dgraph/v25/worker \
github.com/hypermodeinc/dgraph/v25/query
github.com/dgraph-io/dgraph/v25/acl \
github.com/dgraph-io/dgraph/v25/worker \
github.com/dgraph-io/dgraph/v25/query
# clean up docker containers after test execution
go clean -testcache
# sleep
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v5
with:
fetch-depth: 0

- name: Initialize CodeQL
uses: github/codeql-action/init@v3
Expand Down
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
Loading
Loading