aboutsummaryrefslogtreecommitdiffstats
path: root/services/release/release.go
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-271-2/+1
* Add `context.Context` to more methods (#21546)KN4CK3R2022-11-191-21/+21
* 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-251-13/+13
* 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-031-12/+8
* Remove `git.Command.Run` and `git.Command.RunInDir*` (#19280)wxiaoguang2022-04-011-2/+2
* 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-201-2/+2
* Propagate context and ensure git commands run in request context (#17868)zeripath2022-01-191-6/+7
* Set HeadCommit when creating tags. (#18116)KN4CK3R2021-12-291-1/+5
* Move repository model into models/repo (#17933)Lunny Xiao2021-12-101-3/+3
* Move user related model into models/user (#17781)Lunny Xiao2021-11-241-4/+5
* Move attachment into models/repo/ (#17650)Lunny Xiao2021-11-191-6/+7
* DBContext is just a Context (#17100)zeripath2021-09-231-2/+2
* Move db related basic functions to models/db (#17075)Lunny Xiao2021-09-191-5/+6
* Fix dump and restore respository (#16698)Lunny Xiao2021-08-301-1/+1
* Add tag protection (#15629)KN4CK3R2021-06-251-5/+22
* Implement delete release attachments and update release attachments' name (#1...Lunny Xiao2021-03-231-21/+98
* Create tag on ui (#13467)a10121127962021-02-281-5/+52
* Fix wrong publisher id (#14212)Lunny Xiao2021-01-011-3/+5
* Send webhook when tag is removed via Web UI (#14015)Cirno the Strongest2020-12-161-0/+9
* Add the tag list page to the release page (#12096)a10121127962020-11-021-4/+0
* Refactor: Move PushUpdateOptions (#13363)Lunny Xiao2020-10-301-2/+6
* Enhance release list (#6025)Lanre Adelowo2020-10-211-0/+6
* Add a storage layer for attachments (#11387)Lunny Xiao2020-08-181-2/+2
* Re-attempt to delete temporary upload if the file is locked by another proces...zeripath2020-08-111-2/+2
* Add action feed for new release (#12324)赵智超2020-07-291-3/+10
* Fixes #12341: Release date should only be set to current time if draft or tag...Richard Mahn2020-07-281-1/+1
* When using API CreateRelease set created_unix to the tag commit time (#11218)Jason Duan2020-04-301-1/+1
* Move PushUpdateAddDeleteTags to repository module from models (#10106)Lunny Xiao2020-02-031-2/+2
* Move push commits from models to modules/repository (#9370)Lunny Xiao2020-01-101-1/+2
* Graceful: Cancel Process on monitor pages & HammerTime (#9213)zeripath2019-11-301-6/+5
* Send tag create and push webhook when release created on UI (#8671)Benno2019-11-221-0/+9