Commit Graph

189 Commits (58ce1de994c2a036ebf7137c143ce193694d740d)

Author SHA1 Message Date
6543 f6656181e4
migrate some more "OptionalBool" to "Option[bool]" (#29479) 9 months ago
Lunny Xiao 29f149bd9f
Move context from modules to services (#29440) 9 months ago
Jimmy Praet 2e33671f2c
Add attachment support for code review comments (#29220) 9 months ago
wxiaoguang 10c7996b5a
Remove RenderEmojiPlain from template helper (#29375) 9 months ago
Zettat123 c42083a339
Allow non-admin users to delete review requests (#29057) 9 months ago
wxiaoguang f3eb835886
Refactor locale&string&template related code (#29165) 9 months ago
Chris Copeland 47b5965862
Add merge style `fast-forward-only` (#28954) 9 months ago
wxiaoguang ee242a08e9
Refactor issue template parsing and fix API endpoint (#29069) 9 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
Nanguan Lin 9b59af37e7
Fix issue dependencies (#27736) 10 months ago
Lunny Xiao 537fa69962
Second part of refactor `db.Find` (#28194) 11 months ago
yp05327 8572e71a7f
Fix issue will be detected as pull request when checking `First-time contributor` (#28237) 12 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
Brecht Van Lommel 1756e30e10
Allow pull requests Manually Merged option to be used by non-admins (#27780) 1 year ago
6543 adbc995c34
Show total TrackedTime on issue/pull/milestone lists (#26672) 1 year ago
yp05327 8abc1aae4a
Improve the list header in milestone page (#27302) 1 year ago
JakobDev 76a85a4ce9
Final round of `db.DefaultContext` refactor (#27587) 1 year ago
JakobDev ebe803e514
Penultimate round of `db.DefaultContext` refactor (#27414) 1 year ago
Eng Zer Jun 13d5d2e711
Remove redundant `len` check around loop (#27464) 1 year ago
JakobDev cc5df26680
Even more `db.DefaultContext` refactor (#27352) 1 year ago
puni9869 50070550a8
Hide archived labels when filtering by labels on the issue list (#27115) 1 year ago
6543 2a2b0cb1d2
rename TotalTimes() to TotalTimesForEachUser() (#27261) 1 year ago
JakobDev cf0df023be
More `db.DefaultContext` refactor (#27265) 1 year ago
JakobDev 7047df36d4
Another round of `db.DefaultContext` refactor (#27103) 1 year ago
JakobDev f91dbbba98
Next round of `db.DefaultContext` refactor (#27089) 1 year ago
JakobDev c548dde205
More refactoring of `db.DefaultContext` (#27083) 1 year ago
JakobDev 76659b1114
Reduce usage of `db.DefaultContext` (#27073) 1 year ago
JakobDev 8d0343e028
Fix issue templates when blank isses are disabled (#27061) 1 year ago
CaiCandong a78c2eae24
Replace `util.SliceXxx` with `slices.Xxx` (#26958) 1 year ago
JakobDev 3cae50e841
Redirect from `{repo}/issues/new` to `{repo}/issues/new/choose` when blank issues are disabled (#26813) 1 year ago
wxiaoguang 412e5c0946
Make web context initialize correctly for different cases (#26726) 1 year ago
yp05327 d2e4039def
Add `member`, `collaborator`, `contributor`, and `first-time contributor` roles and tooltips (#26658) 1 year ago
a1012112796 f00fdd1abd
fix reopen logic for agit flow pull request (#26399) 1 year ago
Jason Song b658f2c61b
Return empty when searching issues with no repos (#26545) 1 year ago
CaiCandong 940f997512
Fix label filter between `all` and `no` (#26557) 1 year ago
Lunny Xiao 36eb3c433a
Add transaction when creating pull request created dirty data (#26259) 1 year ago
Jason Song 1e76a824bc
Refactor and enhance issue indexer to support both searching, filtering and paging (#26012) 1 year ago
caicandong fd836ff68b
Fix unable to display individual-level project (#26198) 1 year ago
yp05327 1c6c38fa6e
Improve display of Labels/Projects/Assignees sort options (#25886) 1 year ago
wxiaoguang dcd3a63128
Move web JSON functions to web context and simplify code (#26132) 1 year ago
Lunny Xiao b167f35113
Add context parameter to some database functions (#26055) 1 year ago
HesterG 2f0e79e639
Use frontend fetch for branch dropdown component (#25719) 1 year ago
wxiaoguang af22f33a93
Fix the route for pull-request's authors (#26016) 1 year ago
yp05327 ec35af470c
Avoid opening/closing PRs which are already merged (#25883) 1 year ago
Lunny Xiao 0fd1672ae4
For API attachments, use API URL (#25639) 1 year ago
techknowlogick cb01b8691d
Add open/closed field support for issue index (#25708) 1 year ago
6543 8995046110
Less naked returns (#25713) 1 year ago
Jason Song 3c05aa4927
Check `ctx.Written()` for `GetActionIssue` (#25698) 1 year ago