aboutsummaryrefslogtreecommitdiffstats
path: root/models/actions
Commit message (Expand)AuthorAgeFilesLines
* Enable addtional linters (#34085)TheFox0x74 days2-3/+5
* Enable testifylint rules (#34075)TheFox0x75 days1-3/+3
* enable staticcheck QFxxxx rules (#34064)TheFox0x76 days1-2/+3
* Download actions job logs from API (#33858)Lunny Xiao9 days2-13/+47
* Added Description Field for Secrets and Variables (#33526)John Smith2025-03-171-5/+26
* Feature: Ephemeral action runners (#33570)ChristopherHX2025-03-141-0/+2
* Fix auto concurrency cancellation skips commit status updates (#33764)ChristopherHX2025-03-102-14/+19
* Small refactor to reduce unnecessary database queries and remove duplicated f...Lunny Xiao2025-03-042-7/+4
* Add migrations and doctor fixes (#33556)Lunny Xiao2025-03-022-0/+28
* Fix Untranslated Text on Actions Page (#33635)Kerwin Bryant2025-02-181-2/+3
* Artifacts download api for artifact actions v4 (#33510)ChristopherHX2025-02-161-9/+14
* Fix various problems (artifact order, api empty slice, assignee check, fuzzy ...wxiaoguang2025-02-131-1/+7
* Enhance routers for the Actions runner operations (#33549)Jason Song2025-02-111-0/+9
* Enhance routers for the Actions variable operations (#33547)Jason Song2025-02-111-6/+16
* Refactor RefName (#33234)wxiaoguang2025-01-131-1/+1
* Update status check for all supported on.pull_request.types in Gitea (#33117)yp053272025-01-081-1/+1
* Refactor "string truncate" (#32984)wxiaoguang2024-12-265-9/+8
* Use env GITEA_RUNNER_REGISTRATION_TOKEN as global runner token (#32946)wxiaoguang2024-12-231-8/+13
* Fix various trivial problems (#32861)wxiaoguang2024-12-171-1/+1
* Improve Actions status aggregations (#32860)v1.24.0-devwxiaoguang2024-12-162-9/+31
* Fix incomplete Actions status aggregations (#32859)wxiaoguang2024-12-162-19/+88
* Enable tenv and testifylint rules (#32852)TheFox0x72024-12-151-3/+3
* Fix missing outputs for jobs with matrix (#32823)Zettat1232024-12-141-2/+2
* Detect whether action view branch was deleted (#32764)Lunny Xiao2024-12-121-0/+1
* Trim title before insert/update to database to match the size requirements of...Lunny Xiao2024-11-143-0/+7
* Harden runner updateTask and updateLog api (#32462)ChristopherHX2024-11-111-1/+3
* Fix milestone deadline and date related problems (#32339)Lunny Xiao2024-11-051-5/+3
* Always update expiration time when creating an artifact (#32281)Zettat1232024-10-171-1/+8
* Show latest run when visit /run/latest (#31808)FuXiaoHei2024-08-101-0/+13
* Support compression for Actions logs (#31761)Jason Song2024-08-091-1/+7
* Clear up old Actions logs (#31735)Jason Song2024-08-021-3/+13
* Use UTC as default timezone when schedule Actions cron tasks (#31742)Jason Song2024-08-013-12/+104
* Clarify Actions resources ownership (#31724)Jason Song2024-08-013-19/+70
* Drop `IDOrderDesc` for listing Actions task and always order by `id DESC` (#3...Jason Song2024-05-311-5/+1
* Update misspell to 0.5.1 and add `misspellings.csv` (#30573)silverwind2024-04-273-13/+13
* Improve job commit description (#30579)yp053272024-04-261-0/+11
* Interpolate runs-on with variables when scheduling tasks (#30640)sillyguodong2024-04-232-6/+21
* Add a db consistency check to remove runners that do not belong to a reposito...Zettat1232024-04-231-2/+24
* Avoid user does not exist error when detecting schedule actions when the comm...yp053272024-04-111-0/+3
* Refactor more filterslice (#30370)Lunny Xiao2024-04-101-10/+3
* Fix ambiguous id when fetch Actions tasks (#30382)Jason Song2024-04-101-1/+1
* Add container.FilterSlice function (#30339)oliverpool2024-04-096-54/+27
* Avoid running action when action unit is disabled after workflows detected (#...yp053272024-04-081-1/+4
* Add API for `Variables` (#29520)sillyguodong2024-03-281-11/+16
* Cancel previous runs of the same PR automatically (#29961)Jason Song2024-03-212-6/+7
* Make runs-on support variable expression (#29468)sillyguodong2024-03-081-0/+33
* remove util.OptionalBool and related functions (#29513)65432024-03-021-5/+8
* Implement actions badge svgs (#28102)Nanguan Lin2024-02-271-0/+17
* Artifact deletion in actions ui (#27172)FuXiaoHei2024-02-181-0/+22
* Refactor locale&string&template related code (#29165)wxiaoguang2024-02-142-2/+2