| Commit message (Expand) | Author | Age | Files | Lines |
* | Improve testing for pgsql empty repository (#22223) | Lunny Xiao | 2022-12-23 | 1 | -1/+4 |
* | Test views of LFS files (#22196) | Nick | 2022-12-23 | 19 | -0/+121 |
* | Remove test session cache to reduce possible concurrent problem (#22199) | Lunny Xiao | 2022-12-22 | 2 | -11/+2 |
* | Attempt to fix TestExportUserGPGKeys (#22159) | zeripath | 2022-12-21 | 1 | -4/+31 |
* | Specify ID in `TestAPITeam` (#22192) | Gusted | 2022-12-21 | 1 | -1/+1 |
* | verify nodeinfo response by schema (#22137) | Meisam | 2022-12-17 | 3 | -0/+210 |
* | Add a simple test for external renderer (#20033) | Lunny Xiao | 2022-12-12 | 17 | -3/+116 |
* | Rename almost all Ctx functions (#22071) | Lunny Xiao | 2022-12-10 | 2 | -8/+10 |
* | Add API management for issue/pull and comment attachments (#21783) | KN4CK3R | 2022-12-09 | 2 | -0/+297 |
* | Release and Tag List tweaks (#21712) | silverwind | 2022-12-06 | 1 | -1/+1 |
* | refactor some functions to support ctx as first parameter (#21878) | Lunny Xiao | 2022-12-03 | 5 | -7/+10 |
* | Remove deprecated packages & staticcheck fixes (#22012) | Chongyi Zheng | 2022-12-02 | 6 | -15/+14 |
* | Remove session in api tests (#21984) | Lunny Xiao | 2022-12-01 | 46 | -433/+387 |
* | Fix generate index failure possibility on postgres (#21998) | Lunny Xiao | 2022-12-02 | 1 | -2/+2 |
* | Fix parallel creating commit status bug with tests (#21911) | Lunny Xiao | 2022-12-01 | 1 | -0/+31 |
* | Implement FSFE REUSE for golang files (#21840) | flynnnnnnnnnn | 2022-11-27 | 159 | -318/+161 |
* | Workaround for container registry push/pull errors (#21862) | KN4CK3R | 2022-11-25 | 1 | -0/+28 |
* | Add support for HEAD requests in Maven registry (#21834) | KN4CK3R | 2022-11-24 | 1 | -2/+28 |
* | Replace yaml.v2 with yaml.v3 (#21832) | Jason Song | 2022-11-21 | 2 | -2/+2 |
* | Add package registry cleanup rules (#21658) | KN4CK3R | 2022-11-20 | 1 | -13/+162 |
* | Add `context.Context` to more methods (#21546) | KN4CK3R | 2022-11-19 | 8 | -20/+26 |
* | Add package registry quota limits (#21584) | KN4CK3R | 2022-11-09 | 1 | -0/+34 |
* | Remove semver compatible flag and change pypi to an array of test cases (#21708) | Wayne Starr | 2022-11-08 | 1 | -3/+3 |
* | Allow local package identifiers for PyPI packages (#21690) | KN4CK3R | 2022-11-07 | 1 | -2/+2 |
* | Improve valid user name check (#20136) | wxiaoguang | 2022-11-04 | 1 | -4/+18 |
* | Add Webhook authorization header (#20926) | oliverpool | 2022-11-03 | 1 | -0/+47 |
* | feat: notify doers of a merge when automerging (#21553) | kolaente | 2022-11-03 | 1 | -3/+3 |
* | Split migrations folder (#21549) | Lunny Xiao | 2022-11-02 | 1 | -2/+3 |
* | Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551) | delvh | 2022-10-24 | 1 | -1/+1 |
* | Fix package access for admins and inactive users (#21580) | KN4CK3R | 2022-10-24 | 2 | -0/+26 |
* | Allow for resolution of NPM registry paths that match upstream (#21568) | Wayne Starr | 2022-10-24 | 1 | -1/+7 |
* | Record OAuth client type at registration (#21316) | M Hickford | 2022-10-24 | 2 | -0/+19 |
* | Refactor git command arguments and make all arguments to be safe to be used (... | wxiaoguang | 2022-10-23 | 5 | -26/+26 |
* | Require authentication for OAuth token refresh (#21421) | M Hickford | 2022-10-23 | 1 | -12/+39 |
* | Check for valid user token in integration tests (#21520) | Vladimir Yakovlev | 2022-10-20 | 1 | -2/+3 |
* | Add team member invite by email (#20307) | KN4CK3R | 2022-10-19 | 1 | -0/+72 |
* | Add some api integration tests (#18872) | KN4CK3R | 2022-10-18 | 6 | -0/+400 |
* | Enforce grouped NuGet search results (#21442) | KN4CK3R | 2022-10-17 | 1 | -24/+66 |
* | Add support for Chocolatey/NuGet v2 API (#21393) | KN4CK3R | 2022-10-13 | 1 | -73/+234 |
* | Fix #21406: Hide repo information from file view/blame mode (#21420) | Neel | 2022-10-13 | 1 | -2/+77 |
* | Case-insensitive NuGet symbol file GUID (#21409) | Hubert WawrzyĆczyk | 2022-10-12 | 1 | -1/+1 |
* | Improve OAuth integration tests (#21390) | M Hickford | 2022-10-12 | 1 | -32/+132 |
* | Use Name instead of DisplayName in LFS Lock (#21415) | KN4CK3R | 2022-10-11 | 1 | -3/+4 |
* | npm package registry support for `bin` (#21372) | eleith | 2022-10-08 | 1 | -0/+6 |
* | Add GET and DELETE endpoints for Docker blob uploads (#21367) | KN4CK3R | 2022-10-07 | 1 | -2/+38 |
* | Make external issue tracker regexp configurable via API (#21338) | Andrew Imeson | 2022-10-07 | 1 | -3/+15 |
* | Set SemverCompatible to false for Conan packages (#21275) | KN4CK3R | 2022-10-07 | 1 | -1/+1 |
* | Add name field for org api (#21270) | KN4CK3R | 2022-09-29 | 3 | -4/+8 |
* | Add API endpoint to get changed files of a PR (#21177) | qwerty287 | 2022-09-29 | 1 | -4/+44 |
* | Better repo API unit checks (#21130) | John Olheiser | 2022-09-28 | 1 | -2/+1 |