Commit Graph

  • 524bdfff22 fix: add cfg for DecodeSqlValue error (#6420) fys 2025-06-28 09:39:06 +08:00
  • 6bed0b6ba0 feat: add trigger-related error code (#6419) fys 2025-06-28 09:25:20 +08:00
  • dec8c52b18 feat(pipeline): support Loki API (#6390) shuiyisong 2025-06-27 18:01:08 -07:00
  • f712c1b356 feat: cherry-pick #6384 #6388 #6396 #6403 #6412 #6405 to 0.15 branch (#6414) Yingwen 2025-06-27 20:11:28 +08:00
  • 753a7e1a24 refactor: pass pipeline name through http header and get db from query context (#6405) zyy17 2025-06-27 18:43:37 +08:00
  • ecbf372de3 poc/create-alter-for-metrics: ### Add Object Store Integration and Access Layer Factory Lei, HUANG 2025-06-27 08:50:25 +00:00
  • 6684200fce fix: skip failing nodes when gathering porcess info (#6412) Lei, HUANG 2025-06-27 16:20:01 +08:00
  • 5fcb97724f chore: correct typo in configuration (#6411) Weny Xu 2025-06-27 15:55:13 +08:00
  • ff559b2688 fix: complete partial index search results in cache (#6403) Zhenchi 2025-06-27 15:40:14 +08:00
  • 8473a34fc9 feat: Collider for playing with PartitionRule (#6399) Ruihang Xia 2025-06-27 15:15:33 +08:00
  • df0ebf0378 feat: override logical table's partition key indices (#6385) jeremyhi 2025-06-27 10:55:56 +08:00
  • 4a665fd27b refactor: move #[allow(clippy::print_stdout)] to lib level (#6398) Weny Xu 2025-06-27 10:40:12 +08:00
  • b4d6441716 refactor: rename test show_processList to show_process_list (#6408) Yingwen 2025-06-27 09:18:54 +08:00
  • bdd50a2263 ci: try to fix the job permissions (#6407) liyang 2025-06-27 01:23:43 +08:00
  • 3d81a17360 poc/create-alter-for-metrics: ### Commit Message Lei, HUANG 2025-06-26 13:00:54 +00:00
  • 025cae3679 poc/create-alter-for-metrics: - **Refactor AccessLayerFactory**: Updated the method for joining paths in access_layer.rs by replacing join_dir with join_path for file path construction. - **Enhance Testing**: Added comprehensive tests in access_layer.rs to verify the functionality of the Parquet writer, including writing multiple batches and handling provided timestamp ranges. - **Optimize MetricsBatchBuilder**: Simplified the loop in batch_builder.rs by removing unnecessary mutability in the encoder variable. Lei, HUANG 2025-06-26 11:31:29 +00:00
  • f87b12b2aa feat: remove own pow fn (#6404) codephage 2025-06-26 17:27:30 +08:00
  • 07eec083b9 fix: doc issue assignee (#6406) Yiran 2025-06-26 17:18:47 +08:00
  • 68409e28ea poc/create-alter-for-metrics: ### Add Parquet Writer and Access Layer Lei, HUANG 2025-06-26 09:17:53 +00:00
  • 4737285275 feat: implement pause/resume functionality for procedure manager (#6393) Weny Xu 2025-06-26 09:57:12 +08:00
  • 55f5e09885 fix: sqlness_test show_processList (#6401) codephage 2025-06-26 09:53:55 +08:00
  • 9ab36e9a6f test: add a test load configuration example for flownode (#6397) liyang 2025-06-26 09:48:53 +08:00
  • 4bb5d00a4b fix(http): apply string validation mode to pipeline processor (#6378) Lei, HUANG 2025-06-26 02:56:35 +08:00
  • 699406ae32 refactor: update MetricsBatchBuilder to use physical region metadata evenyag 2025-06-25 20:20:36 +08:00
  • 344006deca feat: Implements collect_physical_region_metadata evenyag 2025-06-25 19:33:28 +08:00
  • 63803f2b43 poc/create-alter-for-metrics: ### Commit Message Lei, HUANG 2025-06-25 08:34:34 +00:00
  • cf62767b98 poc/create-alter-for-metrics: ### Commit Message Lei, HUANG 2025-06-25 08:08:01 +00:00
  • 4e53c1531d poc/create-alter-for-metrics: ### Commit Message Lei, HUANG 2025-06-25 07:48:58 +00:00
  • 892cb66c53 poc/create-alter-for-metrics: - **Add ahash Dependency**: Updated Cargo.lock and Cargo.toml to include ahash as a dependency for the metric-engine project. - **Refactor MetricsBatchBuilder**: Modified MetricsBatchBuilder in batch_builder.rs to include a builders field and refactored methods to use BatchEncoder for appending rows. - **Update BatchEncoder**: Changed BatchEncoder in batch_builder.rs to use a name_to_id map and added append_rows and finish methods for handling row encoding. - **Modify LogicalSchemas Structure**: Updated schema_helper.rs to use HashMap instead of ahash::HashMap for the schemas field in LogicalSchemas. Lei, HUANG 2025-06-25 07:33:11 +00:00
  • 8b392477c8 poc/create-alter-for-metrics: ### Commit Summary Lei, HUANG 2025-06-25 07:14:02 +00:00
  • 905593dc16 feat: add bulk mode flag for prom store with SchemaHelper integration evenyag 2025-06-25 13:03:00 +08:00
  • 6c04cb9b19 feat: use schema_helper to create/alter physical table evenyag 2025-06-24 17:33:55 +08:00
  • 24da3367c1 poc/create-alter-for-metrics: - **Add operator dependency**: Updated Cargo.lock and Cargo.toml to include the operator dependency. - **Expose structs and functions in schema_helper.rs**: Made LogicalSchema, LogicalSchemas, and ensure_logical_tables_for_metrics public in src/operator/src/schema_helper.rs. - **Refactor batch_builder.rs**: - Changed the logic for handling physical and logical tables, including the introduction of tags_to_logical_schemas function. - Modified determine_physical_table_name to return a string instead of a table reference. - Updated logic for managing tags and logical schemas in MetricsBatchBuilder. Lei, HUANG 2025-06-24 07:26:41 +00:00
  • 80b14965a6 feat/frontend-stager: ### Commit Summary Lei, HUANG 2025-06-23 12:50:00 +00:00
  • 5da3f86d0c feat/frontend-stager: ### Add MetricsBatchBuilder for Physical Table Management Lei, HUANG 2025-06-23 12:08:26 +00:00
  • 151273d1df feat: get region metadata by ids evenyag 2025-06-23 19:21:09 +08:00
  • b0289dbdde refactor: extract logics for filling options evenyag 2025-06-20 22:05:20 +08:00
  • c51730a954 feat: create or alter logical tables for metrics evenyag 2025-06-20 21:47:55 +08:00
  • 207709c727 refactor: remove Inserter::create_physical_table_on_demand evenyag 2025-06-19 22:32:58 +08:00
  • deca8c44fa refactor: StatementExecutor calls SchemaHelper to change schema evenyag 2025-06-19 22:25:12 +08:00
  • 2edd861ce9 refactor: use SchemaHelper in Inserter evenyag 2025-06-19 22:08:38 +08:00
  • 14f3a4ab05 refactor: copy alter logic to SchemaHelper evenyag 2025-06-19 21:10:20 +08:00
  • 34875c0346 refactor: define schema_helper mod to handle schema creation evenyag 2025-06-19 20:32:28 +08:00
  • 1d07864b29 refactor(object-store): move backends building functions back to object-store (#6400) Lei, HUANG 2025-06-25 21:49:55 +08:00
  • 9be75361a4 feat: update dashboard to v0.10.1 (#6396) ZonaHe 2025-06-25 20:58:04 +08:00
  • 9c1df68a5f feat: introduce /v1/health for healthcheck from external (#6388) Ning Sun 2025-06-25 20:25:36 +08:00
  • 0209461155 chore: add components for standalone instance (#6383) fys 2025-06-25 20:17:34 +08:00
  • e728cb33fb feat: implement count_hash aggr function (#6342) Ruihang Xia 2025-06-25 20:14:03 +08:00
  • cde7e11983 refactor: avoid adding feature to parameter (#6391) fys 2025-06-25 18:47:20 +08:00
  • 944b4b3e49 feat: supports CsvWithNames and CsvWithNamesAndTypes formats (#6384) dennis zhuang 2025-06-25 15:28:11 +08:00
  • 7953b090c0 feat: support syntax parsing of drop trigger (#6371) fys 2025-06-25 02:48:39 +08:00
  • 7aa9af5ba6 chore: clarify default OTLP endpoint value (#6381) liyang 2025-06-24 19:44:45 +08:00
  • 7a9444c85b refactor: remove staled manifest structures (#6382) Ruihang Xia 2025-06-24 17:23:10 +08:00
  • bb12be3310 refactor: scan Batches directly (#6369) LFC 2025-06-24 15:55:49 +08:00
  • 24019334ee feat: implement automatic region failure detector registrations (#6370) Weny Xu 2025-06-24 14:12:12 +08:00
  • 116d5cf82b feat: support mysql flavor show processlist shortcut (#6328) (#6379) codephage 2025-06-24 11:50:16 +08:00
  • 90a3894564 refactor: always write parent_span_id for otlp traces ingestion (#6356) zyy17 2025-06-23 19:36:57 +08:00
  • 39d3e0651d feat: Support ListMetadataRequest to retrieve regions' metadata (#6348) Yingwen 2025-06-23 15:11:20 +08:00
  • a49edc6ca6 refactor: add otlp_export_protocol config to support export trace data through gRPC and HTTP protocol (#6357) zyy17 2025-06-23 10:56:12 +08:00
  • 7cd6be41ce feat(pipeline): introduce pipeline doc version 2 for combine-transform (#6360) v0.15.0-nightly-20250623 shuiyisong 2025-06-21 17:58:36 -07:00
  • 8da5949fc5 ci: update 0.12 ci to latest (#6376) v0.12.1 Yingwen 2025-06-21 18:20:43 +08:00
  • db6a63ef6c chore: bump version to 0.12.1 Ruihang Xia 2025-06-21 16:41:08 +08:00
  • f166b93b02 feat: expose virtual_host_style config for s3 storage (#5696) Yingwen 2025-03-12 21:46:56 +08:00
  • 15616d0c43 feat: update dashboard to v0.10.0 (#6368) ZonaHe 2025-06-21 07:48:35 +08:00
  • b43e315c67 fix: test test_tls_file_change_watch (#6366) dennis zhuang 2025-06-21 00:57:07 +08:00
  • 36ab1ceef7 chore: prints a warning when skip_ssl_validation is true (#6367) Yingwen 2025-06-20 21:14:50 +08:00
  • 3fb1b726c6 refactor(cli): simplify metadata command parameters (#6364) Weny Xu 2025-06-20 17:00:21 +08:00
  • c423bb31fe docs: added YouTube link to documentation (#6362) Olexandr88 2025-06-20 11:16:54 +03:00
  • e026f766d2 feat(storage): Add skip_ssl_validation option for object storage HTTP client (#6358) rgidda 2025-06-20 13:38:19 +05:30
  • 9d08f2532a feat: dist auto step aggr pushdown (#6268) discord9 2025-06-20 15:18:55 +08:00
  • e072726ea8 refactor: make scanner creation async (#6349) LFC 2025-06-20 14:44:49 +08:00
  • e78c3e1eaa refactor: make metadata region option opt-in (#6350) Ning Sun 2025-06-20 11:31:16 +08:00
  • 89e3c8edab fix(meta): enhance mysql election client with timeouts and reconnection (#6341) Weny Xu 2025-06-19 20:44:23 +08:00
  • d4826b998d feat: support execute sql in frontend_client (#6355) fys 2025-06-19 17:47:16 +08:00
  • d9faa5c801 feat(cli): add metadata del commands (#6339) Weny Xu 2025-06-19 14:48:00 +08:00
  • 12c3a3205b chore: security updates (#6351) Ning Sun 2025-06-19 14:43:43 +08:00
  • 5231505021 fix(metric-engine): properly propagate errors during batch open operation (#6325) Weny Xu 2025-06-19 14:37:54 +08:00
  • 6ece560f8c fix: reordered write cause incorrect kv (#6345) Lei, HUANG 2025-06-19 14:32:40 +08:00
  • 2ab08a8f93 chore(deps): switch greptime-proto to official repository (#6347) fys 2025-06-18 20:52:46 +08:00
  • 086ae9cdcd chore: print series count after wal replay (#6344) Lei, HUANG 2025-06-18 20:04:39 +08:00
  • 6da8e00243 refactor: make finding leader in metasrv client dynamic (#6343) LFC 2025-06-18 19:29:23 +08:00
  • 4b04c402b6 fix: add path exist check in copy_table_from (#6182) (#6300) Arshdeep 2025-06-18 15:20:27 +05:30
  • a59b6c36d2 chore: add metrics for active series and field builders (#6332) Lei, HUANG 2025-06-18 17:16:45 +08:00
  • f6ce6fe385 fix(jaeger-api): incorrect find_traces() logic and multiple api compatible issues (#6293) zyy17 2025-06-18 16:01:36 +08:00
  • 4d4bfb7d8b fix(metric): prevent setting memtable type for metadata region (#6340) Weny Xu 2025-06-18 11:49:22 +08:00
  • 6e1e8f19e6 feat: support setting FORMAT in TQL ANALYZE/VERBOSE (#6327) Ruihang Xia 2025-06-18 11:39:12 +08:00
  • ce95e051ff fix: do not add projection to cast timestamp in label_values (#6040) Yingwen 2025-05-07 07:47:41 +08:00
  • de08ddafc8 fix: logical table missing column shuiyisong 2025-06-17 11:43:48 -07:00
  • 49cb4da6d2 feat: introduce CLI tool for repairing logical table metadata (#6322) Weny Xu 2025-06-17 21:53:59 +08:00
  • 0d0236ddab fix: revert string builder initial capacity in TimeSeriesMemtable (#6330) Lei, HUANG 2025-06-17 21:24:52 +08:00
  • f8edb53b30 fix: carry process id in query ctx (#6335) Lei, HUANG 2025-06-17 20:04:23 +08:00
  • 438791b3e4 feat: Add DROP DEFAULT (#6290) Lin Yihai 2025-06-17 17:33:56 +08:00
  • 50e4c916e7 chore: clean up unused impl &standalone use mark dirty (#6331) discord9 2025-06-17 16:18:17 +08:00
  • 16e7f7b64b fix: override logical table's partition column with physical table's (#6326) Ruihang Xia 2025-06-17 16:00:54 +08:00
  • 53c4fd478e chore: add skip error for pipeline skip error log (#6318) localhost 2025-06-17 14:44:11 +08:00
  • ecbbd2fbdb feat: handle Ctrl-C command in MySQL client (#6320) Lei, HUANG 2025-06-17 14:36:23 +08:00
  • 3e3a12385c refactor: make flownode gRPC services able to be added dynamically (#6323) fys 2025-06-17 14:27:41 +08:00
  • 079daf5db9 feat: support special labels parsing in prom remote write (#6302) shuiyisong 2025-06-16 20:20:33 -07:00
  • 56b9ab5279 ci: add pr label workflow (#6316) liyang 2025-06-17 01:26:16 +08:00
  • be4e0d589e feat: support arbitrary constant expression in PromQL function (#6315) Ruihang Xia 2025-06-16 23:12:27 +08:00