aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Fix hidden commit status on multiple checks (#22889)oliverpool2023-02-203-16/+78
* Use beforeCommit instead of baseCommit (#22949)Kyle D2023-02-2016-3/+90
* Refactor the setting to make unit test easier (#22405)Lunny Xiao2023-02-203-8/+8
* Rename `GetUnits` to `LoadUnits` (#22970)yp053272023-02-191-3/+3
* Scoped labels (#22585)Brecht Van Lommel2023-02-183-15/+15
* Add context cache as a request level cache (#22294)Lunny Xiao2023-02-156-11/+15
* Move helpers to be prefixed with `gt-` (#22879)zeripath2023-02-131-1/+1
* Add `/$count` endpoints for NuGet v2 (#22855)KN4CK3R2023-02-111-11/+20
* Map OIDC groups to Orgs/Teams (#21441)KN4CK3R2023-02-081-48/+23
* Use import of OCI structs (#22765)KN4CK3R2023-02-061-8/+8
* Add Chef package registry (#22554)KN4CK3R2023-02-061-0/+560
* Add Cargo package registry (#21888)KN4CK3R2023-02-052-2/+344
* Refactor git command package to improve security and maintainability (#22678)wxiaoguang2023-02-043-12/+12
* Add some comments for recent code (#22725)wxiaoguang2023-02-021-0/+1
* Fix group filter for ldap source sync (#22506)Pavel Ezhov2023-02-021-11/+88
* Add Conda package registry (#22262)KN4CK3R2023-02-011-0/+274
* Fix wrong hint when deleting a branch successfully from pull request UI (#22673)Lunny Xiao2023-01-311-1/+1
* Disable test for incoming email (#22686)KN4CK3R2023-01-311-1/+1
* Check quota limits for container uploads (#22450)KN4CK3R2023-01-291-20/+50
* Add API endpoint to get latest release (#21267)JakobDev2023-01-261-0/+18
* Support scoped access tokens (#20908)Chongyi Zheng2023-01-1766-250/+347
* Fix container blob mount (#22226)KN4CK3R2023-01-161-15/+26
* Supports wildcard protected branch (#20825)Lunny Xiao2023-01-163-20/+29
* Add support for incoming emails (#22056)KN4CK3R2023-01-142-0/+259
* 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