| Commit message (Expand) | Author | Age | Files | Lines |
* | More refactoring of `db.DefaultContext` (#27083) | JakobDev | 2023-09-15 | 17 | -149/+155 |
* | Reduce usage of `db.DefaultContext` (#27073) | JakobDev | 2023-09-14 | 19 | -177/+181 |
* | Remove the useless function `GetUserIssueStats` and move relevant tests to `i... | Nanguan Lin | 2023-09-14 | 2 | -314/+0 |
* | Display all user types and org types on admin management UI (#27050) | Lunny Xiao | 2023-09-14 | 1 | -1/+15 |
* | Replace 'userxx' with 'orgxx' in all test files when the user type is org (#... | Nanguan Lin | 2023-09-14 | 19 | -94/+94 |
* | Update status and code index after changing the default branch (#27018) | Nanguan Lin | 2023-09-13 | 1 | -1/+3 |
* | resolve issue with sort icons on admin/users and admin/runners (#24360) | jladbrook | 2023-09-12 | 1 | -0/+6 |
* | Fix context cache bug & enable context cache for dashabord commits' authors (... | Lunny Xiao | 2023-09-11 | 4 | -38/+40 |
* | Move some functions to service layer (#26969) | Lunny Xiao | 2023-09-08 | 16 | -762/+652 |
* | Add a new column schedule_id for action_run to track (#26975) | Lunny Xiao | 2023-09-08 | 3 | -1/+19 |
* | move repository deletion to service layer (#26948) | Lunny Xiao | 2023-09-08 | 14 | -437/+21 |
* | Refactor dashboard/feed.tmpl (#26956) | CaiCandong | 2023-09-07 | 1 | -0/+9 |
* | Replace `util.SliceXxx` with `slices.Xxx` (#26958) | CaiCandong | 2023-09-07 | 5 | -7/+12 |
* | Artifacts retention and auto clean up (#26131) | FuXiaoHei | 2023-09-06 | 3 | -10/+66 |
* | Refactor secrets modification logic (#26873) | KN4CK3R | 2023-09-05 | 1 | -83/+23 |
* | Improve DeleteByID (#26904) | Lunny Xiao | 2023-09-05 | 1 | -1/+1 |
* | Fix wrong review requested number (#26784) | Nanguan Lin | 2023-09-03 | 1 | -6/+15 |
* | Check blocklist for emails when adding them to account (#26812) | techknowlogick | 2023-08-30 | 1 | -1/+12 |
* | Use `Set[Type]` instead of `map[Type]bool/struct{}`. (#26804) | KN4CK3R | 2023-08-30 | 1 | -3/+3 |
* | Fix verifyCommits error when push a new branch (#26664) | CaiCandong | 2023-08-30 | 3 | -4/+34 |
* | feat(API): add route and implementation for creating/updating repository secr... | Bo-Yi Wu | 2023-08-29 | 1 | -0/+28 |
* | Replace deprecated `elliptic.Marshal` (#26800) | Chongyi Zheng | 2023-08-29 | 1 | -2/+5 |
* | Move `modules/mirror` to `services` (#26737) | Chongyi Zheng | 2023-08-27 | 1 | -1/+1 |
* | add Upload URL to release API (#26663) | Earl Warren | 2023-08-24 | 1 | -0/+5 |
* | Add `member`, `collaborator`, `contributor`, and `first-time contributor` rol... | yp05327 | 2023-08-24 | 2 | -27/+33 |
* | chore(actions): support cron schedule task (#26655) | Lunny Xiao | 2023-08-24 | 7 | -0/+419 |
* | feat(API): update and delete secret for managing organization secrets (#26660) | Bo-Yi Wu | 2023-08-24 | 1 | -0/+67 |
* | Fix archived unix time when archiving the label (#26681) | puni9869 | 2023-08-23 | 1 | -3/+4 |
* | Fix counting and filtering on the dashboard page for issues (#26657) | Jason Song | 2023-08-23 | 1 | -13/+23 |
* | [Refactor] getIssueStatsChunk to move inner function into own one (#26671) | 6543 | 2023-08-22 | 1 | -48/+49 |
* | Add optimistic lock to ActionRun table (#26563) | Jason Song | 2023-08-21 | 5 | -25/+53 |
* | Add link to job details and tooltip to commit status in repo list in dashboar... | yp05327 | 2023-08-21 | 1 | -0/+6 |
* | Ignore the trailing slashes when comparing oauth2 redirect_uri (#26597) | wxiaoguang | 2023-08-21 | 2 | -2/+23 |
* | Fix project filter bugs (#26490) | CaiCandong | 2023-08-15 | 2 | -10/+14 |
* | Add API route to list org secrets (#26485) | Bo-Yi Wu | 2023-08-15 | 1 | -0/+5 |
* | add disable workflow feature (#26413) | a1012112796 | 2023-08-14 | 3 | -1/+81 |
* | Allow to archive labels (#26478) | puni9869 | 2023-08-14 | 5 | -6/+52 |
* | Fix NuGet search endpoints (#25613) | KN4CK3R | 2023-08-14 | 3 | -5/+91 |
* | Rename `Sync2` -> `Sync` (#26479) | delvh | 2023-08-13 | 118 | -180/+180 |
* | Fix stderr usages (#26477) | wxiaoguang | 2023-08-13 | 1 | -3/+1 |
* | Refactor project templates (#26448) | Denys Konovalov | 2023-08-12 | 1 | -0/+5 |
* | Count only visible repos on profile (#25928) | JakobDev | 2023-08-11 | 2 | -102/+132 |
* | 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 |
* | Pre-register OAuth2 applications for git credential helpers (#26291) | Denys Konovalov | 2023-08-09 | 1 | -0/+91 |
* | fix generated source URL on rendered files (#26364) | Earl Warren | 2023-08-08 | 1 | -0/+12 |
* | Use more `IssueList` instead of `[]*Issue` (#26369) | Lunny Xiao | 2023-08-07 | 3 | -6/+6 |
* | Bypass MariaDB performance bug of the "IN" sub-query, fix incorrect IssueInde... | wxiaoguang | 2023-08-07 | 2 | -8/+58 |
* | Fix log typo in task.go (#26337) | cassiozareck | 2023-08-05 | 1 | -1/+1 |
* | Fix bug with sqlite load read (#26305) | Lunny Xiao | 2023-08-05 | 4 | -10/+25 |