| Commit message (Expand) | Author | Age | Files | Lines |
* | If a repository return no commitstatus, then still cache it but not query it ... | Lunny Xiao | 2024-04-25 | 1 | -7/+15 |
* | Enable more `revive` linter rules (#30608) | silverwind | 2024-04-22 | 3 | -4/+0 |
* | Use correct hash for "git update-index" (#30626) | wxiaoguang | 2024-04-22 | 1 | -5/+8 |
* | Clarify permission "HasAccess" behavior (#30585) | wxiaoguang | 2024-04-20 | 3 | -4/+4 |
* | Refactor cache and disable go-chi cache (#30417) | wxiaoguang | 2024-04-13 | 4 | -38/+27 |
* | Fix commit status cache which missed target_url (#30426) | Lunny Xiao | 2024-04-12 | 1 | -11/+41 |
* | Add commit status summary table to reduce query from commit status table (#30... | Lunny Xiao | 2024-04-12 | 1 | -7/+41 |
* | Check the token's owner and repository when registering a runner (#30406) | Zettat123 | 2024-04-11 | 1 | -0/+1 |
* | Clean up log messages (#30313) | wxiaoguang | 2024-04-07 | 3 | -3/+3 |
* | Use db.ListOptionsAll instead of db.ListOptions{ListAll: true} (#29995) | Lunny Xiao | 2024-03-22 | 1 | -4/+2 |
* | Cancel previous runs of the same PR automatically (#29961) | Jason Song | 2024-03-21 | 1 | -4/+4 |
* | Fix loadOneBranch panic (#29938) | wxiaoguang | 2024-03-20 | 1 | -4/+6 |
* | Restore deleted branches when syncing (#29898) | Jason Song | 2024-03-20 | 1 | -2/+2 |
* | Add cache for branch divergence on branch list page (#29577) | Lunny Xiao | 2024-03-08 | 2 | -6/+54 |
* | Move get/set default branch from git package to gitrepo package to hide repop... | Lunny Xiao | 2024-03-08 | 6 | -34/+17 |
* | Add download URL for executable files (#28260) | Earl Warren | 2024-03-06 | 1 | -1/+1 |
* | Cache repository default branch commit status to reduce query on commit statu... | Lunny Xiao | 2024-03-06 | 2 | -48/+135 |
* | Sync branches to DB immediately when handle git hook calling (#29493) | Jason Song | 2024-03-06 | 2 | -44/+82 |
* | Make wiki default branch name changable (#29603) | wxiaoguang | 2024-03-06 | 2 | -30/+60 |
* | Move some asymkey functions to service layer (#28894) | Lunny Xiao | 2024-03-04 | 1 | -1/+2 |
* | Add user blocking (#29028) | KN4CK3R | 2024-03-04 | 5 | -19/+42 |
* | remove util.OptionalBool and related functions (#29513) | 6543 | 2024-03-02 | 1 | -3/+2 |
* | Move migration functions to services layer (#29497) | Lunny Xiao | 2024-03-01 | 1 | -0/+264 |
* | Move generate from module to service (#29465) | Lunny Xiao | 2024-02-28 | 5 | -5/+542 |
* | Move context from modules to services (#29440) | Lunny Xiao | 2024-02-27 | 6 | -6/+6 |
* | Refactor git attributes (#29356) | KN4CK3R | 2024-02-24 | 1 | -9/+3 |
* | Use the database object format name but not read from git repoisitory everyti... | Lunny Xiao | 2024-02-24 | 5 | -16/+7 |
* | Implement code frequency graph (#29191) | Şahin Akkaya | 2024-02-23 | 1 | -2/+0 |
* | Start to migrate from `util.OptionalBool` to `optional.Option[bool]` (#29329) | 6543 | 2024-02-23 | 2 | -3/+5 |
* | Fix content size does not match error when uploading lfs file (#29259) | vincent | 2024-02-19 | 1 | -1/+5 |
* | Do not use lower tag names to find releases/tags (#29261) | Jason Song | 2024-02-19 | 1 | -6/+6 |
* | Implement contributors graph (#27882) | Şahin Akkaya | 2024-02-15 | 2 | -0/+406 |
* | Extract linguist code to method (#29168) | KN4CK3R | 2024-02-14 | 1 | -0/+31 |
* | bump to use go 1.22 (#29119) | techknowlogick | 2024-02-14 | 1 | -19/+19 |
* | Move some repository transfer functions to service layer (#28855) | Lunny Xiao | 2024-02-05 | 2 | -2/+343 |
* | Update tool dependencies (#29030) | silverwind | 2024-02-02 | 1 | -1/+0 |
* | Fix an actions schedule bug (#28942) | Zettat123 | 2024-01-31 | 1 | -0/+10 |
* | Simplify how git repositories are opened (#28937) | Lunny Xiao | 2024-01-27 | 14 | -30/+34 |
* | Fix `DeleteCollaboration` transaction behaviour (#28886) | KN4CK3R | 2024-01-22 | 1 | -2/+5 |
* | Fix branch list bug which displayed default branch twice (#28878) | Lunny Xiao | 2024-01-21 | 1 | -3/+2 |
* | Add support for sha256 repositories (#23894) | Adam Majer | 2024-01-19 | 2 | -11/+16 |
* | Fix reverting a merge commit failing (#28794) | Mihir Joshi | 2024-01-16 | 6 | -7/+23 |
* | Move more functions to db.Find (#28419) | Lunny Xiao | 2024-01-15 | 2 | -3/+6 |
* | Fix schedule tasks bugs (#28691) | Lunny Xiao | 2024-01-12 | 2 | -1/+112 |
* | Remove unnecessary syncbranchToDB with tests (#28624) | Lunny Xiao | 2023-12-28 | 1 | -20/+9 |
* | Refactor deletion (#28610) | delvh | 2023-12-25 | 1 | -2/+2 |
* | Always enable caches (#28527) | Lunny Xiao | 2023-12-19 | 1 | -5/+0 |
* | Adjust object format interface (#28469) | Lunny Xiao | 2023-12-17 | 8 | -38/+34 |
* | Abstract hash function usage (#28138) | Adam Majer | 2023-12-13 | 13 | -57/+59 |
* | Second part of refactor `db.Find` (#28194) | Lunny Xiao | 2023-12-11 | 1 | -8/+3 |