Skip to content
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

Use ID or Where to instead directly use Get when load object from database #11925

Merged
merged 3 commits into from
Jun 17, 2020

Conversation

lunny
Copy link
Member

@lunny lunny commented Jun 17, 2020

As title. Fix #11921

@lunny lunny added the type/enhancement An improvement of existing functionality label Jun 17, 2020
@GiteaBot GiteaBot added the lgtm/need 1 This PR needs approval from one additional maintainer to be merged. label Jun 17, 2020
@zeripath zeripath added this to the 1.13.0 milestone Jun 17, 2020
models/branches.go Outdated Show resolved Hide resolved
models/branches.go Outdated Show resolved Hide resolved
models/user_mail.go Show resolved Hide resolved
@GiteaBot GiteaBot added lgtm/done This PR has enough approvals to get merged. There are no important open reservations anymore. and removed lgtm/need 1 This PR needs approval from one additional maintainer to be merged. labels Jun 17, 2020
@6543
Copy link
Member

6543 commented Jun 17, 2020

🚀

@lafriks lafriks merged commit 1645d4a into go-gitea:master Jun 17, 2020
@lafriks
Copy link
Member

lafriks commented Jun 17, 2020

Please send backports

6543 added a commit to 6543-forks/gitea that referenced this pull request Jun 17, 2020
…abase (go-gitea#11925)

* Use ID or Where to instead directly use Get when load object from database

* Apply suggestions from code review

Co-authored-by: 6543 <[email protected]>

Co-authored-by: 6543 <[email protected]>
Co-authored-by: zeripath <[email protected]>
6543 added a commit to 6543-forks/gitea that referenced this pull request Jun 17, 2020
…abase (go-gitea#11925)

* Use ID or Where to instead directly use Get when load object from database

* Apply suggestions from code review

Co-authored-by: 6543 <[email protected]>
@lafriks lafriks added the backport/done All backports for this PR have been created label Jun 17, 2020
zeripath pushed a commit that referenced this pull request Jun 17, 2020
…abase (#11925) (#11934)

Backport #11925

Use ID or Where to instead directly use Get when load object from database

Co-authored-by: Lunny Xiao <[email protected]>
zeripath pushed a commit that referenced this pull request Jun 17, 2020
…abase (#11925) (#11935)

Backport #11925

Use ID or Where to instead directly use Get when load object from database

Co-authored-by: Lunny Xiao <[email protected]>
@lunny lunny deleted the lunny/xorm_get branch June 23, 2020 14:36
ydelafollye pushed a commit to ydelafollye/gitea that referenced this pull request Jul 31, 2020
…abase (go-gitea#11925)

* Use ID or Where to instead directly use Get when load object from database

* Apply suggestions from code review

Co-authored-by: 6543 <[email protected]>

Co-authored-by: 6543 <[email protected]>
Co-authored-by: zeripath <[email protected]>
@go-gitea go-gitea locked and limited conversation to collaborators Nov 24, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
backport/done All backports for this PR have been created lgtm/done This PR has enough approvals to get merged. There are no important open reservations anymore. type/enhancement An improvement of existing functionality
Projects
None yet
Development

Successfully merging this pull request may close these issues.

The usage of xorm get has risk
5 participants