aboutsummaryrefslogtreecommitdiffstats
path: root/routers/api/v1/repo/action.go
Commit message (Expand)AuthorAgeFilesLines
* 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