Ning Sun
173efe5ec6
feat: define CommentOn task ( #295 )
...
Signed-off-by: Ruihang Xia <waynestxia@gmail.com >
Co-authored-by: Ruihang Xia <waynestxia@gmail.com >
2025-12-18 12:41:40 +08:00
fys
855dff1b87
chore: format proto file ( #254 )
...
* chore: proto file format using buf
* generate go file
2025-07-16 11:25:57 +08:00
fys
464226cf8a
feat: support trigger drop ( #248 )
...
* feat: add trigger-drop proto
* remove trigger id of DropTriggerExpr
2025-06-24 11:06:43 -07:00
fys
454c52634c
feat: add proto definition about trigger create ( #241 )
...
* feat: add trigger create
* chore: unified naming style
* chore: rename some fields
* chore: make all
2025-06-04 11:12:55 +08:00
Weny Xu
a875e97644
feat: alter database ttl ( #203 )
...
* feat: alter database ttl
* chore: add ddl task
* chore: single task
* chore: remove options
* feat: add unset database options
---------
Co-authored-by: CookiePieWw <profsyb@gmail.com >
2024-11-21 19:08:03 +08:00
Jeremyhi
ae26136acc
refactor: remove the table in ddl response ( #175 )
2024-05-31 14:23:53 +08:00
dennis zhuang
a11db14b85
feat: adds view expressions ( #165 )
...
* feat: adds view expressions
* feat: adds meta tasks for view
* feat: adds view_info to CreateViewTask
* chore: rename create_or_replace to or_replace
2024-05-14 16:54:19 +08:00
Weny Xu
219b2409bb
feat: add flow_id and drop_if_exists to DropFlowExpr ( #164 )
...
* feat: add `flow_id` and `drop_if_exists` to `DropFlowExpr`
* chore: apply suggestions from CR
* chore: generate code
2024-05-10 11:32:37 +08:00
Weny Xu
e152fcbf17
feat: add QueryContext to DdlTaskRequest and FlowRequestHeader ( #166 )
2024-05-09 14:27:41 +08:00
Weny Xu
b5412f7225
refactor: remove task suffix ( #162 )
...
* refactor: remove task suffix
* chore: rename task_options to flow_options
2024-04-29 21:22:55 +08:00
Weny Xu
93ebc1ba90
feat: add source_tables and source_table_ids ( #151 )
...
* feat: add `source_tables`
* feat: use `SchemaScopedTableName`
* chore: include flow proto
* chore: rename
* feat: add `CreateFlowTask` and `DropFlowTask`
2024-04-25 17:29:14 +08:00
Yohan Wal
1bd2398b68
feat: enable database creation ( #141 )
2024-04-07 16:07:46 +08:00
Weny Xu
06f6297ff3
feat: add drop database expr ( #139 )
2024-03-19 17:51:02 +08:00
dennis zhuang
96f1f0404f
feat: region procedure service ( #137 )
...
* feat: adds region service and procedure service
* refactor: adds procedure service for ddl and region task
* feat: adds QueryProcedureRequest
* feat: improve ProcedureStateResponse and MigrateRegionRequest
* fix: forgot headers
* fix: remove cluster_id in MigrateRegionRequest
* refactor: rename Procedure to ProcedureService
* chore: rename peer
* fix: forgot java Procedure
2024-02-02 22:56:40 +08:00
JeremyHi
519b1d0757
feat: support batch ddl ( #135 )
...
* feat: support batch create table
* feat: ddl batch
* feat: batch ddl task
* feat: response table ids
2024-01-22 15:39:21 +09:00
Vanish
e665c9ff3e
feat: truncate table ( #70 )
2023-07-20 16:48:54 +08:00
LFC
b3039bef25
refactor: using table id in RouteRequest and DeleteRequest ( #61 )
...
* refactor: using table id in RouteRequest and DeleteRequest
2023-07-12 17:46:50 +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