| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove GetByBean method because sometimes it's danger when query condition pa... | Lunny Xiao | 2023-12-07 | 3 | -34/+17 |
* | Include public repos in doer's dashboard for issue search (#28304) | Jason Song | 2023-12-07 | 1 | -0/+7 |
* | Fix comment permissions (#28213) | Lunny Xiao | 2023-11-25 | 3 | -5/+9 |
* | Use db.Find instead of writing methods for every object (#28084) | Lunny Xiao | 2023-11-24 | 1 | -1/+1 |
* | Enable system users for comment.LoadPoster (#28014) | Earl Warren | 2023-11-13 | 1 | -1/+1 |
* | Fix missing mail reply address (#27997) | KN4CK3R | 2023-11-13 | 1 | -0/+8 |
* | Fix 500 when deleting a dismissed review (#27903) | Nanguan Lin | 2023-11-05 | 2 | -0/+40 |
* | Display issue task list on project cards (#27865) | KN4CK3R | 2023-11-02 | 1 | -10/+2 |
* | Fix issue not showing on default board and add test (#27720) | Nanguan Lin | 2023-10-25 | 1 | -1/+1 |
* | Upgrade to golangci-lint@v1.55.0 (#27756) | silverwind | 2023-10-24 | 1 | -2/+1 |
* | Replace -1 with GhostUserID (#27703) | Nanguan Lin | 2023-10-20 | 3 | -3/+3 |
* | Clean some functions about project issue (#27705) | Nanguan Lin | 2023-10-20 | 2 | -36/+14 |
* | Show total TrackedTime on issue/pull/milestone lists (#26672) | 6543 | 2023-10-19 | 3 | -0/+62 |
* | 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 |