aboutsummaryrefslogtreecommitdiffstats
path: root/routers/api
Commit message (Expand)AuthorAgeFilesLines
* Add actions support to package auth verification (#23729)yp053272023-04-102-37/+22
* Fix protected branch for API (#24013)Lunny Xiao2023-04-091-4/+8
* Set `ref` to fully-formed of the tag when trigger event is `release` (#23944)sillyguodong2023-04-071-1/+2
* Use graceful editorconfig loader to reduce errors when loading malformed edit...Yoan Blanc2023-04-061-1/+1
* Add activity feeds API (#23494)Zettat1232023-04-046-0/+254
* Use User.ID instead of User.Name in ActivityPub API for Person IRI (#23823)wxiaoguang2023-04-042-9/+16
* Improve LoadUnitConfig to handle invalid or duplicate units (#23736)Jason Song2023-04-031-1/+1
* Display image size for multiarch container images (#23821)KN4CK3R2023-04-021-5/+16
* Refactor commit status for Actions jobs (#23786)Jason Song2023-03-292-4/+4
* Implement Issue Config (#20956)JakobDev2023-03-283-0/+71
* Set repository link based on the url in package.json for npm packages (#20379)Mai-Lapyst2023-03-281-0/+30
* Add API to manage issue dependencies (#17935)qwerty2872023-03-283-0/+608
* Editor preview support for external renderers (#23333)Brecht Van Lommel2023-03-244-80/+119
* Display the version of runner in the runner list (#23490)sillyguodong2023-03-191-2/+15
* Sort Python package descriptors by version to mimic PyPI format (#23550)Samuel FORESTIER2023-03-191-0/+6
* Match api migration behavior to web behavior (#23552)Andrew Tomaka2023-03-191-1/+1
* Return `repository` in npm package metadata endpoint (#23539)Zettat1232023-03-171-0/+1
* Add absent repounits to create/edit repo API (#23500)James Cleverley-Prance2023-03-161-0/+33
* Add login name and source id for admin user searching API (#23376)Lunny Xiao2023-03-152-6/+17
* add admin API email endpoints (#22792)techknowlogick2023-03-142-0/+91
* add user rename endpoint to admin api (#22789)techknowlogick2023-03-143-0/+62
* Add package registry architecture overview (#23445)KN4CK3R2023-03-131-0/+50
* Handle missing `README` in create repos API (#23387)Zettat1232023-03-132-0/+13
* Add Swift package registry (#22404)KN4CK3R2023-03-133-1/+501
* Purge API comment (#23451)John Olheiser2023-03-131-0/+4
* Use context for `RepositoryList.LoadAttributes` (#23435)yp053272023-03-131-1/+1
* Preserve file size when creating attachments (#23406)Peter2023-03-123-3/+3
* Add user webhooks (#21563)KN4CK3R2023-03-106-86/+254
* Fix panic when getting notes by ref (#23372)Zettat1232023-03-081-1/+11
* Make Ctrl+Enter submit a pending comment (starting review) instead of submitt...wxiaoguang2023-03-041-2/+2
* Avoid panic caused by broken payload when creating commit status (#23216)Jason Song2023-03-041-1/+1
* Fix grammar in error message (#23273)ChristianSch2023-03-031-1/+1
* Add loading yaml label template files (#22976)Lauris BH2023-03-023-47/+41
* Use context parameter in services/repository (#23186)Jason Song2023-02-284-9/+9
* Avoid too long names for actions (#23162)Jason Song2023-02-281-1/+3
* Add "Reviewed by you" filter for pull requests (#22927)Brecht Van Lommel2023-02-241-0/+7
* Use minio/sha256-simd for accelerated SHA256 (#23052)zeripath2023-02-222-2/+4
* Add force_merge to merge request and fix checking mergable (#23010)Jason Song2023-02-211-4/+11
* Add scopes to API to create token and display them (#22989)zeripath2023-02-201-2/+11
* Fix panic when call api (/repos/{owner}/{repo}/pulls/{index}/files) (#22921)sillyguodong2023-02-201-2/+4
* Refactor the setting to make unit test easier (#22405)Lunny Xiao2023-02-201-2/+2
* Rename `GetUnits` to `LoadUnits` (#22970)yp053272023-02-191-1/+1
* Provide the ability to set password hash algorithm parameters (#22942)zeripath2023-02-191-1/+1
* Scoped labels (#22585)Brecht Van Lommel2023-02-182-0/+8
* Rename `repo.GetOwner` to `repo.LoadOwner` (#22967)yp053272023-02-182-3/+3
* Notify on container image create (#22806)KN4CK3R2023-02-181-4/+22
* Allow custom "created" timestamps in user creation API (#22549)Sybren2023-02-161-0/+9
* Add context cache as a request level cache (#22294)Lunny Xiao2023-02-1527-70/+71
* Pull Requests: setting to allow edits by maintainers by default, tweak UI (#2...Brecht Van Lommel2023-02-131-0/+4
* Add `/$count` endpoints for NuGet v2 (#22855)KN4CK3R2023-02-112-8/+60