wolfogre
|
cf27d3f300
|
Update act to 0.234.1 (#12)
Reviewed-on: https://gitea.com/gitea/act_runner/pulls/12
|
2023-01-06 18:32:01 +08:00 |
|
Jason Song
|
6d2200b3d6
|
Rename to actions (#7)
Co-authored-by: Jason Song <i@wolfogre.com>
Reviewed-on: https://gitea.com/gitea/act_runner/pulls/7
|
2022-12-06 16:37:38 +08:00 |
|
Jason Song
|
8996b9b0e4
|
Disable HTTP/2 (#4)
We use [connect-go](https://github.com/bufbuild/connect-go) instead of [grpc-go](https://github.com/grpc/grpc-go) because connect-go support HTTP/1.1, that means we can mount the gRPC api on the Gitea server without change the protocol.
So it doesn't make sense that make the runner support both HTTP/1.1 and HTTP/2, and [upgrade the protocol used on Gitea](
https://github.com/wolfogre/gitea/blob/ae018b6b4864dfb5528df276755167be27b13148/modules/graceful/server_http.go#L23) to support HTTP/2 and h2c. Although it works right now, I believe there'll be lots of problems when the Gitea server is behind a reverse proxy.
So let's KISS, we don't touch the http protocol of Gitea, and disable HTTP/2 for runner. And we would support HTTP/2 in the future if we really need it.
Co-authored-by: Jason Song <i@wolfogre.com>
Reviewed-on: https://gitea.com/gitea/act_runner/pulls/4
|
2022-11-29 10:35:59 +08:00 |
|
wolfogre
|
b3e7d6a62d
|
fix: update container config
|
2022-11-24 15:38:22 +08:00 |
|
wolfogre
|
2354f5bb18
|
feat: use specified labels
|
2022-11-24 15:38:21 +08:00 |
|
wolfogre
|
66ec50e427
|
chore: upgrade act
|
2022-11-24 15:38:16 +08:00 |
|
wolfogre
|
44988db9f8
|
chore: replace with code.gitea.io/bots-proto-go
|
2022-11-24 15:38:15 +08:00 |
|
lunny
|
519726b46b
|
Update act
|
2022-11-24 15:38:14 +08:00 |
|
appleboy
|
e9e42e850b
|
chore(runner): remove update runner status
Signed-off-by: Bo-Yi.Wu <appleboy.tw@gmail.com>
|
2022-11-24 15:38:12 +08:00 |
|
wolfogre
|
8f950ccec0
|
feat: auto remove containers
|
2022-11-24 15:38:11 +08:00 |
|
wolfogre
|
ab4e06f977
|
feat: support post step log
|
2022-11-24 15:38:09 +08:00 |
|
lunny
|
5fc35faf17
|
Support bot site
|
2022-11-24 15:38:06 +08:00 |
|
wolfogre
|
cbd21b8ec5
|
feat: avoid reuse of containers
|
2022-11-24 15:37:51 +08:00 |
|
appleboy
|
08c94bb564
|
chore(runner): cancel task if get the cancel from server
Signed-off-by: Bo-Yi.Wu <appleboy.tw@gmail.com>
|
2022-11-24 15:37:44 +08:00 |
|
wolfogre
|
2f879c41c4
|
chore: remove tracing codes
|
2022-11-24 15:37:42 +08:00 |
|
wolfogre
|
41b5fa6b55
|
fix: update step result
|
2022-11-24 15:37:41 +08:00 |
|
appleboy
|
a503f7429f
|
chore(runner): add new register command
Signed-off-by: Bo-Yi.Wu <appleboy.tw@gmail.com>
|
2022-11-24 15:37:36 +08:00 |
|
appleboy
|
d4c1515f4e
|
chore(runner): update runner status if start program
|
2022-11-24 15:37:32 +08:00 |
|
appleboy
|
c161a48a0a
|
chore(register): update proto file.
Signed-off-by: Bo-Yi.Wu <appleboy.tw@gmail.com>
|
2022-11-24 15:37:26 +08:00 |
|
appleboy
|
3a1503138b
|
chore(runner): refactor register flow
Signed-off-by: Bo-Yi.Wu <appleboy.tw@gmail.com>
|
2022-11-24 15:37:24 +08:00 |
|
appleboy
|
7486d2ab91
|
chore(runner): update fetch job request
Signed-off-by: Bo-Yi.Wu <appleboy.tw@gmail.com>
|
2022-11-24 15:37:22 +08:00 |
|
appleboy
|
82431d8e11
|
chore(runner): support update log and task
Signed-off-by: Bo-Yi.Wu <appleboy.tw@gmail.com>
|
2022-11-24 15:37:21 +08:00 |
|
appleboy
|
d3d56ed0ef
|
chore(runtime): fetch build data
Signed-off-by: Bo-Yi.Wu <appleboy.tw@gmail.com>
|
2022-11-24 15:37:17 +08:00 |
|
appleboy
|
9be39b8cd4
|
chore(gRPC): add update and update step for client
Signed-off-by: Bo-Yi.Wu <appleboy.tw@gmail.com>
|
2022-11-24 15:37:13 +08:00 |
|
appleboy
|
f2fb8798fa
|
chore(gRPC): add request interface client
Signed-off-by: Bo-Yi.Wu <appleboy.tw@gmail.com>
|
2022-11-24 15:37:11 +08:00 |
|
appleboy
|
449388f3ab
|
chore(gRPC): register new runner
Signed-off-by: Bo-Yi.Wu <appleboy.tw@gmail.com>
|
2022-11-24 15:37:10 +08:00 |
|
GiteaBot
|
307c2c63de
|
chore(proto): replace import path.
Signed-off-by: GiteaBot <teabot@gitea.io>
|
2022-11-24 15:37:02 +08:00 |
|
appleboy
|
7d55fd57c9
|
chore(piepline): add runtime package.
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
|
2022-11-24 15:37:01 +08:00 |
|
appleboy
|
0b885c5e5f
|
chore(poller): Add poller package
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
|
2022-11-24 15:36:56 +08:00 |
|
appleboy
|
4d7ef95d40
|
chore(proto): Add ping request.
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
|
2022-11-24 15:36:54 +08:00 |
|
appleboy
|
4eb5213294
|
chore(engine): ping docker daemon
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
|
2022-11-24 15:36:49 +08:00 |
|
lunny
|
b83f36674b
|
Fix build
|
2022-11-24 15:36:47 +08:00 |
|
lunny
|
3b7ac17410
|
Use fork instead of act
|
2022-11-24 15:36:45 +08:00 |
|
lunny
|
906d52ae0b
|
Use gitea.com/gitea/act replace original
|
2022-11-24 15:36:31 +08:00 |
|
appleboy
|
aa9ed05903
|
chore: load config from env file
|
2022-11-24 15:36:30 +08:00 |
|
appleboy
|
5213612033
|
chore: remove unused logrous package
|
2022-11-24 15:36:29 +08:00 |
|
lunny
|
5903c08c14
|
update protocol
|
2022-11-24 15:36:20 +08:00 |
|
lunny
|
2babadbc94
|
Add websocket
|
2022-11-24 15:36:19 +08:00 |
|
lunny
|
eee792a019
|
init project
|
2022-04-27 17:45:53 +08:00 |
|