| Commit message (Expand) | Author | Age | Files | Lines |
* | Less naked returns (#25713) | 6543 | 2023-07-07 | 1 | -5/+5 |
* | Use the type RefName for all the needed places and fix pull mirror sync bugs ... | Lunny Xiao | 2023-05-26 | 1 | -4/+6 |
* | Delete deleted release attachments immediately from storage (#23913) | Lunny Xiao | 2023-04-06 | 1 | -1/+1 |
* | 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 | 1 | -2/+1 |
* | Add `context.Context` to more methods (#21546) | KN4CK3R | 2022-11-19 | 1 | -21/+21 |
* | 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 | 1 | -13/+13 |
* | 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 | 1 | -12/+8 |
* | Remove `git.Command.Run` and `git.Command.RunInDir*` (#19280) | wxiaoguang | 2022-04-01 | 1 | -2/+2 |
* | 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 | 1 | -2/+2 |
* | Propagate context and ensure git commands run in request context (#17868) | zeripath | 2022-01-19 | 1 | -6/+7 |
* | 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 | 1 | -3/+3 |
* | Move user related model into models/user (#17781) | Lunny Xiao | 2021-11-24 | 1 | -4/+5 |
* | Move attachment into models/repo/ (#17650) | Lunny Xiao | 2021-11-19 | 1 | -6/+7 |
* | 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 | 1 | -5/+6 |
* | Fix dump and restore respository (#16698) | Lunny Xiao | 2021-08-30 | 1 | -1/+1 |
* | Add tag protection (#15629) | KN4CK3R | 2021-06-25 | 1 | -5/+22 |
* | Implement delete release attachments and update release attachments' name (#1... | Lunny Xiao | 2021-03-23 | 1 | -21/+98 |
* | Create tag on ui (#13467) | a1012112796 | 2021-02-28 | 1 | -5/+52 |
* | 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 | 1 | -3/+10 |
* | Fixes #12341: Release date should only be set to current time if draft or tag... | Richard Mahn | 2020-07-28 | 1 | -1/+1 |
* | When using API CreateRelease set created_unix to the tag commit time (#11218) | Jason Duan | 2020-04-30 | 1 | -1/+1 |
* | Move PushUpdateAddDeleteTags to repository module from models (#10106) | Lunny Xiao | 2020-02-03 | 1 | -2/+2 |
* | Move push commits from models to modules/repository (#9370) | Lunny Xiao | 2020-01-10 | 1 | -1/+2 |
* | Graceful: Cancel Process on monitor pages & HammerTime (#9213) | zeripath | 2019-11-30 | 1 | -6/+5 |
* | Send tag create and push webhook when release created on UI (#8671) | Benno | 2019-11-22 | 1 | -0/+9 |
* | Move release webhook to notification (#8817) | Lunny Xiao | 2019-11-06 | 1 | -38/+4 |