summaryrefslogtreecommitdiffstats
path: root/services/release/release.go
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move release webhook to notification (#8817)Lunny Xiao2019-11-061-38/+4
* Rename HookQueue to hookQueue (#8778)Lunny Xiao2019-11-021-6/+0
* Move webhook to a standalone package under modules (#8747)Lunny Xiao2019-11-011-6/+7
* Extract actions on deletereleasebyid from models to release service (#8219)Lunny Xiao2019-10-011-0/+68
* Fix assets key on release webhook (#8253)Daniel Fonseca de Lira2019-09-241-2/+4
* Move create release from models to a standalone package (#7539)Lunny Xiao2019-09-151-0/+132