| Commit message (Expand) | Author | Age | Files | Lines |
* | Penultimate round of `db.DefaultContext` refactor (#27414) | JakobDev | 2023-10-11 | 14 | -80/+79 |
* | Don't let API add 2 exclusive labels from same scope (#27433) | JakobDev | 2023-10-05 | 2 | -0/+39 |
* | Even more `db.DefaultContext` refactor (#27352) | JakobDev | 2023-10-03 | 8 | -35/+35 |
* | Don't use subselect in `DeleteIssuesByRepoID` (#27332) | JakobDev | 2023-10-03 | 1 | -64/+79 |
* | simplify issue deletion query (#27312) | Earl Warren | 2023-10-02 | 1 | -11/+0 |
* | rename TotalTimes() to TotalTimesForEachUser() (#27261) | 6543 | 2023-09-29 | 2 | -7/+7 |
* | More `db.DefaultContext` refactor (#27265) | JakobDev | 2023-09-29 | 8 | -114/+114 |
* | Add logs for data broken of comment review (#27326) | Lunny Xiao | 2023-09-29 | 1 | -27/+9 |
* | Fix the approval count of PR when there is no protection branch rule (#27272) | Nanguan Lin | 2023-09-28 | 1 | -8/+17 |
* | Add Index to `comment.dependent_issue_id` (#27325) | JakobDev | 2023-09-28 | 1 | -1/+1 |
* | make writing main test easier (#27270) | Lunny Xiao | 2023-09-28 | 1 | -4/+1 |
* | Another round of `db.DefaultContext` refactor (#27103) | JakobDev | 2023-09-25 | 8 | -39/+43 |
* | Fix review request number and add more tests (#27104) | Nanguan Lin | 2023-09-21 | 2 | -2/+9 |
* | Add index to `issue_user.issue_id` (#27154) | JakobDev | 2023-09-21 | 1 | -1/+1 |
* | Next round of `db.DefaultContext` refactor (#27089) | JakobDev | 2023-09-16 | 10 | -112/+105 |
* | More refactoring of `db.DefaultContext` (#27083) | JakobDev | 2023-09-15 | 3 | -11/+11 |
* | Remove the useless function `GetUserIssueStats` and move relevant tests to `i... | Nanguan Lin | 2023-09-14 | 2 | -314/+0 |
* | Replace 'userxx' with 'orgxx' in all test files when the user type is org (#... | Nanguan Lin | 2023-09-14 | 8 | -24/+24 |
* | Move some functions to service layer (#26969) | Lunny Xiao | 2023-09-08 | 9 | -308/+566 |
* | move repository deletion to service layer (#26948) | Lunny Xiao | 2023-09-08 | 1 | -0/+2 |
* | Replace `util.SliceXxx` with `slices.Xxx` (#26958) | CaiCandong | 2023-09-07 | 1 | -2/+3 |
* | Fix wrong review requested number (#26784) | Nanguan Lin | 2023-09-03 | 1 | -6/+15 |
* | Add `member`, `collaborator`, `contributor`, and `first-time contributor` rol... | yp05327 | 2023-08-24 | 2 | -27/+33 |
* | Fix archived unix time when archiving the label (#26681) | puni9869 | 2023-08-23 | 1 | -3/+4 |
* | [Refactor] getIssueStatsChunk to move inner function into own one (#26671) | 6543 | 2023-08-22 | 1 | -48/+49 |
* | Fix project filter bugs (#26490) | CaiCandong | 2023-08-15 | 2 | -10/+14 |
* | Allow to archive labels (#26478) | puni9869 | 2023-08-14 | 2 | -6/+25 |
* | Rename `Sync2` -> `Sync` (#26479) | delvh | 2023-08-13 | 1 | -1/+1 |
* | Always show usernames in reaction tooltips (#26444) | Panagiotis "Ivory" Vasilopoulos | 2023-08-10 | 2 | -2/+2 |
* | Add transaction when creating pull request created dirty data (#26259) | Lunny Xiao | 2023-08-10 | 3 | -15/+14 |
* | Use more `IssueList` instead of `[]*Issue` (#26369) | Lunny Xiao | 2023-08-07 | 3 | -6/+6 |
* | Fix bug with sqlite load read (#26305) | Lunny Xiao | 2023-08-05 | 2 | -5/+5 |
* | Delete `issue_service.CreateComment` (#26298) | caicandong | 2023-08-04 | 1 | -1/+9 |
* | Use yellow if an approved review is stale (#26312) | sebastian-sauer | 2023-08-04 | 1 | -0/+3 |
* | Refactor and enhance issue indexer to support both searching, filtering and p... | Jason Song | 2023-07-31 | 6 | -78/+114 |
* | Add commits dropdown in PR files view and allow commit by commit review (#25528) | sebastian-sauer | 2023-07-28 | 2 | -2/+2 |
* | Add context parameter to some database functions (#26055) | Lunny Xiao | 2023-07-22 | 9 | -55/+35 |
* | Fix bug when pushing to a pull request which enabled dismiss approval automat... | Lunny Xiao | 2023-07-20 | 5 | -175/+189 |
* | Fix empty project displayed in issue sidebar (#25802) | yp05327 | 2023-07-12 | 3 | -7/+51 |
* | Update tool dependencies, lock govulncheck and actionlint (#25655) | silverwind | 2023-07-09 | 7 | -55/+50 |
* | Replace `interface{}` with `any` (#25686) | silverwind | 2023-07-04 | 4 | -9/+9 |
* | Improve loadprojects for issue list (#25468) | Lunny Xiao | 2023-06-24 | 3 | -23/+24 |
* | Store and use seconds for timeline time comments (#25392) | 6543 | 2023-06-23 | 2 | -13/+20 |
* | Make "dismiss" content shown correctly (#25461) | wxiaoguang | 2023-06-23 | 1 | -1/+1 |
* | Show outdated comments in files changed tab (#24936) | sebastian-sauer | 2023-06-21 | 3 | -11/+13 |
* | Refactor: TotalTimest return seconds (#25370) | 6543 | 2023-06-19 | 2 | -10/+10 |
* | Fix profile render when the README.md size is larger than 1024 bytes (#25131) | yp05327 | 2023-06-13 | 1 | -1/+1 |
* | Fix duplicate Reviewed-by trailers (#24796) | Cory Todd | 2023-06-09 | 4 | -1/+46 |
* | Add codeowners feature (#24910) | Vladimir Buyanov | 2023-06-08 | 2 | -0/+243 |
* | Use RepositoryList instead of []*Repository (#25074) | Lunny Xiao | 2023-06-05 | 1 | -1/+1 |