forked from forbole/big-dipper-2.0-cosmos
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Base #15
Closed
Closed
Base #15
Conversation
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
fix: desmos profile not showing on proposal details page
Base: add change url files + new version
Base: fix bug from v2.1.1 and release v2.1.2
<!-- < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < ☺ v ✰ Thanks for creating a PR! ✰ v Before smashing the submit button please review the checkboxes. v If a checkbox is n/a - please still include it but + a little note why ☺ > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > --> ## Description This is a small fix, that is related to WebSocket URL in `.env.sample` ## Checklist - [x] Ran Linting - [x] Targeted PR against correct branch. - [x] Linked to Github issue with discussion and accepted design OR link to spec that describes this work. - [ ] Wrote unit tests. - [ ] Added an entry to the `CHANGELOG.md` file. - [ ] Re-reviewed `Files changed` in the Github PR explorer.
<!-- < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < ☺ v ✰ Thanks for creating a PR! ✰ v Before smashing the submit button please review the checkboxes. v If a checkbox is n/a - please still include it but + a little note why ☺ > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > --> ## Description This PR adds the configuration to properly support [Mergify](https://mergify.com/) in order to be able to automatically merge PR requests once the following checks have passed: - the base branch in set to either `base` or `chains/*` - all the PR checks within GitHub are passing - the PR has the `automerge` label ## Checklist - [ ] Ran Linting - [ ] Targeted PR against correct branch. - [ ] Linked to Github issue with discussion and accepted design OR link to spec that describes this work. - [ ] Wrote unit tests. - [ ] Added an entry to the `CHANGELOG.md` file. - [ ] Re-reviewed `Files changed` in the Github PR explorer.
<!-- < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < ☺ v ✰ Thanks for creating a PR! ✰ v Before smashing the submit button please review the checkboxes. v If a checkbox is n/a - please still include it but + a little note why ☺ > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > --> ## Description This PR improves the overall PR creation and checking process. Particularly it includes the following changes: - improved the `PULL_REQUEST_TEMPLATE` to have more meaningful checkboxes that the author needs to check - added a GitHub workflow to make sure that PR titles follow the [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) specification ## Checklist - [ ] Ran Linting - [ ] Targeted PR against correct branch. - [ ] Linked to Github issue with discussion and accepted design OR link to spec that describes this work. - [ ] Wrote unit tests. - [ ] Added an entry to the `CHANGELOG.md` file. - [ ] Re-reviewed `Files changed` in the Github PR explorer.
https://docs.sentry.io/platforms/javascript/guides/nextjs/ Closes #1005 ## Checklist - [X] Ran Linting - [X] Targeted PR against correct branch. - [X] Linked to Github issue with discussion and accepted design OR link to spec that describes this work. - [ ] Wrote unit tests. - [X] Added an entry to the `CHANGELOG.md` file. - [X] Re-reviewed `Files changed` in the Github PR explorer.
## Description This PR aims to migrate from npm to yarn berry package manager. Closes: #XXXX [BDU-631](https://forbole.atlassian.net/browse/BDU-631) <!-- Add a description of the changes that this PR introduces and the files that are the most critical to review. --> --- ### Author Checklist *All items are required. Please add a note to the item if the item is not applicable and please add links to any relevant follow up issues.* I have... - [x] ran linting - [ ] wrote tests where necessary - [x] included the correct [type prefix](https://github.com/commitizen/conventional-commit-types/blob/v3.0.0/index.json) in the PR title - [x] targeted the correct branch - [x] provided a link to the relevant issue or specification - [x] reviewed "Files changed" and left comments if necessary - [x] confirmed all CI checks have passed - [x] added an entry to the `CHANGELOG.md` file
## Description Closes: [BDU-35](https://forbole.atlassian.net/browse/BDU-35) This pr is for adding message type into transactions page and latest transactions component in home page. --- ### Author Checklist *All items are required. Please add a note to the item if the item is not applicable and please add links to any relevant follow up issues.* I have... - [x] ran linting - [x] wrote tests where necessary - [x] included the correct [type prefix](https://github.com/commitizen/conventional-commit-types/blob/v3.0.0/index.json) in the PR title - [x] targeted the correct branch - [x] provided a link to the relevant issue or specification - [x] reviewed "Files changed" and left comments if necessary - [x] confirmed all CI checks have passed - [x] added an entry to the `CHANGELOG.md` file
## Description Closes: #XXXX [BDU-580](https://forbole.atlassian.net/browse/BDU-580) <!-- Add a description of the changes that this PR introduces and the files that are the most critical to review. --> --- ### Author Checklist *All items are required. Please add a note to the item if the item is not applicable and please add links to any relevant follow up issues.* I have... - [x] ran linting - [x] wrote tests where necessary - [x] included the correct [type prefix](https://github.com/commitizen/conventional-commit-types/blob/v3.0.0/index.json) in the PR title - [x] targeted the correct branch - [x] provided a link to the relevant issue or specification - [x] reviewed "Files changed" and left comments if necessary - [x] confirmed all CI checks have passed - [x] added an entry to the `CHANGELOG.md` file
WangLiStratos
approved these changes
Jan 22, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Checklist
CHANGELOG.md
file.Files changed
in the Github PR explorer.