| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Use gitrepo.GetTreePathLatestCommit to get file lastest commit instead from l... | Lunny Xiao | 2024-12-30 | 1 | -10/+4 |
* | Refactor arch route handlers (#32993) | wxiaoguang | 2024-12-28 | 1 | -35/+4 |
* | Support org labels when adding labels by label names (#32988) | Zettat123 | 2024-12-26 | 1 | -1/+13 |
* | Refactor "string truncate" (#32984) | wxiaoguang | 2024-12-26 | 1 | -1/+1 |
* | Use `CloseIssue` and `ReopenIssue` instead of `ChangeStatus` (#32467) | Lunny Xiao | 2024-12-25 | 2 | -39/+30 |
* | Fix maven pom inheritance (#32943) | wxiaoguang | 2024-12-25 | 1 | -0/+2 |
* | Refactor arch route handlers (#32972) | wxiaoguang | 2024-12-25 | 1 | -16/+12 |
* | Clarify path param naming (#32969) | wxiaoguang | 2024-12-24 | 48 | -150/+151 |
* | Refactor request context (#32956) | wxiaoguang | 2024-12-24 | 8 | -30/+14 |
* | Move some errors to their own sub packages (#32880) | Lunny Xiao | 2024-12-20 | 10 | -61/+57 |
* | Move delete deploy keys into service layer (#32201) | Lunny Xiao | 2024-12-18 | 1 | -1/+1 |
* | Move RepoTransfer from models to models/repo sub package (#32506) | Lunny Xiao | 2024-12-18 | 3 | -8/+7 |
* | Update golangci-lint to v1.62.2, fix issues (#32845) | silverwind | 2024-12-15 | 2 | -4/+4 |
* | Fix missing outputs for jobs with matrix (#32823) | Zettat123 | 2024-12-14 | 3 | -16/+86 |
* | Make API "compare" accept commit IDs (#32801) | wxiaoguang | 2024-12-12 | 2 | -83/+79 |
* | Implement update branch API (#32433) | Kemal Zebari | 2024-12-12 | 3 | -0/+74 |
* | Add standard-compliant route to serve outdated R packages (#32783) | Sebastian T. T. | 2024-12-11 | 1 | -0/+1 |
* | Use batch database operations instead of one by one to optimze api pulls (#32... | Lunny Xiao | 2024-12-11 | 1 | -33/+2 |
* | Fix internal server error when updating labels without write permission (#32776) | yp05327 | 2024-12-10 | 1 | -5/+5 |
* | Add Arch package registry (#32692) | KN4CK3R | 2024-12-04 | 2 | -0/+350 |
* | Fix delete branch perm checking (#32654) | Lunny Xiao | 2024-12-04 | 2 | -44/+44 |
* | Add Swift login endpoint (#32693) | KN4CK3R | 2024-12-03 | 2 | -43/+59 |
* | Move GetFeeds to service layer (#32526) | Lunny Xiao | 2024-11-29 | 4 | -4/+8 |
* | Move team related functions to service layer (#32537) | Lunny Xiao | 2024-11-27 | 3 | -11/+9 |
* | Add priority to protected branch (#32286) | 6543 | 2024-11-27 | 3 | -4/+56 |
* | Improve oauth2 scope token handling (#32633) | wxiaoguang | 2024-11-26 | 1 | -1/+1 |
* | Add github compatible tarball download API endpoints (#32572) | Lunny Xiao | 2024-11-25 | 3 | -3/+67 |
* | Fix markup render regression and fix some tests (#32640) | wxiaoguang | 2024-11-26 | 1 | -17/+31 |
* | Refactor markup render system (#32612) | wxiaoguang | 2024-11-24 | 1 | -3/+5 |
* | Fix get reviewers' bug (#32415) | Lunny Xiao | 2024-11-22 | 1 | -1/+9 |
* | Refactor markup render system (#32589) | wxiaoguang | 2024-11-22 | 1 | -3/+1 |
* | Remove duplicate empty repo check in delete branch API (#32569) | Kemal Zebari | 2024-11-20 | 1 | -5/+0 |
* | Refactor find forks and fix possible bugs that weak permissions check (#32528) | Lunny Xiao | 2024-11-18 | 1 | -3/+12 |
* | Refactor render system (#32492) | wxiaoguang | 2024-11-14 | 2 | -13/+12 |
* | Harden runner updateTask and updateLog api (#32462) | ChristopherHX | 2024-11-11 | 1 | -1/+7 |
* | Calculate `PublicOnly` for org membership only once (#32234) | 6543 | 2024-11-11 | 1 | -9/+13 |
* | Add reviewers selection to new pull request (#32403) | Calvin K | 2024-11-09 | 2 | -55/+67 |
* | Support quote selected comments to reply (#32431) | wxiaoguang | 2024-11-07 | 1 | -2/+4 |
* | Move AddCollabrator and CreateRepositoryByExample to service layer (#32419) | Lunny Xiao | 2024-11-07 | 2 | -15/+12 |
* | Include file extension checks in attachment API (#32151) | Kemal Zebari | 2024-11-06 | 3 | -9/+30 |
* | Fix milestone deadline and date related problems (#32339) | Lunny Xiao | 2024-11-05 | 2 | -17/+9 |
* | Refactor RepoRefByType (#32413) | wxiaoguang | 2024-11-05 | 1 | -4/+4 |
* | Fix git error handling (#32401) | wxiaoguang | 2024-11-02 | 1 | -5/+2 |
* | Fix `missing signature key` error when pulling Docker images with `SERVE_DIRE... | Zettat123 | 2024-10-31 | 5 | -6/+8 |
* | refactor: remove redundant err declarations (#32381) | Oleksandr Redko | 2024-10-30 | 2 | -2/+0 |
* | Make admins adhere to branch protection rules (#32248) | Tim | 2024-10-23 | 1 | -0/+5 |
* | Add `DISABLE_ORGANIZATIONS_PAGE` and `DISABLE_CODE_PAGE` settings for explore... | Zettat123 | 2024-10-22 | 1 | -2/+10 |
* | API: enhance SearchIssues swagger docs (#32208) | 6543 | 2024-10-19 | 1 | -19/+32 |
* | Use per package global lock for container uploads instead of memory lock (#31... | Lunny Xiao | 2024-10-11 | 1 | -8/+18 |
* | Move admin routers from /admin to /-/admin (#32189) | Lunny Xiao | 2024-10-10 | 2 | -4/+4 |