Commit Graph

201 Commits (7396172a02a9ea8d80f9763469fd65a5a12ff3f7)

Author SHA1 Message Date
Kemal Zebari 242b331260
Prevent re-review and dismiss review actions on closed and merged PRs (#30065) 8 months ago
Denys Konovalov e5160185ed
Add default board to new projects, remove uncategorized pseudo-board (#29874) 8 months ago
yp05327 ce3c351226
Load attachments for code comments (#30124) 8 months ago
Jason Song c6c4d66004
Fix misuse of `TxContext` (#30061) 8 months ago
Lunny Xiao 3f26fe2fa2
Use db.ListOptions directly instead of Paginator interface to make it easier to use and fix performance of /pulls and /issues (#29990) 8 months ago
wxiaoguang cdb4d1a8db
Refactor StringsToInt64s (#29967) 8 months ago
Lunny Xiao 62f8174aa2
Performance improvements for pull request list page (#29900) 8 months ago
Lunny Xiao 277f90d416
Fix codeowner detected diff base branch to mergebase (#29783) 8 months ago
6543 9a93b1816e
Refactor label.IsArchived() (#29750) 8 months ago
Lunny Xiao d8bd6f34f0
Do some performance optimize for issues list and view issue/pull (#29515) 8 months ago
Lunny Xiao aed3b53abd
Some performance optimization on dashboard and issues page (#29010) 8 months ago
pengqiseven 7f856d5d74
remove repetitive words (#29695) 8 months ago
Lunny Xiao 25b842df26
Move get/set default branch from git package to gitrepo package to hide repopath (#29126) 8 months ago
KN4CK3R c337ff0ec7
Add user blocking (#29028) 9 months ago
6543 a3f05d0d98
remove util.OptionalBool and related functions (#29513) 9 months ago
wxiaoguang 4b8293aa09
Fix issue & comment history bugs (#29525) 9 months ago
wxiaoguang e71eb8930a
Refactor some Str2html code (#29397) 9 months ago
qwerty287 65952417a8
Add API to get PR by base/head (#29242) 9 months ago
Jimmy Praet 2e33671f2c
Add attachment support for code review comments (#29220) 9 months ago
Zettat123 c42083a339
Allow non-admin users to delete review requests (#29057) 9 months ago
qwerty287 0a426cc575
Add API to get merged PR of a commit (#29243) 9 months ago
6543 217d71c48a
Workaround to clean up old reviews on creating a new one (#28554) 9 months ago
yp05327 8e2831611c
Fix gitea-action user avatar broken on edited menu (#29190) 9 months ago
wxiaoguang f3eb835886
Refactor locale&string&template related code (#29165) 9 months ago
techknowlogick a346a8c852
bump to use go 1.22 (#29119) 9 months ago
KN4CK3R 37061e8266
Use ghost user if user was not found (#29161) 9 months ago
6543 6fad2c8744
Dont load Review if Comment is CommentTypeReviewRequest (#28551) 9 months ago
Lunny Xiao 5f82ead13c
Simplify how git repositories are opened (#28937) 10 months ago
Adam Majer d68a613ba8
Add support for sha256 repositories (#23894) 10 months ago
Gwyneth Morgan 2c3da59e27
Add ability to see open and closed issues at the same time (#28757) 10 months ago
KN4CK3R 637451a45e
Rework markup link rendering (#26745) 10 months ago
Jimmy Praet 5d3fdd1212
Add branch protection setting for ignoring stale approvals (#28498) 10 months ago
Lunny Xiao 70c4aad8e1
Move more functions to db.Find (#28419) 10 months ago
Lunny Xiao da58bb85fa
Upgrade xorm to new version which supported update join for all supported databases (#28590) 11 months ago
wxiaoguang e743570f65
Refactor timeutil package (#28623) 11 months ago
wxiaoguang f3999888c0
Refactor some legacy code and remove unused code (#28622) 11 months ago
delvh 778ad795fd
Refactor deletion (#28610) 11 months ago
Lunny Xiao 0407a402bb
Revert "improve possible performance bottleneck (#28547)" (#28593) 11 months ago
Lunny Xiao b35d3fddfa
improve possible performance bottleneck (#28547) 11 months ago
6543 2c48733afe
Fix inperformant query on retrifing review from database. (#28552) 11 months ago
Nanguan Lin 6a725b6f9c
Remove deadcode under models/issues (#28536) 11 months ago
sebastian-sauer e08f1a9cbd
Add combined index for issue_user.uid and issue_id (#28080) 11 months ago
Lunny Xiao 537fa69962
Second part of refactor `db.Find` (#28194) 11 months ago
Lunny Xiao dd30d9d5c0
Remove GetByBean method because sometimes it's danger when query condition parameter is zero and also introduce new generic methods (#28220) 11 months ago
Jason Song beb71f5ef6
Include public repos in doer's dashboard for issue search (#28304) 11 months ago
Lunny Xiao 882e502327
Fix comment permissions (#28213) 12 months ago
Lunny Xiao df1e7d0067
Use db.Find instead of writing methods for every object (#28084) 12 months ago
Earl Warren f2ea31de36
Enable system users for comment.LoadPoster (#28014) 1 year ago
KN4CK3R 3081e7e153
Fix missing mail reply address (#27997) 1 year ago
Nanguan Lin 966dcb99e3
Fix 500 when deleting a dismissed review (#27903) 1 year ago