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

feat: replace database params with URI #84

Merged
merged 8 commits into from
Nov 25, 2022

Conversation

RiccardoM
Copy link
Contributor

@RiccardoM RiccardoM commented Nov 23, 2022

Description

This PR updates most of the database configuration params with a simpler URI

Checklist

  • 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.
  • Re-reviewed Files changed in the Github PR explorer.

@RiccardoM RiccardoM added the automerge Automatically merge PR once all prerequisites pass label Nov 23, 2022
@MonikaCat
Copy link
Contributor

Hey @RiccardoM I think we can also remove this part inside cmd/migrate/cmd.go since we don't support v1 and v2 migration no more. Also, should we already update the juno paths to v4? ^^

RiccardoM and others added 5 commits November 24, 2022 10:59
Co-authored-by: Magic Cat <37407870+MonikaCat@users.noreply.github.com>
Co-authored-by: Magic Cat <37407870+MonikaCat@users.noreply.github.com>
@RiccardoM RiccardoM force-pushed the riccardom/change-database-config branch from 88db7b1 to a906775 Compare November 24, 2022 15:59
@RiccardoM
Copy link
Contributor Author

Hey @RiccardoM I think we can also remove this part inside cmd/migrate/cmd.go since we don't support v1 and v2 migration no more.

Thanks for pointing it out! Removed it ✔️

Also, should we already update the juno paths to v4? ^^

I will do this in another PR to prepare the v4 release of Juno :)

@RiccardoM RiccardoM mentioned this pull request Nov 24, 2022
4 tasks
Co-authored-by: Magic Cat <37407870+MonikaCat@users.noreply.github.com>
Copy link
Contributor

@MonikaCat MonikaCat left a comment

Choose a reason for hiding this comment

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

tested, LGTM

@RiccardoM RiccardoM merged commit d9f9718 into cosmos/v0.45.x Nov 25, 2022
@RiccardoM RiccardoM deleted the riccardom/change-database-config branch November 25, 2022 16:43
RiccardoM added a commit that referenced this pull request Nov 30, 2022
<!-- < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < ☺
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 prepares the code for release `v4.0.0` by:
- updating `CHANGELOG.md` to contain the proper changes
- updating the `go.mod` to use the proper go module
(`github.com/forbole/juno/v4`)

Depends-on: #84
Depends-on: #86

## Checklist
- [x] 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.  
- [x] Re-reviewed `Files changed` in the Github PR explorer.
MonikaCat added a commit that referenced this pull request Jan 19, 2024
<!-- < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < ☺
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
☺ > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >  -->

This PR updates most of the database configuration params with a simpler
URI

- [x] 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.
- [ ] Re-reviewed `Files changed` in the Github PR explorer.

Co-authored-by: Magic Cat <37407870+MonikaCat@users.noreply.github.com>
MonikaCat pushed a commit that referenced this pull request Jan 19, 2024
<!-- < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < ☺
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 prepares the code for release `v4.0.0` by:
- updating `CHANGELOG.md` to contain the proper changes
- updating the `go.mod` to use the proper go module
(`github.com/forbole/juno/v4`)

Depends-on: #84
Depends-on: #86

## Checklist
- [x] 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.  
- [x] Re-reviewed `Files changed` in the Github PR explorer.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automerge Automatically merge PR once all prerequisites pass
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants