 Jason SongandJason Song
|
6d2200b3d6
|
Rename to actions (#7)
Co-authored-by: Jason Song <[email protected]>
Reviewed-on: https://gitea.com/gitea/act_runner/pulls/7
|
2022-12-06 16:37:38 +08:00 |
|
 Jason SongandJason Song
|
0cbdbd36b6
|
Trim newline in log message (#6)
Co-authored-by: Jason Song <[email protected]>
Reviewed-on: https://gitea.com/gitea/act_runner/pulls/6
|
2022-12-02 16:07:23 +08:00 |
|
 Jason SongandJason Song
|
0f97dd873a
|
Use default labels with no interactive register (#5)
Co-authored-by: Jason Song <[email protected]>
Reviewed-on: https://gitea.com/gitea/act_runner/pulls/5
|
2022-12-02 12:01:50 +08:00 |
|
 Jason SongandJason 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 <[email protected]>
Reviewed-on: https://gitea.com/gitea/act_runner/pulls/4
|
2022-11-29 10:35:59 +08:00 |
|
 Jason SongandJason Song
|
4cacc14d22
|
feat: adjust container name format (#1)
Co-authored-by: Jason Song <[email protected]>
Reviewed-on: https://gitea.com/gitea/act/pulls/1
|
2022-11-24 14:45:32 +08:00 |
|
 Jason SongandJason Song
|
64cae197a4
|
Support step number
|
2022-11-22 16:11:35 +08:00 |
|
 Jason SongandJason Song
|
b9c20dcaa4
|
feat: support more options of containers
|
2022-11-22 14:42:12 +08:00 |
|
 Jason SongandJason Song
|
97629ae8af
|
fix: set logger with trace level
|
2022-11-22 14:41:57 +08:00 |
|
 Jason SongandJason Song
|
7815eec33b
|
Add custom enhancements
|
2022-11-22 14:16:35 +08:00 |
|
 Jason SongandJason Song
|
c051090583
|
Add description of branchs
|
2022-11-22 14:02:01 +08:00 |
|