Skip to content

Commit

Permalink
bump. ignite
Browse files Browse the repository at this point in the history
  • Loading branch information
Pantani committed Oct 1, 2024
1 parent df001ee commit 2ed4610
Show file tree
Hide file tree
Showing 1,120 changed files with 219,100 additions and 82,285 deletions.
70 changes: 0 additions & 70 deletions .codecov.yml

This file was deleted.

6 changes: 4 additions & 2 deletions .github/CODEOWNERS
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
6 changes: 3 additions & 3 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@

If you're willing to create a new PR on Starport Network, make sure that you read and comply with this document.

Start a new [Discussion](https://github.com/tendermint/spn/discussions/new) if you want to propose changes to this document.
Start a new [Discussion](https://github.com/ignite/network/discussions/new) if you want to propose changes to this document.

Thank you for your contribution!

## Providing Feedback

* Before you open an issue, do a web search, and check for [existing open and closed GitHub Issues](https://github.com/tendermint/spn/issues) to see if your question has already been asked and answered. If you find a relevant topic, you can comment on that issue.
* To provide feedback or ask a question, create a [GitHub issue](https://github.com/tendermint/spn/issues/new/choose). Be sure to provide the relevant information, case study, or informative links as suggested by the Pull Request template.
* Before you open an issue, do a web search, and check for [existing open and closed GitHub Issues](https://github.com/ignite/network/issues) to see if your question has already been asked and answered. If you find a relevant topic, you can comment on that issue.
* To provide feedback or ask a question, create a [GitHub issue](https://github.com/ignite/network/issues/new/choose). Be sure to provide the relevant information, case study, or informative links as suggested by the Pull Request template.
* We recommend using GitHub issues for issues and feedback. However, you can ask quick questions on the [#🔨cosmos-sdk-starport](https://discord.com/channels/669268347736686612/737461683588431924) channel in Discord.

## Opening pull requests
Expand Down
18 changes: 18 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report.md
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.
19 changes: 19 additions & 0 deletions .github/ISSUE_TEMPLATE/feature-request.md
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.
20 changes: 0 additions & 20 deletions .github/ISSUE_TEMPLATE/spn-bug-report.md

This file was deleted.

17 changes: 0 additions & 17 deletions .github/ISSUE_TEMPLATE/spn-feature-request.md

This file was deleted.

12 changes: 12 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE/pull_request_template.md
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.
75 changes: 75 additions & 0 deletions .github/codecov.yml
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/"
35 changes: 35 additions & 0 deletions .github/dependabot.yml
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
33 changes: 33 additions & 0 deletions .github/mergify.yml
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
22 changes: 22 additions & 0 deletions .github/workflows/linkchecker-config.json
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"
}
21 changes: 21 additions & 0 deletions .github/workflows/linkchecker.yml
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'
Loading

0 comments on commit 2ed4610

Please sign in to comment.