Lei, HUANG
0f30b7fcbf
feat: rebase upstream ( #57 )
2023-07-10 14:23:04 +08:00
JeremyHi
8f9cba5171
refactor: heartbeat protocol ( #56 )
2023-07-07 18:02:48 +08:00
Weny Xu
917ead6274
feat: Add DropTableTask, AlterTableTask ( #54 )
...
* feat: use type instead of pb bytes
* feat: add table_info to CreateTableTask
* fix: remove unused fields
* feat: bring create route method back
* feat: add table_id in SubmitDdlTaskResponse
* feat: add drop table task
* feat: add alter table task
* chore: allow large_enum_variant
* chore: apply suggestions from CR
2023-07-06 11:55:09 +08:00
Weny Xu
f82201d712
feat: add ddl task service ( #53 )
...
* feat: add ddl task service
* chore: apply suggestions from CR
* chore: add path to build.rs
2023-06-28 16:21:47 +09:00
JeremyHi
7aeaeaba1e
feat: node epoch ( #52 )
...
* feat: node epoch
* feat: meta proto for golang
2023-06-20 09:54:29 +08:00
LFC
5d5eb65bb9
feat: carry duration since epoch in heartbeat ( #51 )
...
* feat: duration since epoch in heartbeat
* feat: duration since epoch in heartbeat
2023-06-19 17:49:26 +09:00
LFC
aee86f4a68
feat: table ident ( #50 )
...
* feat: table ident
2023-06-15 16:23:52 +09:00
LFC
abb1d0a8f3
feat: region lease ( #49 )
...
* feat: region lease
* feat: region lease
* feat: region lease
2023-06-14 19:33:35 +08:00
LFC
4398d20c56
feat: handle multiple InsertRequests in GRPC method ( #47 )
...
* feat: make InsertRequest in a batch
* feat: make InsertRequest in a batch
* feat: make InsertRequest in a batch
2023-06-02 16:37:45 +08:00
Yingwen
ff0a47b646
fix: rename region_id to region_number ( #44 )
...
* feat: build java codes by makefile
* feat: generate java code
* fix: rename region_id to region_number
* feat: generate code
2023-05-30 11:46:33 +08:00
Weny Xu
5bf7cd1da6
feat: remove table_id in RegionStat ( #43 )
2023-05-30 11:37:42 +08:00
Weny Xu
8d76c044cf
fix: change table_id type to u32 ( #40 )
2023-05-29 15:08:55 +08:00
Tarun Samanta
5838259244
fix: added table_id to RegionStat ( #39 )
...
* added table_id to RegionStat
* added go protobuf source codes
2023-05-23 21:38:23 +08:00
Zheming Li
4204be285f
feat: add location info when adding columns ( #38 )
2023-05-22 17:18:14 +08:00
Ruihang Xia
d32c9d5e98
chore: add license header ( #35 )
...
Signed-off-by: Ruihang Xia <waynestxia@gmail.com >
2023-05-18 14:27:17 +08:00
Weny Xu
b450b690ef
fix: change mailbox_messages to mailbox_message ( #33 )
2023-05-10 10:45:03 +08:00
JeremyHi
e8abf8241c
feat: rpc message based heartbeat ( #30 )
...
* feat: rpc message based heartbeat
* chore: by cr
2023-04-26 18:59:45 +08:00
Ruihang Xia
a26c40c004
feat: replace prom instant query with structure ( #29 )
...
* feat: replace prom instant query with structure
Signed-off-by: Ruihang Xia <waynestxia@gmail.com >
* generate go code
Signed-off-by: Ruihang Xia <waynestxia@gmail.com >
---------
Signed-off-by: Ruihang Xia <waynestxia@gmail.com >
2023-04-24 17:55:35 +08:00
LFC
57e6a032db
feat: support "delete" in distributed mode ( #28 )
2023-04-24 10:38:45 +08:00
yuanbohan
fd18fe5ca3
feat: promql service ( #26 )
...
* feat: promql service
* feat: promql service
* feat: prometheus service, and common.proto, prom.proto
* feat: add header in prom request/response
* docs: include new proto files in readme
2023-04-21 14:29:48 +08:00
Weny Xu
59afacdae5
feat: add engine field for CreateTableExpr ( #25 )
2023-04-03 12:38:22 +08:00
shuiyisong
9ec91aa19f
chore: add BatchDelete to Store api ( #21 )
2023-03-27 15:24:03 +08:00
Ning Sun
ff8c55bed0
feat: add dbname and health check api ( #18 )
...
* feat: add dbname field in proto
* feat: add health check service
* fix: enum must start from 0
* chore: check in generated go sources
* refactor: remove health check response content
* chore: generate go sources
2023-03-26 23:01:54 +08:00
LFC
dcf253314a
feat: add GRPC client stream service to our GreptimeDB ( #16 )
2023-03-20 17:55:32 +08:00
LFC
0a7b790ed4
feat: add GRPC unary call service to our GreptimeDB ( #15 )
...
* feat: add GRPC unary call service to our GreptimeDB
* feat: add GRPC unary call service to our GreptimeDB
* feat: add GRPC unary call service to our GreptimeDB
2023-03-17 16:29:30 +08:00
Ning Sun
3a71515056
feat: add promql query support ( #13 )
...
* feat: add promql query support
* feat: add go sources
* refactor: rename promql to prom_range_query
* fix: lint issue
2023-03-13 11:34:53 +08:00
Weny Xu
ad01872950
feat: add FlushTableExpr to DdlRequest ( #12 )
2023-03-01 15:21:16 +08:00
Weny Xu
8365873e83
feat: add FlushTableExpr ( #11 )
2023-02-28 15:59:18 +08:00
shuiyisong
1599ae2a0d
chore: seperate auth header to a message ( #10 )
2023-02-22 11:06:47 +08:00
shuiyisong
789620919c
chore: add grpc auth header ( #9 )
2023-02-21 18:47:32 +08:00
fys
38dde5ca2a
feat: add BatchGet method in Store service ( #7 )
...
* feat: add BatchGet method in Store service
* generated go code
2023-02-20 17:24:19 +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
fys
3e6349be12
fix: typo and rename "expire" -> "expire_secs" ( #5 )
2023-02-13 11:15:03 +08:00
fys
b846743da3
feat: add lock.proto ( #3 )
2023-02-10 16:10:30 +08:00
LFC
328c41f292
publish GreptimeDB protobuf for Java using jitpack.io ( #4 )
2023-02-10 15:59:11 +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