Commit Graph

  • bf3ad44584 fix: fix release CI typo (#4147) v0.8.2 Weny Xu 2024-06-14 22:29:34 +08:00
  • 11a903f193 chore(ci): switch to aws registry (#4145) Weny Xu 2024-06-14 19:46:57 +08:00
  • acdfaabfa5 fix(ci): use ld_classic on macOS (#4143) Weny Xu 2024-06-14 16:09:12 +08:00
  • 54ca06ba08 chore: bump version to v0.8.2 (#4141) Weny Xu 2024-06-14 11:39:08 +08:00
  • 1f315e300f fix: retry on unknown error (#4138) Weny Xu 2024-06-13 19:15:38 +08:00
  • 573e25a40f chore: run fuzz tests with disk cache (#4118) Weny Xu 2024-06-13 17:07:12 +08:00
  • f8ec46493f refactor: simplify parquet writer (#4112) Lei, HUANG 2024-06-13 15:32:47 +08:00
  • 14a2d83594 chore: remove unused code (#4135) Weny Xu 2024-06-12 21:18:33 +08:00
  • 65f8b72d34 feat: Implement RegionScanner for SeqScan (#4060) Yingwen 2024-06-12 16:21:30 +08:00
  • 9473daab8b fix: explicitly set config instead of using changable default in tests (#4132) LFC 2024-06-11 18:51:01 +08:00
  • 5a6021e34f refactor: remove substrait ser/de for region query in standalone (#3812) LFC 2024-06-11 17:33:47 +08:00
  • 1b00526de5 fix(flow): infer table schema correctly (#4113) discord9 2024-06-11 16:57:47 +08:00
  • 5533bd9293 chore(common-macro): remove features covered by full (#4131) Yingwen 2024-06-11 15:44:53 +08:00
  • 587e99d806 fix: macro crate cannot be compiled alone (#4130) Ning Sun 2024-06-10 22:36:29 -07:00
  • 9cae15bd1b fix: executes pending ddls if region memtable is empty while scheduling next flush (#4119) Yingwen 2024-06-11 08:10:17 +08:00
  • d8b51cfaba refactor: remove double checks of memtable size (#4117) cjw 2024-06-08 07:34:03 +08:00
  • e142ca40d7 feat: invoke handle_batch_open_requests (#4107) Weny Xu 2024-06-07 17:07:45 +08:00
  • e982d2e55c fix: Update region Version in the worker loop (#4114) Yingwen 2024-06-07 14:27:16 +08:00
  • 09e0e1b246 chore: run fuzz tests with kafka remote wal (#4105) Weny Xu 2024-06-07 11:47:40 +08:00
  • 9c42825f5d feat: Implement SHOW CREATE FLOW (#4040) irenjj 2024-06-07 11:24:56 +08:00
  • 4719569e4f feat: support gRPC cancellation (#4092) v0.9.0-b03cb3860-20240606-1717661661 Jeremyhi 2024-06-06 16:27:25 +08:00
  • b03cb3860e chore: reduce some burden on the write path (#4110) Jeremyhi 2024-06-06 14:45:19 +08:00
  • 2ade511f26 feat: introduce pipeline crate (#4109) shuiyisong 2024-06-06 01:23:25 +08:00
  • 16b85b06b6 chore: remove gc before running fuzz tests (#4108) Weny Xu 2024-06-05 19:59:29 +08:00
  • 03cacf9948 ci: cargo gc all fuzz test runner (#4081) Ruihang Xia 2024-06-05 17:58:29 +08:00
  • c23f8ad113 feat: implement the handle_batch_open_requests (#4075) Weny Xu 2024-06-05 17:22:34 +08:00
  • e0a2c5a581 chore(ci): remove redundant sqlness test config (#4106) Weny Xu 2024-06-05 16:39:39 +08:00
  • 417ab3b779 ci: add 'make run-cluster-with-etcd' to run greptimedb cluster by using docker-compose (#4103) zyy17 2024-06-05 16:07:29 +08:00
  • 1850fe2956 feat: show create table only for base table (#4099) tison 2024-06-05 05:29:07 +08:00
  • dd06e107f9 test: add fuzz tests for column data type alteration (#4076) taobo 2024-06-04 21:38:57 +08:00
  • 98c19ed0fa feat: implement drop multiple tables (#4085) sarailQAQ 2024-06-04 21:11:41 +08:00
  • c0aed1d267 feat: set global runtime size by config file (#4063) LFC 2024-06-04 18:03:33 +08:00
  • 0a07130931 fix(flow): mfp operator missing rows (#4084) discord9 2024-06-04 17:07:13 +08:00
  • a6269397c8 fix: fix EntityTooSmall issue (#4100) Weny Xu 2024-06-04 16:43:33 +08:00
  • a80059b47f fix: recover memtable options when opening physical regions (#4102) Lei, HUANG 2024-06-04 16:20:29 +08:00
  • b3a4362626 test: run test_flush_reopen_region and test_region_replay with KafkaLogStore (#4083) Weny Xu 2024-06-04 16:11:15 +08:00
  • 51e2b6e728 fix: display the PartitionBound and PartitionDef correctly (#4101) Kelvin Wu 2024-06-04 16:10:44 +08:00
  • d1838fb28d refactor: move define_into_tonic_status to common-error (#4095) shuiyisong 2024-06-04 11:29:15 +08:00
  • cd97a39904 chore: enable strip for tests-fuzz crate (#4093) Weny Xu 2024-06-03 23:32:11 +09:00
  • 1bfba48755 Revert "build(deps): upgrade opendal to 0.46 (#4037)" avoid-query-meta Ruihang Xia 2024-06-03 20:28:59 +08:00
  • 4e5dd1ebb0 ci: try to free space after fuzz tests (#4089) Weny Xu 2024-06-03 06:22:22 +09:00
  • 88cdefa41e feat: implement Display for PartitionExpr (#4087) Kelvin Wu 2024-06-03 05:09:00 +08:00
  • c2218f8be8 build(deps): bump datafusion 20240528 (#4061) Ruihang Xia 2024-06-01 22:03:00 +08:00
  • 457998f0fe Merge branch 'main' into avoid-query-meta Ruihang Xia 2024-05-31 18:16:32 +08:00
  • b02c256157 perf: use memory state to check if a logical region exists Ruihang Xia 2024-05-31 18:16:08 +08:00
  • 45fee948e9 fix: display error in correct format (#4082) Ruihang Xia 2024-05-31 17:25:14 +08:00
  • ea49f8a5c4 feat(flow): make write path faster with shared lock (#4073) discord9 2024-05-31 14:50:22 +08:00
  • 43afea1a9d refactor!: remove the tableid in ddl response since tableids is enough (#4080) Jeremyhi 2024-05-31 14:41:53 +08:00
  • fcfcf86385 feat: implement WalEntryDistributor, WalEntryReciver (#4031) Weny Xu 2024-05-31 12:03:38 +09:00
  • 26b112ab57 refactor: remove upgrade cli tool (#4077) Jeremyhi 2024-05-31 08:40:27 +08:00
  • 24612f62dd feat: querying from view works (#3952) dennis zhuang 2024-05-30 14:45:56 -07:00
  • 85a231850d fix: add tailing separator to prefix (#4078) Ruihang Xia 2024-05-30 23:29:26 +08:00
  • f024054ed3 ci: cargo gc fuzz test runner (#4074) Ruihang Xia 2024-05-30 18:41:29 +08:00
  • 05751084e7 chore: bump to v0.8.1 (#4055) v0.8.1 discord9 2024-05-30 15:59:52 +08:00
  • 8b6596faa0 feat: avoid some cloning when mirror requests to flownode (#4068) Jeremyhi 2024-05-30 15:29:13 +08:00
  • eab309ff7e fix: avoid acquiring lock during reading stats (#4070) Weny Xu 2024-05-30 16:08:04 +09:00
  • 7de336f087 fix(flow): correctness bugs (#4018) discord9 2024-05-30 11:49:11 +08:00
  • 6e9a9dc333 refactor(log_store): remove associated type Namespace and Entry in LogStore (#4038) Weny Xu 2024-05-29 22:44:01 +09:00
  • 848bd7e553 feat: Implements row group level parallel unordered scanner (#3992) Yingwen 2024-05-29 19:06:08 +08:00
  • f0effd2680 feat: Implement SHOW STATUS (#4050) LYZJU2019 2024-05-28 21:49:05 -07:00
  • aafb468547 fix: set local or session time_zone not work (#4064) dennis zhuang 2024-05-28 17:06:13 -07:00
  • 4aa756c896 feat: open region in background (#4052) Weny Xu 2024-05-28 22:58:15 +09:00
  • d3860671a8 chore: add LAST_SENT_HEARTBEAT_ELAPSED metric (#4062) Weny Xu 2024-05-28 17:05:37 +09:00
  • 9dd6e033a7 refactor: move Database to client crate behind testing feature (#4059) tison 2024-05-28 11:21:43 +08:00
  • 097f62f459 refactor(fuzz-tests): generate ts value separately (#4056) Weny Xu 2024-05-27 23:07:32 +09:00
  • 048368fd87 feat: invoke flush_table and compact_table in fuzz tests (#4045) Weny Xu 2024-05-27 18:26:50 +09:00
  • f9db5ff0d6 build(deps): upgrade opendal to 0.46 (#4037) tison 2024-05-27 17:12:23 +08:00
  • 20ce7d428d fix(metric-engine): missing catchup implementation (#4048) Weny Xu 2024-05-27 16:56:46 +09:00
  • 75bddc0bf5 fix(fuzz-tests): avoid to drop in-use database (#4049) Weny Xu 2024-05-27 16:44:59 +09:00
  • c78043d526 build(deps): merge tower deps to workspace (#4036) tison 2024-05-27 15:15:30 +08:00
  • d815bdf770 refactor: per reviews flow_fix_func_choose discord9 2024-05-24 16:32:36 +08:00
  • 0b324563ac fix: range begin>range end discord9 2024-05-24 16:01:54 +08:00
  • ffecb6882e mend discord9 2024-05-23 21:13:18 +08:00
  • c185242997 fix: window_start when ts<start_time discord9 2024-05-23 21:10:46 +08:00
  • 9fda415b0d fix: ts<start time correct window discord9 2024-05-23 21:02:07 +08:00
  • 5eaf9816b9 fix: send buf clear discord9 2024-05-23 20:58:40 +08:00
  • 6684f8dce3 fix: test of tumble discord9 2024-05-23 15:43:25 +08:00
  • e8660a6f7e fix: expire state discord9 2024-05-22 17:50:26 +08:00
  • 6659f3cc62 fix: reorder write requests discord9 2024-05-22 14:55:33 +08:00
  • d218d65361 fix: default timestamp name discord9 2024-05-20 19:34:00 +08:00
  • 8f40ba42c1 feat: rename default ts to GREPTIME_TIMESTAMP discord9 2024-05-20 19:10:35 +08:00
  • d1ce436442 fix(WIP): choose discord9 2024-05-20 17:41:23 +08:00
  • e580ba63ec fix: optional args of tumble discord9 2024-05-20 16:50:29 +08:00
  • 297105266b feat: enable tcp keepalive for http server (#4019) LFC 2024-05-27 12:07:36 +08:00
  • 1de17aec74 feat: change EXPIRE WHEN to EXPIRE AFTER (#4002) Ruihang Xia 2024-05-27 12:05:55 +08:00
  • 389ded93d1 chore: add logs for setting the region to writable (#4044) Weny Xu 2024-05-27 13:01:40 +09:00
  • af486ec0d0 feat(opertor): check if a database is in use before dropping it (#4035) Eugene Tolbakov 2024-05-27 04:31:58 +01:00
  • 25d64255a3 feat: support table level comment (#4042) irenjj 2024-05-27 10:28:52 +08:00
  • 3790020d78 build(deps): upgrade promql-parser to 0.4 (#4047) tison 2024-05-27 09:51:59 +08:00
  • 5df3d4e5da feat: implement the LogStoreRawEntryReader and RawEntryReaderFilter (#4030) v0.9.0-nightly-20240527 Weny Xu 2024-05-24 20:53:15 +09:00
  • af670df515 ci: skip notification for manual releases (#4033) tison 2024-05-24 18:16:06 +08:00
  • a58256d4d3 feat: round-robin selector (#4024) Ruihang Xia 2024-05-24 15:29:07 +08:00
  • 466f7c6448 feat: add RawEntryReader and OneshotWalEntryReader trait (#4027) Weny Xu 2024-05-24 15:30:50 +09:00
  • 0101657649 feat: remove one clone on constructing partition (#4028) Ruihang Xia 2024-05-24 12:01:19 +08:00
  • a3a2c8d063 feat: Add TLS support for gRPC service (#3957) taobo 2024-05-24 03:00:16 +08:00
  • dfc1acbb2a fix: notifies all workers once a region is flushed (#4016) Yingwen 2024-05-23 20:45:00 +08:00
  • 0d055b6ee6 refactor: remove unused log config (#4021) Lei, HUANG 2024-05-23 16:59:42 +08:00
  • 614643ef7b chore(ci): add more replicas (#4015) Weny Xu 2024-05-23 11:43:24 +09:00
  • b90b7adf6f feat: add fallback logic for vmagent sending wrong content type (#4009) Ning Sun 2024-05-22 19:40:17 -07:00
  • 418090b464 chore: log error for detail (#4011) Jeremyhi 2024-05-22 20:17:20 +08:00