| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename migration package name for 1.22-rc1 (#30730) | wxiaoguang | 2024-04-27 | 7 | -13/+14 |
* | Add some tests to clarify the "must-change-password" behavior (#30693) | wxiaoguang | 2024-04-27 | 1 | -2/+10 |
* | Update misspell to 0.5.1 and add `misspellings.csv` (#30573) | silverwind | 2024-04-27 | 7 | -31/+31 |
* | Improve job commit description (#30579) | yp05327 | 2024-04-26 | 1 | -0/+11 |
* | Improve oauth2 client "preferred username field" logic and the error handling... | wxiaoguang | 2024-04-25 | 3 | -12/+18 |
* | Fix some bug on migrations (#30647) | Lunny Xiao | 2024-04-24 | 2 | -6/+1 |
* | Interpolate runs-on with variables when scheduling tasks (#30640) | sillyguodong | 2024-04-23 | 2 | -6/+21 |
* | Add a db consistency check to remove runners that do not belong to a reposito... | Zettat123 | 2024-04-23 | 1 | -2/+24 |
* | Fix wrong table name (#30557) | Lunny Xiao | 2024-04-23 | 6 | -8/+18 |
* | Enable more `revive` linter rules (#30608) | silverwind | 2024-04-22 | 12 | -22/+4 |
* | chore: use errors.New to replace fmt.Errorf with no parameters will much bett... | Cheng | 2024-04-21 | 3 | -4/+6 |
* | Fix package list performance (#30520) | KN4CK3R | 2024-04-20 | 1 | -11/+11 |
* | Clarify permission "HasAccess" behavior (#30585) | wxiaoguang | 2024-04-20 | 4 | -28/+84 |
* | Allow everyone to read or write a wiki by a repo unit setting (#30495) | wxiaoguang | 2024-04-17 | 12 | -97/+263 |
* | Refactor web routes (#30519) | wxiaoguang | 2024-04-17 | 2 | -13/+23 |
* | Reduce unnecessary database queries on actions table (#30509) | Lunny Xiao | 2024-04-17 | 1 | -0/+6 |
* | Improve "must-change-password" logic and document (#30472) | wxiaoguang | 2024-04-14 | 1 | -2/+2 |
* | Fix commitstatus summary (#30431) | Lunny Xiao | 2024-04-14 | 3 | -14/+36 |
* | Add comment for ContainsRedirectURI about the exact match (#30457) | wxiaoguang | 2024-04-13 | 1 | -0/+5 |
* | Fix rename branch 500 when the target branch is deleted but exist in database... | Lunny Xiao | 2024-04-12 | 1 | -6/+25 |
* | Add commit status summary table to reduce query from commit status table (#30... | Lunny Xiao | 2024-04-12 | 4 | -12/+114 |
* | Check the token's owner and repository when registering a runner (#30406) | Zettat123 | 2024-04-11 | 1 | -0/+3 |
* | Avoid user does not exist error when detecting schedule actions when the comm... | yp05327 | 2024-04-11 | 1 | -0/+3 |
* | Replace MSSQL driver with a better maintained version (#30390) | Lunny Xiao | 2024-04-11 | 1 | -3/+3 |
* | Refactor more filterslice (#30370) | Lunny Xiao | 2024-04-10 | 3 | -23/+13 |
* | Fix ambiguous id when fetch Actions tasks (#30382) | Jason Song | 2024-04-10 | 1 | -1/+1 |
* | Add container.FilterSlice function (#30339) | oliverpool | 2024-04-09 | 14 | -184/+101 |
* | Avoid running action when action unit is disabled after workflows detected (#... | yp05327 | 2024-04-08 | 1 | -1/+4 |
* | Fix oauth2 builtin application logic (#30304) | wxiaoguang | 2024-04-08 | 1 | -6/+6 |
* | Clean up log messages (#30313) | wxiaoguang | 2024-04-07 | 2 | -14/+5 |
* | Fix missing 0 prefix of GPG key id (#30245) | KN4CK3R | 2024-04-02 | 3 | -7/+23 |
* | Add unique index for project_issue to prevent duplicate data (#30190) | Lunny Xiao | 2024-04-02 | 5 | -0/+133 |
* | Refactor DeleteInactiveUsers, fix bug and add tests (#30206) | wxiaoguang | 2024-04-01 | 1 | -8/+0 |
* | Fix GPG subkey verify (#30193) | KN4CK3R | 2024-03-31 | 1 | -0/+4 |
* | Add setting to disable user features when user login type is not plain (#29615) | Jack Hay | 2024-03-29 | 2 | -0/+53 |
* | Refactor topic Find functions and add more tests for pagination (#30127) | Lunny Xiao | 2024-03-29 | 2 | -25/+20 |
* | Add API for `Variables` (#29520) | sillyguodong | 2024-03-28 | 1 | -11/+16 |
* | Fix migration v292 (#30153)v1.22.0-rc0 | Lunny Xiao | 2024-03-28 | 6 | -134/+162 |
* | Prevent re-review and dismiss review actions on closed and merged PRs (#30065) | Kemal Zebari | 2024-03-28 | 2 | -3/+65 |
* | Move from `max( id )` to `max( index )` for latest commit statuses (#30076) | YR Chen | 2024-03-28 | 1 | -47/+73 |
* | Add default board to new projects, remove uncategorized pseudo-board (#29874) | Denys Konovalov | 2024-03-27 | 11 | -38/+357 |
* | Load attachments for code comments (#30124) | yp05327 | 2024-03-27 | 1 | -0/+4 |
* | Fix misuse of `TxContext` (#30061) | Jason Song | 2024-03-25 | 2 | -1/+11 |
* | Use db.ListOptions directly instead of Paginator interface to make it easier ... | Lunny Xiao | 2024-03-24 | 2 | -18/+10 |
* | Respect DEFAULT_ORG_MEMBER_VISIBLE setting when adding creator to org (#30013) | DrMaxNix | 2024-03-23 | 1 | -2/+3 |
* | Replace 10 more gt- classes with tw- (#29945) | silverwind | 2024-03-22 | 1 | -1/+1 |
* | Fix some pending problems (#29985) | wxiaoguang | 2024-03-22 | 1 | -5/+4 |
* | Refactor StringsToInt64s (#29967) | wxiaoguang | 2024-03-21 | 2 | -8/+3 |
* | Performance improvements for pull request list page (#29900) | Lunny Xiao | 2024-03-21 | 5 | -19/+45 |
* | Cancel previous runs of the same PR automatically (#29961) | Jason Song | 2024-03-21 | 2 | -6/+7 |