This website requires JavaScript.
Explore
Help
Sign In
mirror
/
act_runner
Watch
1
Star
0
Fork
0
You've already forked act_runner
mirror of
https://gitea.com/gitea/act_runner.git
synced
2024-11-06 10:47:22 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
0d727eb262
act_runner
/
.gitignore
11 lines
94 B
Plaintext
Raw
Normal View
History
Unescape
Escape
chore(proto): Add ping request. Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
2022-08-13 16:41:01 +02:00
act_runner
.env
chore(runner): remove client secret and add UUID in runner Signed-off-by: Bo-Yi.Wu <appleboy.tw@gmail.com>
2022-10-15 14:03:33 +02:00
.runner
Add copyright header and gitea-vet (#29) Add copyright header Co-authored-by: sillyguodong <gedong_1994@163.com> Reviewed-on: https://gitea.com/gitea/act_runner/pulls/29 Reviewed-by: Jason Song <i@wolfogre.com> Reviewed-by: Zettat123 <zettat123@noreply.gitea.io> Co-authored-by: sillyguodong <sillyguodong@noreply.gitea.io> Co-committed-by: sillyguodong <sillyguodong@noreply.gitea.io>
2023-02-28 11:44:46 +01:00
coverage.txt
Add runner name to log (#37) User can get the name of the runner that executed the specified job. ![image](/attachments/61328f68-7223-4345-85c7-ac08781e81db) Co-authored-by: Zettat123 <zettat123@gmail.com> Reviewed-on: https://gitea.com/gitea/act_runner/pulls/37 Reviewed-by: Jason Song <i@wolfogre.com> Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com> Co-authored-by: Zettat123 <zettat123@noreply.gitea.io> Co-committed-by: Zettat123 <zettat123@noreply.gitea.io>
2023-03-06 11:42:07 +01:00
/gitea-vet
Refactor environment variables to configuration and registration (#90) Close #21. Refactor environment variables to configuration file (config.yaml) and registration file (.runner). The old environment variables are still supported, but warning logs will be printed. Like: ```text $ GITEA_DEBUG=true ./act_runner -c config.yaml daemon INFO[0000] Starting runner daemon WARN[0000] env GITEA_DEBUG has been ignored because config file is used $ GITEA_DEBUG=true ./act_runner daemon INFO[0000] Starting runner daemon WARN[0000] env GITEA_DEBUG will be deprecated, please use config file instead ``` Reviewed-on: https://gitea.com/gitea/act_runner/pulls/90 Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com>
2023-04-02 16:41:48 +02:00
/config.yaml
Add runner name to log (#37) User can get the name of the runner that executed the specified job. ![image](/attachments/61328f68-7223-4345-85c7-ac08781e81db) Co-authored-by: Zettat123 <zettat123@gmail.com> Reviewed-on: https://gitea.com/gitea/act_runner/pulls/37 Reviewed-by: Jason Song <i@wolfogre.com> Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com> Co-authored-by: Zettat123 <zettat123@noreply.gitea.io> Co-committed-by: Zettat123 <zettat123@noreply.gitea.io>
2023-03-06 11:42:07 +01:00
# MS VSCode
.vscode
__debug_bin
Reference in New Issue
Copy Permalink