-
Notifications
You must be signed in to change notification settings - Fork 31
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
keripy 1.1.x -> 1.2.x migration SignifyGroupHab fix #284
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #284 +/- ##
==========================================
+ Coverage 93.06% 93.17% +0.11%
==========================================
Files 36 36
Lines 7121 7741 +620
==========================================
+ Hits 6627 7213 +586
- Misses 494 528 +34 ☔ View full report in Codecov by Sentry. |
Signed-off-by: Kevin Griffin <[email protected]>
0c1984f
to
fb29bea
Compare
Nice, thank you! Works on my machine too. I would say this works for the given issue and long term we should have a proper migration strategy on KERIA too for when |
Good stuff @m00sey! Per Fergal comment should this PR be renamed to be similar to the branch name that is being merged, to avoid confusion? Something like "keripy 1.1.x -> 1.2.x migration SignifyGroupHab fix"?
We are collecting a good set of tools/fixes/guidance to help community members decide when they are ready to migrate. |
pre_name_cache[pre] = hab.name | ||
|
||
# Arby's | ||
# update existing hab records with the correct smids and rmids |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
# update existing hab records with the correct smids and rmids | |
# update existing SignifyGroupHab records with the correct smids and rmids |
Signed-off-by: Kevin Griffin <[email protected]>
Signed-off-by: Kevin Griffin <[email protected]>
FYI - I have update the upgrade test repo with these changes and simplified it a little bit: https://github.com/lenkan/keria-upgrade-test When do you think you can push the new docker tag? |
In conjunction with @lenkan 's original test repo, cc @iFergal .
https://github.com/m00sey/keria-upgrade-test/tree/sig-fix
Closes #257