summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Improve utils of slices (#22379)Jason Song2023-01-111-1/+1
* Move fuzz tests into tests/fuzz (#22376)Khaled Yakdan2023-01-091-0/+38
* Use context parameter in models/git (#22367)Jason Song2023-01-093-12/+12
* Move `convert` package to services (#22264)KN4CK3R2022-12-295-5/+5
* Use complete SHA to create and query commit status (#22244)Jason Song2022-12-271-0/+5
* Improve testing for pgsql empty repository (#22223)Lunny Xiao2022-12-231-1/+4
* Test views of LFS files (#22196)Nick2022-12-2319-0/+121
* Remove test session cache to reduce possible concurrent problem (#22199)Lunny Xiao2022-12-222-11/+2
* Attempt to fix TestExportUserGPGKeys (#22159)zeripath2022-12-211-4/+31
* Specify ID in `TestAPITeam` (#22192)Gusted2022-12-211-1/+1
* verify nodeinfo response by schema (#22137)Meisam2022-12-173-0/+210
* Add a simple test for external renderer (#20033)Lunny Xiao2022-12-1217-3/+116
* Rename almost all Ctx functions (#22071)Lunny Xiao2022-12-102-8/+10
* Add API management for issue/pull and comment attachments (#21783)KN4CK3R2022-12-092-0/+297
* Release and Tag List tweaks (#21712)silverwind2022-12-061-1/+1
* refactor some functions to support ctx as first parameter (#21878)Lunny Xiao2022-12-035-7/+10
* Remove deprecated packages & staticcheck fixes (#22012)Chongyi Zheng2022-12-026-15/+14
* Remove session in api tests (#21984)Lunny Xiao2022-12-0146-433/+387
* Fix generate index failure possibility on postgres (#21998)Lunny Xiao2022-12-021-2/+2
* Fix parallel creating commit status bug with tests (#21911)Lunny Xiao2022-12-011-0/+31
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-27159-318/+161
* Workaround for container registry push/pull errors (#21862)KN4CK3R2022-11-251-0/+28
* Add support for HEAD requests in Maven registry (#21834)KN4CK3R2022-11-241-2/+28
* Replace yaml.v2 with yaml.v3 (#21832)Jason Song2022-11-212-2/+2
* Add package registry cleanup rules (#21658)KN4CK3R2022-11-201-13/+162
* Add `context.Context` to more methods (#21546)KN4CK3R2022-11-198-20/+26
* Add package registry quota limits (#21584)KN4CK3R2022-11-091-0/+34
* Remove semver compatible flag and change pypi to an array of test cases (#21708)Wayne Starr2022-11-081-3/+3
* Allow local package identifiers for PyPI packages (#21690)KN4CK3R2022-11-071-2/+2
* Improve valid user name check (#20136)wxiaoguang2022-11-041-4/+18
* Add Webhook authorization header (#20926)oliverpool2022-11-031-0/+47
* feat: notify doers of a merge when automerging (#21553)kolaente2022-11-031-3/+3
* Split migrations folder (#21549)Lunny Xiao2022-11-021-2/+3
* Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551)delvh2022-10-241-1/+1
* Fix package access for admins and inactive users (#21580)KN4CK3R2022-10-242-0/+26
* Allow for resolution of NPM registry paths that match upstream (#21568)Wayne Starr2022-10-241-1/+7
* Record OAuth client type at registration (#21316)M Hickford2022-10-242-0/+19
* Refactor git command arguments and make all arguments to be safe to be used (...wxiaoguang2022-10-235-26/+26
* Require authentication for OAuth token refresh (#21421)M Hickford2022-10-231-12/+39
* Check for valid user token in integration tests (#21520)Vladimir Yakovlev2022-10-201-2/+3
* Add team member invite by email (#20307)KN4CK3R2022-10-191-0/+72
* Add some api integration tests (#18872)KN4CK3R2022-10-186-0/+400
* Enforce grouped NuGet search results (#21442)KN4CK3R2022-10-171-24/+66
* Add support for Chocolatey/NuGet v2 API (#21393)KN4CK3R2022-10-131-73/+234
* Fix #21406: Hide repo information from file view/blame mode (#21420)Neel2022-10-131-2/+77
* Case-insensitive NuGet symbol file GUID (#21409)Hubert WawrzyƄczyk2022-10-121-1/+1
* Improve OAuth integration tests (#21390)M Hickford2022-10-121-32/+132
* Use Name instead of DisplayName in LFS Lock (#21415)KN4CK3R2022-10-111-3/+4
* npm package registry support for `bin` (#21372)eleith2022-10-081-0/+6
* Add GET and DELETE endpoints for Docker blob uploads (#21367)KN4CK3R2022-10-071-2/+38