Commit Graph

15 Commits

Author SHA1 Message Date
Copilot 246a876568 chore: Use a local Docker builder image for Rust protobuf generation (#320)
* feat: dockerize rust protobuf generation in make and CI

Agent-Logs-Url: https://github.com/GreptimeTeam/greptime-proto/sessions/6438cfba-52ed-4c85-b8fe-1268cc55755a

Co-authored-by: WenyXu <32535939+WenyXu@users.noreply.github.com>

* fix: unify make all and CI generation with local builder image

Agent-Logs-Url: https://github.com/GreptimeTeam/greptime-proto/sessions/6438cfba-52ed-4c85-b8fe-1268cc55755a

Co-authored-by: WenyXu <32535939+WenyXu@users.noreply.github.com>

* fix: only use custom Docker image for rust target, go/java/cpp use protoc-all directly

Agent-Logs-Url: https://github.com/GreptimeTeam/greptime-proto/sessions/6e6885ee-2919-46f5-9dc5-301c3303888d

Co-authored-by: WenyXu <32535939+WenyXu@users.noreply.github.com>

* chore: fix README wording and add --user flag to rust docker run

Agent-Logs-Url: https://github.com/GreptimeTeam/greptime-proto/sessions/3983f532-e5e5-45e4-953d-27bc551ec13d

Co-authored-by: WenyXu <32535939+WenyXu@users.noreply.github.com>

* fix: make cargo/rustup dirs world-writable so --user flag works in container

Agent-Logs-Url: https://github.com/GreptimeTeam/greptime-proto/sessions/1bddab48-992c-481b-937f-6698dd9cc067

Co-authored-by: WenyXu <32535939+WenyXu@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: WenyXu <32535939+WenyXu@users.noreply.github.com>
2026-05-27 20:34:09 +08:00
Lei, HUANG a107830d0c feat: add soft-drop flag to DropRequest (#317)
* feat: add soft-drop flag to DropRequest

Signed-off-by: Lei, HUANG <mrsatangel@gmail.com>

* Potential fix for pull request finding

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>

* chore: add space

Signed-off-by: Lei, HUANG <mrsatangel@gmail.com>

* chore: enforce version for protoc

Signed-off-by: Lei, HUANG <mrsatangel@gmail.com>

---------

Signed-off-by: Lei, HUANG <mrsatangel@gmail.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
2026-04-29 16:29:43 +08:00
jeremyhi 32d60146e5 feat: prepare for crates.io publishing (#312)
* feat: prepare  for crates.io publishing

Signed-off-by: jeremyhi <fengjiachun@gmail.com>

* fix: exclude typos check

Signed-off-by: jeremyhi <fengjiachun@gmail.com>

* fix: add header for each file

Signed-off-by: jeremyhi <fengjiachun@gmail.com>

---------

Signed-off-by: jeremyhi <fengjiachun@gmail.com>
2026-04-08 11:12:39 +08:00
liyang a6ce3ceb46 refactor: genetate protobuf (#259)
* refactor: genetate protobuf

* make all
2025-08-01 17:37:20 +08:00
fys dbfd68e984 ci: add proto fmt check (#255) 2025-07-17 12:47:54 +08:00
Weny Xu 175dec07bd chore: upgrade ci runner image version (#233) 2025-04-18 18:11:07 +09:00
Jeremyhi 4bc0d17577 fix: mvn publish (#161) 2024-04-29 20:06:30 +08:00
tison 1de2113d4e ci: fixup config pass (#157)
Signed-off-by: tison <wander4096@gmail.com>
2024-04-28 12:02:34 +08:00
tison 95cd1ab1c0 ci: Align pull_request_template with the main repo + upgrade CI (#155)
Signed-off-by: tison <wander4096@gmail.com>
2024-04-28 10:30:32 +08:00
WU Jingdi 2e1bc02286 fix: license header check ci (#133) 2024-01-04 16:25:33 +08:00
LFC 5da72f1cae ci: publish maven artifact (#116) 2023-10-31 16:24:20 +08:00
Yingwen ced45cb787 ci: downgrade container to 20.04 (#108) 2023-10-18 14:23:49 +08:00
Bohan Wu 9eaf95eb91 fix: fix github action to check untracked files (#19)
* fix: fix github action to check untracked files

* feat: generate database_grpc to support unary calls

* refactor: more brief
2023-03-24 09:37:38 +08:00
zyy17 36147379c3 feat: add go protobuf generation (#6)
* feat: add go protobuf generation

* ci: check go protbuf generation

* refactor: use 'namely/protoc-all:1.51_1' to compile the proto instead of locally binary

* refactor: no need to add the 'bin/' igore

* chore: modify code format

* refactor: add some comments to describe our modification
2023-02-15 15:10:17 +08:00
LFC 6fadcf8c7a move protobuf from GreptimeDB (#1)
* move protobuf from GreptimeDB

* add license check

* add other github actions
2023-02-09 14:59:48 +08:00