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.
Denys Konovalov e5160185ed
Add default board to new projects, remove uncategorized pseudo-board (#29874)
2 months ago
..
assignees.go Add user blocking (#29028) 2 months ago
assignees_test.go Remove deadcode under models/issues (#28536) 5 months ago
comment.go Do some performance optimize for issues list and view issue/pull (#29515) 2 months ago
comment_code.go Load attachments for code comments (#30124) 2 months ago
comment_list.go Do some performance optimize for issues list and view issue/pull (#29515) 2 months ago
comment_test.go More `db.DefaultContext` refactor (#27265) 8 months ago
content_history.go Fix issue & comment history bugs (#29525) 2 months ago
content_history_test.go Fix issue & comment history bugs (#29525) 2 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 Performance improvements for pull request list page (#29900) 2 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) 7 months ago
issue_label_test.go Penultimate round of `db.DefaultContext` refactor (#27414) 7 months ago
issue_list.go Performance improvements for pull request list page (#29900) 2 months ago
issue_list_test.go Add context parameter to some database functions (#26055) 10 months ago
issue_lock.go Penultimate round of `db.DefaultContext` refactor (#27414) 7 months ago
issue_project.go Add default board to new projects, remove uncategorized pseudo-board (#29874) 2 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) 2 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) 2 months ago
issue_test.go Allow non-admin users to delete review requests (#29057) 3 months ago
issue_update.go Add user blocking (#29028) 2 months ago
issue_user.go Add combined index for issue_user.uid and issue_id (#28080) 5 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 Add user blocking (#29028) 2 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 Refactor label.IsArchived() (#29750) 2 months ago
label_test.go Remove deadcode under models/issues (#28536) 5 months ago
main_test.go make writing main test easier (#27270) 8 months ago
milestone.go remove util.OptionalBool and related functions (#29513) 2 months ago
milestone_list.go remove util.OptionalBool and related functions (#29513) 2 months ago
milestone_test.go remove util.OptionalBool and related functions (#29513) 2 months ago
pull.go Fix codeowner detected diff base branch to mergebase (#29783) 2 months ago
pull_list.go Refactor StringsToInt64s (#29967) 2 months ago
pull_test.go Refactor StringsToInt64s (#29967) 2 months ago
reaction.go Add user blocking (#29028) 2 months ago
review.go Fix misuse of `TxContext` (#30061) 2 months ago
review_list.go remove util.OptionalBool and related functions (#29513) 2 months ago
review_test.go Fix 500 when deleting a dismissed review (#27903) 6 months ago
stopwatch.go Remove deadcode under models/issues (#28536) 5 months ago
stopwatch_test.go Next round of `db.DefaultContext` refactor (#27089) 8 months ago
tracked_time.go remove util.OptionalBool and related functions (#29513) 2 months ago
tracked_time_test.go remove util.OptionalBool and related functions (#29513) 2 months ago