|
1afe4c69db
|
refactor use the logger system
|
2023-07-24 09:37:49 +08:00 |
|
|
44f0f2d3fb
|
Catch the panic and print the error
|
2023-07-23 22:59:23 +08:00 |
|
|
9c6499ec08
|
Fix panic when response is nil (#105)
Reviewed-on: https://gitea.com/gitea/act_runner/pulls/105
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com>
Co-authored-by: Jason Song <i@wolfogre.com>
Co-committed-by: Jason Song <i@wolfogre.com>
|
2023-04-06 21:51:46 +08:00 |
|
|
d139faa40c
|
Supports configuring fetch_timeout and fetch_interval. (#100)
Fix #99.
Fix #94.
Reviewed-on: https://gitea.com/gitea/act_runner/pulls/100
Reviewed-by: Zettat123 <zettat123@noreply.gitea.io>
|
2023-04-06 10:57:36 +08:00 |
|
|
220efa69c0
|
Refactor to new framework (#98)
- Adjust directory structure
```text
├── internal
│ ├── app
│ │ ├── artifactcache
│ │ ├── cmd
│ │ ├── poll
│ │ └── run
│ └── pkg
│ ├── client
│ ├── config
│ ├── envcheck
│ ├── labels
│ ├── report
│ └── ver
└── main.go
```
- New pkg `labels` to parse label
- New pkg `report` to report logs to Gitea
- Remove pkg `engine`, use `envcheck` to check if docker running.
- Rewrite `runtime` to `run`
- Rewrite `poller` to `poll`
- Simplify some code and remove what's useless.
Reviewed-on: https://gitea.com/gitea/act_runner/pulls/98
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com>
Co-authored-by: Jason Song <i@wolfogre.com>
Co-committed-by: Jason Song <i@wolfogre.com>
|
2023-04-04 21:32:04 +08:00 |
|