aboutsummaryrefslogtreecommitdiffstats
path: root/routers/api
Commit message (Expand)AuthorAgeFilesLines
* 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
* Map OIDC groups to Orgs/Teams (#21441)KN4CK3R2023-02-083-4/+4
* Use import of OCI structs (#22765)KN4CK3R2023-02-062-41/+59
* Add Chef package registry (#22554)KN4CK3R2023-02-064-1/+696
* Add Cargo package registry (#21888)KN4CK3R2023-02-053-1/+297
* Add Conda package registry (#22262)KN4CK3R2023-02-013-1/+345
* Implement actions (#21937)Jason Song2023-01-317-4/+585
* Check quota limits for container uploads (#22450)KN4CK3R2023-01-293-7/+48
* Support system hook API (#14537)Lunny Xiao2023-01-283-0/+219
* Add API endpoint to get latest release (#21267)JakobDev2023-01-262-0/+42
* Webhooks: for issue close/reopen action, add commit ID that caused it (#22583)Brecht Van Lommel2023-01-242-3/+3
* Support scoped access tokens (#20908)Chongyi Zheng2023-01-171-194/+228
* Fix container blob mount (#22226)KN4CK3R2023-01-162-55/+83
* Supports wildcard protected branch (#20825)Lunny Xiao2023-01-162-27/+101
* Prevent panic on looking at api "git" endpoints for empty repos (#22457)zeripath2023-01-151-1/+1
* Improve utils of slices (#22379)Jason Song2023-01-111-17/+17
* Use context parameter in models/git (#22367)Jason Song2023-01-093-4/+4
* Remove old HookEventType (#22358)Jason Song2023-01-061-35/+35
* Restructure `webhook` module (#22256)delvh2023-01-013-18/+19
* Use ErrInvalidArgument in packages (#22268)KN4CK3R2022-12-316-7/+36
* Add `sync_on_commit` option for push mirrors api (#22271)Chongyi Zheng2022-12-301-4/+5
* Support template for merge message description (#22248)Jason Song2022-12-291-1/+1
* Move `convert` package to services (#22264)KN4CK3R2022-12-2959-59/+59
* refactor auth interface to return error when verify failure (#22119)Lunny Xiao2022-12-284-17/+31
* Add option to prohibit fork if user reached maximum limit of repositories (#2...Xinyu Zhou2022-12-271-1/+1
* Use complete SHA to create and query commit status (#22244)Jason Song2022-12-272-0/+30
* Remove ReverseProxy authentication from the API (#22219)zeripath2022-12-271-9/+3
* Allow empty assignees on pull request edit (#22150)KN4CK3R2022-12-211-0/+5
* Normalize NuGet package version on upload (#22186)KN4CK3R2022-12-202-20/+4
* Fix condition for is_internal (#22095)KN4CK3R2022-12-141-2/+3
* refactor bind functions based on generics (#22055)Lunny Xiao2022-12-121-7/+2
* Rename almost all Ctx functions (#22071)Lunny Xiao2022-12-106-23/+23
* Add API management for issue/pull and comment attachments (#21783)KN4CK3R2022-12-095-4/+798