| Commit message (Expand) | Author | Age | Files | Lines |
* | Use a struct as test options (#19393) | Lunny Xiao | 2022-04-14 | 1 | -1/+3 |
* | Make git.OpenRepository accept Context (#19260) | 6543 | 2022-03-30 | 1 | -3/+3 |
* | format with gofumpt (#18184) | 6543 | 2022-01-20 | 1 | -1/+1 |
* | Propagate context and ensure git commands run in request context (#17868) | zeripath | 2022-01-19 | 1 | -1/+1 |
* | Move repository model into models/repo (#17933) | Lunny Xiao | 2021-12-10 | 1 | -7/+7 |
* | 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 | -2/+3 |
* | 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 |
* | Move db related basic functions to models/db (#17075) | Lunny Xiao | 2021-09-19 | 1 | -13/+14 |
* | Add repo_id for attachment (#16958) | Lunny Xiao | 2021-09-08 | 1 | -4/+7 |
* | Add tag protection (#15629) | KN4CK3R | 2021-06-25 | 1 | -0/+26 |
* | 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 | 1 | -11/+79 |
* | Create tag on ui (#13467) | a1012112796 | 2021-02-28 | 1 | -15/+24 |
* | Add action feed for new release (#12324) | 赵智超 | 2020-07-29 | 1 | -3/+3 |
* | Fixes #12341: Release date should only be set to current time if draft or tag... | Richard Mahn | 2020-07-28 | 1 | -0/+151 |
* | Add Close() method to gogitRepository (#8901) | zeripath | 2019-11-13 | 1 | -0/+1 |
* | 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 | 1 | -1/+1 |
* | Move create release from models to a standalone package (#7539) | Lunny Xiao | 2019-09-15 | 1 | -0/+161 |