Protocol Buffer schema for Gitea Actions.
Go to file
sillyguodong f2983b1900 Reduce unnecessary DB queries for Actions tasks (#10)
implement: https://github.com/go-gitea/gitea/issues/24544

Changes:
- Add `tasks_version` in `FetchTaskResponse` to store the latest version number that Gitea returns to Runner.
- Add `tasks_version` in `FetchTaskRequest` to  store the latest version number of Runner when executing `fetchTask`.

Related:
- Runner side: gitea/act_runner#219
- Gitea side: https://github.com/go-gitea/gitea/pull/25199

Reviewed-on: gitea/actions-proto-def#10
Reviewed-by: Jason Song <i@wolfogre.com>
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com>
Co-authored-by: sillyguodong <gedong_1994@163.com>
Co-committed-by: sillyguodong <gedong_1994@163.com>
2023-06-12 08:16:26 +00:00
.gitea/workflows Update deploy workflow 2023-04-19 14:42:17 +08:00
proto Reduce unnecessary DB queries for Actions tasks (#10) 2023-06-12 08:16:26 +00:00
.gitignore feat: v1 version 2022-11-21 16:35:07 +08:00
buf.gen.yaml Rename to actions (#2) 2022-12-05 16:16:04 +08:00
buf.work.yaml feat: v1 version 2022-11-21 16:35:07 +08:00
buf.yaml feat: v1 version 2022-11-21 16:35:07 +08:00
LICENSE chore: update LICENSE 2022-11-21 16:42:58 +08:00
Makefile Update deploy workflow 2023-04-19 14:42:17 +08:00
README.md Use actions instead of drone (#6) 2023-04-14 11:45:45 +08:00

proto

Protocol Buffer schema for Gitea Actions.

Install

install require command

make install

Build

make build