Lunny Xiao 
							
						 
					 
					
						
						
							
						
						4c8179ee12 
					 
					
						
						
							
							upgrade to go1.24, act to 0.261.4 and actions-proto-go to 0.4.1 ( #662 )  
						
						... 
						
						
						
						Reviewed-on: https://gitea.com/gitea/act_runner/pulls/662 
Reviewed-by: ChristopherHX <christopherhx@noreply.gitea.com > 
						
						
							
						
					 
					
						2025-03-01 20:18:36 +00:00 
						 
				 
			
				
					
						
							
							
								Pablo Carranza 
							
						 
					 
					
						
						
							
						
						5ae13f0bd7 
					 
					
						
						
							
							Update xgo version to 1.24 ( #651 )  
						
						... 
						
						
						
						Co-authored-by: techknowlogick <techknowlogick@gitea.com >
Reviewed-on: https://gitea.com/gitea/act_runner/pulls/651 
Co-authored-by: Pablo Carranza <pcarranza@gmail.com >
Co-committed-by: Pablo Carranza <pcarranza@gmail.com > 
						
						
							
						
					 
					
						2025-02-15 16:07:18 +00:00 
						 
				 
			
				
					
						
							
							
								Lunny Xiao 
							
						 
					 
					
						
						
							
						
						3510152e36 
					 
					
						
						
							
							Fix Makefile make docker ( #641 )  
						
						... 
						
						
						
						Fix  #640 
Reviewed-on: https://gitea.com/gitea/act_runner/pulls/641  
					
						2025-01-29 03:27:47 +00:00 
						 
				 
			
				
					
						
							
							
								armistace 
							
						 
					 
					
						
						
							
						
						8dfb805c62 
					 
					
						
						
							
							Update examples/kubernetes/dind-docker.yaml to reflect recent changes to Dockerfile ( #633 )  
						
						... 
						
						
						
						With the changes made two months ago for the Dockerfile /opt/act/run.sh no longer exists in the docker container, this caused this example to fail, updating the example so that it correctly references run.sh now located in /usr/local/bin
I have used this to deploy on my own cluster and it is now working swimmingly
Reviewed-on: https://gitea.com/gitea/act_runner/pulls/633 
Reviewed-by: Zettat123 <zettat123@noreply.gitea.com >
Reviewed-by: techknowlogick <techknowlogick@noreply.gitea.com >
Co-authored-by: armistace <armistace@noreply.gitea.com >
Co-committed-by: armistace <armistace@noreply.gitea.com > 
						
						
							
						
					 
					
						2025-01-26 02:10:17 +00:00 
						 
				 
			
				
					
						
							
							
								Zettat123 
							
						 
					 
					
						
						
							
						
						a7080f5457 
					 
					
						
						
							
							Update examples for GITEA_RUNNER_REGISTRATION_TOKEN env ( #630 )  
						
						... 
						
						
						
						For https://github.com/go-gitea/gitea/pull/32946 
Reviewed-on: https://gitea.com/gitea/act_runner/pulls/630 
Reviewed-by: Lunny Xiao <lunny@noreply.gitea.com >
Reviewed-by: techknowlogick <techknowlogick@noreply.gitea.com >
Co-authored-by: Zettat123 <zettat123@gmail.com >
Co-committed-by: Zettat123 <zettat123@gmail.com > 
						
						
							
						
					 
					
						2025-01-05 22:25:32 +00:00 
						 
				 
			
				
					
						
							
							
								techknowlogick 
							
						 
					 
					
						
						
							
						
						8b72d1c7ae 
					 
					
						
						
							
							add s390x and riscv64 as an arch for binaries  
						
						
						
						
							
						
					 
					
						2024-12-09 18:49:38 +00:00 
						 
				 
			
				
					
						
							
							
								garet90 
							
						 
					 
					
						
						
							
						
						8bc0275e74 
					 
					
						
						
							
							feat: add once flag to daemon command ( #19 ) ( #598 )  
						
						... 
						
						
						
						Once flag polls and completes one job then exits.
I use this with Windows Sandbox (and creating users with local brew install on Mac) to create a fresh environment every time.
Co-authored-by: Garet Halliday <garet@pit.dev >
Co-authored-by: Jason Song <wolfogre@noreply.gitea.com >
Reviewed-on: https://gitea.com/gitea/act_runner/pulls/598 
Reviewed-by: techknowlogick <techknowlogick@noreply.gitea.com >
Reviewed-by: Jason Song <wolfogre@noreply.gitea.com >
Co-authored-by: garet90 <garet90@noreply.gitea.com >
Co-committed-by: garet90 <garet90@noreply.gitea.com > 
						
						
							
						
					 
					
						2024-11-06 17:16:08 +00:00 
						 
				 
			
				
					
						
							
							
								Jason Song 
							
						 
					 
					
						
						
							
						
						0348aaac59 
					 
					
						
						
							
							Wait for the Docker daemon to be ready before starting act runner ( #620 )  
						
						... 
						
						
						
						Follow #619 .
Wait for the Docker daemon to be ready before starting act runner.
Reviewed-on: https://gitea.com/gitea/act_runner/pulls/620 
Co-authored-by: Jason Song <i@wolfogre.com >
Co-committed-by: Jason Song <i@wolfogre.com > 
						
						
							
						
					 
					
						2024-11-06 07:38:31 +00:00 
						 
				 
			
				
					
						
							
							
								Jason Song 
							
						 
					 
					
						
						
							
						
						9712481bed 
					 
					
						
						
							
							Support basic, dind and dind-rootless as multiple kinds of images ( #619 )  
						
						... 
						
						
						
						- `basic`: Only the runner process in the container; users need to mount the Docker socket to it.
- `dind`: A Docker daemon will be started in the container with the root user.
- `dind-rootless`: A Docker daemon will be started in the container with a rootless user.
Use s6 instead of supervisord to start processes.
Reviewed-on: https://gitea.com/gitea/act_runner/pulls/619 
Reviewed-by: Zettat123 <zettat123@noreply.gitea.com >
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com >
Co-authored-by: Jason Song <i@wolfogre.com >
Co-committed-by: Jason Song <i@wolfogre.com > 
						
						
							
						
					 
					
						2024-11-06 03:15:51 +00:00 
						 
				 
			
				
					
						
							
							
								Lunny Xiao 
							
						 
					 
					
						
						
							
						
						b5f901b2d9 
					 
					
						
						
							
							Upgrade act from v0.261.2 -> v0.261.3 ( #607 )  
						
						... 
						
						
						
						Reviewed-on: https://gitea.com/gitea/act_runner/pulls/607 
Reviewed-by: Jason Song <wolfogre@noreply.gitea.com >
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com >
Co-committed-by: Lunny Xiao <xiaolunwen@gmail.com > 
						
						
							
						
					 
					
						2024-10-18 04:33:57 +00:00 
						 
				 
			
				
					
						
							
							
								frank-dspeed 
							
						 
					 
					
						
						
							
						
						0e2a3e00f5 
					 
					
						
						
							
							examples/vm/rootless-docker.md aktualisiert ( #487 )  
						
						... 
						
						
						
						Depending on the VM's existing users the id can vary
Reviewed-on: https://gitea.com/gitea/act_runner/pulls/487 
Reviewed-by: techknowlogick <techknowlogick@noreply.gitea.com >
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com >
Co-authored-by: frank-dspeed <frank-dspeed@noreply.gitea.com >
Co-committed-by: frank-dspeed <frank-dspeed@noreply.gitea.com > 
						
						
							
						
					 
					
						2024-09-30 01:55:04 +00:00 
						 
				 
			
				
					
						
							
							
								Schallbert 
							
						 
					 
					
						
						
							
						
						b282356e9e 
					 
					
						
						
							
							update example for docker-compose to allow fix 502 errors in case Gitea not yet ready on runner startup ( #605 )  
						
						... 
						
						
						
						Minimalistic approach: Only adds what is needed to fix  #600 
Context: https://blog.schallbert.de/en/fix-gitea-runner/ 
Reviewed-on: https://gitea.com/gitea/act_runner/pulls/605 
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com >
Reviewed-by: Zettat123 <zettat123@noreply.gitea.com >
Co-authored-by: Schallbert <schallbert@mailbox.org >
Co-committed-by: Schallbert <schallbert@mailbox.org > 
						
						
							
						
					 
					
						2024-09-26 05:54:54 +00:00 
						 
				 
			
				
					
						
							
							
								Jason Song 
							
						 
					 
					
						
						
							
						
						b075e3a1d5 
					 
					
						
						
							
							Bump goreleaser-action to use v2 by default ( #604 )  
						
						... 
						
						
						
						Reviewed-on: https://gitea.com/gitea/act_runner/pulls/604 
Co-authored-by: Jason Song <i@wolfogre.com >
Co-committed-by: Jason Song <i@wolfogre.com > 
						
						
							
 
						
					 
					
						2024-09-24 08:46:21 +00:00 
						 
				 
			
				
					
						
							
							
								Jason Song 
							
						 
					 
					
						
						
							
						
						e27189ea32 
					 
					
						
						
							
							Fix releasing ( #603 )  
						
						... 
						
						
						
						```
[command]/opt/hostedtoolcache/goreleaser-action/2.3.2-pro/x64/goreleaser release --nightly
  • by using this software you agree with its EULA, available at https://goreleaser.com/eula 
  • running goreleaser v2.3.2-pro
  • only configurations files on  version: 2  are supported, yours is  version: 0 , please update your configuration
  ⨯ release failed after 0s                  error=only configurations files on  version: 2  are supported, yours is  version: 0 , please update your configuration
::error::The process '/opt/hostedtoolcache/goreleaser-action/2.3.2-pro/x64/goreleaser' failed with exit code 1
```
```
#20  [linux/arm64 builder 2/5] RUN apk add --no-cache make git
#20  CANCELED
------
 > [linux/amd64 builder 5/5] RUN make clean && make build:
0.058 go clean -x -i ./...
0.061 go: go.mod requires go >= 1.22 (running go 1.21.10; GOTOOLCHAIN=local)
0.061 make: *** [Makefile:176: clean] Error 1
------
 1 warning found (use docker --debug to expand):
 - FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 1)
Dockerfile:8
--------------------
   6 |     WORKDIR /opt/src/act_runner
   7 |
   8 | >>> RUN make clean && make build
   9 |
  10 |     FROM alpine:3.18
--------------------
ERROR: failed to solve: process "/bin/sh -c make clean && make build" did not complete successfully: exit code: 2
::error::buildx failed with: ERROR: failed to solve: process "/bin/sh -c make clean && make build" did not complete successfully: exit code: 2
```
Reviewed-on: https://gitea.com/gitea/act_runner/pulls/603 
Co-authored-by: Jason Song <i@wolfogre.com >
Co-committed-by: Jason Song <i@wolfogre.com > 
						
						
							
						
					 
					
						2024-09-24 08:22:53 +00:00 
						 
				 
			
				
					
						
							
							
								Jason Song 
							
						 
					 
					
						
						
							
						
						59e478464e 
					 
					
						
						
							
							Bump act to v0.261.2 ( #602 )  
						
						... 
						
						
						
						Reviewed-on: https://gitea.com/gitea/act_runner/pulls/602 
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com >
Reviewed-by: Zettat123 <zettat123@noreply.gitea.com >
Co-authored-by: Jason Song <i@wolfogre.com >
Co-committed-by: Jason Song <i@wolfogre.com > 
						
						
							
						
					 
					
						2024-09-24 07:04:47 +00:00 
						 
				 
			
				
					
						
							
							
								harryzcy 
							
						 
					 
					
						
						
							
						
						e1c7b20898 
					 
					
						
						
							
							Bump Go to 1.22 and upgrade dependencies ( #580 )  
						
						... 
						
						
						
						Co-authored-by: Chongyi Zheng <git@zcy.dev >
Reviewed-on: https://gitea.com/gitea/act_runner/pulls/580 
Reviewed-by: Jason Song <i@wolfogre.com >
Reviewed-by: techknowlogick <techknowlogick@noreply.gitea.com >
Co-authored-by: harryzcy <harryzcy@noreply.gitea.com >
Co-committed-by: harryzcy <harryzcy@noreply.gitea.com > 
						
						
							
						
					 
					
						2024-07-26 16:00:33 +00:00 
						 
				 
			
				
					
						
							
							
								appleboy 
							
						 
					 
					
						
						
							
						
						2f78411c3d 
					 
					
						
						
							
							ci: standardize code style and update version extraction ( #566 )  
						
						... 
						
						
						
						- Change single quotes to double quotes in YAML files
- Update REPO_VERSION extraction method to use GITHUB_REF_NAME without the 'v' prefix
Signed-off-by: appleboy <appleboy.tw@gmail.com >
Reviewed-on: https://gitea.com/gitea/act_runner/pulls/566 
Reviewed-by: Jason Song <i@wolfogre.com >
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com >
Co-authored-by: appleboy <appleboy.tw@gmail.com >
Co-committed-by: appleboy <appleboy.tw@gmail.com > 
						
						
							
						
					 
					
						2024-06-28 07:48:10 +00:00 
						 
				 
			
				
					
						
							
							
								rowan-allspice 
							
						 
					 
					
						
						
							
						
						d1d3cad4b0 
					 
					
						
						
							
							feat: allow graceful shutdowns ( #546 )  
						
						... 
						
						
						
						Add a `Shutdown(context.Context) error` method to the Poller. Calling this method will first shutdown all active polling, preventing any new jobs from spawning. It will then wait for either all jobs to finish, or for the context to be cancelled. If the context is cancelled, it will then force all jobs to end, and then exit.
Fixes https://gitea.com/gitea/act_runner/issues/107 
Co-authored-by: Rowan Bohde <rowan.bohde@gmail.com >
Reviewed-on: https://gitea.com/gitea/act_runner/pulls/546 
Reviewed-by: Jason Song <i@wolfogre.com >
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com >
Co-authored-by: rowan-allspice <rowan-allspice@noreply.gitea.com >
Co-committed-by: rowan-allspice <rowan-allspice@noreply.gitea.com > 
						
						
							
						
					 
					
						2024-05-27 07:38:55 +00:00 
						 
				 
			
				
					
						
							
							
								rowan-allspice 
							
						 
					 
					
						
						
							
						
						1735b26e66 
					 
					
						
						
							
							Don't log job output when debug logging is not enabled ( #543 )  
						
						... 
						
						
						
						We wanted the ability to disable outputting the logs from the individual job to the console. This changes the logging so that job logs are only output to the console whenever debug logging is enabled in `act_runner`, while still allowing the `Reporter` to receive these logs and forward them to Gitea when debug logging is not enabled.
Co-authored-by: Rowan Bohde <rowan.bohde@gmail.com >
Reviewed-on: https://gitea.com/gitea/act_runner/pulls/543 
Reviewed-by: Jason Song <i@wolfogre.com >
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com >
Co-authored-by: rowan-allspice <rowan-allspice@noreply.gitea.com >
Co-committed-by: rowan-allspice <rowan-allspice@noreply.gitea.com > 
						
						
							
						
					 
					
						2024-05-07 05:58:33 +00:00 
						 
				 
			
				
					
						
							
							
								Lunny Xiao 
							
						 
					 
					
						
						
							
						
						65ed62d2f5 
					 
					
						
						
							
							Upgrade dependencies ( #537 )  
						
						... 
						
						
						
						Patially fix  #513 
Co-authored-by: Jason Song <i@wolfogre.com >
Reviewed-on: https://gitea.com/gitea/act_runner/pulls/537 
Reviewed-by: Jason Song <i@wolfogre.com >
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com >
Co-committed-by: Lunny Xiao <xiaolunwen@gmail.com > 
						
						
							
						
					 
					
						2024-04-11 04:36:00 +00:00 
						 
				 
			
				
					
						
							
							
								Jason Song 
							
						 
					 
					
						
						
							
						
						ec03f19650 
					 
					
						
						
							
							Bump act to v0.261.1 ( #535 )  
						
						... 
						
						
						
						Related to https://gitea.com/gitea/act/compare/v0.261.0...v0.261.1 
Reviewed-on: https://gitea.com/gitea/act_runner/pulls/535  
						
						
							
 
						
					 
					
						2024-04-10 07:07:56 +00:00 
						 
				 
			
				
					
						
							
							
								Jason Song 
							
						 
					 
					
						
						
							
						
						8567324a19 
					 
					
						
						
							
							Release nightly versions for tags ( #536 )  
						
						... 
						
						
						
						Or the latest nightly version could be "v0.2.8-4-gbe2df36" even though there's "v0.2.9", although they are for the same commit.
Reviewed-on: https://gitea.com/gitea/act_runner/pulls/536  
						
						
							
						
					 
					
						2024-04-10 07:06:08 +00:00 
						 
				 
			
				
					
						
							
							
								Jason Song 
							
						 
					 
					
						
						
							
						
						be2df361ef 
					 
					
						
						
							
							Ensure declare to use new labels ( #530 )  
						
						... 
						
						
						
						Ensure "declare" is supported, to use new labels, see https://gitea.com/gitea/act_runner/pulls/529 
Reviewed-on: https://gitea.com/gitea/act_runner/pulls/530 
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com > 
						
						
							
 
						
					 
					
						2024-04-02 07:39:40 +00:00 
						 
				 
			
				
					
						
							
							
								Jason Song 
							
						 
					 
					
						
						
							
						
						a5085dde0c 
					 
					
						
						
							
							Use gitea/runner-images by default ( #529 )  
						
						... 
						
						
						
						See https://gitea.com/gitea/runner-images 
Also give up ubuntu-18.04 since it's too old. And enable force_pull by default to check new versions of images.
Reviewed-on: https://gitea.com/gitea/act_runner/pulls/529 
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com > 
						
						
							
						
					 
					
						2024-04-02 07:38:14 +00:00 
						 
				 
			
				
					
						
							
							
								Jason Song 
							
						 
					 
					
						
						
							
						
						cef86d1140 
					 
					
						
						
							
							Bump act to v0.260.0 ( #528 )  
						
						... 
						
						
						
						Related to:
- https://gitea.com/gitea/act/pulls/104 
- https://gitea.com/gitea/act/issues/102 
Reviewed-on: https://gitea.com/gitea/act_runner/pulls/528 
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com > 
						
						
							
						
					 
					
						2024-04-02 06:25:33 +00:00 
						 
				 
			
				
					
						
							
							
								Jason Song 
							
						 
					 
					
						
						
							
						
						94c45acf6b 
					 
					
						
						
							
							Use node 20 by default ( #526 )  
						
						... 
						
						
						
						Because Octokit requires Node 18 or higher now.
See https://github.com/octokit/octokit.js/#fetch-missing  .
However, for existing runners, users should manually modify `labels` in the `.runner` file or `runner.labels` in the `config.yaml` file to update. Don't forget to restart.
Reviewed-on: https://gitea.com/gitea/act_runner/pulls/526 
Reviewed-by: sillyguodong <sillyguodong@noreply.gitea.com > 
						
						
							
						
					 
					
						2024-03-29 03:03:26 +00:00 
						 
				 
			
				
					
						
							
							
								Jason Song 
							
						 
					 
					
						
						
							
						
						1760899d27 
					 
					
						
						
							
							Set gitea token to release ( #524 )  
						
						... 
						
						
						
						Follow a7eca813ea/.gitea/workflows/release-tag.yml (L39)https://github.com/nektos/act/pull/2089 
Reviewed-on: https://gitea.com/gitea/act_runner/pulls/524  
						
						
							
 
						
					 
					
						2024-03-27 10:51:45 +00:00 
						 
				 
			
				
					
						
							
							
								Zettat123 
							
						 
					 
					
						
						
							
						
						a7eca813ea 
					 
					
						
						
							
							Bump act to v0.260.2 ( #523 )  
						
						... 
						
						
						
						Related to
- https://gitea.com/gitea/act/pulls/86 
- https://gitea.com/gitea/act/pulls/103 
Reviewed-on: https://gitea.com/gitea/act_runner/pulls/523 
Reviewed-by: Jason Song <i@wolfogre.com >
Co-authored-by: Zettat123 <zettat123@gmail.com >
Co-committed-by: Zettat123 <zettat123@gmail.com > 
						
						
							
						
					 
					
						2024-03-27 10:25:23 +00:00 
						 
				 
			
				
					
						
							
							
								Jason Song 
							
						 
					 
					
						
						
							
						
						23ec12b8cf 
					 
					
						
						
							
							Bump act to v0.260.0 ( #522 )  
						
						... 
						
						
						
						Related to https://gitea.com/gitea/act/issues/99 .
Also update other main dependencies.
Reviewed-on: https://gitea.com/gitea/act_runner/pulls/522 
Reviewed-by: Zettat123 <zettat123@noreply.gitea.com > 
						
						
							
 
						
					 
					
						2024-03-27 03:17:04 +00:00 
						 
				 
			
				
					
						
							
							
								Zettat123 
							
						 
					 
					
						
						
							
						
						a1fc2b3ca7 
					 
					
						
						
							
							Improve the explanation of workdir_parent config ( #519 )  
						
						... 
						
						
						
						Fix  #512 
act_runner adds a '/' before the path (see 5977042b86/internal/app/run/runner.go (L186)https://gitea.com/gitea/act_runner/pulls/519 
Reviewed-by: Jason Song <i@wolfogre.com >
Co-authored-by: Zettat123 <zettat123@gmail.com >
Co-committed-by: Zettat123 <zettat123@gmail.com > 
					
						2024-03-22 02:30:31 +00:00 
						 
				 
			
				
					
						
							
							
								Jason Song 
							
						 
					 
					
						
						
							
						
						5977042b86 
					 
					
						
						
							
							Bump act to v0.259.2 ( #515 )  
						
						... 
						
						
						
						Related to https://gitea.com/gitea/act/pulls/97 
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com >
Reviewed-on: https://gitea.com/gitea/act_runner/pulls/515 
Reviewed-by: silverwind <silverwind@noreply.gitea.com >
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com >
Co-authored-by: Jason Song <i@wolfogre.com >
Co-committed-by: Jason Song <i@wolfogre.com > 
						
						
							
						
					 
					
						2024-03-14 18:58:43 +00:00 
						 
				 
			
				
					
						
							
							
								Jason Song 
							
						 
					 
					
						
						
							
						
						6bc19cbc33 
					 
					
						
						
							
							Improve workflows ( #516 )  
						
						... 
						
						
						
						Starting from setup-go v4, it will cache build dependencies by default, see https://github.com/actions/setup-go#caching-dependency-files-and-build-outputs .
Also bump some versions.
Reviewed-on: https://gitea.com/gitea/act_runner/pulls/516 
Reviewed-by: silverwind <silverwind@noreply.gitea.com >
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com >
Co-authored-by: Jason Song <i@wolfogre.com >
Co-committed-by: Jason Song <i@wolfogre.com > 
						
						
							
						
					 
					
						2024-03-14 13:27:47 +00:00 
						 
				 
			
				
					
						
							
							
								Zettat123 
							
						 
					 
					
						
						
							
						
						75006a59cc 
					 
					
						
						
							
							Support cloning remote actions from insecure Gitea instances ( #508 )  
						
						... 
						
						
						
						Follow https://gitea.com/gitea/act/pulls/92 
Reviewed-on: https://gitea.com/gitea/act_runner/pulls/508 
Reviewed-by: Jason Song <i@wolfogre.com >
Co-authored-by: Zettat123 <zettat123@gmail.com >
Co-committed-by: Zettat123 <zettat123@gmail.com > 
						
						
							
						
					 
					
						2024-03-06 06:10:37 +00:00 
						 
				 
			
				
					
						
							
							
								SupremeVoid 
							
						 
					 
					
						
						
							
						
						4da97f53de 
					 
					
						
						
							
							Bump act to v0.259.0 ( #491 )  
						
						... 
						
						
						
						Reviewed-on: https://gitea.com/gitea/act_runner/pulls/491 
Reviewed-by: Jason Song <i@wolfogre.com >
Reviewed-by: silverwind <silverwind@noreply.gitea.com >
Co-authored-by: SupremeVoid <supremevoid@t-online.de >
Co-committed-by: SupremeVoid <supremevoid@t-online.de > 
						
						
							
						
					 
					
						2024-03-03 16:34:37 +00:00 
						 
				 
			
				
					
						
							
							
								sillyguodong 
							
						 
					 
					
						
						
							
						
						45270656df 
					 
					
						
						
							
							Set the status of steps to skipped if job is skipped ( #500 )  
						
						... 
						
						
						
						If a job is detected as skipped, its steps should also be `skipped`.
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com >
Reviewed-on: https://gitea.com/gitea/act_runner/pulls/500 
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com >
Co-authored-by: sillyguodong <gedong_1994@163.com >
Co-committed-by: sillyguodong <gedong_1994@163.com > 
						
						
							
						
					 
					
						2024-03-01 08:33:32 +00:00 
						 
				 
			
				
					
						
							
							
								Christopher Homberger 
							
						 
					 
					
						
						
							
						
						e14f42c40a 
					 
					
						
						
							
							Add ACTIONS_RESULTS_URL to env ( #473 )  
						
						... 
						
						
						
						actions/upload-artifact@v4 and actions/download-artifact@v4 depend on this variable
BaseUrl in a url are ignored by the nodejs code of the new actions, so this change doesn't append the path of the older `ACTIONS_RUNTIME_URL`.
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com >
Reviewed-on: https://gitea.com/gitea/act_runner/pulls/473 
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com >
Co-authored-by: Christopher Homberger <christopher.homberger@web.de >
Co-committed-by: Christopher Homberger <christopher.homberger@web.de > 
						
						
							
						
					 
					
						2024-02-19 02:30:54 +00:00 
						 
				 
			
				
					
						
							
							
								Christopher Homberger 
							
						 
					 
					
						
						
							
						
						e6630e2e36 
					 
					
						
						
							
							Use artifacts v4 jwt if available ( #471 )  
						
						... 
						
						
						
						Needs https://github.com/go-gitea/gitea/pull/28885  to provide jwt if sent by server
Could fix  #459 , but that has not been verified.
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com >
Reviewed-on: https://gitea.com/gitea/act_runner/pulls/471 
Reviewed-by: delvh <dev.lh@web.de >
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com >
Co-authored-by: Christopher Homberger <christopher.homberger@web.de >
Co-committed-by: Christopher Homberger <christopher.homberger@web.de > 
						
						
							
						
					 
					
						2024-02-08 02:43:39 +00:00 
						 
				 
			
				
					
						
							
							
								davidfrickert 
							
						 
					 
					
						
						
							
						
						f1f9142a3c 
					 
					
						
						
							
							fix: Exit docker container on any process exit ( #462 )  
						
						... 
						
						
						
						## Description
Issue described in #460 
## Changes
- Edited `supervisord.conf` to exit if it detects any of the supervisored processes exiting.
- minor text fix
## Notes
Without this change (or something similar), if act_runner fails, then the container will stay up as a zombie container - it does nothing and does not restart. After this change, if act_runner fails (e.g. due to Gitea instance being down), then supervisord will exit and the container will be restarted.
Reviewed-on: https://gitea.com/gitea/act_runner/pulls/462 
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com >
Co-authored-by: davidfrickert <david.frickert@protonmail.com >
Co-committed-by: davidfrickert <david.frickert@protonmail.com > 
						
						
							
						
					 
					
						2024-01-30 13:47:42 +00:00 
						 
				 
			
				
					
						
							
							
								Alex Lau(AvengerMoJo) 
							
						 
					 
					
						
						
							
						
						f17cad1bbe 
					 
					
						
						
							
							Update the docker image rebuild flag for config file and example gitea/act_runner#390 ( #391 )  
						
						... 
						
						
						
						this is a PR for the issue gitea/act_runner#390 
It adding configuration for dockerfile container image to rebuild base on the configuration flag force_rebuild in config.yaml
Reviewed-on: https://gitea.com/gitea/act_runner/pulls/391 
Reviewed-by: Jason Song <i@wolfogre.com >
Co-authored-by: Alex Lau(AvengerMoJo) <avengermojo@gmail.com >
Co-committed-by: Alex Lau(AvengerMoJo) <avengermojo@gmail.com > 
						
						
							
						
					 
					
						2023-12-20 07:13:33 +00:00 
						 
				 
			
				
					
						
							
							
								hakito 
							
						 
					 
					
						
						
							
						
						daf52d0e62 
					 
					
						
						
							
							Sanitize UFT-8 content in logs ( #453 )  
						
						... 
						
						
						
						I accidently closed my previous PR #384 
This PR replaces invalid UTF-8 character in a stream with `?` character. On Windows Server 2019 other characters are replaced by `?` as well so it's consistent.
fixes  #452 
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com >
Reviewed-on: https://gitea.com/gitea/act_runner/pulls/453 
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com >
Reviewed-by: Jason Song <i@wolfogre.com >
Co-authored-by: hakito <hakito@noreply.gitea.com >
Co-committed-by: hakito <hakito@noreply.gitea.com > 
						
						
							
						
					 
					
						2023-12-20 07:06:46 +00:00 
						 
				 
			
				
					
						
							
							
								Renovate Bot 
							
						 
					 
					
						
						
							
						
						8c8a8ce401 
					 
					
						
						
							
							fix(deps): update module github.com/avast/retry-go/v4 to v4.5.1 ( #411 )  
						
						... 
						
						
						
						Co-authored-by: Renovate Bot <renovate-bot@gitea.com >
Co-committed-by: Renovate Bot <renovate-bot@gitea.com > 
						
						
							
						
					 
					
						2023-11-28 05:46:05 +00:00 
						 
				 
			
				
					
						
							
							
								Renovate Bot 
							
						 
					 
					
						
						
							
						
						08c681be0c 
					 
					
						
						
							
							fix(deps): update module golang.org/x/time to v0.5.0 ( #429 )  
						
						... 
						
						
						
						Co-authored-by: Renovate Bot <renovate-bot@gitea.com >
Co-committed-by: Renovate Bot <renovate-bot@gitea.com > 
						
						
							
						
					 
					
						2023-11-28 05:45:28 +00:00 
						 
				 
			
				
					
						
							
							
								Renovate Bot 
							
						 
					 
					
						
						
							
						
						91bfe4c186 
					 
					
						
						
							
							fix(deps): update module golang.org/x/time to v0.4.0 ( #424 )  
						
						... 
						
						
						
						Co-authored-by: Renovate Bot <renovate-bot@gitea.com >
Co-committed-by: Renovate Bot <renovate-bot@gitea.com > 
						
						
							
						
					 
					
						2023-11-26 00:01:51 +00:00 
						 
				 
			
				
					
						
							
							
								Renovate Bot 
							
						 
					 
					
						
						
							
						
						825c6f97b7 
					 
					
						
						
							
							fix(deps): update module github.com/mattn/go-isatty to v0.0.20 ( #414 )  
						
						... 
						
						
						
						Co-authored-by: Renovate Bot <renovate-bot@gitea.com >
Co-committed-by: Renovate Bot <renovate-bot@gitea.com > 
						
						
							
						
					 
					
						2023-11-24 08:33:37 +00:00 
						 
				 
			
				
					
						
							
							
								Renovate Bot 
							
						 
					 
					
						
						
							
						
						2f3e5c7125 
					 
					
						
						
							
							fix(deps): update module github.com/docker/docker to v24.0.7+incompatible ( #413 )  
						
						... 
						
						
						
						Co-authored-by: Renovate Bot <renovate-bot@gitea.com >
Co-committed-by: Renovate Bot <renovate-bot@gitea.com > 
						
						
							
						
					 
					
						2023-11-24 08:27:38 +00:00 
						 
				 
			
				
					
						
							
							
								Renovate Bot 
							
						 
					 
					
						
						
							
						
						4d9de6ca8c 
					 
					
						
						
							
							fix(deps): update module github.com/spf13/cobra to v1.8.0 ( #416 )  
						
						... 
						
						
						
						Co-authored-by: Renovate Bot <renovate-bot@gitea.com >
Co-committed-by: Renovate Bot <renovate-bot@gitea.com > 
						
						
							
						
					 
					
						2023-11-24 08:27:07 +00:00 
						 
				 
			
				
					
						
							
							
								Renovate Bot 
							
						 
					 
					
						
						
							
						
						feb39666cc 
					 
					
						
						
							
							fix(deps): update module code.gitea.io/gitea-vet to v0.2.3 ( #410 )  
						
						... 
						
						
						
						Co-authored-by: Renovate Bot <renovate-bot@gitea.com >
Co-committed-by: Renovate Bot <renovate-bot@gitea.com > 
						
						
							
						
					 
					
						2023-11-24 08:26:24 +00:00 
						 
				 
			
				
					
						
							
							
								techknowlogick 
							
						 
					 
					
						
						
							
						
						61cd71c9f8 
					 
					
						
						
							
							bump to actions/checkout v4  
						
						
						
						
							
						
					 
					
						2023-11-24 03:06:21 +00:00 
						 
				 
			
				
					
						
							
							
								Renovate Bot 
							
						 
					 
					
						
						
							
						
						0adfc1c7cc 
					 
					
						
						
							
							chore(deps): update actions/setup-go action to v4 ( #418 )  
						
						... 
						
						
						
						Co-authored-by: Renovate Bot <renovate-bot@gitea.com >
Co-committed-by: Renovate Bot <renovate-bot@gitea.com > 
						
						
							
						
					 
					
						2023-11-24 03:05:33 +00:00 
						 
				 
			
				
					
						
							
							
								Renovate Bot 
							
						 
					 
					
						
						
							
						
						e3c68668fa 
					 
					
						
						
							
							chore(deps): update docker/build-push-action action to v5 ( #419 )  
						
						... 
						
						
						
						Co-authored-by: Renovate Bot <renovate-bot@gitea.com >
Co-committed-by: Renovate Bot <renovate-bot@gitea.com > 
						
						
							
						
					 
					
						2023-11-24 03:05:28 +00:00