-
-
Notifications
You must be signed in to change notification settings - Fork 572
3805 partial cleaning up partner profile #5424
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: main
Are you sure you want to change the base?
3805 partial cleaning up partner profile #5424
Conversation
cleaning up partner profile
dorner
left a comment
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.
OK on technical. Over to @awwaiid for functional.
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.
@cielf After reviewing with core team, we ran the code locally and after the migration we noticed that the annotations were removed in our diffs. We believe the db annotations should not be added here. Please take a look.
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 think I put it before the migration, and that's what got pushed. Have run the migration and pushed those 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.
@cielf I just ran a migration again and noticed that the include_packages_in_distribution_export seems to be removed in the diff, but I see it was added in your code. Just checking in on this:
Description
cleaning up partner profile (removing no-longer-used fields)
Partial solution for #3805
Cleaning up unused fields on partner profile only
From 3805, there was one field not in the db,
There were 3 additional fields that were in the "ignore columns" in profile.db. I have removed them as well. More details on the issue.
Other things you should know about
I didn't do the user fix yet, because a field I expect to be removable has recent data in it -- so there's a need to look further first.
Type of change
How Has This Been Tested?
Light functional testing of partner profile from bank's pov.
Currently having some issues with automated tests on my local, so using the ci here to check that.