Yingwen
eff07d5986
Merge pull request #16 from GreptimeTeam/feat/grpc-unary-insert
...
feat: GRPC unary insert method
v0.1.0-alpha
2023-03-17 19:26:48 +08:00
luofucong
40c55e4da7
feat: GRPC unary insert method
2023-03-17 19:11:46 +08:00
Yingwen
8d113550cf
Merge pull request #15 from GreptimeTeam/ci/release-yaml
...
ci: Adjust release yaml
2023-03-15 11:23:31 +08:00
evenyag
15a0ed0853
ci: Adjust release yaml
2023-03-14 19:36:55 +08:00
Ruihang Xia
44493e9d8c
feat: impl flush on shutdown ( #14 )
...
* feat: impl flush on shutdown
Signed-off-by: Ruihang Xia <waynestxia@gmail.com >
* powerful if-else!
Signed-off-by: Ruihang Xia <waynestxia@gmail.com >
---------
Signed-off-by: Ruihang Xia <waynestxia@gmail.com >
2023-03-14 18:29:38 +08:00
Lei, HUANG
efd15839d4
Merge pull request #13 from GreptimeTeam/chore/flush-message
...
chore(servers): Change flush message
2023-03-14 17:34:22 +08:00
evenyag
1f62b36537
chore(servers): Change flush message
2023-03-14 17:16:39 +08:00
Ruihang Xia
7b8e65ce93
chore: merge public repo ( #12 )
...
* feat: implement table flush (#1121 )
* feat: add flush method for trait
* feat: implement flush via grpc
* chore: move table_dir/region_name/region_id to table crate
* chore: Update src/mito/src/table.rs
---------
Co-authored-by: Yingwen <realevenyag@gmail.com >
* fix: use correct env var (#1166 )
* fix: use correct env var
* fix: move COPY up so rustup know it's nightly
* fix: add `pyo3_backend` in GHA yml
* chore: name for `TODO`
* temp: not set `pyo3_backend` before find DSO
* fix: release linux with pyo3_backend
* fix: failed to run subquery wrapped in two parentheses (#1157 )
* refactor: add the separate GitHub Action job to push the image to the UCloud registry (#1170 )
* refactor: make the cmd hold the application instance (#1159 )
* fix: export 'PYO3_CROSS_LIB_DIR' when cargo build for aarch64-linux and refactor matrix opts (#1171 )
---------
Co-authored-by: Weny Xu <wenymedia@gmail.com >
Co-authored-by: Yingwen <realevenyag@gmail.com >
Co-authored-by: discord9 <55937128+discord9@users.noreply.github.com >
Co-authored-by: LFC <luofucong@greptime.com >
Co-authored-by: zyy17 <zyylsxm@gmail.com >
2023-03-14 16:42:40 +08:00
Yingwen
6475339ad0
Merge pull request #10 from GreptimeTeam/feat/manual-flush-http
...
feat: manual flush http API
2023-03-14 16:37:56 +08:00
Lei, HUANG
0bd802c70d
Update src/servers/src/error.rs
...
Co-authored-by: Ruihang Xia <waynestxia@gmail.com >
2023-03-14 16:26:47 +08:00
Lei, HUANG
28d07c7a2e
Merge pull request #9 from GreptimeTeam/docs/edge-example-toml
...
docs(config): Add edge example
2023-03-14 16:25:29 +08:00
Lei, HUANG
dc33b0c0ce
Merge pull request #11 from GreptimeTeam/chore/adjust-log
...
chore(storage): Adjust log level
2023-03-14 16:25:05 +08:00
evenyag
4b4f8f27e8
chore(storage): Adjust log level
2023-03-14 16:14:25 +08:00
Lei, HUANG
c994e0de88
fix: format
2023-03-14 16:13:57 +08:00
Lei, HUANG
d1ba9ca126
fix: unit tests
2023-03-14 16:11:25 +08:00
evenyag
0877dabce2
docs(config): Add edge example
2023-03-14 16:02:11 +08:00
Lei, HUANG
8b9671f376
feat: manual flush http API
2023-03-14 15:49:37 +08:00
Yingwen
dcf66d9d52
chore(datanode): derive serde default for Wal/CompactionConfig ( #8 )
2023-03-14 15:22:13 +08:00
Yingwen
65b61e78ad
Merge pull request #6 from GreptimeTeam/docs/project-version
...
docs: Set greptimedb-edge version to 0.1.0
2023-03-14 15:01:29 +08:00
evenyag
3638704f95
docs: Set greptimedb-edge version to 0.1.0
2023-03-14 14:38:00 +08:00
Lei, HUANG
8a2f4256bf
Merge pull request #5 from GreptimeTeam/feat/wait-flush-done
...
feat: Region writer wait flush done
2023-03-14 14:28:39 +08:00
evenyag
83aeadc506
feat: Region writer wait flush done
2023-03-14 14:09:22 +08:00
Lei, HUANG
f556052951
Merge pull request #3 from GreptimeTeam/feat/merge-public
...
feat: Merge develop branch of public repo
2023-03-14 14:05:38 +08:00
LFC
8658d428e0
fix: failed to run subquery wrapped in two parentheses ( #1157 )
2023-03-14 11:52:25 +08:00
discord9
e8e11072f8
fix: use correct env var ( #1166 )
...
* fix: use correct env var
* fix: move COPY up so rustup know it's nightly
* fix: add `pyo3_backend` in GHA yml
* chore: name for `TODO`
* temp: not set `pyo3_backend` before find DSO
* fix: release linux with pyo3_backend
2023-03-14 11:52:25 +08:00
Weny Xu
6f0f72c377
feat: implement table flush ( #1121 )
...
* feat: add flush method for trait
* feat: implement flush via grpc
* chore: move table_dir/region_name/region_id to table crate
* chore: Update src/mito/src/table.rs
---------
Co-authored-by: Yingwen <realevenyag@gmail.com >
2023-03-14 11:52:25 +08:00
Yingwen
32030a8194
Merge pull request #4 from GreptimeTeam/ci/remove-unnecessary
...
ci: Remove api doc ci and coverage statistics
2023-03-14 11:51:21 +08:00
evenyag
0f7cde2411
ci: Remove api doc ci and coverage statistics
2023-03-14 11:46:48 +08:00
Lei, HUANG
1ece402ec8
Merge pull request #2 from GreptimeTeam/feat/skip-wal
...
feat: skip wal for user table
2023-03-14 11:39:20 +08:00
Lei, HUANG
7ee54b3e69
fix: don't skip wal in test
2023-03-14 11:19:17 +08:00
Lei, HUANG
9b4dcba8cf
fix: check errors
2023-03-14 10:51:16 +08:00
Lei, HUANG
c3bcb1111f
fix: fmt
2023-03-13 20:24:25 +08:00
Lei, HUANG
a4ebd03a61
feat: skip wal for user table
2023-03-13 20:18:41 +08:00
Lei, HUANG
e7daf1226f
feat: tune parquet parameters
2023-03-13 20:17:23 +08:00
Lei, HUANG
05c0ea9a59
feat: tune parquet parameters ( #1 )
...
* feat: tune parquet parameters
* Update src/storage/src/sst/parquet.rs
---------
Co-authored-by: Ruihang Xia <waynestxia@gmail.com >
2023-03-13 20:11:06 +08:00
LFC
604c20a83d
refactor: remove the SQL execution interfaces in Datanode ( #1135 )
...
* refactor: remove the SQL execution interfaces in Datanode
2023-03-13 18:45:30 +08:00
Weny Xu
c7f114c8fa
feat: add shutdown for frontend ( #1161 )
2023-03-13 17:59:36 +08:00
Weny Xu
8a83de4ea5
feat: add shutdown for datanode ( #1160 )
2023-03-13 17:49:26 +08:00
discord9
3377930a50
build: add cross compile docker ( #1156 )
...
* build: add cross compile docker
* build: added compile python to github action
* fix: correct path
* fix: Python Compile
* fix: run mulitple cmds
* fix: both cross compile docker file&github action
* refactor: compile-python.sh
* chore: put wget install together
* fix: CR advices
* chore: add `-F pyo3_backend`
2023-03-13 16:56:03 +08:00
Ning Sun
85dd7e4f24
feat: implement promql query on grpc ( #1134 )
...
* feat: implement promql query on grpc
* test: resolve test errors
* test: add tests for promql grpc api
* refactor: align prom object name with proto
* chore: switch proto revision to main
2023-03-13 15:24:34 +08:00
LFC
f790fa05c1
fix: validate insert request ( #1142 )
...
* fix: validate GRPC insert request has the value when required by column schema, before actually made any change to the DB
* fix: resolve PR comments
2023-03-13 11:03:51 +08:00
Yingwen
dfd91a1bf8
chore: Bump version to 0.1.1 ( #1155 )
v0.2.0-nightly-20230313
2023-03-11 01:11:23 +08:00
localhost
ded31fb069
chore: remove addr from datanode error message ( #1152 )
...
* chore: remove addr from datanode error message
* chore: add log for flight get error
2023-03-10 14:13:01 +08:00
Ning Sun
6a574fc52b
chore: update script prompt ( #1154 )
2023-03-10 10:51:38 +08:00
Ning Sun
58bdf27068
fix: make pyo3 optional again ( #1153 )
...
* fix: make pyo3 optional again
* Update src/script/Cargo.toml
Co-authored-by: dennis zhuang <killme2008@gmail.com >
---------
Co-authored-by: dennis zhuang <killme2008@gmail.com >
v0.1.1-alpha
2023-03-09 14:16:48 +00:00
discord9
610a895b66
feat: abi3 & abi37 ( #1151 )
2023-03-09 20:08:07 +08:00
zyy17
a9ccc06449
ci: modify scheduled release tag to 'v0.2.0-nightly-yymmdd' ( #1149 )
...
* ci: modify scheduled release tag to 'v0.2.0-nightly-yymmdd'
Signed-off-by: zyy17 <zyylsxm@gmail.com >
* refactor: modify 'profile.weekly' to 'profile.nightly'
Signed-off-by: zyy17 <zyylsxm@gmail.com >
---------
Signed-off-by: zyy17 <zyylsxm@gmail.com >
2023-03-09 16:42:40 +08:00
Ruihang Xia
38fe1a2f01
chore: update dependencies ( #1148 )
...
Signed-off-by: Ruihang Xia <waynestxia@gmail.com >
2023-03-09 14:24:29 +08:00
fys
3414ac46b0
fix: remove unnecessary braces around block return value ( #1147 )
2023-03-09 03:42:04 +00:00
Lei, HUANG
757b4a87a0
fix: remove profile in mem-prof crate to suppress compiler warnings ( #1146 )
2023-03-09 03:39:24 +00:00