forked from gnolang/gno
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Merge remote-tracking branch 'teritori/master' into teritori-u…
…nified
- Loading branch information
Showing
1,084 changed files
with
60,843 additions
and
9,827 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,3 +1,5 @@ | ||
*.gno linguist-language=Go | ||
*.pb.go linguist-generated merge=ours -diff | ||
go.sum linguist-generated text | ||
gnovm/stdlibs/native.go linguist-generated | ||
gnovm/tests/stdlibs/native.go linguist-generated |
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,15 @@ | ||
version: 3 | ||
|
||
# https://github.com/fossas/fossa-cli/blob/master/docs/references/files/fossa-yml.md | ||
|
||
project: | ||
id: github.com/gnolang/gno | ||
name: gno | ||
|
||
targets: | ||
only: | ||
- type: gomod | ||
|
||
paths: | ||
exclude: | ||
- ./misc/ |
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,39 +1,67 @@ | ||
# CODEOWNERS: https://help.github.com/articles/about-codeowners/ | ||
|
||
# Primary repo maintainers. | ||
* @gnolang/tech-staff | ||
|
||
* @gnolang/tech-staff | ||
|
||
# Tendermint2 (Gno version). | ||
tm2/* @gnolang/tech-staff | ||
tm2/pkg @jaekwon @moul | ||
/tm2/* @gnolang/tech-staff | ||
/tm2/pkg @jaekwon @piux2 @moul @zivkovicmilos | ||
/tm2/pkg/crypto @jaekwon @moul @gnolang/security | ||
# TODO: add per package exceptions | ||
|
||
# ... | ||
|
||
# Docs & Content. | ||
docs/ @gnolang/tech-staff | ||
*.md @gnolang/tech-staff | ||
# TODO: add non-tech people here. | ||
|
||
/docs/ @gnolang/devrels | ||
/misc/docusaurus/ @gnolang/devrels | ||
/README.md @gnolang/devrels | ||
/.gitpod.yml @gnolang/devrels | ||
|
||
# Gno examples and default contracts. | ||
examples/* @gnolang/tech-staff | ||
/examples/ @gnolang/tech-staff @gnolang/devrels | ||
/examples/gno.land/r/gnoland/ @moul | ||
/examples/gno.land/r/gov/ @moul | ||
/examples/gno.land/r/sys/ @moul | ||
/examples/gno.land/r/worx/ @moul | ||
/examples/gno.land/r/x @gnolang/devrels | ||
# TODO: add people from the community here. | ||
|
||
/examples/gno.land/r/jaekwon/ @jaekwon | ||
/examples/gno.land/r/manfred/ @moul | ||
|
||
# Gno.land. | ||
gno.land/* @gnolang/tech-staff | ||
|
||
/gno.land/ @moul | ||
/gno.land/pkg/integration @gfanton | ||
#... | ||
|
||
# GnoVM/Gnolang. | ||
gnovm/* @gnolang/tech-staff | ||
gnovm/stdlibs @jaekwon @moul | ||
gnovm/pkg/gnolang @jaekwon @moul | ||
/gnovm/ @gnolang/tech-staff | ||
/gnovm/stdlibs @jaekwon @thehowl | ||
/gnovm/tests @jaekwon @piux2 @thehowl @moul | ||
/gnovm/cmd/gno @jaekwon @thehowl @harry-hov @moul | ||
/gnovm/pkg/gnolang @jaekwon @piux2 @thehowl @moul | ||
/gnovm/pkg/doc @thehowl | ||
/gnovm/pkg/gnomod @harry-hov | ||
/gnovm/pkg/integration @gfanton | ||
#/gnovm/pkg/gnoenv | ||
#/gnovm/pkg/repl | ||
|
||
# Contribs | ||
/contribs/ @gnolang/tech-staff | ||
/contribs/gnodev @gfanton | ||
/contribs/gnokeykc @moul | ||
/contribs/gnomd @moul | ||
#... | ||
|
||
# Misc | ||
/misc/ @gnolang/tech-staff | ||
/misc/loop @moul @gnolang/devops | ||
/misc/deployments @moul @gnolang/devops | ||
/misc/genstd @thehowl | ||
#... | ||
|
||
# Special files. | ||
PLAN.md @jaekwon @moul | ||
PHILOSOPHY.md @jaekwon @moul | ||
CONTRIBUTING.md @jaekwon @moul | ||
LICENSE.md @jaekwon @moul | ||
.github/CODEOWNERS @jaekwon @moul | ||
/PLAN.md @jaekwon @moul | ||
/PHILOSOPHY.md @jaekwon | ||
/CONTRIBUTING.md @jaekwon @moul @gnolang/tech-staff | ||
/LICENSE.md @jaekwon | ||
/.github/ @moul @gnolang/tech-staff | ||
/.github/CODEOWNERS @jaekwon @moul |
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 |
---|---|---|
|
@@ -52,3 +52,6 @@ flag_management: | |
- name: gno.land | ||
paths: | ||
- gno.land | ||
- name: misc | ||
paths: | ||
- misc |
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
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 |
---|---|---|
|
@@ -9,3 +9,6 @@ | |
|
||
":package: :mountain: gno.land": | ||
- "gno.land/**/*" | ||
|
||
":book: documentation": | ||
- docs/**/*" |
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,36 @@ | ||
name: code generation | ||
|
||
on: | ||
push: | ||
branches: [ "master" ] | ||
pull_request: | ||
paths: | ||
- 'gnovm/stdlibs/**' | ||
- 'gnovm/tests/stdlibs/**' | ||
- 'misc/genstd' | ||
|
||
concurrency: | ||
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }} | ||
cancel-in-progress: true | ||
|
||
jobs: | ||
generated: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Install Go | ||
uses: actions/setup-go@v4 | ||
with: | ||
go-version: 1.21.x | ||
|
||
- name: Checkout code | ||
uses: actions/checkout@v4 | ||
|
||
- name: Check generated files are up to date | ||
run: | | ||
go generate -x ./... | ||
if [ "$(git status -s)" != "" ]; then | ||
echo "command 'go generate' creates file that differ from git tree, please run 'go generate' and commit:" | ||
git status -s | ||
exit 1 | ||
fi | ||
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,36 @@ | ||
name: contribs | ||
|
||
on: | ||
push: | ||
branches: [ "master" ] | ||
pull_request: | ||
paths: | ||
- "contribs/**" | ||
- ".github/workflows/contribs.yml" | ||
- "gnovm/**.go" | ||
- "gno.land/**.go" | ||
- "tm2/**.go" | ||
|
||
concurrency: | ||
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }} | ||
cancel-in-progress: true | ||
|
||
jobs: | ||
install: | ||
strategy: | ||
fail-fast: false | ||
matrix: | ||
goversion: # two latest versions | ||
- "1.21.x" | ||
program: | ||
- "gnomd" | ||
- "gnodev" | ||
runs-on: ubuntu-latest | ||
timeout-minutes: 5 | ||
steps: | ||
- uses: actions/checkout@v4 | ||
- uses: actions/setup-go@v4 | ||
with: | ||
go-version: ${{ matrix.goversion }} | ||
- run: make install ${{ matrix.program }} | ||
working-directory: contribs |
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,41 @@ | ||
name: Dependabot Tidy Go Mods | ||
|
||
on: | ||
pull_request: | ||
paths: | ||
- '.github/workflows/**' | ||
- '**/go.mod' | ||
- '**/go.sum' | ||
|
||
jobs: | ||
tidy_go_mods: | ||
runs-on: ubuntu-latest | ||
if: ${{ github.actor == 'dependabot[bot]' }} | ||
permissions: | ||
contents: write | ||
steps: | ||
- name: Checkout code | ||
uses: actions/checkout@v4 | ||
|
||
- name: Install Go | ||
uses: actions/setup-go@v4 | ||
with: | ||
go-version: 1.21.x | ||
|
||
- name: Tidy all Go mods | ||
env: | ||
VERIFY_MOD_SUMS: false | ||
run: | | ||
# Ensure Make is installed | ||
make --version | ||
# Run the tidy target | ||
make tidy | ||
- name: Commit changes, if any | ||
uses: stefanzweifel/git-auto-commit-action@v5 | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
with: | ||
skip_dirty_check: false # Enable dirty check, and skip unnecessary committing | ||
commit_message: "Run 'go mod tidy' via GitHub Actions" |
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
Oops, something went wrong.