| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | 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 |
* | Add Close() method to gogitRepository (#8901) | zeripath | 2019-11-13 | 1 | -0/+1 |
* | Move release webhook to notification (#8817) | Lunny Xiao | 2019-11-06 | 1 | -38/+4 |
* | Rename HookQueue to hookQueue (#8778) | Lunny Xiao | 2019-11-02 | 1 | -6/+0 |
* | Move webhook to a standalone package under modules (#8747) | Lunny Xiao | 2019-11-01 | 1 | -6/+7 |
* | Move mirror to a standalone package from models (#7486) | Lunny Xiao | 2019-10-01 | 1 | -59/+0 |
* | Extract actions on deletereleasebyid from models to release service (#8219) | Lunny Xiao | 2019-10-01 | 2 | -1/+69 |
* | Fix assets key on release webhook (#8253) | Daniel Fonseca de Lira | 2019-09-24 | 1 | -2/+4 |
* | Move create release from models to a standalone package (#7539) | Lunny Xiao | 2019-09-15 | 2 | -0/+293 |