gitea/models/issues
Giteabot b2588338f0
Revert "improve possible performance bottleneck ()" () ()
Backport  by @lunny

This reverts commit b35d3fddfa.

This is totally wrong. I think `Update join` hasn't been supported well
by xorm.

I just revert the PR and will try to send another one.

Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
..
assignees.go Make more functions use ctx instead of db.DefaultContext ()
assignees_test.go Replace 'userxx' with 'orgxx' in all test files when the user type is org ()
comment.go Revert "improve possible performance bottleneck ()" () ()
comment_code.go More `db.DefaultContext` refactor () ()
comment_list.go Add logs for data broken of comment review () ()
comment_test.go More `db.DefaultContext` refactor () ()
content_history.go Fix comment permissions () ()
content_history_test.go Fix comment permissions () ()
dependency.go Add API to manage issue dependencies ()
dependency_test.go refactor some functions to support ctx as first parameter ()
issue.go Move some functions to service layer ()
issue_index.go Another round of `db.DefaultContext` refactor () ()
issue_label.go Don't let API add 2 exclusive labels from same scope () ()
issue_label_test.go Don't let API add 2 exclusive labels from same scope () ()
issue_list.go Add context parameter to some database functions ()
issue_list_test.go Add context parameter to some database functions ()
issue_lock.go Rename almost all Ctx functions ()
issue_project.go Use more `IssueList` instead of `[]*Issue` ()
issue_search.go Fix review request number and add more tests () ()
issue_stats.go Another round of `db.DefaultContext` refactor () ()
issue_test.go More `db.DefaultContext` refactor () ()
issue_update.go Don't use subselect in `DeleteIssuesByRepoID` () ()
issue_user.go Add index to `issue_user.issue_id` () ()
issue_user_test.go Fix bug with sqlite load read ()
issue_watch.go Next round of `db.DefaultContext` refactor ()
issue_watch_test.go Next round of `db.DefaultContext` refactor ()
issue_xref.go More `db.DefaultContext` refactor () ()
issue_xref_test.go Replace 'userxx' with 'orgxx' in all test files when the user type is org ()
label.go Next round of `db.DefaultContext` refactor ()
label_test.go Next round of `db.DefaultContext` refactor ()
main_test.go move repository deletion to service layer ()
milestone.go Next round of `db.DefaultContext` refactor ()
milestone_list.go Next round of `db.DefaultContext` refactor ()
milestone_test.go Next round of `db.DefaultContext` refactor ()
pull.go Another round of `db.DefaultContext` refactor () ()
pull_list.go More refactoring of `db.DefaultContext` ()
pull_test.go More refactoring of `db.DefaultContext` ()
reaction.go Another round of `db.DefaultContext` refactor () ()
reaction_test.go Another round of `db.DefaultContext` refactor () ()
review.go Fix inperformant query on retrifing review from database. () ()
review_list.go Another round of `db.DefaultContext` refactor () ()
review_test.go Fix 500 when deleting a dismissed review () ()
stopwatch.go Next round of `db.DefaultContext` refactor ()
stopwatch_test.go Next round of `db.DefaultContext` refactor ()
tracked_time.go Add context parameter to some database functions ()
tracked_time_test.go Replace 'userxx' with 'orgxx' in all test files when the user type is org ()