summaryrefslogtreecommitdiffstats
path: root/integrations/api_repo_test.go
Commit message (Expand)AuthorAgeFilesLines
* Creating a repo from a template repo via API (#15958)a10121127962021-07-051-0/+37
* fix TestAPIRepoTransfer (#16189)65432021-06-181-4/+4
* Fix some API bugs (#16184)65432021-06-181-1/+1
* [API] expose repo.GetReviewers() & repo.GetAssignees() (#16168)65432021-06-171-0/+28
* [API] ListReleases add filter for draft and pre-releases (#16175)65432021-06-171-1/+1
* Ensure validation occurs on clone addresses too (#14994)zeripath2021-03-151-5/+2
* Repository transfer has to be confirmed, if user can not create repo for new ...65432021-03-011-4/+14
* Issues overview should not show issues from archived repos (#13220)Elena Neuschild2021-01-121-3/+3
* Add Allow-/Block-List for Migrate & Mirrors (#13610)65432020-11-281-1/+11
* Handle and propagate errors when checking if paths are Dirs, Files or Exist (...zeripath2020-11-271-1/+1
* [RFC] Make archival asynchronous (#11296)Kyle Evans2020-11-071-3/+3
* Delete tag API (#13358)John Olheiser2020-10-301-1/+1
* [API] Migration: Change ServiceType String (#12672)65432020-09-101-8/+8
* Test ignore migration rate limitation error (#12715)65432020-09-041-1/+10
* Re-attempt to delete temporary upload if the file is locked by another proces...zeripath2020-08-111-3/+3
* Use a small size repo for migrate test (#12300)赵智超2020-07-241-6/+6
* Honor DEFAULT_PAGING_NUM for API (#11805)Cirno the Strongest2020-06-081-1/+8
* Fix release counter on API repository info (#10968)65432020-04-061-2/+20
* Fix "access" fixtures and tests (#10247)guillep2k2020-02-151-1/+1
* API endpoint for repo transfer (#9947)65432020-01-311-0/+51
* Redirect issue if repo has configured external tracker. (#9247)David Svantesson2019-12-061-3/+3
* Fix "data race" in testlogger (#9159)zeripath2019-11-261-7/+7
* Team permission to create repository in organization (#8312)David Svantesson2019-11-201-0/+2
* Template Repositories (#8768)John Olheiser2019-11-111-5/+5
* Fix bug when migrate from API (#8631)Lunny Xiao2019-11-081-1/+1
* Restrict repository indexing by glob match (#7767)guillep2k2019-09-111-3/+3
* SearchRepositoryByName improvements and unification (#6897)zeripath2019-05-151-21/+27
* Move sdk structs to modules/structs (#6905)Lunny Xiao2019-05-111-1/+1
* Add API for manipulating Git hooks (#6436)Segev Finer2019-04-171-3/+3
* Support search operators for commits search (#6479)Mura Li2019-04-121-3/+3
* Return 409 when creating repo if it already exists. (#6330)Bogdan Petrea2019-03-151-0/+71
* Restrict permission check on repositories and fix some problems (#5314)Lunny Xiao2018-11-281-1/+1
* API: '/orgs/:org/repos': return private repos with read access (#5310) (#3829...Daniel Balko2018-11-231-12/+37
* feat(repo): support search repository by topic name (#4505)Bo-Yi Wu2018-09-131-3/+3
* Enforce token on api routes [fixed critical security issue #4357] (#4840)B-OnTheGo2018-09-101-11/+14
* Fix redirect with non-ascii branch names (#4764) (#4810)SagePtr2018-09-061-3/+3
* Allow administrator to create repository for any organization (#4368)Lauris BH2018-07-051-0/+23
* Check that repositories can only be migrated to own user or organizations (#4...Lauris BH2018-07-051-0/+27
* hide issues from org private repos w/o team assignment (#4034)David Schneiderbauer2018-06-211-3/+3
* Add search mode option to /api/repo/search (#2756)Morlinest2017-10-271-6/+51
* Fix repository search function (#2689)Morlinest2017-10-171-5/+10
* Add repository search unit and integration tests (#2575)Morlinest2017-10-101-1/+98
* Fix /api/repo/search integration tests (#2550)Morlinest2017-09-201-9/+5
* Check for access in /repositories/:id (#2227)Ethan Koenig2017-07-301-0/+8
* API: support '/orgs/:org/repos' (#2047)Aaron Walker2017-07-131-0/+21
* Fix repo API bug (#2133)Ethan Koenig2017-07-121-0/+12
* Fix GET /users/:username/repos endpoint (#2125)Ethan Koenig2017-07-101-4/+33
* Less verbose integration tests (#2123)Ethan Koenig2017-07-071-6/+2
* Fix improper setup for integration tests (#2050)Ethan Koenig2017-06-251-4/+2
* Display URLs in integration test logs (#1924)Ethan Koenig2017-06-091-4/+2