aboutsummaryrefslogtreecommitdiffstats
path: root/routers/api/v1/repo/action.go
Commit message (Expand)AuthorAgeFilesLines
* Added Description Field for Secrets and Variables (#33526)John Smith13 days1-11/+16
* Refactor error system (#33626)wxiaoguang2025-02-171-17/+17
* Refactor error system (#33610)wxiaoguang2025-02-161-54/+54
* Artifacts download api for artifact actions v4 (#33510)ChristopherHX2025-02-161-0/+391
* Enhance routers for the Actions variable operations (#33547)Jason Song2025-02-111-1/+5
* Feature: Support workflow event dispatch via API (#33545)wxiaoguang2025-02-111-0/+270
* Revert "Feature: Support workflow event dispatch via API (#32059)" (#33541)wxiaoguang2025-02-101-297/+0
* Feature: Support workflow event dispatch via API (#32059)Bence Sántha2025-02-101-0/+297
* Set owner id to zero when GetRegistrationToken for repo (#31725)Jason Song2024-07-291-1/+1
* fix(api): owner ID should be zero when created repo secret (#31715)Bo-Yi Wu2024-07-291-4/+2
* Fix API endpoint for registration-token (#31722)Jason Song2024-07-291-1/+1
* Refactor names (#31405)wxiaoguang2024-06-191-7/+7
* refactor: merge ListActionTasks func to action.go file (#30811)Bo-Yi Wu2024-05-021-0/+66
* feat(api): enhance Actions Secrets Management API for repository (#30656)Bo-Yi Wu2024-04-261-7/+101
* Add API for `Variables` (#29520)sillyguodong2024-03-281-0/+296
* Move context from modules to services (#29440)Lunny Xiao2024-02-271-1/+1
* Refactor secrets modification logic (#26873)KN4CK3R2023-09-051-30/+30
* feat(API): add secret deletion functionality for repository (#26808)Bo-Yi Wu2023-09-011-0/+54
* feat(API): add route and implementation for creating/updating repository secr...Bo-Yi Wu2023-08-291-0/+75