50 Commits (6ef986d47452f36b101edc3cc9e3c41ad480eb09)

Author SHA1 Message Date
  Lunny Xiao 6ef986d474
Performance improvements for pull request list page (#29900) (#29972) 3 months ago
  Lunny Xiao e3ed67859a
Move some functions to service layer (#26969) 9 months ago
  CaiCandong a78c2eae24
Replace `util.SliceXxx` with `slices.Xxx` (#26958) 9 months ago
  Lunny Xiao f5dbac9d36
Use more `IssueList` instead of `[]*Issue` (#26369) 10 months ago
  Jason Song 1e76a824bc
Refactor and enhance issue indexer to support both searching, filtering and paging (#26012) 10 months ago
  Lunny Xiao b167f35113
Add context parameter to some database functions (#26055) 11 months ago
  Lunny Xiao 01c04607c7
Fix bug when pushing to a pull request which enabled dismiss approval automatically (#25882) 11 months ago
  silverwind 887a683af9
Update tool dependencies, lock govulncheck and actionlint (#25655) 11 months ago
  silverwind 88f835192d
Replace `interface{}` with `any` (#25686) 11 months ago
  JakobDev 1b115296d3
Followup to pinned Issues (#24945) 1 year ago
  JakobDev aaa1094663
Add the ability to pin Issues (#24406) 1 year ago
  Lunny Xiao 64f6a5d113
Use `CommentList` instead of `[]*Comment` (#24828) 1 year ago
  Lunny Xiao 38cf43d060
Some refactors for issues stats (#24793) 1 year ago
  Lunny Xiao 09ab64dfad
Remove duplicated issues options and some more refactors (#24787) 1 year ago
  Lunny Xiao b807d2f620
Support no label/assignee filter and batch clearing labels/assignees (#24707) 1 year ago
  Lunny Xiao 3f0651d4d6
Improve milestone filter on issues page (#22423) 1 year ago
  wxiaoguang de2268ffab
Fix issue attachment handling (#24202) 1 year ago
  wxiaoguang cfe3d6e9b5
Make more functions use ctx instead of db.DefaultContext (#24068) 1 year ago
  qwerty287 3cab9c6b0c
Add API to manage issue dependencies (#17935) 1 year ago
  Brecht Van Lommel 10cdcb9ea8
Add "Reviewed by you" filter for pull requests (#22927) 1 year ago
  zeripath 35d2fa744a
Fix intermittent panic in notify issue change content (#23019) 1 year ago
  yp05327 f4ce8c73fb
Improve issues.LoadProject (#22982) 1 year ago
  Brecht Van Lommel 6221a6fd54
Scoped labels (#22585) 1 year ago
  yp05327 bd66fa586a
Rename `repo.GetOwner` to `repo.LoadOwner` (#22967) 1 year ago
  Zettat123 0ab22a1a02
fix incorrect role labels for migrated issues and comments (#22914) 1 year ago
  Lunny Xiao 769be877f2
Use link in UI which returned a relative url but not html_url which contains an absolute url (#21986) 1 year ago
  Lunny Xiao 8574a6433f
Show all projects, not just repo projects and open/closed projects (#22640) 1 year ago
  Jason Song 4011821c94
Implement actions (#21937) 1 year ago
  techknowlogick e88b529b31
Issues: add Project filter to issues list and search (#22544) 1 year ago
  Lunny Xiao 6fe3c8b398
Support org/user level projects (#22235) 1 year ago
  Jason Song 477a1cc40e
Improve utils of slices (#22379) 1 year ago
  Jason Song 6135359a04
Always reuse transaction (#22362) 1 year ago
  Jason Song 71ca3067bc
Check primary keys for all tables and drop ForeignReference (#21721) 1 year ago
  Lunny Xiao 68704532c2
Rename almost all Ctx functions (#22071) 1 year ago
  Jason Song 74874d065f
Fix issue/PR numbers (#22037) 1 year ago
  Lunny Xiao 0a7d3ff786
refactor some functions to support ctx as first parameter (#21878) 1 year ago
  flynnnnnnnnnn e81ccc406b
Implement FSFE REUSE for golang files (#21840) 1 year ago
  KN4CK3R 044c754ea5
Add `context.Context` to more methods (#21546) 1 year ago
  Lunny Xiao 34283a74e8
Allow detect whether it's in a database transaction for a context.Context (#21756) 1 year ago
  Lunny Xiao 5e8e3ecbeb
Fix issues count bug (#21557) 1 year ago
  delvh 0ebb45cfe7
Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551) 1 year ago
  zenofile 20a5452ea6
Fix viewing user subscriptions (#21482) 1 year ago
  zeripath 716fcfcf72
Make every not exist error unwrappable to a fs.ErrNotExist (#20891) 1 year ago
  Lunny Xiao f860a6d2e4
Add system setting table with cache and also add cache supports for user setting (#18058) 1 year ago
  wxiaoguang 6f48a36227
Refactor GetNextResourceIndex to make it work properly with transaction (#21469) 1 year ago
  qwerty287 08609d439d
Add pages to view watched repos and subscribed issues/PRs (#17156) 1 year ago
  Tyrone Yeh 8e3da0e27f
Modify milestone search keywords to be case insensitive again (#20513) 1 year ago
  Wim cb50375e2b
Add more linters to improve code readability (#19989) 2 years ago
  Hugo Hoitink 6473bd333a
In code search, get code unit accessible repos in one (main) query (#19764) 2 years ago
  Lunny Xiao 1a9821f57a
Move issues related files into models/issues (#19931) 2 years ago