| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-11-26 | Test method remove "throws Exception".HEADdevelop | doufenghu | |
| 2024-11-26 | [feature][core]CN-1730 修改函数类名为ArrayConcatAgg | wangkuan | |
| 2024-11-26 | [feature][core]CN-1730 ↵ | wangkuan | |
| 回滚CollectList和CollectSet,新增数组聚合函数ArrayContactAgg及相关单元测试 | |||
| 2024-11-21 | [feature][core]CN-1730 ↵ | wangkuan | |
| 拓展CollectList和CollectSet,增加collect_type配置项用于区分对每个array元素或整个object聚合 | |||
| 2024-11-19 | [improve][bootstrap]修改原UDFUtil工具类位置,后期加载udf函数� ↵ | wangkuan | |
| ��式待优化 | |||
| 2024-11-18 | [fix][core]补充提交processor函数过滤功能 | wangkuan | |
| 2024-11-18 | [fix][core][api]解决udfEntity重命名冲突 | wangkuan | |
| 2024-11-18 | Merge branch 'develop' into 'fix/aviator-expression' | 王宽 | |
| # Conflicts: # groot-core/src/main/java/com/geedgenetworks/core/processor/aggregate/AbstractFirstAggregation.java # groot-core/src/main/java/com/geedgenetworks/core/processor/aggregate/AggregateProcessorFunction.java # groot-core/src/main/java/com/geedgenetworks/core/processor/projection/ProjectionProcessFunction.java | |||
| 2024-11-18 | [fix][core][api]统一Aviator表达式语法和调用方式,所有processor� ↵ | wangkuan | |
| ��函数使用表达式不需要使用event.字段名。 | |||
| 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-13 | [Feature][SPI] ↵ | lifengchao | |
| Factory接口只保留type方法;包位置移动;连接器类名xxTableFactory改为xxConnectorFactory | |||
| 2024-11-13 | [Feature][API] 统一Operator实例生成接口为Factory. Connector Factory ↵ | doufenghu | |
| Identifier 统一为type,与任务配置文件保持一致. | |||
| 2024-11-10 | [Feature][SPI] SPI/Common module ↵ | doufenghu | |
| 依赖库梳理,xxExecutor删除不必要的参数传递。 | |||
| 2024-11-09 | [Feature][SPI] ↵ | doufenghu | |
| 增加groot-spi模块,解耦core和common模块之间的复杂依赖关系,移除一些不需要的类库。 | |||
| 2024-11-08 | [improve][core]GAL-675 UUIDv5新增NAMESPACE_CELL | wangkuan | |
| 2024-11-06 | [Improve][HMAC] A nullable value not output an HMAC value. | doufenghu | |
| 2024-11-05 | [fix][core] ↵ | 侯晋川 | |
| Encrypt函数使用aes-128-gcm加密算法时相同明文生成相同的密文 | |||
| 2024-11-05 | [fix][core] 优化Encrypt函数和单元测试,增加aes-128-gcm加密算法 | 侯晋川 | |
| 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-31 | Merge 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 Format | lifengchao | |
| 2024-10-30 | [Fix][test] Rename test method lookup_field/output_field to ↵ | doufenghu | |
| lookupField/outputField. | |||
| 2024-10-30 | Merge 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][test] add required filter expression | doufenghu | |
| 2024-10-30 | [Improve][core] Enhance the drop, AsnLookup, and GeoIPLookup UDF context ↵ | doufenghu | |
| configuration checks by using a common validation utility. | |||
| 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-29 | Merge branch 'feature/indicator' into 'develop' | 王宽 | |
| [improve][core] Indicator lookup add subscriber's tags See merge request galaxy/platform/groot-stream!124 | |||
| 2024-10-29 | [improve][core] Indicator lookup add subscriber's tags | gujinkai | |
| 2024-10-28 | Merge 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/pack | wangkuan | |
| 的function | |||
| 2024-10-25 | [feature][core]新增Encrypt和HMAC函数,补充提交 | 侯晋川 | |
| 2024-10-25 | [feature][core]新增Encrypt和HMAC函数 | 侯晋川 | |
| 2024-10-25 | [feature][pack]支持外部自定义processor,filter,split。将配置检查 ↵ | wangkuan | |
| 功能解耦,放在具体算子中进行。 | |||
| 2024-10-22 | Merge branch 'improve/udfs' into 'develop'v1.7.0.2-SNAPSHOT | 王宽 | |
| [improve][core]优化相关udf,修改判空方式,防止出现字段存在但是值为null导致的异常 See merge request galaxy/platform/groot-stream!119 | |||
| 2024-10-22 | Merge 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-min | wangkuan | |
| 数。支持对日期/字符串/数字进行处理,考虑性能等因素,暂不支持识别字符串类型的日期。 | |||
| 2024-10-22 | Merge 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/udfs | wangkuan | |
| byte_array,原value_field由lookup_fields替代。FROM_UNIX_TIMESTAMP修改毫秒时间格式为yyyy-MM-dd HH:mm:ss.SSS | |||
| 2024-10-21 | Merge 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-20 | [Improve][e2e-base-test] Integrate multiple types of processors into the ↵ | doufenghu | |
| test topology. | |||
| 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-14 | Merge branch 'feature/udf-uuid' into 'develop' | 王宽 | |
| Feature/udf uuid See merge request galaxy/platform/groot-stream!114 | |||
