aboutsummaryrefslogtreecommitdiffstats
path: root/services/release
Commit message (Expand)AuthorAgeFilesLines
* Use repo object format name instead of detecting from git repository (#29702)Lunny Xiao2024-03-101-4/+1
* Use the database object format name but not read from git repoisitory everyti...Lunny Xiao2024-02-241-1/+1
* Avoid sending update/delete release notice when it is draft (#29008)yp053272024-02-021-8/+7
* Simplify how git repositories are opened (#28937)Lunny Xiao2024-01-272-7/+6
* Allow to sync tags from admin dashboard (#28045)JakobDev2024-01-242-0/+67
* Refactor deletion (#28610)delvh2023-12-251-1/+1
* Adjust object format interface (#28469)Lunny Xiao2023-12-171-3/+3
* Abstract hash function usage (#28138)Adam Majer2023-12-131-3/+8
* Fix comment permissions (#28213)Lunny Xiao2023-11-251-14/+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-252-12/+12
* Updates to the API for archived repos (#27149)JakobDev2023-09-211-0/+10
* move repository deletion to service layer (#26948)Lunny Xiao2023-09-081-0/+2
* Move notification interface to services layer (#26915)Lunny Xiao2023-09-051-9/+9
* Less naked returns (#25713)65432023-07-071-5/+5
* Use the type RefName for all the needed places and fix pull mirror sync bugs ...Lunny Xiao2023-05-261-4/+6
* Delete deleted release attachments immediately from storage (#23913)Lunny Xiao2023-04-061-1/+1
* Preserve file size when creating attachments (#23406)Peter2023-03-121-2/+5
* Add context cache as a request level cache (#22294)Lunny Xiao2023-02-151-1/+1
* Add API management for issue/pull and comment attachments (#21783)KN4CK3R2022-12-091-2/+9
* refactor some functions to support ctx as first parameter (#21878)Lunny Xiao2022-12-031-1/+1
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-272-4/+2
* Add `context.Context` to more methods (#21546)KN4CK3R2022-11-192-27/+27
* Allow detect whether it's in a database transaction for a context.Context (#2...Lunny Xiao2022-11-121-1/+1
* Revert "Do not send notifications for draft releases (#21451)" (#21594)v1.18.0-rc0techknowlogick2022-10-261-8/+7
* Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551)delvh2022-10-241-16/+16
* Refactor git command arguments and make all arguments to be safe to be used (...wxiaoguang2022-10-231-1/+1
* Do not send notifications for draft releases (#21451)KN4CK3R2022-10-171-7/+8
* Add generic set type (#21408)KN4CK3R2022-10-121-3/+4
* Add more checks in migration code (#21011)zeripath2022-09-041-3/+4
* Move some files into models' sub packages (#20262)Lunny Xiao2022-08-252-37/+36
* Refactor AssertExistsAndLoadBean to use generics (#20797)Lunny Xiao2022-08-161-8/+8
* fix permission check for delete tag (#19985)a10121127962022-06-161-0/+14
* Move some code into models/git (#19879)Lunny Xiao2022-06-121-2/+3
* improvement some release related code (#19867)Lunny Xiao2022-06-032-16/+12
* 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
* Remove `git.Command.Run` and `git.Command.RunInDir*` (#19280)wxiaoguang2022-04-011-2/+2
* Make git.OpenRepository accept Context (#19260)65432022-03-301-3/+3
* Use `ctx` instead of `db.DefaultContext` in some packages(routers/services/mo...wxiaoguang2022-03-221-2/+2
* Lock gofumpt to v0.3.0 and run it (#18866)silverwind2022-02-231-1/+2
* Delete old git.NewCommand() and use it as git.NewCommandContext() (#18552)65432022-02-061-1/+1
* format with gofumpt (#18184)65432022-01-202-3/+3
* Propagate context and ensure git commands run in request context (#17868)zeripath2022-01-192-7/+8
* Set HeadCommit when creating tags. (#18116)KN4CK3R2021-12-291-1/+5
* Move repository model into models/repo (#17933)Lunny Xiao2021-12-102-10/+10
* Move user related model into models/user (#17781)Lunny Xiao2021-11-242-8/+10
* Move attachment into models/repo/ (#17650)Lunny Xiao2021-11-192-8/+10
* Decouple unit test, remove intermediate `unittestbridge` package (#17662)wxiaoguang2021-11-161-9/+8