summaryrefslogtreecommitdiffstats
path: root/models/attachment_test.go
Commit message (Expand)AuthorAgeFilesLines
* Decouple unit test code from business code (#17623)wxiaoguang2021-11-121-7/+8
* Move unit into models/unit/ (#17576)Lunny Xiao2021-11-091-4/+5
* DBContext is just a Context (#17100)zeripath2021-09-231-1/+1
* Move db related basic functions to models/db (#17075)Lunny Xiao2021-09-191-9/+10
* Add repo_id for attachment (#16958)Lunny Xiao2021-09-081-29/+0
* Fixed assert statements. (#16089)KN4CK3R2021-06-071-3/+3
* Implement delete release attachments and update release attachments' name (#1...Lunny Xiao2021-03-231-1/+1
* chore(models): rewrite code format. (#14754)Bo-Yi Wu2021-03-141-3/+2
* Reading pull attachments should depend on read UnitTypePullRequests (#10346)zeripath2020-02-181-1/+1
* Only serve attachments when linked to issue/release and if accessible by user...Antoine GIRARD2020-01-051-2/+30
* refactor(models/attachement): use getAttachmentsByUUIDs (#9317)Antoine GIRARD2019-12-111-0/+12
* fix upload attachments (#6481)Lunny Xiao2019-04-021-0/+29
* Add Attachment API (#3478)Jonas Franz2018-03-061-0/+29
* MySQL, Postgres integration tests in drone (#1638)Ethan Koenig2017-04-301-3/+3
* feat: add download count field and unit testing for attachment. (#1512)Bo-Yi Wu2017-04-201-0/+60