gitea/models/issues
wangjingcun 3d6ccbac3f
chore: fix some function names in comment ()
fix some function names in comment
..
assignees.go Performance improvements for pull request list API ()
assignees_test.go Remove deadcode under models/issues ()
comment.go Add issue comment when moving issues from one column to another of the project ()
comment_code.go Use repo as of renderctx's member rather than a repoPath on metas ()
comment_list.go Only update poster in issue/comment list if it has been loaded ()
comment_test.go More `db.DefaultContext` refactor ()
content_history.go Fix issue & comment history bugs ()
content_history_test.go Fix issue & comment history bugs ()
dependency.go Penultimate round of `db.DefaultContext` refactor ()
dependency_test.go Penultimate round of `db.DefaultContext` refactor ()
issue.go chore: fix some function names in comment ()
issue_index.go Another round of `db.DefaultContext` refactor ()
issue_label.go Performance improvements for pull request list API ()
issue_label_test.go Penultimate round of `db.DefaultContext` refactor ()
issue_list.go Add issue comment when moving issues from one column to another of the project ()
issue_list_test.go Add context parameter to some database functions ()
issue_lock.go Penultimate round of `db.DefaultContext` refactor ()
issue_project.go Add option to filter board cards by labels and assignees ()
issue_search.go Add option to filter board cards by labels and assignees ()
issue_stats.go Use db.ListOptions directly instead of Paginator interface to make it easier to use and fix performance of /pulls and /issues ()
issue_test.go Allow non-admin users to delete review requests ()
issue_update.go Prevent simultaneous editing of comments and issues ()
issue_user.go Add combined index for issue_user.uid and issue_id ()
issue_user_test.go Fix bug with sqlite load read ()
issue_watch.go Even more `db.DefaultContext` refactor ()
issue_watch_test.go Next round of `db.DefaultContext` refactor ()
issue_xref.go Add user blocking ()
issue_xref_test.go Resolve lint for unused parameter and unnecessary type arguments ()
label.go Refactor issue label selection ()
label_test.go Optimization of labels handling in issue_search ()
main_test.go make writing main test easier ()
milestone.go remove util.OptionalBool and related functions ()
milestone_list.go Added default sorting milestones by name ()
milestone_test.go remove util.OptionalBool and related functions ()
pull.go chore: fix some function names in comment ()
pull_list.go Allow filtering PRs by poster in the ListPullRequests API ()
pull_test.go Refactor StringsToInt64s ()
reaction.go Add container.FilterSlice function ()
review.go Fix the logic of finding the latest pull review commit ID ()
review_list.go Fix the logic of finding the latest pull review commit ID ()
review_test.go Fix the logic of finding the latest pull review commit ID ()
stopwatch.go Remove deadcode under models/issues ()
stopwatch_test.go Next round of `db.DefaultContext` refactor ()
tracked_time.go Update misspell to 0.5.1 and add `misspellings.csv` ()
tracked_time_test.go remove util.OptionalBool and related functions ()