summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-05-29[feature][connector-clickhouse] TSG-21409 clickhouse sink buffer优化, ↵release/1.3.1lifengchao
解决可能oom问题
2024-05-10[feature][connector-kafka] GAL-557 Groot Stream Kafka Sink ↵lifengchao
支持限速配置:超速阻塞时一直阻塞不drop修复,添加窗口大小参数
2024-04-29Merge branch 'master' into 'release/1.3.1'窦凤虎
# Conflicts: # pom.xml
2024-04-29update version 1.3.1doufenghu
2024-04-29Merge branch 'release/1.3.1' into 'master'窦凤虎
Release/1.3.1 See merge request galaxy/platform/groot-stream!46
2024-04-28Merge branch 'develop' of ↵doufenghu
https://git.mesalab.cn/galaxy/platform/groot-stream into develop
2024-04-28Merge branch 'feature/ratelimit' into 'develop'李奉超
GAL-557 Groot Stream Kafka Sink 支持限速配置 See merge request galaxy/platform/groot-stream!44
2024-04-28GAL-557 Groot Stream Kafka Sink 支持限速配置feature/ratelimitlifengchao
2024-04-26Merge branch 'release/1.3.0' into 'master'v1.3.0窦凤虎
[improve][connector-clickhouse] Clickhouse... See merge request galaxy/platform/groot-stream!43
2024-04-26update version 1.3.0release/1.3.0doufenghu
2024-04-26Revert "update version 1.3.0"doufenghu
This reverts commit 31bd6331c03bacd82214a73584ebc5c7236aca61.
2024-04-26update version 1.3.0doufenghu
2024-04-26Merge branch 'hotfix/arithmetic-operations' into 'develop'窦凤虎
[GAL-556] hotfix: Eval function supports addition and subtraction operations. See merge request galaxy/platform/groot-stream!41
2024-04-26Merge branch 'hotfix/arithmetic-operation' into 'master'窦凤虎
[GAL-556] hotfix: Eval function supports addition and subtraction operations See merge request galaxy/platform/groot-stream!42
2024-04-26Merge remote-tracking branch 'origin/develop' into hotfix/arithmetic-operationschaochaoc
# Conflicts: # groot-bootstrap/pom.xml # groot-formats/pom.xml # groot-release/pom.xml # groot-release/src/main/assembly/assembly-bin-ci.xml # pom.xml
2024-04-26add version 1.2.3doufenghu
2024-04-25Merge branch 'hotfix/arithmetic-operations' into 'release/1.2.4'v1.2.4release/1.2.4梁超
[GAL-556] feat: Eval function impl addition and subtraction operations on reference fields See merge request galaxy/platform/groot-stream!39
2024-04-25[GAL-556] feat: support string add operationchaochaoc
2024-04-25chore: update versionschaochaoc
2024-04-25[GAL-556] feat: Eval function impl addition and subtraction operations on ↵chaochaoc
reference fields
2024-04-22[improve][format-raw] Format Raw doclifengchao
2024-04-22[improve][format-raw] GAL-550 Groot Stream Data Format支持Rawlifengchao
2024-04-22版本号更新V1.2.3release/1.2.3-releaselifengchao
2024-04-22GAL-550 Groot Stream Data Format支持Rawlifengchao
2024-04-19Merge branch 'feature/intelligence_indicator_domain_lookup' into 'develop'王宽
[Feature][core] change match method of domain in IntelligenceIndicatorKnowledgeBaseHandler See merge request galaxy/platform/groot-stream!38
2024-04-18[Feature][core] modify the knowledge hit metric of user define taggujinkai
2024-04-18[Feature][core] modify the knowledge hit metric of intelligence indicatorgujinkai
2024-04-17[Feature][core] annotation is changed by auto formatgujinkai
2024-04-17[Feature][core] change match method of domain in ↵gujinkai
IntelligenceIndicatorKnowledgeBaseHandler
2024-04-17Merge branch 'feature/aes_decrypt' into 'develop'王宽
[Feature][core] file format adapt to aes See merge request galaxy/platform/groot-stream!36
2024-04-16Merge branch 'feature/base64-encode' into 'develop'王宽
[feature][core]新增函数BASE64_ENCODE_TO_STRING See merge request galaxy/platform/groot-stream!37
2024-04-16[feature][core]新增函数BASE64_ENCODE_TO_STRINGfeature/base64-encodewangkuan
2024-04-16[improve][format-msgpack] GAL-536 Groot Stream Data Format支持MessagePack ↵lifengchao
漏提factory文件
2024-04-16* [improve][connector-clickhouse] TSG-20619 ↵lifengchao
clickhouse连接添加连接超时时间和查询超时时间参数
2024-04-16[Feature][core] file format adapt to aesgujinkai
2024-04-15Add udf examples for grootstream_job_template.yamldoufenghu
2024-04-11Merge branch 'bugs/knowledge_update' into 'develop'王宽
[Fix][core] fix knowledge metadata isValid not use and improve the download of... See merge request galaxy/platform/groot-stream!35
2024-04-11[Fix][core] adapt to the fix of isValidgujinkai
2024-04-11[Fix][core] fix knowledge metadata isValid not use and improve the download ↵gujinkai
of user define knowledge
2024-04-11[improve][connector-clickhouse] Clickhouse ↵lifengchao
Sink写入string类型列,字符串和字节数组类型直接写入,其它类型转换为json字符串写入(之前为调用对象toString方法)
2024-04-11[improve][format-msgpack] GAL-536 Groot Stream Data Format支持MessagePacklifengchao
2024-04-11Merge branch 'feture/Intelligence_Indicator' into 'develop'王宽
Feture/intelligence indicator See merge request galaxy/platform/groot-stream!34
2024-04-11[Feature][core] test adapt metrics outputgujinkai
2024-04-11[Feature][core] Add metrics output in all of CN knowledge udfsgujinkai
2024-04-09[Feature][core] Add Intelligence Indicator Lookup Functiongujinkai
2024-04-08Update config-encryption-decryption.md窦凤虎
2024-04-08Release 1.2.2v1.2.2release/1.2.2-releasedoufenghu
2024-04-08[improve][connector-clickhouse] CN-1622 Clickhouse Sink兼容AggregateFunctionlifengchao
2024-04-08Merge branch 'senstive' into 'develop'王宽
[improve][bootstrap]新增敏感配置(kafka.ssl.key.password) See merge request galaxy/platform/groot-stream!33
2024-04-08[improve][bootstrap]新增敏感配置(kafka.ssl.key.password)wangkuan