| Commit message (Expand) | Author | Age | Files | Lines |
* | Enable addtional linters (#34085) | TheFox0x7 | 2025-04-01 | 2 | -3/+3 |
* | enable staticcheck QFxxxx rules (#34064) | TheFox0x7 | 2025-03-29 | 1 | -2/+2 |
* | Feature: Ephemeral action runners (#33570) | ChristopherHX | 2025-03-14 | 1 | -6/+8 |
* | Add workflow_job webhook (#33694) | ChristopherHX | 2025-03-11 | 1 | -1/+6 |
* | Use test context in tests and new loop system in benchmarks (#33648) | TheFox0x7 | 2025-02-20 | 1 | -2/+1 |
* | Refactor error system (#33610) | wxiaoguang | 2025-02-16 | 3 | -51/+51 |
* | Artifacts download api for artifact actions v4 (#33510) | ChristopherHX | 2025-02-16 | 2 | -2/+2 |
* | Add a transaction to `pickTask` (#33543) | Zettat123 | 2025-02-12 | 2 | -96/+1 |
* | Move some Actions related functions from `routers` to `services` (#33280) | Zettat123 | 2025-01-15 | 3 | -176/+12 |
* | Refactor RefName (#33234) | wxiaoguang | 2025-01-13 | 1 | -1/+1 |
* | Refactor "string truncate" (#32984) | wxiaoguang | 2024-12-26 | 1 | -1/+1 |
* | Refactor request context (#32956) | wxiaoguang | 2024-12-24 | 2 | -8/+4 |
* | Fix missing outputs for jobs with matrix (#32823) | Zettat123 | 2024-12-14 | 3 | -16/+86 |
* | Harden runner updateTask and updateLog api (#32462) | ChristopherHX | 2024-11-11 | 1 | -1/+7 |
* | Fix `missing signature key` error when pulling Docker images with `SERVE_DIRE... | Zettat123 | 2024-10-31 | 2 | -2/+2 |
* | Fix artifact v4 upload above 8MB (#31664) | ChristopherHX | 2024-09-22 | 2 | -40/+156 |
* | Refactor names (#31405) | wxiaoguang | 2024-06-19 | 4 | -9/+9 |
* | Reduce memory usage for chunked artifact uploads to MinIO (#31325) | Rowan Bohde | 2024-06-12 | 1 | -2/+2 |
* | Enable `unparam` linter (#31277) | silverwind | 2024-06-11 | 2 | -10/+6 |
* | Azure blob storage support (#30995) | Lunny Xiao | 2024-05-30 | 3 | -3/+3 |
* | Remove deprecated stuff for runners (#30930) | Jason Song | 2024-05-10 | 2 | -19/+0 |
* | Refactor AppURL usage (#30885) | wxiaoguang | 2024-05-07 | 2 | -9/+11 |
* | Fix nil dereference on error (#30740) | Chongyi Zheng | 2024-04-28 | 1 | -3/+4 |
* | Update misspell to 0.5.1 and add `misspellings.csv` (#30573) | silverwind | 2024-04-27 | 2 | -3/+3 |
* | Enable more `revive` linter rules (#30608) | silverwind | 2024-04-22 | 1 | -1/+0 |
* | Check the token's owner and repository when registering a runner (#30406) | Zettat123 | 2024-04-11 | 1 | -0/+14 |
* | Upgrade Go 1.22 and upgrade dependency (#29869) | wxiaoguang | 2024-03-17 | 4 | -10/+6 |
* | Make runs-on support variable expression (#29468) | sillyguodong | 2024-03-08 | 1 | -68/+12 |
* | Actions Artifacts v4 backend (#28965) | ChristopherHX | 2024-03-02 | 5 | -23/+1726 |
* | Move context from modules to services (#29440) | Lunny Xiao | 2024-02-27 | 1 | -1/+1 |
* | Add support for action artifact serve direct (#29120) | KN4CK3R | 2024-02-15 | 1 | -1/+14 |
* | Add artifacts v4 jwt to job message and accept it (#28885) | ChristopherHX | 2024-02-02 | 2 | -6/+34 |
* | Fix uploaded artifacts should be overwritten (#28726) | FuXiaoHei | 2024-01-17 | 2 | -3/+15 |
* | Refactor deletion (#28610) | delvh | 2023-12-25 | 1 | -7/+6 |
* | Added instance-level variables (#28115) | Jean-Baptiste Gomond | 2023-12-25 | 1 | -2/+8 |
* | Fix merging artifact chunks error when minio storage basepath is set (#28555) | FuXiaoHei | 2023-12-21 | 1 | -4/+9 |
* | Use db.Find instead of writing methods for every object (#28084) | Lunny Xiao | 2023-11-24 | 3 | -8/+17 |
* | Fix/upload artifact error windows (#27802) | FuXiaoHei | 2023-10-30 | 1 | -1/+2 |
* | Redefine the meaning of column is_active to make Actions Registration Token g... | Lunny Xiao | 2023-09-27 | 1 | -3/+3 |
* | Add a new column schedule_id for action_run to track (#26975) | Lunny Xiao | 2023-09-08 | 1 | -1/+7 |
* | Artifacts retention and auto clean up (#26131) | FuXiaoHei | 2023-09-06 | 2 | -5/+25 |
* | Use `Set[Type]` instead of `map[Type]bool/struct{}`. (#26804) | KN4CK3R | 2023-08-30 | 1 | -5/+3 |
* | Include the GITHUB_TOKEN/GITEA_TOKEN secret for fork pull requests (#26759) | js6pak | 2023-08-29 | 1 | -8/+5 |
* | fix artifact merging chunks path with correct slash on Windows (#26400) | FuXiaoHei | 2023-08-08 | 1 | -1/+2 |
* | Reduce unnecessary DB queries for Actions tasks (#25199) | sillyguodong | 2023-07-24 | 1 | -7/+26 |
* | Actions Artifacts support uploading multiple files and directories (#24874) | FuXiaoHei | 2023-07-21 | 3 | -272/+377 |
* | Fix `ref` for workflows triggered by `pull_request_target` (#25743) | Zettat123 | 2023-07-07 | 1 | -3/+13 |
* | Replace `interface{}` with `any` (#25686) | silverwind | 2023-07-04 | 1 | -2/+2 |
* | Restrict `[actions].DEFAULT_ACTIONS_URL` to only `github` or `self` (#25581) | Jason Song | 2023-06-30 | 1 | -1/+1 |
* | Support `pull_request_target` event (#25229) | Zettat123 | 2023-06-26 | 1 | -2/+13 |