aboutsummaryrefslogtreecommitdiffstats
path: root/services/release/release_test.go
Commit message (Expand)AuthorAgeFilesLines
* Enable tenv and testifylint rules (#32852)TheFox0x711 days1-1/+1
* Simplify how git repositories are opened (#28937)Lunny Xiao2024-01-271-6/+4
* Even more `db.DefaultContext` refactor (#27352)JakobDev2023-10-031-2/+2
* make writing main test easier (#27270)Lunny Xiao2023-09-281-4/+1
* Another round of `db.DefaultContext` refactor (#27103)JakobDev2023-09-251-10/+10
* move repository deletion to service layer (#26948)Lunny Xiao2023-09-081-0/+2
* Preserve file size when creating attachments (#23406)Peter2023-03-121-2/+5
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* Add `context.Context` to more methods (#21546)KN4CK3R2022-11-191-6/+6
* Move some files into models' sub packages (#20262)Lunny Xiao2022-08-251-24/+23
* Refactor AssertExistsAndLoadBean to use generics (#20797)Lunny Xiao2022-08-161-8/+8
* 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