summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-10-28[improve][pack]调整部分pom引入依赖位置,udf配置文件删除多余 ↵feature/packwangkuan
的function
2024-10-25[feature][groot-stream]增加Maven插件,用于管理和更新项目中的 ↵wangkuan
依赖版本。使用时在项目根目录命令行执行 mvn versions:set -DnewVersion="1.7.0" 即可将所有子模块的pom中的version设置为1.7.0
2024-10-25[feature][pack]支持外部自定义processor,filter,split。将配置检查 ↵wangkuan
功能解耦,放在具体算子中进行。
2024-10-22Merge branch 'improve/udfs' into 'develop'v1.7.0.2-SNAPSHOT王宽
[improve][core]优化相关udf,修改判空方式,防止出现字段存在但是值为null导致的异常 See merge request galaxy/platform/groot-stream!119
2024-10-22Merge branch 'feature/max-min' into 'develop'王宽
[feature][core]删除原NumberMax,NumberMin。支持更通用的Max,Min函数。支持对日期/字符串/数字进行处理,考虑性能等因素,暂不支持识别字符串类型的日期。 See merge request galaxy/platform/groot-stream!118
2024-10-22[improve][core]优化相关udf,修改判空方式,防止出现字段存� ↵wangkuan
��但是值为null导致的异常
2024-10-22[feature][core]删除原NumberMax,NumberMin。支持更通用的Max,Min函 ↵feature/max-minwangkuan
数。支持对日期/字符串/数字进行处理,考虑性能等因素,暂不支持识别字符串类型的日期。
2024-10-22Merge branch 'fix/udfs' into 'develop'王宽
[fix][core]BASE64_ENCODE_TO_STRING函数新增参数input_type,支持string,byte_array,原value_... See merge request galaxy/platform/groot-stream!117
2024-10-22[fix][core]BASE64_ENCODE_TO_STRING函数新增参数input_type,支持string, ↵fix/udfswangkuan
byte_array,原value_field由lookup_fields替代。FROM_UNIX_TIMESTAMP修改毫秒时间格式为yyyy-MM-dd HH:mm:ss.SSS
2024-10-21Merge branch 'feature/dos' into 'develop'v1.7.0.1-SNAPSHOT王宽
[feature][core]新增聚合函数NumberMax,NumberMin,增加agg-dos-protection_rule_metric任务以及单元测试 See merge request galaxy/platform/groot-stream!116
2024-10-21Merge branch 'develop' into 'feature/dos'feature/dos王宽
# Conflicts: # config/udf.plugins
2024-10-21[feature][core]新增聚合函数NumberMax,NumberMin,增加agg-dos-protectio ↵wangkuan
n_rule_metric任务以及单元测试
2024-10-20Merge branch 'improve/improve-e2e-test' into 'develop'窦凤虎
Improve/improve e2e test See merge request galaxy/platform/groot-stream!115
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] Describe Encrypt UDF reference URI base job propertiesdoufenghu
2024-10-18[Improve][docs] Define ssl config skip_verificationdoufenghu
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-10-16[feature][core] LoadIntervalDataUtil属性添加volatile修饰lifengchao
2024-10-16[feature][core] SingleValueMap处理可能发生的异常lifengchao
2024-10-16[feature][core] GAL-679 Groot Stream ↵lifengchao
实现进程级全局唯一数据与定时更新策略工具类
2024-10-14Merge branch 'feature/udf-uuid' into 'develop'王宽
Feature/udf uuid See merge request galaxy/platform/groot-stream!114
2024-10-12[improve][core]uuid输出为string,uuidv7在初始化生成timeBasedEpochRan ↵feature/udf-uuidwangkuan
domGenerator对象
2024-10-11[improve][core]UuidV5函数多个字段之间采用"_"拼接wangkuan
2024-10-11Merge branch 'connector-starrocks' into 'develop'李奉超
GAL-660 支持StarRocks Sink See merge request galaxy/platform/groot-stream!113
2024-10-11GAL-660 支持StarRocks Sinklifengchao
2024-10-10[improve][bootstrap]新增UUID单元测试wangkuan
2024-10-10[feature][core]GAL-675新增UUID相关函数wangkuan
2024-10-09[Feature][Doc] Add uuid udfs descriptiondoufenghu
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-20Rename version 1.6.0-SNAPSHOT to 1.7.0-SNAPSHOTdoufenghu
2024-09-19Merge branch 'release/1.6.0-SNAPSHOT' into 'develop'窦凤虎
[Fix][e2e-clickhouse] Fix the issue where the source table data is cleared during testClickHouse. See merge request galaxy/platform/groot-stream!112
2024-09-19[Fix][e2e-clickhouse] Fix the issue where the source table data is cleared ↵release/1.6.0-SNAPSHOTdoufenghu
during testClickHouse.
2024-09-19[Feature][KMS] Support KMS configurations for developing ecnrypt functions.doufenghu
2024-09-14Merge remote-tracking branch 'origin/develop' into developdoufenghu
2024-09-14[Feature][Docs] Add Groot Stream design document.doufenghu
2024-09-14[feature][core] TSG-22596 add EXPLODE_APP_AND_PROTOCOL function rename to ↵lifengchao
PATH_UNROLL
2024-09-13Merge branch 'feature/crypto_shade' into 'develop'窦凤虎
[Improve][Common] Rename ConfigShade to CryptoShade for better describe data encryption. See merge request galaxy/platform/groot-stream!110
2024-09-13[Improve][Common] Rename ConfigShade to CryptoShade for better describe data ↵doufenghu
encryption.
2024-09-13[feature][core] TSG-22596 add EXPLODE_APP_AND_PROTOCOL function for ↵lifengchao
app-protocol-stat-traffic-merge application
2024-09-13Merge branch 'feature/cn-location' into 'develop'王宽
[Fix][core] cancel special commons-lang3 version on test of scope See merge request galaxy/platform/groot-stream!109
2024-09-13[Fix][core] cancel special commons-lang3 version on test of scopegujinkai
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-12Merge branch 'improve/udf' into 'develop'王宽
[improve][core]FROM_UNIX_TIMESTAMP函数支持秒级时间戳输入,UNIX_TIMESTAMP_CONVERTER函数将小于10位时间戳作为秒级时间戳处理。 See merge request galaxy/platform/groot-stream!107
2024-09-12[improve][core]FROM_UNIX_TIMESTAMP函数支持秒级时间戳输入,UNIX_T ↵wangkuan
IMESTAMP_CONVERTER函数将小于10位时间戳作为秒级时间戳处理。
2024-09-12Merge branch 'feature/cn-location' into 'develop'王宽
Feature/cn location See merge request galaxy/platform/groot-stream!106
2024-09-12[Fix][test] special commons-lang3 version on test of scopegujinkai