summaryrefslogtreecommitdiff
path: root/groot-examples
AgeCommit message (Collapse)Author
2024-11-23[Improve][e2e] Rename all e2e test modules to adapt to changes in the API ↵doufenghu
operators.
2024-11-16[Improve][core] Preprocessing 和 postprocessing ↵doufenghu
标识已过期,后续任务将被移除。修复了 Split side output 下游节点存在其他边无法正确构建拓扑的问题。
2024-11-14[Feature][api] AviatorFilterProcessorFactory renamed to ↵doufenghu
FilterProcessorFactory.The Factory add supportsType method for supporting legency type of avaitor.
2024-11-13Merge branch 'feature/spi' into 'develop'窦凤虎
Feature/spi See merge request galaxy/platform/groot-stream!136
2024-11-13[Feature][API] 统一Operator实例生成接口为Factory. Connector Factory ↵doufenghu
Identifier 统一为type,与任务配置文件保持一致.
2024-11-10[Feature][SPI] SPI/Common module ↵doufenghu
依赖库梳理,xxExecutor删除不必要的参数传递。
2024-11-08[Feature][SPI] First stage commitdoufenghu
2024-11-08[fix][end-to-end-example]回滚误提交的两个配置文件wangkuan
2024-11-08Merge branch 'release/1.7.0' into 'improve/uuidv5'王宽
# Conflicts: # pom.xml
2024-11-06[Improve][HMAC] A nullable value not output an HMAC value.doufenghu
2024-11-03[Improve][Encrypt] Enhance Encrypt is applied to encryption at transit and ↵doufenghu
improve output logic for exceptional criteria. Rename non-compliant classes and methods.
2024-11-01Merge branch 'master' into 'release/1.7.0'窦凤虎
# Conflicts: # groot-examples/end-to-end-example/src/main/resources/examples/inline_to_print_test.yaml # pom.xml
2024-10-30[Improve][core] Enhance the drop, AsnLookup, and GeoIPLookup UDF context ↵doufenghu
configuration checks by using a common validation utility.
2024-10-29[Improve][core] Add CheckUDFContextUtil for verifying UDF configurations. ↵doufenghu
Rename lookup_fields and output_fields to lookupFields and outputFields.
2024-10-20[Fix] Restore the CBNR UDFsdoufenghu
2024-10-20[Improve][e2e-base-test] Integrate multiple types of processors into the ↵doufenghu
test topology.
2024-10-18[Improve][docs] Add event model description.doufenghu
2024-10-16[Improve][UUID] UUID class name use uppercase for abbreviations in naming ↵doufenghu
conventions.
2024-09-27[Improve][Common] add client SSL mutual authentication config.v1.7.0-SNAPSHOTdoufenghu
2024-09-26[Feature][Common] Add SSL configuration options for secure API/UI access to ↵doufenghu
the vault system.
2024-09-19Merge branch 'master' into 'release/1.6.0'release/1.6.0窦凤虎
# Conflicts: # pom.xml
2024-09-19[Feature][KMS] Support KMS configurations for developing ecnrypt functions.doufenghu
2024-09-13[Improve][Common] Rename ConfigShade to CryptoShade for better describe data ↵doufenghu
encryption.
2024-09-13Merge branch 'fix/pre-agg' into 'develop'王宽
[fix][core]修复预聚合功能相关bug,增加测试用例 See merge request galaxy/platform/groot-stream!108
2024-09-13[fix][core]修复预聚合功能相关bug,增加测试用例wangkuan
2024-09-10[Feature][docs] Add split operator description.doufenghu
2024-09-01[Improve][bootstrap] Improve job-level user-defined variables, move the path ↵doufenghu
from application/properties to application/env/properties, and add support for defining variables via the runtime CLI. (GAL-651)
2024-08-27add APPROX_COUNT_DISTINCT_HLLD test casedoufenghu
2024-08-27[docs][table processor] add table-processor and udtf description.doufenghu
2024-08-27[docs][mock-connector] add HLLD and HDRHistogram mock data type description.doufenghu
2024-08-27[docs][udf] Update scalar UDFs, user-defined aggregate functions (UDAFs) ↵doufenghu
description.
2024-08-27[tests][e2e-clickhouse] Support the ingestion of common data types by a ↵doufenghu
Flink job
2024-08-27[docs][core] add aggregate processor documents.doufenghu
2024-08-27[feature][bootstrap]Add the SM4 algorithm for encrypting sensitive ↵doufenghu
configuration data
2024-08-19add APPROX_COUNT_DISTINCT_HLLD test casedoufenghu
2024-08-19[docs][table processor] add table-processor and udtf description.doufenghu
2024-08-19[docs][mock-connector] add HLLD and HDRHistogram mock data type description.doufenghu
2024-08-15[docs][udf] Update scalar UDFs, user-defined aggregate functions (UDAFs) ↵doufenghu
description.
2024-08-11Merge branch 'feature/e2e-clickhouse' into 'develop'窦凤虎
Feature/e2e clickhouse See merge request galaxy/platform/groot-stream!89
2024-08-11[tests][e2e-clickhouse] Support the ingestion of common data types by a ↵doufenghu
Flink job
2024-08-01[docs][core] add aggregate processor documents.doufenghu
2024-07-25Release 1.5.0doufenghu
2024-07-24[Feature][e2e-kafka] Flink image add ↵doufenghu
flink-shaded-hadoop-2-uber-2.7.5-8.0.jar. Add mock data to kafka integration test.
2024-07-13[Improve][Test] IT (integration test) has become optional, and it is no ↵doufenghu
longer executed by default during the mvn compile and deploy process. In the job template for processor and filter, describe the implementation type based on identifiers.
2024-06-25[Fix][docs] Fix bytes and sessions generate incorrect random valuedoufenghu
2024-06-25[Feature][docs] Add metric type mock data templatedoufenghu
2024-06-15[Improve][docs] Add mock source connector documents.doufenghu
2024-06-01[Improve][docs] Update ClickHouse connector and UDF document.doufenghu
2024-05-23[Improve][bootstrap] Inprove install cn udf script. Add Rate Limiting test case.doufenghu
2024-04-29[CN-1650] fix: the range of tag is larger than expected at special envgujinkai