aboutsummaryrefslogtreecommitdiffstats
path: root/models/release.go
Commit message (Expand)AuthorAgeFilesLines
* Move PushUpdateAddDeleteTags to repository module from models (#10106)Lunny Xiao2020-02-031-5/+11
* API add/generalize pagination (#9452)SpaWn2KiLl2020-01-241-9/+10
* Move some repository methods from models to modules/repository (#9353)Lunny Xiao2019-12-141-44/+0
* refactor(models/attachement): use getAttachmentsByUUIDs (#9317)Antoine GIRARD2019-12-111-10/+3
* Allow externalID to be UUID (#8551)Wenxuan Zhao2019-10-171-1/+1
* Update migrated repositories' issues/comments/prs poster id if user has a git...Lunny Xiao2019-10-141-0/+14
* Add extra user information when migrating release (#8331)Lunny Xiao2019-10-051-0/+2
* Extract actions on deletereleasebyid from models to release service (#8219)Lunny Xiao2019-10-011-67/+4
* Delete releases attachments if release is deleted (#6068)Lanre Adelowo2019-09-221-0/+13
* Fix release API URL generation (#8234)Daniel Fonseca de Lira2019-09-181-1/+1
* Move create release from models to a standalone package (#7539)Lunny Xiao2019-09-151-113/+11
* fix wrong sender when send slack webhook (#7918)Lunny Xiao2019-08-201-4/+4
* Display ui time with customize time location (#7792)Lunny Xiao2019-08-151-10/+10
* Move models.PushUpdate to repofiles.PushUpdate (#7485)Lunny Xiao2019-07-241-3/+3
* Monitor all git commands; move blame to git package and replace git as a vari...Lunny Xiao2019-06-261-1/+1
* Fix error log when loading issues caused by a xorm bug (#7271)Lunny Xiao2019-06-231-1/+1
* Add golangci (#6418)kolaente2019-06-121-6/+8
* Move sdk structs to modules/structs (#6905)Lunny Xiao2019-05-111-1/+1
* Better logging (#6038) (#6095)zeripath2019-04-021-4/+4
* move code.gitea.io/git to code.gitea.io/gitea/modules/git (#6364)Lunny Xiao2019-03-271-2/+2
* Added URL mapping for Release attachments like on github.com (#1707)gdeverlant2019-01-061-0/+10
* mirror: Delete tags in mirror which are removed for original repo. (#5609)Harshit Bansal2018-12-311-2/+2
* Restrict permission check on repositories and fix some problems (#5314)Lunny Xiao2018-11-281-10/+3
* fix release creation via API (#5076)Lunny Xiao2018-10-151-2/+2
* Fix missing release title in webhook (#4783) (#4796)SagePtr2018-08-261-0/+1
* fix bug when deleting a release (#4207)Lunny Xiao2018-06-121-0/+5
* Fix some webhooks bugs (#3981)Lunny Xiao2018-05-211-1/+32
* Add more webhooks support and refactor webhook templates directory (#3929)Lunny Xiao2018-05-161-1/+21
* Add Attachment API (#3478)Jonas Franz2018-03-061-1/+6
* Bug fix for repo releases sorted (#3522)Wendell Sun2018-02-211-1/+3
* Refactor struct's time to remove unnecessary memory usage (#3142)Lunny Xiao2017-12-111-27/+12
* Replace deprecated Id method with ID (#2655)Ethan Koenig2017-10-051-5/+5
* Use AfterLoad instead of AfterSet on Structs (#2628)Lunny Xiao2017-10-011-7/+3
* Sync releases table with tags on push and for mirrors (#2459)Lauris BH2017-09-201-14/+75
* Fix release display and correct paging (#2080)Lauris BH2017-06-291-22/+26
* Pagination on releases page (#2035)iszla2017-06-281-0/+14
* Fix typos in models/ and modules/ (#1248)Ethan Koenig2017-03-151-1/+1
* Refactor and fix incorrect comment (#1247)Ethan Koenig2017-03-151-1/+1
* fix some typos (#1082)Lunny Xiao2017-02-281-1/+1
* Refactor process package and introduce ProcessManager{} with tests (#75)Matthias Loibl2017-01-171-11/+9
* Attach to release (#673)Philip Couling2017-01-151-2/+100
* Create missing database indexes (#596)Andrey Nering2017-01-061-5/+5
* Make releases faster than before and resolved #490 (#588)Lunny Xiao2017-01-061-4/+13
* change the default action when deleting a release to not delete tagLunny Xiao2017-01-031-6/+8
* Release API endpointsEthan Koenig2017-01-021-0/+60
* fixed vulnerabilities on deleting release (#399)Lunny Xiao2016-12-161-1/+8
* Lint/issue &mail (#243)Bwko2016-11-251-5/+7
* Merge remote-tracking branch 'upstream/master' into feature/rewrite-xorm-queriesThibault Meyer2016-11-101-2/+2
|\
| * Update import paths from github.com/go-gitea to code.gitea.io (#135)Sandro Santilli2016-11-101-2/+2
* | Rewrite XORM queriesThibault Meyer2016-11-101-2/+7
|/