aboutsummaryrefslogtreecommitdiffstats
path: root/routers/api
Commit message (Expand)AuthorAgeFilesLines
* Fix error logs and improve some comments/messages (#35105)wxiaoguang3 days11-39/+12
* Improve package API log handling (#35100)wxiaoguang4 days23-132/+101
* Rename pull request GetGitRefName to GetGitHeadRefName (#35093)Lunny Xiao4 days2-7/+7
* Redirect to a presigned URL of HEAD for HEAD requests (#35088)Risu4 days26-17/+33
* Fix updating user visibility (#35036)Lunny Xiao10 days2-2/+2
* Fix ListWorkflowRuns OpenAPI response model. (#35026)Scion11 days1-1/+1
* Fix the response format for `actions/workflows`. (#35009)Scion11 days1-1/+1
* Improve NuGet API Parity (#21291) (#34940)Scion13 days1-41/+101
* Enable gocritic `equalFold` and fix issues (#34952)silverwind2025-07-063-3/+3
* Refactor some trivial problems (#34959)wxiaoguang2025-07-051-1/+1
* Support getting last commit message using contents-ext API (#34904)RickyMa2025-07-031-3/+16
* Fix: RPM package download routing & missing package version count (#34909)Exploding Dragon2025-06-301-0/+2
* Add a `login`/`login-name`/`username` disambiguation to affected endpoint par...AlexMaryW2025-06-2920-51/+51
* Refactor container package (#34877)wxiaoguang2025-06-294-138/+76
* enforce explanation for necessary nolints and fix bugs (#34883)TheFox0x72025-06-274-5/+5
* enforce nolint scope (#34851)TheFox0x72025-06-271-4/+4
* Refactor "change file" API (#34855)wxiaoguang2025-06-253-294/+134
* Fix archive API (#34853)wxiaoguang2025-06-251-3/+3
* Refactor repo contents API and add "contents-ext" API (#34822)wxiaoguang2025-06-255-12/+88
* fix(issue): Replace stopwatch toggle with explicit start/stop actions (#34818)Junsik Kong2025-06-251-31/+25
* Refactor packages (#34777)wxiaoguang2025-06-225-202/+74
* Refactor editor (#34780)wxiaoguang2025-06-211-0/+3
* Fix container range bug (#34795)wxiaoguang2025-06-211-1/+3
* Fix OCI manifest parser (#34797)wxiaoguang2025-06-212-18/+8
* Add workflow_run api + webhook (#33964)ChristopherHX2025-06-208-10/+766
* Add ff_only parameter to POST /repos/{owner}/{repo}/merge-upstream (#34770)Dan Čermák2025-06-191-1/+1
* Refactor packages (func name & UI) (#34773)wxiaoguang2025-06-1822-28/+28
* Fix some package registry problems (#34759)wxiaoguang2025-06-191-33/+9
* Support annotated tags when using create release API (#31840)Kemal Zebari2025-06-181-1/+3
* Remove unused param `doer` (#34545)Philip Peterson2025-06-181-1/+1
* Run `gopls modernize` on codebase (#34751)silverwind2025-06-184-24/+6
* Improve nuget/rubygems package registries (#34741)wxiaoguang2025-06-175-29/+116
* Refactor container and UI (#34736)wxiaoguang2025-06-164-72/+110
* Fix container range bug (#34725)wxiaoguang2025-06-151-8/+15
* Improve instance wide ssh commit signing (#34341)ChristopherHX2025-06-112-19/+65
* Fix last admin check when syncing users (#34649)wxiaoguang2025-06-091-1/+1
* Fix "oras" OCI client compatibility (#34666)wxiaoguang2025-06-091-7/+8
* Ignore "Close" error when uploading container blob (#34620)wxiaoguang2025-06-091-11/+5
* Refactor FindOrgOptions to use enum instead of bool, fix membership visibilit...wxiaoguang2025-06-091-5/+3
* Fix possible pull request broken when leave the page immediately after clicki...Lunny Xiao2025-06-041-1/+2
* Do not mutate incoming options to SearchRepositoryByName (#34553)Philip Peterson2025-06-023-4/+4
* Fix some trivial problems (#34579)wxiaoguang2025-06-021-1/+1
* Do not mutate incoming options to RenderUserSearch and SearchUsers (#34544)Philip Peterson2025-05-274-4/+4
* Split GetLatestCommitStatus as two functions (#34535)Lunny Xiao2025-05-261-3/+8
* Add sort option recentclose for issues and pulls (#34525)Markus Amshove2025-05-261-1/+1
* fix: return 201 Created for CreateVariable API responses (#34517)Bo-Yi Wu2025-05-263-17/+15
* feat(api): add date range filtering to commit retrieval endpoints (#34497)Bo-Yi Wu2025-05-191-1/+35
* Fix edithook api can not update package, status and workflow_job events (#34495)ChristopherHX2025-05-181-55/+37
* Fix url validation in webhook add/edit API (#34492)Lunny Xiao2025-05-173-0/+112
* Fix get / delete runner to use consistent http 404 and 500 status (#34480)ChristopherHX2025-05-161-18/+27