summaryrefslogtreecommitdiff
path: root/config
AgeCommit message (Collapse)Author
2024-11-26[feature][core]CN-1730 修改函数类名为ArrayConcatAggwangkuan
2024-11-26[feature][core]CN-1730 ↵wangkuan
回滚CollectList和CollectSet,新增数组聚合函数ArrayContactAgg及相关单元测试
2024-11-18[fix][core][api]统一Aviator表达式语法和调用方式,所有processor� ↵wangkuan
��函数使用表达式不需要使用event.字段名。
2024-11-13[Feature][API] 统一Operator实例生成接口为Factory. Connector Factory ↵doufenghu
Identifier 统一为type,与任务配置文件保持一致.
2024-11-05[fix][core] 优化Encrypt函数和单元测试,增加aes-128-gcm加密算法侯晋川
2024-11-03Remove unused secret_key parameter.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-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-28[improve][pack]调整部分pom引入依赖位置,udf配置文件删除多余 ↵feature/packwangkuan
的function
2024-10-25[feature][core]新增Encrypt和HMAC函数侯晋川
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-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-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-10[feature][core]GAL-675新增UUID相关函数wangkuan
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-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-13[feature][core] TSG-22596 add EXPLODE_APP_AND_PROTOCOL function for ↵lifengchao
app-protocol-stat-traffic-merge application
2024-09-10Merge branch 'develop' of ↵doufenghu
https://git.mesalab.cn/galaxy/platform/groot-stream into fix/bootstrap
2024-09-10[feature][bootstrap][common]node新增tags属性用于分流,需要与down ↵wangkuan
stream相对应。rules中name标签修改为tag。完善单元测试,target_type新增test模式。
2024-09-09[Improve][mock-data] Add array(String) mock datadoufenghu
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-29[feature][bootstrap][core]增加预聚合功能,相关函数支持mergewangkuan
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-26Merge branch 'feature/split' into 'develop'李奉超
Feature/split See merge request galaxy/platform/groot-stream!95
2024-08-23[feature][core][common]GAL-646 Groot Stream支持Split ↵wangkuan
Operator实现动态分流
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[feature][core]添加sketche聚合函数和sketche mock类型lifengchao
2024-08-15[feature][core]新增JsonUnroll函数,优化Unroll函数feature/tablewangkuan
2024-08-14[improve][core]修改UnRoll函数名称为Unrollwangkuan
2024-08-13[feature][core][common][bootstrap]支持tableProcessor,增加UnRoll函数wangkuan
2024-08-01Merge branch 'feature/aggregate' into 'develop'王宽
[improve][core]aggregate processor增加window_timestamp_field配置 See merge request galaxy/platform/groot-stream!85
2024-08-01[improve][core]aggregate processor增加window_timestamp_field配置wangkuan
2024-07-25Merge branch 'feature/e2e-kafka-quota' into 'develop'窦凤虎
[Feature][e2e-kafka] Flink image add flink-shaded-hadoop-2-uber-2.7.5-8.0.jar.... See merge request galaxy/platform/groot-stream!82
2024-07-25Merge branch 'feature/aggregate' into 'develop'王宽
[improve][core]增加聚合函数LAST_VALUE和FIRST_VALUE See merge request galaxy/platform/groot-stream!81
2024-07-25[improve][core]增加聚合函数LAST_VALUE和FIRST_VALUEwangkuan
2024-07-24Merge branch 'feature/aggregate' into 'develop'王宽
[improve][core]新增聚合函数LongCount,Mean以及相关单元测试 See merge request galaxy/platform/groot-stream!79
2024-07-24[improve][core]新增聚合函数LongCount,Mean以及相关单元测试wangkuan
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-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