aboutsummaryrefslogtreecommitdiffstats
path: root/routers/api/v1
Commit message (Expand)AuthorAgeFilesLines
* Move git references checking to gitrepo packages to reduce expose of reposito...Lunny Xiao8 days3-4/+4
* Refactor cache-control (#33861)wxiaoguang11 days1-2/+2
* Add workflow_job webhook (#33694)ChristopherHX12 days1-0/+1
* Fix auto concurrency cancellation skips commit status updates (#33764)ChristopherHX13 days1-2/+1
* Only keep popular licenses (#33832)wxiaoguang2025-03-101-1/+0
* Full-file syntax highlighting for diff pages (#33766)Dustin Firebaugh2025-03-091-2/+1
* Decouple diff stats query from actual diffing (#33810)wxiaoguang2025-03-081-1/+7
* Refactor: move part of updating protected branch logic to service layer (#33742)Lunny Xiao2025-03-051-37/+1
* allow filtering /repos/{owner}/{repo}/pulls by target base branch queryparam ...Royce Remer2025-02-271-0/+5
* Fix some user name usages (#33689)wxiaoguang2025-02-231-2/+4
* Improve swagger generation (#33664)wxiaoguang2025-02-211-2/+0
* Refactor error system (#33626)wxiaoguang2025-02-1771-680/+681
* Move issue pin to an standalone table for querying performance (#33452)Lunny Xiao2025-02-171-3/+3
* Refactor error system (#33610)wxiaoguang2025-02-1694-1521/+1522
* Add API to support link package to repository and unlink it (#33481)Lunny Xiao2025-02-162-6/+134
* Artifacts download api for artifact actions v4 (#33510)ChristopherHX2025-02-163-0/+416
* Enhance routers for the Actions variable operations (#33547)Jason Song2025-02-113-3/+15
* Feature: Support workflow event dispatch via API (#33545)wxiaoguang2025-02-114-5/+298
* Revert "Feature: Support workflow event dispatch via API (#32059)" (#33541)wxiaoguang2025-02-104-333/+0
* Feature: Support workflow event dispatch via API (#32059)Bence Sántha2025-02-104-0/+333
* Add a option "--user-type bot" to admin user create, improve role display (#2...mscherer2025-02-071-2/+2
* Reject star-related requests if stars are disabled (#33208)Henrique Corrêa2025-02-043-3/+23
* Inclusion of rename organization api (#33303)Bruno Sofiato2025-02-014-14/+46
* Refactor repository transfer (#33211)Lunny Xiao2025-01-301-36/+19
* Add tests for webhook and fix some webhook bugs (#33396)Lunny Xiao2025-01-301-0/+2
* Support choose email when creating a commit via web UI (#33432)wxiaoguang2025-01-302-20/+20
* Fix system admin cannot fork or get private fork with API (#33401)Lunny Xiao2025-01-271-7/+9
* Refactor webhook events (#33337)Lunny Xiao2025-01-231-41/+40
* Remove duplicate "ResponseWriter.Status" method (#33346)wxiaoguang2025-01-222-3/+3
* Only allow admins to rename default/protected branches (#33276)Kemal Zebari2025-01-151-1/+9
* Let API create and edit system webhooks, attempt 2 (#33180)Michael B.2025-01-131-1/+20
* Refactor context RefName and RepoAssignment (#33226)wxiaoguang2025-01-132-12/+5
* Fix sync fork for consistency (#33147)Chai-Shi2025-01-103-0/+58
* Automerge supports deleting branch automatically after merging (#32343)Lunny Xiao2025-01-102-11/+4
* Refactor package (routes and error handling, npm peer dependency) (#33111)wxiaoguang2025-01-062-4/+5
* [Feature] Private README.md for organization (#32872)Chai-Shi2024-12-315-6/+6
* Use gitrepo.GetTreePathLatestCommit to get file lastest commit instead from l...Lunny Xiao2024-12-301-10/+4
* Support org labels when adding labels by label names (#32988)Zettat1232024-12-261-1/+13
* Use `CloseIssue` and `ReopenIssue` instead of `ChangeStatus` (#32467)Lunny Xiao2024-12-252-39/+30
* Clarify path param naming (#32969)wxiaoguang2024-12-2448-150/+151
* Refactor request context (#32956)wxiaoguang2024-12-246-22/+10
* Move some errors to their own sub packages (#32880)Lunny Xiao2024-12-2010-61/+57
* Move delete deploy keys into service layer (#32201)Lunny Xiao2024-12-181-1/+1
* Move RepoTransfer from models to models/repo sub package (#32506)Lunny Xiao2024-12-183-8/+7
* Update golangci-lint to v1.62.2, fix issues (#32845)silverwind2024-12-152-4/+4
* Make API "compare" accept commit IDs (#32801)wxiaoguang2024-12-122-83/+79
* Implement update branch API (#32433)Kemal Zebari2024-12-123-0/+74
* Use batch database operations instead of one by one to optimze api pulls (#32...Lunny Xiao2024-12-111-33/+2
* Fix internal server error when updating labels without write permission (#32776)yp053272024-12-101-5/+5
* Fix delete branch perm checking (#32654)Lunny Xiao2024-12-042-44/+44