Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: rename ignite-hq to ignite #2605

Merged
merged 14 commits into from
Jun 23, 2022
Merged

Conversation

jeronimoalbi
Copy link
Member

No description provided.

@jeronimoalbi jeronimoalbi requested a review from fadeev as a code owner June 23, 2022 13:46
@jeronimoalbi jeronimoalbi self-assigned this Jun 23, 2022
.firebaserc Outdated
Comment on lines 1 to 14
"projects": {
"default": "ignite-hq"
"default": "ignite"
},
"targets": {
"ignite-hq": {
"ignite": {
"hosting": {
"docs.ignite.com": [
"ignite-go-docs"
]
}
}
}
} No newline at end of file
}
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ilgooz should we keep using "ignite-hq" for firebase ?

Copy link
Member

@ilgooz ilgooz Jun 23, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes. Not sure, maybe we try both see which one will work.

ilgooz
ilgooz previously approved these changes Jun 23, 2022
ilgooz
ilgooz previously approved these changes Jun 23, 2022
tbruyelle
tbruyelle previously approved these changes Jun 23, 2022
@jeronimoalbi jeronimoalbi force-pushed the chore/repository-name-change branch from fb7c257 to 8495842 Compare June 23, 2022 15:48
@ilgooz ilgooz changed the title chore: refactor names to match the new "ignite" repository user chore: rename ignite-hq to ignite Jun 23, 2022
@ilgooz ilgooz merged commit d6c6667 into develop Jun 23, 2022
@ilgooz ilgooz deleted the chore/repository-name-change branch June 23, 2022 16:18
ilgooz added a commit that referenced this pull request Jun 23, 2022
* docs: replace local search by Algolia (#2588)

* refactor(`network`): remove `MainnetVestingAccount` from mainnet account (#2549)

* remove vesting accounts from campaign accounts

* ../mocks/campaign_client.go

* lint

* change mock

* spn version

* update mocks

* update spn

* refactor

Co-authored-by: İlker G. Öztürk <[email protected]>

* docs: updated the blog tutorial (#2582)

* docs: updated the blog tutorial

* Update docs/docs/guide/03-blog/00-build-blog.md

Co-authored-by: İlker G. Öztürk <[email protected]>

* docs: update Cosmos SDK compatibility table (#2552)

* fix: vite build env for gitpod (#2592)

* chore(templates/workflow): add `darwin:arm64` release target (#2599)

Co-authored-by: Danilo Pantani <[email protected]>

* chore(`go.mod`): bump `SPN`, `cosmos-sdk` and `ibc-go` version (#2600)

* chore: revert spn upgrade (#2601)

This reverts commit cd0695e.

* chore: rename `ignite-hq` to `ignite` (#2605)

* chore: change repository URL username to "ignite"

* chore: change paths and strings from "ignite-hq" to "ignite"

* chore: change firebase settings to use "ignite" for project and target

* chore: change goreleaser to use the new ignite repository name

* chore: fix ignite repository URL in Gitpod readme

* chore: rename ignitehq to ignite in test file

* Update ignite/templates/app/stargate/go.mod.plush

* Update docs/docs/guide/03-blog/02-connect-blockchain.md

* Update ignite/templates/app/stargate/go.mod.plush

* Update docs/docs/guide/03-blog/02-connect-blockchain.md

* Update docs/docs/guide/03-blog/02-connect-blockchain.md

* Update ignite/templates/app/stargate/go.mod.plush

* chore: gh actions to ignite new repo

* chore: change documentation to use the right Docker image tag

Co-authored-by: İlker G. Öztürk <[email protected]>
Co-authored-by: Thomas Bruyelle <[email protected]>

* docs(changelog): add v0.22.2 (#2607)

* docs: improve v0.22.0 notes (#2609)

* docs: improve v0.22.2 notes (#2610)

Co-authored-by: Alexis Colin <[email protected]>
Co-authored-by: Lucas Bertrand <[email protected]>
Co-authored-by: Denis Fadeev <[email protected]>
Co-authored-by: Alex M <[email protected]>
Co-authored-by: Jerónimo Albi <[email protected]>
Co-authored-by: Danilo Pantani <[email protected]>
Co-authored-by: Thomas Bruyelle <[email protected]>
Jchicode pushed a commit to Jchicode/cli that referenced this pull request Aug 9, 2023
* chore: change repository URL username to "ignite"

* chore: change paths and strings from "ignite-hq" to "ignite"

* chore: change firebase settings to use "ignite" for project and target

* chore: change goreleaser to use the new ignite repository name

* chore: fix ignite repository URL in Gitpod readme

* chore: rename ignitehq to ignite in test file

* Update ignite/templates/app/stargate/go.mod.plush

* Update docs/docs/guide/03-blog/02-connect-blockchain.md

* Update ignite/templates/app/stargate/go.mod.plush

* Update docs/docs/guide/03-blog/02-connect-blockchain.md

* Update docs/docs/guide/03-blog/02-connect-blockchain.md

* Update ignite/templates/app/stargate/go.mod.plush

* chore: gh actions to ignite new repo

* chore: change documentation to use the right Docker image tag

Co-authored-by: İlker G. Öztürk <[email protected]>
Co-authored-by: Thomas Bruyelle <[email protected]>
Jchicode pushed a commit to Jchicode/cli that referenced this pull request Aug 9, 2023
* docs: replace local search by Algolia (ignite#2588)

* refactor(`network`): remove `MainnetVestingAccount` from mainnet account (ignite#2549)

* remove vesting accounts from campaign accounts

* ../mocks/campaign_client.go

* lint

* change mock

* spn version

* update mocks

* update spn

* refactor

Co-authored-by: İlker G. Öztürk <[email protected]>

* docs: updated the blog tutorial (ignite#2582)

* docs: updated the blog tutorial

* Update docs/docs/guide/03-blog/00-build-blog.md

Co-authored-by: İlker G. Öztürk <[email protected]>

* docs: update Cosmos SDK compatibility table (ignite#2552)

* fix: vite build env for gitpod (ignite#2592)

* chore(templates/workflow): add `darwin:arm64` release target (ignite#2599)

Co-authored-by: Danilo Pantani <[email protected]>

* chore(`go.mod`): bump `SPN`, `cosmos-sdk` and `ibc-go` version (ignite#2600)

* chore: revert spn upgrade (ignite#2601)

This reverts commit cd0695e.

* chore: rename `ignite-hq` to `ignite` (ignite#2605)

* chore: change repository URL username to "ignite"

* chore: change paths and strings from "ignite-hq" to "ignite"

* chore: change firebase settings to use "ignite" for project and target

* chore: change goreleaser to use the new ignite repository name

* chore: fix ignite repository URL in Gitpod readme

* chore: rename ignitehq to ignite in test file

* Update ignite/templates/app/stargate/go.mod.plush

* Update docs/docs/guide/03-blog/02-connect-blockchain.md

* Update ignite/templates/app/stargate/go.mod.plush

* Update docs/docs/guide/03-blog/02-connect-blockchain.md

* Update docs/docs/guide/03-blog/02-connect-blockchain.md

* Update ignite/templates/app/stargate/go.mod.plush

* chore: gh actions to ignite new repo

* chore: change documentation to use the right Docker image tag

Co-authored-by: İlker G. Öztürk <[email protected]>
Co-authored-by: Thomas Bruyelle <[email protected]>

* docs(changelog): add v0.22.2 (ignite#2607)

* docs: improve v0.22.0 notes (ignite#2609)

* docs: improve v0.22.2 notes (ignite#2610)

Co-authored-by: Alexis Colin <[email protected]>
Co-authored-by: Lucas Bertrand <[email protected]>
Co-authored-by: Denis Fadeev <[email protected]>
Co-authored-by: Alex M <[email protected]>
Co-authored-by: Jerónimo Albi <[email protected]>
Co-authored-by: Danilo Pantani <[email protected]>
Co-authored-by: Thomas Bruyelle <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants