You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gitea-fork-majority-judgment/models/issues
Lunny Xiao 882e502327
Fix comment permissions (#28213)
5 months ago
..
assignees.go Make more functions use ctx instead of db.DefaultContext (#24068) 1 year ago
assignees_test.go Even more `db.DefaultContext` refactor (#27352) 7 months ago
comment.go Fix comment permissions (#28213) 5 months ago
comment_code.go Penultimate round of `db.DefaultContext` refactor (#27414) 7 months ago
comment_list.go Add logs for data broken of comment review (#27326) 7 months ago
comment_test.go More `db.DefaultContext` refactor (#27265) 7 months ago
content_history.go Fix comment permissions (#28213) 5 months ago
content_history_test.go Fix comment permissions (#28213) 5 months ago
dependency.go Penultimate round of `db.DefaultContext` refactor (#27414) 7 months ago
dependency_test.go Penultimate round of `db.DefaultContext` refactor (#27414) 7 months ago
issue.go Display issue task list on project cards (#27865) 6 months ago
issue_index.go Another round of `db.DefaultContext` refactor (#27103) 7 months ago
issue_label.go Penultimate round of `db.DefaultContext` refactor (#27414) 7 months ago
issue_label_test.go Penultimate round of `db.DefaultContext` refactor (#27414) 7 months ago
issue_list.go Add context parameter to some database functions (#26055) 9 months ago
issue_list_test.go Add context parameter to some database functions (#26055) 9 months ago
issue_lock.go Penultimate round of `db.DefaultContext` refactor (#27414) 7 months ago
issue_project.go Clean some functions about project issue (#27705) 6 months ago
issue_search.go Fix issue not showing on default board and add test (#27720) 6 months ago
issue_stats.go Another round of `db.DefaultContext` refactor (#27103) 7 months ago
issue_test.go Show total TrackedTime on issue/pull/milestone lists (#26672) 6 months ago
issue_update.go Don't use subselect in `DeleteIssuesByRepoID` (#27332) 7 months ago
issue_user.go Add index to `issue_user.issue_id` (#27154) 7 months ago
issue_user_test.go Fix bug with sqlite load read (#26305) 9 months ago
issue_watch.go Even more `db.DefaultContext` refactor (#27352) 7 months ago
issue_watch_test.go Next round of `db.DefaultContext` refactor (#27089) 8 months ago
issue_xref.go More `db.DefaultContext` refactor (#27265) 7 months ago
issue_xref_test.go Replace 'userxx' with 'orgxx' in all test files when the user type is org (#27052) 8 months ago
label.go Next round of `db.DefaultContext` refactor (#27089) 8 months ago
label_test.go Penultimate round of `db.DefaultContext` refactor (#27414) 7 months ago
main_test.go make writing main test easier (#27270) 7 months ago
milestone.go Next round of `db.DefaultContext` refactor (#27089) 8 months ago
milestone_list.go Penultimate round of `db.DefaultContext` refactor (#27414) 7 months ago
milestone_test.go Penultimate round of `db.DefaultContext` refactor (#27414) 7 months ago
pull.go Replace -1 with GhostUserID (#27703) 6 months ago
pull_list.go More refactoring of `db.DefaultContext` (#27083) 8 months ago
pull_test.go Penultimate round of `db.DefaultContext` refactor (#27414) 7 months ago
reaction.go Another round of `db.DefaultContext` refactor (#27103) 7 months ago
reaction_test.go Another round of `db.DefaultContext` refactor (#27103) 7 months ago
review.go Fix 500 when deleting a dismissed review (#27903) 6 months ago
review_list.go Another round of `db.DefaultContext` refactor (#27103) 7 months ago
review_test.go Fix 500 when deleting a dismissed review (#27903) 6 months ago
stopwatch.go Next round of `db.DefaultContext` refactor (#27089) 8 months ago
stopwatch_test.go Next round of `db.DefaultContext` refactor (#27089) 8 months ago
tracked_time.go Show total TrackedTime on issue/pull/milestone lists (#26672) 6 months ago
tracked_time_test.go Show total TrackedTime on issue/pull/milestone lists (#26672) 6 months ago