You cannot 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/models/issues
techknowlogick a346a8c852
bump to use go 1.22 (#29119)
4 months ago
..
assignees.go Remove GetByBean method because sometimes it's danger when query condition parameter is zero and also introduce new generic methods (#28220) 6 months ago
assignees_test.go Remove deadcode under models/issues (#28536) 6 months ago
comment.go Dont load Review if Comment is CommentTypeReviewRequest (#28551) 4 months ago
comment_code.go Rework markup link rendering (#26745) 5 months ago
comment_list.go Use ghost user if user was not found (#29161) 4 months ago
comment_test.go More `db.DefaultContext` refactor (#27265) 8 months ago
content_history.go Fix comment permissions (#28213) 6 months ago
content_history_test.go Fix comment permissions (#28213) 6 months ago
dependency.go Penultimate round of `db.DefaultContext` refactor (#27414) 8 months ago
dependency_test.go Penultimate round of `db.DefaultContext` refactor (#27414) 8 months ago
issue.go Remove deadcode under models/issues (#28536) 6 months ago
issue_index.go Another round of `db.DefaultContext` refactor (#27103) 8 months ago
issue_label.go Penultimate round of `db.DefaultContext` refactor (#27414) 8 months ago
issue_label_test.go Penultimate round of `db.DefaultContext` refactor (#27414) 8 months ago
issue_list.go Add context parameter to some database functions (#26055) 11 months ago
issue_list_test.go Add context parameter to some database functions (#26055) 11 months ago
issue_lock.go Penultimate round of `db.DefaultContext` refactor (#27414) 8 months ago
issue_project.go Clean some functions about project issue (#27705) 8 months ago
issue_search.go Remove deadcode under models/issues (#28536) 6 months ago
issue_stats.go Another round of `db.DefaultContext` refactor (#27103) 8 months ago
issue_test.go Refactor deletion (#28610) 5 months ago
issue_update.go Don't use subselect in `DeleteIssuesByRepoID` (#27332) 8 months ago
issue_user.go Add combined index for issue_user.uid and issue_id (#28080) 6 months ago
issue_user_test.go Fix bug with sqlite load read (#26305) 10 months ago
issue_watch.go Even more `db.DefaultContext` refactor (#27352) 8 months ago
issue_watch_test.go Next round of `db.DefaultContext` refactor (#27089) 9 months ago
issue_xref.go bump to use go 1.22 (#29119) 4 months ago
issue_xref_test.go Replace 'userxx' with 'orgxx' in all test files when the user type is org (#27052) 9 months ago
label.go Refactor deletion (#28610) 5 months ago
label_test.go Remove deadcode under models/issues (#28536) 6 months ago
main_test.go make writing main test easier (#27270) 8 months ago
milestone.go Refactor timeutil package (#28623) 5 months ago
milestone_list.go Remove deadcode under models/issues (#28536) 6 months ago
milestone_test.go Remove deadcode under models/issues (#28536) 6 months ago
pull.go Simplify how git repositories are opened (#28937) 4 months ago
pull_list.go More refactoring of `db.DefaultContext` (#27083) 9 months ago
pull_test.go Penultimate round of `db.DefaultContext` refactor (#27414) 8 months ago
reaction.go Another round of `db.DefaultContext` refactor (#27103) 8 months ago
reaction_test.go Another round of `db.DefaultContext` refactor (#27103) 8 months ago
review.go Use ghost user if user was not found (#29161) 4 months ago
review_list.go bump to use go 1.22 (#29119) 4 months ago
review_test.go Fix 500 when deleting a dismissed review (#27903) 7 months ago
stopwatch.go Remove deadcode under models/issues (#28536) 6 months ago
stopwatch_test.go Next round of `db.DefaultContext` refactor (#27089) 9 months ago
tracked_time.go Add ability to see open and closed issues at the same time (#28757) 5 months ago
tracked_time_test.go Add ability to see open and closed issues at the same time (#28757) 5 months ago