aboutsummaryrefslogtreecommitdiffstats
path: root/routers/api
Commit message (Expand)AuthorAgeFilesLines
* Add a transaction to `pickTask` (#33543)Zettat1232025-02-122-96/+1
* 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
* Move some Actions related functions from `routers` to `services` (#33280)Zettat1232025-01-153-176/+12
* Let API create and edit system webhooks, attempt 2 (#33180)Michael B.2025-01-131-1/+20
* Refactor RefName (#33234)wxiaoguang2025-01-131-1/+1
* 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
* Make git clone URL could use current signed-in user (#33091)wxiaoguang2025-01-071-1/+1
* Refactor package (routes and error handling, npm peer dependency) (#33111)wxiaoguang2025-01-0623-218/+103
* Use `Project-URL` metadata field to get a PyPI package's homepage URL (#33089)Kemal Zebari2025-01-032-4/+53
* Refactor maven package registry (#33049)wxiaoguang2024-12-312-22/+56
* [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
* Refactor arch route handlers (#32993)wxiaoguang2024-12-281-35/+4
* Support org labels when adding labels by label names (#32988)Zettat1232024-12-261-1/+13
* Refactor "string truncate" (#32984)wxiaoguang2024-12-261-1/+1
* Use `CloseIssue` and `ReopenIssue` instead of `ChangeStatus` (#32467)Lunny Xiao2024-12-252-39/+30
* Fix maven pom inheritance (#32943)wxiaoguang2024-12-251-0/+2
* Refactor arch route handlers (#32972)wxiaoguang2024-12-251-16/+12
* Clarify path param naming (#32969)wxiaoguang2024-12-2448-150/+151
* Refactor request context (#32956)wxiaoguang2024-12-248-30/+14
* 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
* Fix missing outputs for jobs with matrix (#32823)Zettat1232024-12-143-16/+86
* Make API "compare" accept commit IDs (#32801)wxiaoguang2024-12-122-83/+79
* Implement update branch API (#32433)Kemal Zebari2024-12-123-0/+74
* Add standard-compliant route to serve outdated R packages (#32783)Sebastian T. T.2024-12-111-0/+1
* 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
* Add Arch package registry (#32692)KN4CK3R2024-12-042-0/+350
* Fix delete branch perm checking (#32654)Lunny Xiao2024-12-042-44/+44
* Add Swift login endpoint (#32693)KN4CK3R2024-12-032-43/+59
* Move GetFeeds to service layer (#32526)Lunny Xiao2024-11-294-4/+8
* Move team related functions to service layer (#32537)Lunny Xiao2024-11-273-11/+9