| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert "Add Debian package registry" (#24412) | Yarden Shoham | 2023-04-28 | 9 | -217/+31 |
* | Add Debian package registry (#22854) | KN4CK3R | 2023-04-28 | 9 | -31/+217 |
* | Fix unclear `IsRepositoryExist` logic (#24374) | wxiaoguang | 2023-04-28 | 3 | -10/+14 |
* | Display when a repo was archived (#22664) | JakobDev | 2023-04-26 | 4 | -3/+36 |
* | Remove org users who belong to no teams (#24247) | yp05327 | 2023-04-24 | 1 | -4/+13 |
* | Enable forbidigo linter (#24278) | silverwind | 2023-04-24 | 3 | -1/+3 |
* | Load reviewer for comments when dismissing a review (#24281) | Jason Song | 2023-04-23 | 1 | -2/+10 |
* | Use more specific test methods (#24265) | KN4CK3R | 2023-04-22 | 6 | -11/+11 |
* | Support upload `outputs` and use `needs` context on Actions (#24230) | Jason Song | 2023-04-22 | 3 | -0/+71 |
* | Improve test logger (#24235) | wxiaoguang | 2023-04-21 | 1 | -5/+0 |
* | Fix comment for EmailNotificationsAndYourOwn constant (#24236) | Infinoid | 2023-04-21 | 1 | -1/+1 |
* | Fix issue attachment handling (#24202) | wxiaoguang | 2023-04-20 | 3 | -81/+75 |
* | Remove most path-based golangci exclusions (#24214) | silverwind | 2023-04-19 | 4 | -9/+9 |
* | Fix internal sever error when visiting a PR that bound to the deleted team (#... | sillyguodong | 2023-04-19 | 1 | -0/+1 |
* | Add owner team permission check test (#24096) | yp05327 | 2023-04-19 | 1 | -1/+5 |
* | Allow adding new files to an empty repo (#24164) | wxiaoguang | 2023-04-19 | 9 | -25/+44 |
* | fix calReleaseNumCommitsBehind (#24148) | oliverpool | 2023-04-18 | 7 | -7/+89 |
* | Localize activity heatmap (except tooltip) (#24131) | Yarden Shoham | 2023-04-17 | 1 | -0/+9 |
* | Add new user types `reserved`, `bot`, and `remote` (#24026) | techknowlogick | 2023-04-17 | 1 | -1/+15 |
* | Support converting varchar to nvarchar for mssql database (#24105) | Lunny Xiao | 2023-04-17 | 1 | -0/+27 |
* | Add migration to fix external unit access mode of owner/admin team (#24117) | yp05327 | 2023-04-15 | 2 | -0/+51 |
* | Sort repo topic labels by name (#24123) | wxiaoguang | 2023-04-14 | 1 | -1/+3 |
* | Make more functions use ctx instead of db.DefaultContext (#24068) | wxiaoguang | 2023-04-14 | 4 | -8/+8 |
* | Fix admin team access mode value in team_unit table (#24012) | yp05327 | 2023-04-13 | 2 | -0/+49 |
* | Make Release Download URLs predictable (#23891) | JakobDev | 2023-04-12 | 2 | -11/+45 |
* | Localize milestone related time strings (#24051) | Yarden Shoham | 2023-04-12 | 1 | -5/+0 |
* | Fix branch protection priority (#24045) | Lunny Xiao | 2023-04-11 | 2 | -7/+79 |
* | Prefer native parser for SSH public key parsing (#23798) | Leon Busch-George | 2023-04-11 | 2 | -2/+15 |
* | Reserve ".png" suffix for user/org names (#23992) | 6543 | 2023-04-10 | 1 | -1/+2 |
* | Allow adding SSH keys even if SSH server is disabled (#24025) | Dmitry Sharshakov | 2023-04-10 | 1 | -5/+0 |
* | Improve GetBoards and getDefaultBoard (#22981) | yp05327 | 2023-04-09 | 1 | -6/+6 |
* | Allow repo admins too to delete the repo (#23940) | yp05327 | 2023-04-07 | 2 | -0/+20 |
* | Support "." char as user name for User/Orgs in RSS/ATOM/GPG/KEYS path ... (#2... | 6543 | 2023-04-07 | 3 | -2/+49 |
* | Refactor authors dropdown (send get request from frontend to avoid long wait ... | Hester Gong | 2023-04-07 | 1 | -6/+17 |
* | Treat PRs with agit flow as fork PRs when triggering actions. (#23884) | Jason Song | 2023-04-06 | 1 | -1/+1 |
* | Improve permission check of packages (#23879) | yp05327 | 2023-04-06 | 6 | -8/+43 |
* | Add activity feeds API (#23494) | Zettat123 | 2023-04-04 | 1 | -0/+61 |
* | Use ghost user if package creator does not exist (#23822) | KN4CK3R | 2023-04-04 | 1 | -1/+7 |
* | Disable editing tags (#23883) | Zettat123 | 2023-04-03 | 1 | -1/+1 |
* | Fix owner team access mode value in team_unit table (#23675) | yp05327 | 2023-04-03 | 3 | -3/+53 |
* | Improve LoadUnitConfig to handle invalid or duplicate units (#23736) | Jason Song | 2023-04-03 | 2 | -16/+76 |
* | Rename actions unit to `repo.actions` and add docs for it (#23733) | Jason Song | 2023-04-03 | 1 | -1/+1 |
* | Display image size for multiarch container images (#23821) | KN4CK3R | 2023-04-02 | 2 | -0/+137 |
* | Fix 500 error if there is a name conflict when edit authentication source (#2... | yp05327 | 2023-03-31 | 1 | -1/+8 |
* | Fix checks for `needs` in Actions (#23789) | Jason Song | 2023-03-30 | 1 | -1/+3 |
* | Set repository link based on the url in package.json for npm packages (#20379) | Mai-Lapyst | 2023-03-28 | 2 | -0/+105 |
* | Add API to manage issue dependencies (#17935) | qwerty287 | 2023-03-28 | 2 | -10/+15 |
* | Create commit status when event is `pull_request_sync` (#23683) | sillyguodong | 2023-03-24 | 1 | -1/+1 |
* | Improve indices for `action` table (#23532) | Zettat123 | 2023-03-24 | 3 | -6/+51 |
* | Drop migration for ForeignReference (#23605) | Jason Song | 2023-03-23 | 1 | -15/+2 |