69 Commits (main)

Author SHA1 Message Date
wxiaoguang e837c998b7
Fix context usages (#35348) 4 months ago
Lunny Xiao 65cd3f5309
Use db.WithTx/WithTx2 instead of TxContext when possible (#35130) 5 months ago
TheFox0x7 ee3c82f874
Enable addtional linters (#34085) 9 months ago
Lunny Xiao 6c8fb8d455
Small refactor to reduce unnecessary database queries and remove duplicated functions (#33779) 10 months ago
Lunny Xiao 7df09e31fa
Move issue pin to an standalone table for querying performance (#33452) 10 months ago
Lunny Xiao 72518a8dab
Rework suggestion backend (#33538) 11 months ago
Lunny Xiao d3083d2198
Some small refactors (#33144) 12 months ago
Lunny Xiao 67aeb1f896
Add missed transaction on setmerged (#33079) 12 months ago
hiifong 30008fcfcf
Fix bug of branch/tag selector in the issue sidebar (#32744) 1 year ago
Illya Marchenko 936665bf85
Issue time estimate, meaningful time tracking (#23113) 1 year ago
Lunny Xiao c363bd06e9
Strict pagination check (#32548) 1 year ago
wangjingcun 3d6ccbac3f
chore: fix some function names in comment (#32300) 1 year ago
Lunny Xiao 352a2cae24
Performance improvements for pull request list API (#30490) 2 years ago
metiftikci aa92b13164
Prevent simultaneous editing of comments and issues (#31053) 2 years ago
Lunny Xiao 62f8174aa2
Performance improvements for pull request list page (#29900) 2 years ago
wxiaoguang e71eb8930a
Refactor some Str2html code (#29397) 2 years ago
Nanguan Lin 6a725b6f9c
Remove deadcode under models/issues (#28536) 2 years ago
KN4CK3R 4776fde9e1
Display issue task list on project cards (#27865) 2 years ago
Nanguan Lin 881806a50b
Replace -1 with GhostUserID (#27703) 2 years ago
JakobDev cc5df26680
Even more `db.DefaultContext` refactor (#27352) 2 years ago
Lunny Xiao e3ed67859a
Move some functions to service layer (#26969) 2 years ago
CaiCandong a78c2eae24
Replace `util.SliceXxx` with `slices.Xxx` (#26958) 2 years ago
Lunny Xiao f5dbac9d36
Use more `IssueList` instead of `[]*Issue` (#26369) 2 years ago
Jason Song 1e76a824bc
Refactor and enhance issue indexer to support both searching, filtering and paging (#26012) 2 years ago
Lunny Xiao b167f35113
Add context parameter to some database functions (#26055) 2 years ago
Lunny Xiao 01c04607c7
Fix bug when pushing to a pull request which enabled dismiss approval automatically (#25882) 2 years ago
silverwind 887a683af9
Update tool dependencies, lock govulncheck and actionlint (#25655) 2 years ago
silverwind 88f835192d
Replace `interface{}` with `any` (#25686) 3 years ago
JakobDev 1b115296d3
Followup to pinned Issues (#24945) 3 years ago
JakobDev aaa1094663
Add the ability to pin Issues (#24406) 3 years ago
Lunny Xiao 64f6a5d113
Use `CommentList` instead of `[]*Comment` (#24828) 3 years ago
Lunny Xiao 38cf43d060
Some refactors for issues stats (#24793) 3 years ago
Lunny Xiao 09ab64dfad
Remove duplicated issues options and some more refactors (#24787) 3 years ago
Lunny Xiao b807d2f620
Support no label/assignee filter and batch clearing labels/assignees (#24707) 3 years ago
Lunny Xiao 3f0651d4d6
Improve milestone filter on issues page (#22423) 3 years ago
wxiaoguang de2268ffab
Fix issue attachment handling (#24202) 3 years ago
wxiaoguang cfe3d6e9b5
Make more functions use ctx instead of db.DefaultContext (#24068) 3 years ago
qwerty287 3cab9c6b0c
Add API to manage issue dependencies (#17935) 3 years ago
Brecht Van Lommel 10cdcb9ea8
Add "Reviewed by you" filter for pull requests (#22927) 3 years ago
zeripath 35d2fa744a
Fix intermittent panic in notify issue change content (#23019) 3 years ago
yp05327 f4ce8c73fb
Improve issues.LoadProject (#22982) 3 years ago
Brecht Van Lommel 6221a6fd54
Scoped labels (#22585) 3 years ago
yp05327 bd66fa586a
Rename `repo.GetOwner` to `repo.LoadOwner` (#22967) 3 years ago
Zettat123 0ab22a1a02
fix incorrect role labels for migrated issues and comments (#22914) 3 years ago
Lunny Xiao 769be877f2
Use link in UI which returned a relative url but not html_url which contains an absolute url (#21986) 3 years ago
Lunny Xiao 8574a6433f
Show all projects, not just repo projects and open/closed projects (#22640) 3 years ago
Jason Song 4011821c94
Implement actions (#21937) 3 years ago
techknowlogick e88b529b31
Issues: add Project filter to issues list and search (#22544) 3 years ago
Lunny Xiao 6fe3c8b398
Support org/user level projects (#22235) 3 years ago
Jason Song 477a1cc40e
Improve utils of slices (#22379) 3 years ago