| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix auto concurrency cancellation skips commit status updates (#33764) (#33849) | ChristopherHX | 2025-03-11 | 2 | -14/+19 |
* | Fix various problems (artifact order, api empty slice, assignee check, fuzzy ... | Giteabot | 2025-02-13 | 1 | -1/+7 |
* | Enhance routers for the Actions runner operations (#33549) (#33555) | Lunny Xiao | 2025-02-11 | 1 | -0/+9 |
* | Enhance routers for the Actions variable operations (#33547) (#33553) | Lunny Xiao | 2025-02-11 | 1 | -6/+16 |
* | Use env GITEA_RUNNER_REGISTRATION_TOKEN as global runner token (#32946) (#32964) | Giteabot | 2024-12-24 | 1 | -8/+13 |
* | Backport 1.23 (#32868) | wxiaoguang | 2024-12-17 | 1 | -1/+1 |
* | Improve Actions status aggregations (#32860)v1.24.0-dev | wxiaoguang | 2024-12-16 | 2 | -9/+31 |
* | Fix incomplete Actions status aggregations (#32859) | wxiaoguang | 2024-12-16 | 2 | -19/+88 |
* | Enable tenv and testifylint rules (#32852) | TheFox0x7 | 2024-12-15 | 1 | -3/+3 |
* | Fix missing outputs for jobs with matrix (#32823) | Zettat123 | 2024-12-14 | 1 | -2/+2 |
* | Detect whether action view branch was deleted (#32764) | Lunny Xiao | 2024-12-12 | 1 | -0/+1 |
* | Trim title before insert/update to database to match the size requirements of... | Lunny Xiao | 2024-11-14 | 3 | -0/+7 |
* | Harden runner updateTask and updateLog api (#32462) | ChristopherHX | 2024-11-11 | 1 | -1/+3 |
* | Fix milestone deadline and date related problems (#32339) | Lunny Xiao | 2024-11-05 | 1 | -5/+3 |
* | Always update expiration time when creating an artifact (#32281) | Zettat123 | 2024-10-17 | 1 | -1/+8 |
* | Show latest run when visit /run/latest (#31808) | FuXiaoHei | 2024-08-10 | 1 | -0/+13 |
* | Support compression for Actions logs (#31761) | Jason Song | 2024-08-09 | 1 | -1/+7 |
* | Clear up old Actions logs (#31735) | Jason Song | 2024-08-02 | 1 | -3/+13 |
* | Use UTC as default timezone when schedule Actions cron tasks (#31742) | Jason Song | 2024-08-01 | 3 | -12/+104 |
* | Clarify Actions resources ownership (#31724) | Jason Song | 2024-08-01 | 3 | -19/+70 |
* | Drop `IDOrderDesc` for listing Actions task and always order by `id DESC` (#3... | Jason Song | 2024-05-31 | 1 | -5/+1 |
* | Update misspell to 0.5.1 and add `misspellings.csv` (#30573) | silverwind | 2024-04-27 | 3 | -13/+13 |
* | Improve job commit description (#30579) | yp05327 | 2024-04-26 | 1 | -0/+11 |
* | Interpolate runs-on with variables when scheduling tasks (#30640) | sillyguodong | 2024-04-23 | 2 | -6/+21 |
* | Add a db consistency check to remove runners that do not belong to a reposito... | Zettat123 | 2024-04-23 | 1 | -2/+24 |
* | Avoid user does not exist error when detecting schedule actions when the comm... | yp05327 | 2024-04-11 | 1 | -0/+3 |
* | Refactor more filterslice (#30370) | Lunny Xiao | 2024-04-10 | 1 | -10/+3 |
* | Fix ambiguous id when fetch Actions tasks (#30382) | Jason Song | 2024-04-10 | 1 | -1/+1 |
* | Add container.FilterSlice function (#30339) | oliverpool | 2024-04-09 | 6 | -54/+27 |
* | Avoid running action when action unit is disabled after workflows detected (#... | yp05327 | 2024-04-08 | 1 | -1/+4 |
* | Add API for `Variables` (#29520) | sillyguodong | 2024-03-28 | 1 | -11/+16 |
* | Cancel previous runs of the same PR automatically (#29961) | Jason Song | 2024-03-21 | 2 | -6/+7 |
* | Make runs-on support variable expression (#29468) | sillyguodong | 2024-03-08 | 1 | -0/+33 |
* | remove util.OptionalBool and related functions (#29513) | 6543 | 2024-03-02 | 1 | -5/+8 |
* | Implement actions badge svgs (#28102) | Nanguan Lin | 2024-02-27 | 1 | -0/+17 |
* | Artifact deletion in actions ui (#27172) | FuXiaoHei | 2024-02-18 | 1 | -0/+22 |
* | Refactor locale&string&template related code (#29165) | wxiaoguang | 2024-02-14 | 2 | -2/+2 |
* | Fix incorrect action duration time when rerun the job before executed once (#... | yp05327 | 2024-01-19 | 1 | -5/+8 |
* | Fix schedule tasks bugs (#28691) | Lunny Xiao | 2024-01-12 | 3 | -5/+31 |
* | Refactor deletion (#28610) | delvh | 2023-12-25 | 2 | -14/+1 |
* | Added instance-level variables (#28115) | Jean-Baptiste Gomond | 2023-12-25 | 1 | -8/+4 |
* | Only check online runner when detecting matching runners in workflows (#28286) | yp05327 | 2023-12-18 | 1 | -2/+15 |
* | Fix incorrect run order of action jobs (#28367) | yp05327 | 2023-12-06 | 1 | -1/+1 |
* | Use db.Find instead of writing methods for every object (#28084) | Lunny Xiao | 2023-11-24 | 9 | -124/+48 |
* | Fix no ActionTaskOutput table waring (#28149) | yp05327 | 2023-11-21 | 1 | -0/+4 |
* | Remove action runners on user deletion (#27902) | Earl Warren | 2023-11-05 | 1 | -0/+24 |
* | Upgrade to golangci-lint@v1.55.0 (#27756) | silverwind | 2023-10-24 | 1 | -1/+1 |
* | Add unit tests for action runner token (#27670) | Nanguan Lin | 2023-10-19 | 2 | -0/+58 |
* | Fix typo "GetLatestRunnerToken" (#27680) | Jason Song | 2023-10-18 | 1 | -2/+2 |
* | Penultimate round of `db.DefaultContext` refactor (#27414) | JakobDev | 2023-10-11 | 4 | -7/+7 |