summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-11-18[fix][bootstrap]修改测试类import包名,解决单元测试不能执行�...fix/testwangkuan
2024-11-18Merge branch 'fix/aviator-expression' into 'develop'王宽
2024-11-18[fix][core]补充提交processor函数过滤功能wangkuan
2024-11-18[Improve][bootstrap] 删除getInputNode方法,直接参数中直接传入in...lifengchao
2024-11-18Merge branch 'fix/aviator-expression' into 'develop'王宽
2024-11-18[fix][core][api]解决udfEntity重命名冲突wangkuan
2024-11-18Merge branch 'develop' into 'fix/aviator-expression'王宽
2024-11-18[fix][core][api]统一Aviator表达式语法和调用方式,所有processor�...wangkuan
2024-11-16[Improve][core] Preprocessing 和 postprocessing 标识已过期,后续任�...doufenghu
2024-11-14 support mvnw commanddoufenghu
2024-11-14[Improve][bootstrap] OperatorType has been renamed to JobStage, defined as a ...doufenghu
2024-11-14[Feature][api] AviatorFilterProcessorFactory renamed to FilterProcessorFactor...doufenghu
2024-11-13[Feature][SPI] Factory接口只保留type方法;包位置移动;连接器...lifengchao
2024-11-13开发文档增加设计架构图doufenghu
2024-11-13Merge remote-tracking branch 'origin/develop' into developdoufenghu
2024-11-13Release 1.8.0-snapshot 增加groot-api模块,统一connector与processor �...doufenghu
2024-11-13Merge branch 'feature/spi' into 'develop'窦凤虎
2024-11-13Release 1.7.2-snapshotv1.7.2-SNAPSHOTdoufenghu
2024-11-13[Feature][API] 统一Operator实例生成接口为Factory. Connector Factory ...doufenghu
2024-11-10[Feature][SPI] SPI/Common module 依赖库梳理,xxExecutor删除不必要�...doufenghu
2024-11-09[Feature][SPI] 增加groot-spi模块,解耦core和common模块之间的复�...doufenghu
2024-11-08[Feature][SPI] First stage commitdoufenghu
2024-11-08Merge branch 'fix/version' into 'develop'王宽
2024-11-08[fix][end-to-end-example]回滚误提交的两个配置文件wangkuan
2024-11-08Merge branch 'improve/uuidv5' into 'develop'王宽
2024-11-08Merge branch 'release/1.7.0' into 'improve/uuidv5'王宽
2024-11-08[improve][core]GAL-675 UUIDv5新增NAMESPACE_CELLwangkuan
2024-11-06[Improve][HMAC] A nullable value not output an HMAC value.doufenghu
2024-11-05Merge branch 'fix/udf-encrypt' into 'develop'王宽
2024-11-05[fix][core] Encrypt函数使用aes-128-gcm加密算法时相同明文生成�...侯晋川
2024-11-05Merge branch 'fix/udf-encrypt' into 'develop'v1.7.1-SNAPSHOT王宽
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 im...doufenghu
2024-11-01[Improve][docs] Add a description of the new features for version 1.7.1-SNAPS...doufenghu
2024-11-01Merge branch 'master' into 'release/1.7.0'窦凤虎
2024-11-01Release 1.7.0doufenghu
2024-10-31Merge branch 'feature/format_csv' into 'develop'李奉超
2024-10-31[feature][format-csv]GAL-687 Groot Stream 支持CSV Formatlifengchao
2024-10-30[Fix][test] Rename test method lookup_field/output_field to lookupField/outpu...doufenghu
2024-10-30Merge branch 'improve/udf-config-check' into 'develop'窦凤虎
2024-10-30[Fix][test] add required filter expressiondoufenghu
2024-10-30[Improve][core] Enhance the drop, AsnLookup, and GeoIPLookup UDF context conf...doufenghu
2024-10-30Merge branch 'fix/udf-encrypt' into 'develop'李奉超
2024-10-30[fix][core] Encrypt函数适配网关动态获取加密字段接口侯晋川
2024-10-29[Improve][core] Add CheckUDFContextUtil for verifying UDF configurations. Ren...doufenghu
2024-10-29Merge branch 'feature/indicator' into 'develop'王宽
2024-10-29[improve][core] Indicator lookup add subscriber's tagsgujinkai
2024-10-28Merge branch 'feature/udf-encrypt' into 'develop'李奉超
2024-10-28[feature][core] 优化Encrypt和HMAC函数。新增Encrypt单元测试feature/udf-encrypt侯晋川