-
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Move EmailAddress & UserRedirect into models/user/ #17607
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
Conversation
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 can feel there are some conflicts with https://github.com/go-gitea/gitea/pull/17577
Remove NewSession method from db.Engine interface ....
0073619
to
8c2f336
Compare
Codecov Report
@@ Coverage Diff @@
## main #17607 +/- ##
==========================================
+ Coverage 45.48% 45.50% +0.01%
==========================================
Files 793 795 +2
Lines 88846 88861 +15
==========================================
+ Hits 40416 40433 +17
+ Misses 41918 41912 -6
- Partials 6512 6516 +4
Continue to review full report at Codecov.
|
make L-G-T-M work |
* Move EmailAddress into models/user/ * Fix test * rename user_mail to user_email * Fix test * Move UserRedirect into models/user/ * Fix lint & test * Fix lint * Fix lint * remove nolint comment * Fix lint
As title