actions-proto-def/proto/runner/v1
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
..
messages.proto Reduce unnecessary DB queries for Actions tasks (#10) 2023-06-12 08:16:26 +00:00
services.proto Support changing labels on runner side (#9) 2023-06-06 00:24:04 +00:00