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.
forgejo/models/issues
oliverpool b125b3e3aa
Partial revert of "Refactor more filterslice (gitea#30370)"
9 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) 1 year ago
assignees_test.go Remove deadcode under models/issues (#28536) 1 year ago
comment.go Add container.FilterSlice function (gitea#30339) 9 months ago
comment_code.go Do some performance optimize for issues list and view issue/pull (gitea#29515) 9 months ago
comment_list.go Add container.FilterSlice function (gitea#30339) 9 months ago
comment_test.go [BUG] split code conversations in diff tab (#2306) 11 months ago
content_history.go [BUG] Ensure `HasIssueContentHistory` takes into account `comment_id` 11 months ago
content_history_test.go [BUG] Ensure `HasIssueContentHistory` takes into account `comment_id` 11 months ago
dependency.go Penultimate round of `db.DefaultContext` refactor (#27414) 1 year ago
dependency_test.go Penultimate round of `db.DefaultContext` refactor (#27414) 1 year ago
issue.go Do not update PRs based on events that happened before they existed 9 months ago
issue_index.go Do not update PRs based on events that happened before they existed 9 months ago
issue_index_test.go Do not update PRs based on events that happened before they existed 9 months ago
issue_label.go Penultimate round of `db.DefaultContext` refactor (#27414) 1 year ago
issue_label_test.go Penultimate round of `db.DefaultContext` refactor (#27414) 1 year ago
issue_list.go Partial revert of "Refactor more filterslice (gitea#30370)" 9 months ago
issue_list_test.go Fix: missing value for In() condition 9 months ago
issue_lock.go Penultimate round of `db.DefaultContext` refactor (#27414) 1 year ago
issue_project.go Add default board to new projects, remove uncategorized pseudo-board (#29874) 10 months ago
issue_search.go Use db.ListOptions directly instead of Paginator interface to make it easier to use and fix performance of /pulls and /issues (#29990) 10 months ago
issue_stats.go Use db.ListOptions directly instead of Paginator interface to make it easier to use and fix performance of /pulls and /issues (#29990) 10 months ago
issue_test.go Allow non-admin users to delete review requests (#29057) 11 months ago
issue_update.go Do not update PRs based on events that happened before they existed 9 months ago
issue_user.go Add combined index for issue_user.uid and issue_id (#28080) 1 year ago
issue_user_test.go Fix bug with sqlite load read (#26305) 1 year ago
issue_watch.go Even more `db.DefaultContext` refactor (#27352) 1 year ago
issue_watch_test.go Next round of `db.DefaultContext` refactor (#27089) 1 year ago
issue_xref.go [CLEANUP] make golangci-lint@v1.56.1 happy 11 months ago
issue_xref_test.go Replace 'userxx' with 'orgxx' in all test files when the user type is org (#27052) 1 year ago
label.go [GITEA] Apply changes to archived labels 9 months ago
label_test.go Remove deadcode under models/issues (#28536) 1 year ago
main_test.go make writing main test easier (#27270) 1 year ago
milestone.go remove util.OptionalBool and related functions (#29513) 10 months ago
milestone_list.go remove util.OptionalBool and related functions (#29513) 10 months ago
milestone_test.go remove util.OptionalBool and related functions (#29513) 10 months ago
pull.go [Port] gitea#29842: Notify reviewers added via CODEOWNERS 10 months ago
pull_list.go Do not update PRs based on events that happened before they existed 9 months ago
pull_test.go Do not update PRs based on events that happened before they existed 9 months ago
reaction.go Add container.FilterSlice function (gitea#30339) 9 months ago
reaction_test.go [MODERATION] User blocking 11 months ago
review.go Prevent re-review and dismiss review actions on closed and merged PRs (#30065) 10 months ago
review_list.go Add container.FilterSlice function (gitea#30339) 9 months ago
review_test.go Prevent re-review and dismiss review actions on closed and merged PRs (#30065) 10 months ago
stopwatch.go Remove deadcode under models/issues (#28536) 1 year ago
stopwatch_test.go Next round of `db.DefaultContext` refactor (#27089) 1 year ago
tracked_time.go remove util.OptionalBool and related functions (#29513) 10 months ago
tracked_time_test.go remove util.OptionalBool and related functions (#29513) 10 months ago