aboutsummaryrefslogtreecommitdiffstats
path: root/models/actions
Commit message (Expand)AuthorAgeFilesLines
* Use env GITEA_RUNNER_REGISTRATION_TOKEN as global runner token (#32946) (#32964)Giteabot2024-12-241-8/+13
* Backport 1.23 (#32868)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
* Fix incorrect action duration time when rerun the job before executed once (#...yp053272024-01-191-5/+8
* Fix schedule tasks bugs (#28691)Lunny Xiao2024-01-123-5/+31
* Refactor deletion (#28610)delvh2023-12-252-14/+1
* Added instance-level variables (#28115)Jean-Baptiste Gomond2023-12-251-8/+4
* Only check online runner when detecting matching runners in workflows (#28286)yp053272023-12-181-2/+15
* Fix incorrect run order of action jobs (#28367)yp053272023-12-061-1/+1
* Use db.Find instead of writing methods for every object (#28084)Lunny Xiao2023-11-249-124/+48
* Fix no ActionTaskOutput table waring (#28149)yp053272023-11-211-0/+4
* Remove action runners on user deletion (#27902)Earl Warren2023-11-051-0/+24
* Upgrade to golangci-lint@v1.55.0 (#27756)silverwind2023-10-241-1/+1
* Add unit tests for action runner token (#27670)Nanguan Lin2023-10-192-0/+58
* Fix typo "GetLatestRunnerToken" (#27680)Jason Song2023-10-181-2/+2
* Penultimate round of `db.DefaultContext` refactor (#27414)JakobDev2023-10-114-7/+7
* Redefine the meaning of column is_active to make Actions Registration Token g...Lunny Xiao2023-09-271-8/+18
* Next round of `db.DefaultContext` refactor (#27089)JakobDev2023-09-162-8/+8
* resolve issue with sort icons on admin/users and admin/runners (#24360)jladbrook2023-09-121-0/+6
* Add a new column schedule_id for action_run to track (#26975)Lunny Xiao2023-09-081-1/+2