| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-11-18 | [fix][bootstrap]修改测试类import包名,解决单元测试不能执行 ↵fix/test | wangkuan | |
| 的问题 | |||
| 2024-11-18 | Merge branch 'fix/aviator-expression' into 'develop' | 王宽 | |
| [fix][core]补充提交processor函数过滤功能 See merge request galaxy/platform/groot-stream!138 | |||
| 2024-11-18 | [fix][core]补充提交processor函数过滤功能 | wangkuan | |
| 2024-11-18 | [Improve][bootstrap] ↵ | lifengchao | |
| 删除getInputNode方法,直接参数中直接传入inputNode参数 | |||
| 2024-11-18 | Merge branch 'fix/aviator-expression' into 'develop' | 王宽 | |
| [fix][core][api]统一Aviator表达式语法和调用方式,所有processor和函数使用表达式不需要使用event.字段名。 See merge request galaxy/platform/groot-stream!137 | |||
| 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 | support mvnw command | doufenghu | |
| 2024-11-14 | [Improve][bootstrap] OperatorType has been renamed to JobStage, defined as a ↵ | doufenghu | |
| job stream processing stage. Each stage can be configured with multiple types of operators. | |||
| 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 | 开发文档增加设计架构图 | doufenghu | |
| 2024-11-13 | Merge remote-tracking branch 'origin/develop' into develop | doufenghu | |
| 2024-11-13 | Release 1.8.0-snapshot 增加groot-api模块,统一connector与processor ↵ | doufenghu | |
| 类加载机制。 | |||
| 2024-11-13 | Merge branch 'feature/spi' into 'develop' | 窦凤虎 | |
| Feature/spi See merge request galaxy/platform/groot-stream!136 | |||
| 2024-11-13 | Release 1.7.2-snapshotv1.7.2-SNAPSHOT | doufenghu | |
| 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 | [Feature][SPI] First stage commit | doufenghu | |
| 2024-11-08 | Merge branch 'fix/version' into 'develop' | 王宽 | |
| [fix][end-to-end-example]回滚误提交的两个配置文件 See merge request galaxy/platform/groot-stream!135 | |||
| 2024-11-08 | [fix][end-to-end-example]回滚误提交的两个配置文件 | wangkuan | |
| 2024-11-08 | Merge branch 'improve/uuidv5' into 'develop' | 王宽 | |
| [improve][core]GAL-675 UUIDv5新增NAMESPACE_CELL See merge request galaxy/platform/groot-stream!133 | |||
| 2024-11-08 | Merge branch 'release/1.7.0' into 'improve/uuidv5' | 王宽 | |
| # Conflicts: # pom.xml | |||
| 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 | Merge branch 'fix/udf-encrypt' into 'develop' | 王宽 | |
| [fix][core] Encrypt函数使用aes-128-gcm加密算法时相同明文生成相同的密文 See merge request galaxy/platform/groot-stream!130 | |||
| 2024-11-05 | [fix][core] ↵ | 侯晋川 | |
| Encrypt函数使用aes-128-gcm加密算法时相同明文生成相同的密文 | |||
| 2024-11-05 | Merge branch 'fix/udf-encrypt' into 'develop'v1.7.1-SNAPSHOT | 王宽 | |
| [fix][core] 优化Encrypt函数和单元测试,增加aes-128-gcm加密算法 See merge request galaxy/platform/groot-stream!129 | |||
| 2024-11-05 | [fix][core] 优化Encrypt函数和单元测试,增加aes-128-gcm加密算法 | 侯晋川 | |
| 2024-11-03 | Remove 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-11-01 | [Improve][docs] Add a description of the new features for version ↵ | doufenghu | |
| 1.7.1-SNAPSHOT. | |||
| 2024-11-01 | Merge 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-11-01 | Release 1.7.0 | doufenghu | |
| 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 | Merge branch 'fix/udf-encrypt' into 'develop' | 李奉超 | |
| [fix][core] Encrypt函数适配网关动态获取加密字段接口 See merge request galaxy/platform/groot-stream!125 | |||
| 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 | 侯晋川 | |
