aboutsummaryrefslogtreecommitdiffstats
path: root/integrations/api_releases_test.go
Commit message (Expand)AuthorAgeFilesLines
* Remove dependent on session auth for api/v1 routers (#19321)Lunny Xiao2022-04-081-7/+4
* Make git.OpenRepository accept Context (#19260)65432022-03-301-2/+2
* Handle invalid issues (#18111)Gusted2021-12-281-1/+1
* Move repository model into models/repo (#17933)Lunny Xiao2021-12-101-7/+8
* Move user related model into models/user (#17781)Lunny Xiao2021-11-241-7/+8
* Decouple unit test, remove intermediate `unittestbridge` package (#17662)wxiaoguang2021-11-161-15/+15
* Move db related basic functions to models/db (#17075)Lunny Xiao2021-09-191-14/+15
* [API] ListReleases add filter for draft and pre-releases (#16175)65432021-06-171-0/+53
* [API] Add delete release by tag & fix unreleased inconsistency (#14563)65432021-02-071-10/+10
* [API] GetRelease by tag only return release (#14397)Cameron Braid2021-02-041-2/+1
* Move macaron to chi (#14293)Lunny Xiao2021-01-261-4/+4
* Delete tag API (#13358)John Olheiser2020-10-301-0/+23
* API: Get release by tags endpoint (#12932)Johan Van de Wauw2020-09-251-0/+34
* Fix "data race" in testlogger (#9159)zeripath2019-11-261-3/+3
* Add Close() method to gogitRepository (#8901)zeripath2019-11-131-0/+2
* Move sdk structs to modules/structs (#6905)Lunny Xiao2019-05-111-1/+1
* move code.gitea.io/git to code.gitea.io/gitea/modules/git (#6364)Lunny Xiao2019-03-271-1/+1
* Fix new release creation API to allow empty target (#5870)Lauris BH2019-01-301-23/+58
* Enforce token on api routes [fixed critical security issue #4357] (#4840)B-OnTheGo2018-09-101-5/+5
* Fix API-Endpoint release (#3012)Marc Brückner2018-01-161-0/+85