2
0

Commit Graph

  • ee5fd838b8 feat(labels): support schema validation in runs-on matching main v1.0.8 logikonline 2026-02-09 02:30:24 -05:00
  • 17f78a5e4c feat(runner): merge admin-added labels from server on declare v1.0.7 logikonline 2026-02-09 02:15:23 -05:00
  • 522ee44718 fix(labels): return empty string on label mismatch instead of fallback v1.0.6 logikonline 2026-02-09 01:56:57 -05:00
  • d87b08c559 Merge branch 'main' of https://git.marketally.com/gitcaddy/gitcaddy-runner logikonline 2026-01-27 22:50:26 -05:00
  • 259238eedf docs(detached-note): add runner user guide and update deployment examples logikonline 2026-01-27 22:50:23 -05:00
  • f33d0a54c4 refactor(client): simplify HTTP client and reporter daemon implementation v1.0.5 logikonline 2026-01-25 14:31:47 -05:00
  • 899ca015b1 fix(poll): revert context inheritance to prevent deadlock v1.0.4 logikonline 2026-01-25 13:51:47 -05:00
  • e1b9b277ee build(actions): update go version to 1.25.5 v1.0.3 logikonline 2026-01-25 12:48:20 -05:00
  • 826ecfb433 chore(ci): clarify cache clearing and remove verbose flag logikonline 2026-01-25 12:43:32 -05:00
  • 5ac01b2dc9 ci(deps): clear module cache before downloading deps logikonline 2026-01-25 12:27:22 -05:00
  • f984198d4d ci(deps): add explicit dependency download step logikonline 2026-01-25 12:23:12 -05:00
  • 607c332313 build(deps): sync go.sum with Go 1.25.0 logikonline 2026-01-25 12:17:20 -05:00
  • 50480c989c build(deps): update go version to 1.25.0 logikonline 2026-01-25 12:12:49 -05:00
  • bf71b55cb7 style(service): improve comments and fix linter warnings logikonline 2026-01-25 11:44:38 -05:00
  • 26b4e7497f Merge branch 'main' of https://git.marketally.com/gitcaddy/gitcaddy-runner logikonline 2026-01-25 11:42:24 -05:00
  • b2922e332a feat(i18n): add windows service support and graceful shutdown logikonline 2026-01-25 11:40:30 -05:00
  • d388ec5519 chore(scanner): add gitsecrets ignore file logikonline 2026-01-24 14:42:10 -05:00
  • cb1c1a3264 Add LICENSE.md (MIT) David H. Friedel Jr 2026-01-23 00:53:55 +00:00
  • 63967eb6fa style(ui): add package docs and mark unused parameters v1.0.1 logikonline 2026-01-19 01:16:47 -05:00
  • 22f1ea6e76 chore(ui): update golangci-lint config and cleanup package docs logikonline 2026-01-19 01:03:07 -05:00
  • 4d6900b7a3 Update README download URLs to v1.0.0 GitCaddy Bot 2026-01-16 10:52:04 -05:00
  • 898ef596ae Fix release workflow to use gitcaddy-runner naming GitCaddy Bot 2026-01-16 10:49:46 -05:00
  • eb37073861 Fix project name in goreleaser config GitCaddy Bot 2026-01-16 10:41:56 -05:00
  • ec9b323318 Rebrand from act_runner to gitcaddy-runner v1.0.0 GitCaddy Bot 2026-01-16 10:30:34 -05:00
  • d955727863 Fix formatting (gofmt, remove BOM) v0.4.5 GitCaddy 2026-01-15 13:09:06 +00:00
  • 3addd66efa Report runner capacity in capabilities JSON GitCaddy 2026-01-15 13:06:30 +00:00
  • b6d700af60 fix: Use PowerShell instead of deprecated wmic for Windows CPU detection v0.4.4 GitCaddy 2026-01-14 18:00:21 +00:00
  • 7c0d11c353 chore: Reduce go-build cache retention to 3 days GitCaddy 2026-01-14 12:19:38 +00:00
  • b9ae4d5f36 feat: Add auto-cleanup and fix container CPU detection GitCaddy 2026-01-14 12:12:34 +00:00
  • 3a66563c1e chore: Fix gofmt formatting in runner.go v0.4.3 GitCaddy 2026-01-14 09:57:48 +00:00
  • e0feb6bd4e chore: Remove gitea-vet from build process GitCaddy 2026-01-14 09:53:17 +00:00
  • 0db86bc6a4 chore: Fix linter issues and update copyrights v0.4.1 GitCaddy 2026-01-14 09:41:16 +00:00
  • f5b22c4149 feat: Add build cache cleanup and CLI cleanup command GitCaddy 2026-01-14 09:26:21 +00:00
  • 0ba2e0c3d5 feat: Add CPU load monitoring and cleanup support GitCaddy 2026-01-14 08:48:54 +00:00
  • 8a54ec62d4 fix: Use linux-latest instead of ubuntu-latest v0.4.0 GitCaddy 2026-01-14 07:39:18 +00:00
  • 587ac42be4 feat: Rebrand to gitcaddy-runner with upload helper GitCaddy 2026-01-14 07:26:46 +00:00
  • 56dcda0d5e fix: remove binaries from git tracking v0.3.12-gitcaddy GitCaddy 2026-01-12 01:36:19 +00:00
  • e44f0c403b fix: remove accidentally committed binaries and add to gitignore GitCaddy 2026-01-12 01:35:38 +00:00
  • fb1498bf7a fix: add -a flag to force rebuild and prevent cached binaries v0.3.11-gitcaddy GitCaddy 2026-01-12 01:28:20 +00:00
  • fa69213d15 fix: use GitHub Actions expression syntax for VERSION v0.3.10-gitcaddy GitCaddy 2026-01-12 01:22:54 +00:00
  • f92e50f35b fix: use GITHUB_REF instead of GITHUB_REF_NAME for version extraction v0.3.9-gitcaddy GitCaddy 2026-01-12 01:14:20 +00:00
  • a792b47b41 fix: isolate golangci-lint cache per job to prevent parallel conflicts v0.3.8-gitcaddy v0.3.7-gitcaddy GitCaddy 2026-01-12 00:47:11 +00:00
  • 68ec7efde0 fix: isolate golangci-lint cache per job to prevent parallel conflicts GitCaddy 2026-01-12 00:45:26 +00:00
  • f314ffb036 feat: implement job-isolated cache directories v0.3.6-gitcaddy GitCaddy 2026-01-11 22:16:44 +00:00
  • b303a83a77 feat(capabilities): add visionOS SDK, PowerShell versions, working directory disk space GitCaddy 2026-01-11 20:32:23 +00:00
  • 66d0b1e608 feat(capabilities): enhanced tool and platform detection GitCaddy 2026-01-11 20:20:02 +00:00
  • 48a589eb79 fix: add cross-platform disk detection for Windows/macOS builds v0.3.5-gitcaddy GitCaddy 2026-01-11 19:29:27 +00:00
  • fef300dd5b docs: add HOWTOSTART.md guide for setting up runners GitCaddy 2026-01-11 18:18:39 +00:00
  • 49a0b6f167 feat(capabilities): Add Linux distro detection and suggested labels GitCaddy 2026-01-11 17:25:45 +00:00
  • e5fdaadbd2 feat: handle bandwidth test requests from server GitCaddy 2026-01-11 15:29:21 +00:00
  • ab382dc256 feat: add bandwidth testing to runner capabilities GitCaddy 2026-01-11 07:38:49 +00:00
  • 2c66de4df2 fix: run make fmt for code formatting v0.3.4-gitcaddy GitCaddy 2026-01-11 07:11:49 +00:00
  • 9de33d4252 Send runner capabilities with FetchTask poll GitCaddy 2026-01-11 07:03:54 +00:00
  • ff8375c6e1 Add disk space reporting to runner capabilities GitCaddy 2026-01-11 05:16:49 +00:00
  • 3e22214bbd ci: Disable Go cache to prevent hanging on Gitea runners v0.3.3-gitcaddy logikonline 2026-01-10 05:30:00 -05:00
  • b4e90db372 Update actions-proto-go to v0.5.2 v0.3.2-gitcaddy logikonline 2026-01-10 05:15:40 -05:00
  • c6b9e0c2d1 Add professional README for GitCaddy fork logikonline 2026-01-10 05:03:21 -05:00
  • aefab79307 Update CI/CD workflows for GitCaddy fork v0.3.1-gitcaddy logikonline 2026-01-10 05:00:07 -05:00
  • a6c08576a9 Add runner capability detection and reporting v0.3.0-gitcaddy logikonline 2026-01-10 04:49:54 -05:00
  • 90d11b8692 Remove duplicate assignment of DIST (#777) mkesper 2025-12-26 00:38:38 +00:00
  • c4b57fbcb2 chore(deps): upgrade dependencies (#775) Christopher Homberger 2025-12-20 23:35:15 +00:00
  • e6dbe2a1ca Bump gitea/act (#770) Zettat123 2025-12-02 22:38:31 +00:00
  • 774f316c8b fix(dockerfile): Pin docker dind images to version 28, as version 29 has breaking changes in the API that are currently causing problems with the act fork of Gitea (#769) Max P. 2025-11-25 14:40:27 +00:00
  • 823e9489d6 Fix some typos in internal/pkg/config/config.example.yaml (#764) DavidToneian 2025-11-19 18:16:45 +00:00
  • dc38bf1895 Fix URL to documentation of runner images (#765) DavidToneian 2025-11-19 18:16:08 +00:00
  • 96b866a3a8 chore: update config.example.yaml for https://gitea.com/gitea/act_runner/pulls/724 (#763) Akkuman 2025-11-18 07:18:38 +00:00
  • 3b11bac2ad ci: release binary for linux/loong64 (#756) WANG Xuerui 2025-10-21 17:42:08 +00:00
  • 47caafd037 Bump gitea/act (#753) Zettat123 2025-10-14 03:32:35 +00:00
  • 50e0509007 Do not implicitly mount /var/run/docker.sock (#751) ChristopherHX 2025-10-09 07:16:56 +00:00
  • 8920c4a170 Timeout to wait for and optionally require docker always (#741) v0.2.13 Christopher Homberger 2025-08-28 17:28:08 +00:00
  • bbf9d7e90f feat: support github mirror (#716) Akkuman 2025-08-28 16:57:01 +00:00
  • 46f471a900 refac(workflow): use matrix to compile different docker images (#740) Daan Selen 2025-08-22 23:49:20 +00:00
  • aa28f8d99c feat(docker): add TZ env variable working (#738) DaanSelen 2025-08-21 23:56:32 +00:00
  • 6a7e18b124 Allow node24 actions (#737) Christopher Homberger 2025-08-21 17:47:26 +00:00
  • 53329c46ff Add ubuntu-24.04 label to defaults. (#724) telackey 2025-07-22 14:47:30 +00:00
  • 6b1aea9c04 Upgrade github.com/go-git/go-git/v5 to v5.16.2 (#706) v0.2.12 Lunny Xiao 2025-06-11 17:59:35 +00:00
  • edec9a8f91 Add a way to specify vars in act_runner exec (#704) lautriva 2025-06-11 17:38:29 +00:00
  • 6a9a447f86 Report errors by setting raw_output when it's error level (#645) Pablo Carranza 2025-06-05 17:53:13 +00:00
  • 5302c25feb Add environment variables for OIDC token service (#674) Jack Jackson 2025-05-08 01:58:31 +00:00
  • a616ed1a10 feat: register interactive with values from cli (#682) Christopher Homberger 2025-05-08 01:57:53 +00:00
  • f0b5aff3bb fix: invalid label NoInteractive exit code (#683) Christopher Homberger 2025-05-07 17:17:26 +00:00
  • 44b4736703 feat: docker env vars for ephemeral and once (#685) Christopher Homberger 2025-05-07 15:43:05 +00:00
  • b1ae30dda8 ephemeral act runner (#649) Christopher Homberger 2025-03-13 21:57:44 +00:00
  • 0d687268c7 act_runner requires go 1.24 now techknowlogick 2025-03-02 05:36:24 +00:00
  • 425a570261 use new docker image URLs (#661) techknowlogick 2025-03-01 20:21:52 +00:00
  • 4c8179ee12 upgrade to go1.24, act to 0.261.4 and actions-proto-go to 0.4.1 (#662) Lunny Xiao 2025-03-01 20:18:36 +00:00
  • 5ae13f0bd7 Update xgo version to 1.24 (#651) Pablo Carranza 2025-02-15 16:07:18 +00:00
  • 3510152e36 Fix Makefile make docker (#641) Lunny Xiao 2025-01-29 03:27:47 +00:00
  • 8dfb805c62 Update examples/kubernetes/dind-docker.yaml to reflect recent changes to Dockerfile (#633) armistace 2025-01-26 02:10:17 +00:00
  • a7080f5457 Update examples for GITEA_RUNNER_REGISTRATION_TOKEN env (#630) Zettat123 2025-01-05 22:25:32 +00:00
  • 8b72d1c7ae add s390x and riscv64 as an arch for binaries techknowlogick 2024-12-09 18:49:38 +00:00
  • 8bc0275e74 feat: add once flag to daemon command (#19) (#598) garet90 2024-11-06 17:16:08 +00:00
  • 0348aaac59 Wait for the Docker daemon to be ready before starting act runner (#620) Jason Song 2024-11-06 07:38:31 +00:00
  • 9712481bed Support basic, dind and dind-rootless as multiple kinds of images (#619) Jason Song 2024-11-06 03:15:51 +00:00
  • b5f901b2d9 Upgrade act from v0.261.2 -> v0.261.3 (#607) Lunny Xiao 2024-10-18 04:33:57 +00:00
  • 0e2a3e00f5 examples/vm/rootless-docker.md aktualisiert (#487) frank-dspeed 2024-09-30 01:55:04 +00:00
  • b282356e9e update example for docker-compose to allow fix 502 errors in case Gitea not yet ready on runner startup (#605) Schallbert 2024-09-26 05:54:54 +00:00
  • b075e3a1d5 Bump goreleaser-action to use v2 by default (#604) v0.2.11 Jason Song 2024-09-24 08:46:21 +00:00
  • e27189ea32 Fix releasing (#603) Jason Song 2024-09-24 08:22:53 +00:00
  • 59e478464e Bump act to v0.261.2 (#602) Jason Song 2024-09-24 07:04:47 +00:00