| Commit message (Expand) | Author | Age | Files | Lines |
* | Refactor system setting (#27000) (#27452) | Giteabot | 2023-10-05 | 1 | -5/+1 |
* | move repository deletion to service layer (#26948) | Lunny Xiao | 2023-09-08 | 1 | -326/+0 |
* | chore(actions): support cron schedule task (#26655) | Lunny Xiao | 2023-08-24 | 1 | -0/+2 |
* | Update tool dependencies, lock govulncheck and actionlint (#25655) | silverwind | 2023-07-09 | 1 | -2/+2 |
* | Replace `interface{}` with `any` (#25686) | silverwind | 2023-07-04 | 1 | -1/+1 |
* | Sync branches into databases (#22743) | Lunny Xiao | 2023-06-29 | 1 | -1/+1 |
* | Implement actions artifacts (#22738) | FuXiaoHei | 2023-05-19 | 1 | -0/+15 |
* | Split "modules/context.go" to separate files (#24569) | wxiaoguang | 2023-05-08 | 1 | -3/+0 |
* | Require at least one unit to be enabled (#24189) | Lunny Xiao | 2023-05-06 | 1 | -1/+3 |
* | Avoid warning for system setting when start up (#23054) | Lunny Xiao | 2023-02-24 | 1 | -2/+2 |
* | Implement actions (#21937) | Jason Song | 2023-01-31 | 1 | -0/+22 |
* | Secrets storage with SecretKey encrypted (#22142) | Jason Song | 2022-12-20 | 1 | -0/+2 |
* | Fix issue/PR numbers (#22037) | Jason Song | 2022-12-06 | 1 | -2/+2 |
* | refactor some functions to support ctx as first parameter (#21878) | Lunny Xiao | 2022-12-03 | 1 | -4/+4 |
* | Implement FSFE REUSE for golang files (#21840) | flynnnnnnnnnn | 2022-11-27 | 1 | -2/+1 |
* | Allow detect whether it's in a database transaction for a context.Context (#2... | Lunny Xiao | 2022-11-12 | 1 | -2/+2 |
* | Fix issues count bug (#21557) | Lunny Xiao | 2022-10-25 | 1 | -9/+4 |
* | Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551) | delvh | 2022-10-24 | 1 | -10/+10 |
* | Decouple HookTask from Repository (#17940) | KN4CK3R | 2022-10-21 | 1 | -1/+5 |
* | Add system setting table with cache and also add cache supports for user sett... | Lunny Xiao | 2022-10-17 | 1 | -9/+14 |
* | Refactor GetNextResourceIndex to make it work properly with transaction (#21469) | wxiaoguang | 2022-10-16 | 1 | -1/+1 |
* | Add Num{Issues,Pulls} stats checks (#21404) | Gusted | 2022-10-11 | 1 | -1/+13 |
* | fix hard-coded timeout and error panic in API archive download endpoint (#20925) | Peter GardfjÀll | 2022-08-29 | 1 | -2/+1 |
* | Move some files into models' sub packages (#20262) | Lunny Xiao | 2022-08-25 | 1 | -164/+5 |
* | Add option to purge users (#18064) | zeripath | 2022-07-14 | 1 | -10/+2 |
* | Add more linters to improve code readability (#19989) | Wim | 2022-06-20 | 1 | -1/+1 |
* | Move issues related files into models/issues (#19931) | Lunny Xiao | 2022-06-13 | 1 | -13/+7 |
* | Move some code into models/git (#19879) | Lunny Xiao | 2022-06-12 | 1 | -11/+9 |
* | Move some repository related code into sub package (#19711) | Lunny Xiao | 2022-06-06 | 1 | -396/+7 |
* | improvement some release related code (#19867) | Lunny Xiao | 2022-06-03 | 1 | -1/+1 |
* | feat: add DEFAULT_MERGE_STYLE to `repository.pull-request` section for repo i... | ttys3 | 2022-06-02 | 1 | -1/+1 |
* | Move almost all functions' parameter db.Engine to context.Context (#19748) | Lunny Xiao | 2022-05-20 | 1 | -33/+24 |
* | Move access and repo permission to models/perm/access (#19350) | Lunny Xiao | 2022-05-11 | 1 | -41/+10 |
* | Move some helper files out of models (#19355) | Lunny Xiao | 2022-05-08 | 1 | -11/+4 |
* | Delete related PullAutoMerge and ReviewState on User/Repo Deletion (#19649) | 6543 | 2022-05-08 | 1 | -1/+5 |
* | Prevent NPE when checking repo units if the user is nil (#19625) | zeripath | 2022-05-06 | 1 | -1/+1 |
* | Use for a repo action one database transaction (#19576) | 6543 | 2022-05-03 | 1 | -3/+3 |
* | more context for models (#19511) | 6543 | 2022-04-28 | 1 | -3/+3 |
* | Move milestone to models/issues/ (#19278) | Lunny Xiao | 2022-04-08 | 1 | -7/+4 |
* | Make git.OpenRepository accept Context (#19260) | 6543 | 2022-03-30 | 1 | -6/+6 |
* | Move project files into models/project sub package (#17704) | Lunny Xiao | 2022-03-29 | 1 | -2/+3 |
* | Move init repository related functions to modules (#19159) | Lunny Xiao | 2022-03-29 | 1 | -112/+2 |
* | Move organization related structs into sub package (#18518) | Lunny Xiao | 2022-03-29 | 1 | -11/+12 |
* | use xorm builder for models.getReviewers() (#19033) | 6543 | 2022-03-10 | 1 | -34/+28 |
* | Allow users to self-request a PR review (#19030) | Norwin | 2022-03-08 | 1 | -4/+12 |
* | Fix potential assignee query for repo (#18994) | Otto Richter (fnetX) | 2022-03-04 | 1 | -1/+1 |
* | Add config option to disable "Update branch by rebase" (#18745) | Jimmy Praet | 2022-03-04 | 1 | -1/+1 |
* | fix & refactor (#18973) | 6543 | 2022-03-03 | 1 | -10/+10 |
* | Don't clean up hardcoded `tmp` (#18983) | KN4CK3R | 2022-03-02 | 1 | -2/+2 |
* | Update assignees check to include any writing team and change org sidebar (#1... | zeripath | 2022-02-23 | 1 | -11/+40 |