-
Notifications
You must be signed in to change notification settings - Fork 75
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
user: Add mysql user db implementation. #1419
Conversation
c06a1a9
to
bcd5d46
Compare
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.
This looks correct from a high level. I'll give it a more thorough review once its completed.
5addcc7
to
8ce4817
Compare
32c81dd
to
f7dcd68
Compare
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.
Still waiting to test this PR. Let's get the comments addressed and I'll give it a round of testing.
3e74118
to
ac0782d
Compare
Looking good after some testing, just need to add Update: Done. |
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.
I tested the setup process and migrating from cockroachdb to mysql. I wasn't able to test the mysql implementation due to a bug on startup.
1dff51c
to
57b5e71
Compare
+ move scripts from root dir to ./politeiawww
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.
Tested the MySQL userdb and everything appears to be working as expected from a functionality standpoint. I've left a couple comments about a few areas that need to be improved or cleaned up.
Do not force push changes.
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.
tACK
Closes #1392.