aboutsummaryrefslogtreecommitdiffstats
path: root/services/release/release_test.go
Commit message (Expand)AuthorAgeFilesLines
* improvement some release related code (#19867)Lunny Xiao2022-06-031-4/+4
* Move almost all functions' parameter db.Engine to context.Context (#19748)Lunny Xiao2022-05-201-3/+4
* Use a struct as test options (#19393)Lunny Xiao2022-04-141-1/+3
* Make git.OpenRepository accept Context (#19260)65432022-03-301-3/+3
* format with gofumpt (#18184)65432022-01-201-1/+1
* Propagate context and ensure git commands run in request context (#17868)zeripath2022-01-191-1/+1
* Move repository model into models/repo (#17933)Lunny Xiao2021-12-101-7/+7
* Move user related model into models/user (#17781)Lunny Xiao2021-11-241-4/+5
* Move attachment into models/repo/ (#17650)Lunny Xiao2021-11-191-2/+3
* Decouple unit test, remove intermediate `unittestbridge` package (#17662)wxiaoguang2021-11-161-9/+8
* Decouple unit test code from business code (#17623)wxiaoguang2021-11-121-5/+6
* Move db related basic functions to models/db (#17075)Lunny Xiao2021-09-191-13/+14
* Add repo_id for attachment (#16958)Lunny Xiao2021-09-081-4/+7
* Add tag protection (#15629)KN4CK3R2021-06-251-0/+26
* Fixed assert statements. (#16089)KN4CK3R2021-06-071-3/+3
* Implement delete release attachments and update release attachments' name (#1...Lunny Xiao2021-03-231-11/+79
* Create tag on ui (#13467)a10121127962021-02-281-15/+24
* Add action feed for new release (#12324)赵智超2020-07-291-3/+3
* Fixes #12341: Release date should only be set to current time if draft or tag...Richard Mahn2020-07-281-0/+151
* Add Close() method to gogitRepository (#8901)zeripath2019-11-131-0/+1
* Move mirror to a standalone package from models (#7486)Lunny Xiao2019-10-011-59/+0
* Extract actions on deletereleasebyid from models to release service (#8219)Lunny Xiao2019-10-011-1/+1
* Move create release from models to a standalone package (#7539)Lunny Xiao2019-09-151-0/+161