| Commit message (Expand) | Author | Age | Files | Lines |
* | Preserve file size when creating attachments (#23406) | Peter | 2023-03-12 | 1 | -2/+5 |
* | Add context cache as a request level cache (#22294) | Lunny Xiao | 2023-02-15 | 1 | -1/+1 |
* | Add API management for issue/pull and comment attachments (#21783) | KN4CK3R | 2022-12-09 | 1 | -2/+9 |
* | refactor some functions to support ctx as first parameter (#21878) | Lunny Xiao | 2022-12-03 | 1 | -1/+1 |
* | Implement FSFE REUSE for golang files (#21840) | flynnnnnnnnnn | 2022-11-27 | 2 | -4/+2 |
* | Add `context.Context` to more methods (#21546) | KN4CK3R | 2022-11-19 | 2 | -27/+27 |
* | Allow detect whether it's in a database transaction for a context.Context (#2... | Lunny Xiao | 2022-11-12 | 1 | -1/+1 |
* | Revert "Do not send notifications for draft releases (#21451)" (#21594)v1.18.0-rc0 | techknowlogick | 2022-10-26 | 1 | -8/+7 |
* | Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551) | delvh | 2022-10-24 | 1 | -16/+16 |
* | Refactor git command arguments and make all arguments to be safe to be used (... | wxiaoguang | 2022-10-23 | 1 | -1/+1 |
* | Do not send notifications for draft releases (#21451) | KN4CK3R | 2022-10-17 | 1 | -7/+8 |
* | Add generic set type (#21408) | KN4CK3R | 2022-10-12 | 1 | -3/+4 |
* | Add more checks in migration code (#21011) | zeripath | 2022-09-04 | 1 | -3/+4 |
* | Move some files into models' sub packages (#20262) | Lunny Xiao | 2022-08-25 | 2 | -37/+36 |
* | Refactor AssertExistsAndLoadBean to use generics (#20797) | Lunny Xiao | 2022-08-16 | 1 | -8/+8 |
* | fix permission check for delete tag (#19985) | a1012112796 | 2022-06-16 | 1 | -0/+14 |
* | Move some code into models/git (#19879) | Lunny Xiao | 2022-06-12 | 1 | -2/+3 |
* | improvement some release related code (#19867) | Lunny Xiao | 2022-06-03 | 2 | -16/+12 |
* | Move almost all functions' parameter db.Engine to context.Context (#19748) | Lunny Xiao | 2022-05-20 | 1 | -3/+4 |
* | Use a struct as test options (#19393) | Lunny Xiao | 2022-04-14 | 1 | -1/+3 |
* | Remove `git.Command.Run` and `git.Command.RunInDir*` (#19280) | wxiaoguang | 2022-04-01 | 1 | -2/+2 |
* | Make git.OpenRepository accept Context (#19260) | 6543 | 2022-03-30 | 1 | -3/+3 |
* | Use `ctx` instead of `db.DefaultContext` in some packages(routers/services/mo... | wxiaoguang | 2022-03-22 | 1 | -2/+2 |
* | Lock gofumpt to v0.3.0 and run it (#18866) | silverwind | 2022-02-23 | 1 | -1/+2 |
* | Delete old git.NewCommand() and use it as git.NewCommandContext() (#18552) | 6543 | 2022-02-06 | 1 | -1/+1 |
* | format with gofumpt (#18184) | 6543 | 2022-01-20 | 2 | -3/+3 |
* | Propagate context and ensure git commands run in request context (#17868) | zeripath | 2022-01-19 | 2 | -7/+8 |
* | Set HeadCommit when creating tags. (#18116) | KN4CK3R | 2021-12-29 | 1 | -1/+5 |
* | Move repository model into models/repo (#17933) | Lunny Xiao | 2021-12-10 | 2 | -10/+10 |
* | Move user related model into models/user (#17781) | Lunny Xiao | 2021-11-24 | 2 | -8/+10 |
* | Move attachment into models/repo/ (#17650) | Lunny Xiao | 2021-11-19 | 2 | -8/+10 |
* | Decouple unit test, remove intermediate `unittestbridge` package (#17662) | wxiaoguang | 2021-11-16 | 1 | -9/+8 |
* | Decouple unit test code from business code (#17623) | wxiaoguang | 2021-11-12 | 1 | -5/+6 |
* | DBContext is just a Context (#17100) | zeripath | 2021-09-23 | 1 | -2/+2 |
* | Move db related basic functions to models/db (#17075) | Lunny Xiao | 2021-09-19 | 2 | -18/+20 |
* | Add repo_id for attachment (#16958) | Lunny Xiao | 2021-09-08 | 1 | -4/+7 |
* | Fix dump and restore respository (#16698) | Lunny Xiao | 2021-08-30 | 1 | -1/+1 |
* | Add tag protection (#15629) | KN4CK3R | 2021-06-25 | 2 | -5/+48 |
* | Fixed assert statements. (#16089) | KN4CK3R | 2021-06-07 | 1 | -3/+3 |
* | Implement delete release attachments and update release attachments' name (#1... | Lunny Xiao | 2021-03-23 | 2 | -32/+177 |
* | Create tag on ui (#13467) | a1012112796 | 2021-02-28 | 2 | -20/+76 |
* | Fix wrong publisher id (#14212) | Lunny Xiao | 2021-01-01 | 1 | -3/+5 |
* | Send webhook when tag is removed via Web UI (#14015) | Cirno the Strongest | 2020-12-16 | 1 | -0/+9 |
* | Add the tag list page to the release page (#12096) | a1012112796 | 2020-11-02 | 1 | -4/+0 |
* | Refactor: Move PushUpdateOptions (#13363) | Lunny Xiao | 2020-10-30 | 1 | -2/+6 |
* | Enhance release list (#6025) | Lanre Adelowo | 2020-10-21 | 1 | -0/+6 |
* | Add a storage layer for attachments (#11387) | Lunny Xiao | 2020-08-18 | 1 | -2/+2 |
* | Re-attempt to delete temporary upload if the file is locked by another proces... | zeripath | 2020-08-11 | 1 | -2/+2 |
* | Add action feed for new release (#12324) | 赵智超 | 2020-07-29 | 2 | -6/+13 |
* | Fixes #12341: Release date should only be set to current time if draft or tag... | Richard Mahn | 2020-07-28 | 2 | -1/+152 |