-
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.
- Loading branch information
Showing
1,120 changed files
with
219,100 additions
and
82,285 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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,7 +1,9 @@ | ||
# CODEOWNERS: https://help.github.com/articles/about-codeowners/ | ||
|
||
# Primary repo maintainers | ||
* @ilgooz @jeronimoalbi @Pantani | ||
* @ilgooz @jeronimoalbi @Pantani @julienrbrt | ||
|
||
# Docs | ||
*.md @ilgooz | ||
*.md @salmad3 @toschdev @ilgooz | ||
docs/* @salmad3 @toschdev @ilgooz | ||
changelog.md @ilgooz @salmad3 @toschdev @jeronimoalbi @Pantani @julienrbrt |
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,18 @@ | ||
--- | ||
name: Ignite Network bug report | ||
about: Create a report to help us improve | ||
title: '' | ||
labels: bug | ||
assignees: '' | ||
--- | ||
|
||
**Describe the bug** | ||
Tell us what you were doing and provide a clear and concise description of issue you encountered. | ||
|
||
**To reproduce** | ||
Steps to reproduce the behavior: | ||
1. | ||
|
||
**What version are you using?** | ||
|
||
Provide the output of the `ignite version` command. |
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,19 @@ | ||
--- | ||
name: Ignite Network feature request | ||
about: Suggest an idea for this project | ||
title: '' | ||
labels: request | ||
assignees: '' | ||
|
||
--- | ||
|
||
**Is your feature request related to a problem or issue you encountered? Please describe.** | ||
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] | ||
|
||
**Describe the solution you'd like** | ||
A clear and concise description of what you want to happen. | ||
|
||
**Describe alternatives you've considered** | ||
A clear and concise description of any alternative solutions or features you've considered. | ||
|
||
Include other useful information that helps us understand your request. |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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,12 @@ | ||
Please make sure to check the following for your PR: | ||
|
||
- [ ] This PR complies with the [contributing](../../contributing.md) guidelines. | ||
- [ ] Reviewed "Files changed" and left comments if necessary | ||
- [ ] Included relevant documentation changes. | ||
|
||
Ignite Network team only: | ||
|
||
- [ ] I have updated the _Unreleased_ section in the changelog.md for my changes. | ||
- [ ] If the templates in `ignite/templates/files` have been changed, make | ||
sure that the change doesn't need to be reflected in the | ||
`ignite/templates/files-*` folders. |
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,75 @@ | ||
coverage: | ||
precision: 2 | ||
round: down | ||
range: 70...100 | ||
status: | ||
patch: off | ||
changes: false | ||
project: | ||
default: | ||
target: auto | ||
threshold: 10% | ||
informational: true | ||
modules: | ||
if_ci_failed: error | ||
target: 70% | ||
flags: | ||
- modules | ||
client: | ||
if_ci_failed: error | ||
target: 70% | ||
flags: | ||
- client | ||
|
||
comment: | ||
layout: "reach, diff, files" | ||
behavior: default | ||
require_changes: false | ||
|
||
codecov: | ||
notify: | ||
wait_for_ci: false | ||
|
||
flags: | ||
modules: | ||
carryforward: true | ||
paths: | ||
- "x/" | ||
- "!x/**/client/**/*" | ||
client: | ||
carryforward: true | ||
paths: | ||
- "x/**/client/**/*" | ||
|
||
ignore: | ||
- "x/**/client/cli/query.go" | ||
- "x/**/client/cli/query_params.go" | ||
- "x/**/client/cli/tx.go" | ||
- "x/**/client/cli/tx_*.go" | ||
- "x/**/keeper/keeper.go" | ||
- "x/**/keeper/msg_server.go" | ||
- "x/**/keeper/grpc_query_params.go" | ||
- "x/**/keeper/invariants.go" | ||
- "x/**/types/codec.go" | ||
- "x/**/types/errors.go" | ||
- "x/**/types/keys.go" | ||
- "x/**/types/key_*.go" | ||
- "x/**/types/types.go" | ||
- "x/**/module.go" | ||
- "x/**/handler.go" | ||
- "x/**/module_simulation.go" | ||
- "*.proto" | ||
- "*.md" | ||
- "*.yml" | ||
- "*.yaml" | ||
- "*.pb.go" | ||
- "*.pb.gw.go" | ||
- ".github/" | ||
- "app/" | ||
- "cmd/" | ||
- "docs/" | ||
- "proto/" | ||
- "scripts/" | ||
- "testutil/" | ||
- "dart/" | ||
- "vue/" |
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,35 @@ | ||
# To get started with Dependabot version updates, you'll need to specify which | ||
# package ecosystems to update and where the package manifests are located. | ||
# Please see the documentation for all configuration options: | ||
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates | ||
|
||
version: 2 | ||
updates: | ||
- package-ecosystem: "gomod" | ||
directory: "/" # Location of package manifests | ||
schedule: | ||
interval: "daily" | ||
time: "10:00" | ||
labels: | ||
- "dependencies" | ||
- "component:go" | ||
- "skip-changelog" | ||
open-pull-requests-limit: 0 | ||
|
||
- package-ecosystem: "npm" | ||
directory: "/docs" # Location of package manifests | ||
schedule: | ||
interval: "daily" | ||
time: "10:00" | ||
labels: | ||
- "dependencies" | ||
- "component:js" | ||
- "skip-changelog" | ||
open-pull-requests-limit: 0 | ||
|
||
- package-ecosystem: github-actions | ||
directory: "/" | ||
schedule: | ||
interval: daily | ||
time: "10:00" | ||
open-pull-requests-limit: 0 |
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,33 @@ | ||
queue_rules: | ||
- name: default | ||
conditions: | ||
- "#approved-reviews-by>1" | ||
|
||
pull_request_rules: | ||
- name: automerge to main with label automerge and branch protection passing | ||
conditions: | ||
- "#approved-reviews-by>1" | ||
- base=main | ||
actions: | ||
queue: | ||
name: default | ||
method: squash | ||
commit_message_template: | | ||
{{ title }} (#{{ number }}) | ||
{{ body }} | ||
- name: backport patches to v28.x.y branch | ||
conditions: | ||
- base=main | ||
- label=backport/v28.x.y | ||
actions: | ||
backport: | ||
branches: | ||
- release/v28.x.y | ||
- name: backport patches to v29.x.y branch | ||
conditions: | ||
- base=main | ||
- label=backport/v29.x.y | ||
actions: | ||
backport: | ||
branches: | ||
- release/v29.x.y |
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,22 @@ | ||
{ | ||
"ignorePatterns": [ | ||
{ | ||
"pattern": "^https://render.githubusercontent.com/render/" | ||
}, | ||
{ | ||
"pattern": "^http://localhost" | ||
}, | ||
{ | ||
"pattern": "^index.md" | ||
}, | ||
{ | ||
"pattern": "^#" | ||
} | ||
], | ||
"replacementPatterns": [ | ||
], | ||
"timeout": "20s", | ||
"retryOn429": true, | ||
"retryCount": 5, | ||
"fallbackRetryDelay": "30s" | ||
} |
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,21 @@ | ||
name: Check Markdown links | ||
|
||
on: | ||
pull_request: | ||
push: | ||
branches: | ||
- main | ||
- develop | ||
schedule: | ||
- cron: '* */24 * * *' | ||
|
||
jobs: | ||
markdown-link-check: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v4 | ||
- uses: gaurav-nelson/github-action-markdown-link-check@1.0.15 | ||
with: | ||
folder-path: "." | ||
use-verbose-mode: 'yes' | ||
config-file: '.github/workflows/linkchecker-config.json' |
Oops, something went wrong.