summaryrefslogtreecommitdiff
path: root/groot-bootstrap
AgeCommit message (Collapse)Author
2024-10-31Merge branch 'feature/format_csv' into 'develop'李奉超
[feature][format-csv]GAL-687 Groot Stream 支持CSV Format See merge request galaxy/platform/groot-stream!127
2024-10-31[feature][format-csv]GAL-687 Groot Stream 支持CSV Formatlifengchao
2024-10-30Merge branch 'improve/udf-config-check' into 'develop'窦凤虎
[Improve][core] Add CheckUDFContextUtil for verifying UDF configurations.... See merge request galaxy/platform/groot-stream!126
2024-10-30[fix][core] Encrypt函数适配网关动态获取加密字段接口侯晋川
2024-10-29[Improve][core] Add CheckUDFContextUtil for verifying UDF configurations. ↵doufenghu
Rename lookup_fields and output_fields to lookupFields and outputFields.
2024-10-28Merge branch 'feature/udf-encrypt' into 'develop'李奉超
Feature/udf encrypt See merge request galaxy/platform/groot-stream!123
2024-10-28[feature][core] 优化Encrypt和HMAC函数。新增Encrypt单元测试feature/udf-encrypt侯晋川
2024-10-25[feature][core]新增Encrypt和HMAC函数侯晋川
2024-10-25[feature][pack]支持外部自定义processor,filter,split。将配置检查 ↵wangkuan
功能解耦,放在具体算子中进行。
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[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 '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-14Merge branch 'feature/udf-uuid' into 'develop'王宽
Feature/udf uuid See merge request galaxy/platform/groot-stream!114
2024-10-11[improve][core]UuidV5函数多个字段之间采用"_"拼接wangkuan
2024-10-11GAL-660 支持StarRocks Sinklifengchao
2024-10-10[improve][bootstrap]新增UUID单元测试wangkuan
2024-09-13[Improve][Common] Rename ConfigShade to CryptoShade for better describe data ↵doufenghu
encryption.
2024-09-13[fix][core]修复预聚合功能相关bug,增加测试用例wangkuan
2024-09-10[improve][test]单元测试类重命名feature/split-tagwangkuan
2024-09-10[improve][test]修改配置文件名称wangkuan
2024-09-10[feature][bootstrap][common]node新增tags属性用于分流,需要与down ↵wangkuan
stream相对应。rules中name标签修改为tag。完善单元测试,target_type新增test模式。
2024-09-04[improve][bootstrap]单元测试配置文件适配properties变更improve/splitwangkuan
2024-09-04[improve][bootstrap]优化代码,修改splitsset位置,单元测试适� ↵wangkuan
�properties配置变更
2024-09-02[Fix][e2e-common] Support user-defined variables via CLI when submitting a job.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-30[improve][bootstrap][core]完善监控输出及单元测试,修改部分问题feature/pre-aggwangkuan
2024-08-29[feature][bootstrap][core]增加预聚合功能,相关函数支持mergewangkuan
2024-08-29[improve][bootstrap] GAL-651 Groot ↵feature/task-propertieswangkuan
Stream支持在作业(Job)级别定义变量,修改命名,并统一存储至Flink grootstream.config
2024-08-28[feature][bootstrap][common] GAL-651 Groot Stream支持配置task propertieswangkuan
2024-08-27[feature][bootstrap]Add the SM4 algorithm for encrypting sensitive ↵doufenghu
configuration data
2024-08-26[feature][core][common]单元测试优化,命名优化feature/splitwangkuan
2024-08-23[feature][core][common]GAL-646 Groot Stream支持Split ↵wangkuan
Operator实现动态分流
2024-08-15[docs][udf] Update scalar UDFs, user-defined aggregate functions (UDAFs) ↵doufenghu
description.
2024-08-13Merge branch 'feature/table' into 'develop'王宽
[feature][core][common][bootstrap]支持tableProcessor,增加UnRoll函数 See merge request galaxy/platform/groot-stream!90
2024-08-13[feature][core][common][bootstrap]支持tableProcessor,增加UnRoll函数wangkuan
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-02Merge branch 'feature/aggregate' into 'develop'王宽
Feature/aggregate See merge request galaxy/platform/groot-stream!87
2024-08-02[improve][core][bootstrap]调整结构,合并Processor接口wangkuan
2024-07-23Merge branch 'feature/aggregate' into 'develop'李奉超
[feature][bootstrap][core][common]支持自定义聚合函数,udf接口重命名为scalarFunction,时间戳转换函数支持设置interval See merge request galaxy/platform/groot-stream!78
2024-07-23[feature][bootstrap][core][common]支持自定义聚合函数,udf接口重� ↵wangkuan
�名为scalarFunction,时间戳转换函数支持设置interval
2024-07-19[feature][connector] connector source 添加watermark时间戳属性配置lifengchao
2024-07-12[improve][bootstrap][core] GAL-611 Groot ↵feature/pipeline-typewangkuan
Stream各个处理阶段Type命名与实现类解耦,实例通过spi方式注册,兼容旧版本
2024-06-20[Fix][docs] Fix some bootstrap errorsdoufenghu
2024-06-18[improve][bootstrap][core]优化UDF字符串数组配置解析方法,完善� ↵feature/improve-functionswangkuan
��元测试
2024-06-06[feature][connector-mock] GAL-454 支持MockSourcelifengchao
2024-05-23* [feature][connector-file] GAL-572 支持FileSourcelifengchao