-
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.
**Description** Initializing Trunk for formatting and linting across the repo **Checklist** - [X] Code compiles correctly and linting passes locally
- Loading branch information
1 parent
ee60263
commit 408e064
Showing
298 changed files
with
54,093 additions
and
14,284 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.