-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
commit 408e064 Author: Ryan Fox-Tyler <60440289+ryanfoxtyler@users.noreply.github.com> Date: Wed Jan 15 06:35:35 2025 -0800 chore: init trunk (#9273) **Description** Initializing Trunk for formatting and linting across the repo **Checklist** - [X] Code compiles correctly and linting passes locally commit ee60263 Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Date: Wed Jan 15 13:23:32 2025 +0530 chore(deps): Update go minor and patch (#9267) commit 02b9d13 Author: Harshil Goel <54325286+harshil-goel@users.noreply.github.com> Date: Mon Jan 13 18:31:26 2025 +0530 fix(core): change name of config flag for cache (#9274) commit ee99a7a Author: Harshil Goel <54325286+harshil-goel@users.noreply.github.com> Date: Mon Jan 13 14:16:40 2025 +0530 perf(core): Fixing ristretto cache to pass jepsen tests (#9237)
- Loading branch information
1 parent
a577204
commit 2aff2db
Showing
318 changed files
with
54,515 additions
and
14,456 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
* @hypermodeinc/database |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
self-hosted-runner: | ||
# Labels of self-hosted runner in array of string | ||
labels: | ||
- warp-ubuntu-latest-arm64-4x | ||
- warp-ubuntu-latest-x64-4x | ||
- warp-ubuntu-latest-arm64-16x | ||
- warp-ubuntu-latest-x64-16x |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,82 +1,82 @@ | ||
area/graphql: | ||
- changed-files: | ||
- any-glob-to-any-file: graphql/** | ||
- changed-files: | ||
- any-glob-to-any-file: graphql/** | ||
|
||
area/documentation: | ||
- changed-files: | ||
- any-glob-to-any-file: | ||
- '**/*.md' | ||
- '**/*.pdf' | ||
- '**/*.tex' | ||
- changed-files: | ||
- any-glob-to-any-file: | ||
- "**/*.md" | ||
- "**/*.pdf" | ||
- "**/*.tex" | ||
|
||
area/bulk-loader: | ||
- changed-files: | ||
- any-glob-to-any-file: dgraph/cmd/bulk/** | ||
- changed-files: | ||
- any-glob-to-any-file: dgraph/cmd/bulk/** | ||
|
||
area/live-loader: | ||
- changed-files: | ||
- any-glob-to-any-file: dgraph/cmd/live/** | ||
- changed-files: | ||
- any-glob-to-any-file: dgraph/cmd/live/** | ||
|
||
area/querylang: | ||
- changed-files: | ||
- any-glob-to-any-file: dql/** | ||
- changed-files: | ||
- any-glob-to-any-file: dql/** | ||
|
||
area/integrations: | ||
- changed-files: | ||
- any-glob-to-any-file: | ||
- contrib/** | ||
- .github/** | ||
- .travis/** | ||
- changed-files: | ||
- any-glob-to-any-file: | ||
- contrib/** | ||
- .github/** | ||
- .travis/** | ||
|
||
area/testing/jepsen: | ||
- changed-files: | ||
- any-glob-to-any-file: contrib/jepsen/** | ||
- changed-files: | ||
- any-glob-to-any-file: contrib/jepsen/** | ||
|
||
area/enterprise: | ||
- changed-files: | ||
- any-glob-to-any-file: ee/** | ||
- changed-files: | ||
- any-glob-to-any-file: ee/** | ||
|
||
area/enterprise/backup: | ||
- changed-files: | ||
- any-glob-to-any-file: ee/backup/** | ||
- changed-files: | ||
- any-glob-to-any-file: ee/backup/** | ||
|
||
area/enterprise/acl: | ||
- changed-files: | ||
- any-glob-to-any-file: ee/acl/** | ||
- changed-files: | ||
- any-glob-to-any-file: ee/acl/** | ||
|
||
area/schema: | ||
- changed-files: | ||
- any-glob-to-any-file: schema/** | ||
- changed-files: | ||
- any-glob-to-any-file: schema/** | ||
|
||
area/testing: | ||
- changed-files: | ||
- any-glob-to-any-file: | ||
- systest/** | ||
- '**/*test.go' | ||
- graphql/e2e/** | ||
- '**/*test.yaml' | ||
- t/** | ||
- testutil/** | ||
- tlstest/** | ||
- changed-files: | ||
- any-glob-to-any-file: | ||
- systest/** | ||
- "**/*test.go" | ||
- graphql/e2e/** | ||
- "**/*test.yaml" | ||
- t/** | ||
- testutil/** | ||
- tlstest/** | ||
|
||
area/core: | ||
- changed-files: | ||
- any-glob-to-any-file: | ||
- protos/** | ||
- posting/** | ||
- raftwal/** | ||
- query/** | ||
- schema/** | ||
- protos/** | ||
- x/** | ||
- xidmap/** | ||
- worker/** | ||
- graphql/** | ||
- changed-files: | ||
- any-glob-to-any-file: | ||
- protos/** | ||
- posting/** | ||
- raftwal/** | ||
- query/** | ||
- schema/** | ||
- protos/** | ||
- x/** | ||
- xidmap/** | ||
- worker/** | ||
- graphql/** | ||
|
||
go: | ||
- changed-files: | ||
- any-glob-to-any-file: '**/*.go' | ||
- changed-files: | ||
- any-glob-to-any-file: "**/*.go" | ||
|
||
python: | ||
- changed-files: | ||
- any-glob-to-any-file: '**/*.py' | ||
- changed-files: | ||
- any-glob-to-any-file: "**/*.py" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.