summaryrefslogtreecommitdiffstats
path: root/models/actions (follow)
Commit message (Expand)AuthorAgeFilesLines
* Trim title before insert/update to database to match the size requirements of...Lunny Xiao2024-11-173-0/+7
* Harden runner updateTask and updateLog api (#32462)ChristopherHX2024-11-171-1/+3
* fix: Actions PR workflows must update the commit statusEarl Warren2024-11-041-1/+5
* Always update expiration time when creating an artifact (#32281)Zettat1232024-10-201-1/+8
* fix: don't cancel schedule workflows on push to main branchKwonunn2024-10-051-10/+12
* Support compression for Actions logs (#31761)Jason Song2024-08-131-1/+7
* Clear up old Actions logs (#31735)Jason Song2024-08-041-3/+13
* Use UTC as default timezone when schedule Actions cron tasks (#31742)Jason Song2024-08-043-12/+104
* Clarify Actions resources ownership (#31724)Jason Song2024-08-043-19/+70
* Add testifylint to lint checks (#4535)TheFox0x72024-07-303-25/+26
* feat(cli): allow updates to runners' secretsEmmanuel BENOÎT2024-07-224-12/+88
* feat(cli): add `--keep-labels` flag to `forgejo actions register` (#4610)Emmanuel BENOÎT2024-07-222-8/+131
* [BUG] Add early-return to loading items from `SpecList`Gusted2024-07-201-0/+8
* Drop `IDOrderDesc` for listing Actions task and always order by `id DESC` (#3...Jason Song2024-06-021-5/+1
* badges: Relax the default workflow badge conditionsGergely Nagy2024-05-201-2/+5
* fix(actions): prevent deleted records' UUID from colliding with new records (...Emmanuel BENOÎT2024-05-193-2/+78
* Add codespell support and fix a good number of typos with its help (#3270)Yaroslav Halchenko2024-05-091-1/+1
* Interpolate runs-on with variables when scheduling tasks (#30640)sillyguodong2024-04-282-6/+21
* Add a db consistency check to remove runners that do not belong to a reposito...Zettat1232024-04-281-2/+24
* Refactor more filterslice (gitea#30370)Lunny Xiao2024-04-161-10/+3
* Add container.FilterSlice function (gitea#30339)oliverpool2024-04-166-54/+27
* Avoid user does not exist error when detecting schedule actions when the comm...yp053272024-04-151-0/+3
* Fix ambiguous id when fetch Actions tasks (#30382)Jason Song2024-04-151-1/+1
* Avoid running action when action unit is disabled after workflows detected (#...yp053272024-04-151-1/+4
* Add API for `Variables` (#29520)sillyguodong2024-04-071-11/+16
* Cancel previous runs of the same PR automatically (#29961)Jason Song2024-03-262-6/+7
* Fix schedule tasks bugs (#28691)Lunny Xiao2024-03-253-5/+31
* Make runs-on support variable expression (#29468)sillyguodong2024-03-111-0/+33
* remove util.OptionalBool and related functions (#29513)65432024-03-061-5/+8
* Artifact deletion in actions ui (#27172)FuXiaoHei2024-02-231-0/+22
* Refactor locale&string&template related code (#29165)wxiaoguang2024-02-162-2/+2
* Revert "Fix schedule tasks bugs (#28691)"Earl Warren2024-02-053-31/+5
* [GITEA] Add support for shields.io-based badgesGergely Nagy2024-02-051-0/+15
* [GITEA] allow viewing the latest Action Run on the webGergely Nagy2024-02-051-0/+11
* [CLI] implement forgejo-cliEarl Warren2024-02-052-0/+97
* 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