-
Notifications
You must be signed in to change notification settings - Fork 992
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
DB Migration tooling #2835
Merged
Merged
DB Migration tooling #2835
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
10 tasks
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #2835 +/- ##
==========================================
- Coverage 53.88% 53.39% -0.49%
==========================================
Files 308 310 +2
Lines 100154 101205 +1051
==========================================
+ Hits 53967 54041 +74
- Misses 46187 47164 +977 ☔ View full report in Codecov by Sentry. |
0a93237
to
a8537c6
Compare
Closed
tzemanovic
previously approved these changes
Mar 8, 2024
735a296
to
bcae379
Compare
Co-authored-by: Tiago Carvalho <sugoiuguu@tfwno.gf>
Co-authored-by: Tiago Carvalho <sugoiuguu@tfwno.gf>
Co-authored-by: Tiago Carvalho <sugoiuguu@tfwno.gf>
…p.md Co-authored-by: Tomas Zemanovic <tomas@heliax.dev>
…ply db changes from a json file
…ply db changes from a json file
…ply db changes from a json file
3b82a18
to
c215db7
Compare
brentstone
added a commit
that referenced
this pull request
Mar 8, 2024
* bat/feat/db-migration: Finished rebasing [fix]: Make migrations enabled by default [feat]: Added pattern based db migration. Added e2e test and better examples. tinies [feat]: Rebased on the serializers branch and added cli command to apply db changes from a json file [feat]: Added pattern based db migration. Added e2e test and better examples. [feat]: Added a pattern matching iterator to the db [chore]: Added changelog tinies [feat]: Rebased on the serializers branch and added cli command to apply db changes from a json file [feat]: Fixed and tested migration tooling. [feat]: Rebased on the serializers branch and added cli command to apply db changes from a json file Addressing review comments [feat]: Featured gated migrations code [feat]: Added a new derive macro to register deserializers of types to a global map
brentstone
added a commit
that referenced
this pull request
Mar 9, 2024
* origin/bat/feat/db-migration: Finished rebasing [fix]: Make migrations enabled by default [feat]: Added pattern based db migration. Added e2e test and better examples. tinies [feat]: Rebased on the serializers branch and added cli command to apply db changes from a json file [feat]: Added pattern based db migration. Added e2e test and better examples. [feat]: Added a pattern matching iterator to the db [chore]: Added changelog tinies [feat]: Rebased on the serializers branch and added cli command to apply db changes from a json file [feat]: Fixed and tested migration tooling. [feat]: Rebased on the serializers branch and added cli command to apply db changes from a json file Addressing review comments [feat]: Featured gated migrations code [feat]: Added a new derive macro to register deserializers of types to a global map
brentstone
added a commit
that referenced
this pull request
Mar 18, 2024
* origin/bat/feat/db-migration: Finished rebasing [fix]: Make migrations enabled by default [feat]: Added pattern based db migration. Added e2e test and better examples. tinies [feat]: Rebased on the serializers branch and added cli command to apply db changes from a json file [feat]: Added pattern based db migration. Added e2e test and better examples. [feat]: Added a pattern matching iterator to the db [chore]: Added changelog tinies [feat]: Rebased on the serializers branch and added cli command to apply db changes from a json file [feat]: Fixed and tested migration tooling. [feat]: Rebased on the serializers branch and added cli command to apply db changes from a json file Addressing review comments [feat]: Featured gated migrations code [feat]: Added a new derive macro to register deserializers of types to a global map
brentstone
added a commit
that referenced
this pull request
Mar 18, 2024
* origin/bat/feat/db-migration: Finished rebasing [fix]: Make migrations enabled by default [feat]: Added pattern based db migration. Added e2e test and better examples. tinies [feat]: Rebased on the serializers branch and added cli command to apply db changes from a json file [feat]: Added pattern based db migration. Added e2e test and better examples. [feat]: Added a pattern matching iterator to the db [chore]: Added changelog tinies [feat]: Rebased on the serializers branch and added cli command to apply db changes from a json file [feat]: Fixed and tested migration tooling. [feat]: Rebased on the serializers branch and added cli command to apply db changes from a json file Addressing review comments [feat]: Featured gated migrations code [feat]: Added a new derive macro to register deserializers of types to a global map
This was referenced Apr 3, 2024
Closed
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.
Describe your changes
Adds to tools to create json files to change db keys and various debugging and dry running logic.
Indicate on which release or other PRs this topic is based on
#2814 + #2839 (diff https://github.com/anoma/namada/pull/2835/files/8e709dbcd358dbda44d4f90c9145cd7cf7002335..0a932371f906e3d9a78690749d9b8a8883f36126)
#2839
Checklist before merging to
draft