summaryrefslogtreecommitdiff
path: root/groot-bootstrap
AgeCommit message (Collapse)Author
2024-03-14[improve][core]增加本地知识库文件单元测试improve/knowledgebasewangkuan
2024-03-06[Feature][Test] Add TestContainner lib for end-to-end testing. Add ↵doufenghu
test-common and test-e2e-base submodules. Support Inline to Print test in Flink13 Container.
2024-03-06[Feature][Bootstrap] You can use the CLI 'start.sh --version -c config_file' ↵doufenghu
to get current version.
2024-02-22Merge remote-tracking branch 'origin/develop' into developwangkuan
# Conflicts: # groot-bootstrap/src/test/java/com/geedgenetworks/bootstrap/main/simple/SimpleJobTest.java
2024-02-22[feature][core]解决冲突临时添加wangkuan
2024-02-22[improve][core]修改单元测试,增加只有source和sink的场景wangkuan
2024-02-21[Improve][JDK11] Galaxy版本由1.2.3修改为2.0.1 ↵doufenghu
优化MMDB查询,支持JDK11。重命名exmaples模块,分别为cn-udf-exmaple,end-to-end-exmaple。
2024-02-03Add skip install and deploy for groot-testsv1.0.0-rc2doufenghu
2024-02-02[fix][bootstrap]补充忘记提交的文件wangkuan
2024-02-02[fix][core]修改包名为小写,调整测试用的Collect包位置wangkuan
2024-01-31[Improve][bootstrap] Add ConfigBuilder for better get config object of yaml.doufenghu
2024-01-30[Feature][bootstrap] Support encrypt sensitive config information. (GAL-476)doufenghu
2024-01-30[Feature][bootstrap] Add ConfigShade interface and implement the ↵doufenghu
AESConfigShade class for encrypting and decrypting sensitive configuration information, such as usename and password.
2024-01-27Merge branch 'doc/1.0.0' into 'develop'窦凤虎
Doc/1.0.0 See merge request galaxy/platform/groot-stream!13
2024-01-27[Improve][example] add some end-to-end job templatedoufenghu
2024-01-26[feature][core]重新定义Base64 Decode函数,单元测试适配变化wangkuan
2024-01-25[feature][core]GAL-473新增字符串处理函数STRING_JOINER ↵wangkuan
与GENERATE_STRING_ARRAY
2024-01-20[Improve]doufenghu
[Bootstrap] - 按功能定义DataStream上的各个元素,包括Source/Sink connector,Filter Operator,Projection Processor - 优化任务配置校验,构建拓扑时对必需及至少任选一个参数进行校验 [Common] - 将Event,UDF,UDFContext 移至公共模块,便于引用继承 [Core] - ProjectionProcessFunction 不配置函数也可运行,用于定义下游事件支持部分字段筛选场景
2024-01-19[feature][core][bootstrap]增加collectsink用于收集单元测试结果, ↵wangkuan
新增simplejob单元测试
2024-01-18[Improve][Job] ↵doufenghu
Rename作为内置UDF函数,按英文首字母排列UDF注册列表。新增kafka_to_print, inline_to_print配置模版,使其集成测试更高效。
2024-01-18[fix][core]lookup函数属性修改回kb_namewangkuan
2024-01-18[improve][core]重构知识库调度任务,定时通知所有知识库hand ↵wangkuan
ler,不再进行sha256比对,修改知识库命名,以及lookup函数kbname命名
2024-01-10[feature][format-protobuf] merge操作误修改pom文件还原。lifengchao
2024-01-09Merge branch 'develop' of ↵lifengchao
https://git.mesalab.cn/galaxy/platform/groot-stream into develop # Conflicts: # pom.xml
2024-01-04[feature][format-protobuf] 添加format-protobuf。lifengchao
2024-01-04[improve][bootstrap][core]删除watermark配置, inline source添加类型参数lifengchao
2024-01-03[Fix][bootstrap] remove required parameter.doufenghu
2024-01-02[Improve][docs] commit additional help messagesdoufenghu
2023-12-31[Fix][Bootstrap] ↵doufenghu
修复任务配置文件并行度不生效的问题,梳理RuntimeEnvironment加载envconfig使其边界更清晰。撰写env-config文档,描述不同方式指定任务名的优先级;描述不同level指定并行度优先级及覆盖逻辑。
2023-12-29[Fix][Bootstrap]修复可能存在空指针异常,一些不规范的命名 ↵doufenghu
和引用及无法新建文件问题。
2023-12-23[Improve][Config]删除无用配置,UDF函数UnixTimestamp按文档约束� ↵doufenghu
��命名为CurrentUnixTimestamp。
2023-12-22[Improve][Config]优化配置加载方式。在命令行启动时,通过� ↵doufenghu
�加默认参数的方式加载全局配置文件和UDF配置。
2023-12-21[Feature][bootstrap] 通过system properties ↵wangkuan
获取config目录拓展的udf配置文件,待优化写入启动脚本start.sh
2023-12-19[improve][common][core]修改udf注册文件读取方式,与配置文件� ↵wangkuan
�取方式相同,修改配置文件名
2023-12-18[Feature][bootstrap] 通过system properties ↵doufenghu
获取config目录配置文件,待优化写入启动脚本start.sh
2023-12-15[fix][bootstrap] stop脚本不能终止任务wangkuan
2023-12-07[improve][bootstrasp] improve stop.sh shell script looks well-structured and ↵doufenghu
functional.
2023-12-07[fix][realease] add stop.sh and fix format-json not output lib directory.doufenghu
2023-12-04source支持配置解析struct类型lifengchao
2023-12-03[feature][docs] add readme.md for groot stream platformdoufenghu
2023-12-01Merge branch 'develop' of ↵lifengchao
https://git.mesalab.cn/galaxy/platform/groot-stream into develop # Conflicts: # groot-bootstrap/src/main/java/com/geedgenetworks/bootstrap/execution/SinkExecuteProcessor.java # groot-bootstrap/src/main/java/com/geedgenetworks/bootstrap/execution/SourceExecuteProcessor.java
2023-12-01GAL-442 优化Connector的source和sink接口lifengchao
2023-11-30[improve][bootstrap] 模块构建时去除无用的依赖jar包doufenghu
2023-11-29[improve][bootstrap] 修复一些有歧义的命名doufenghu
2023-11-29[improve][bootstrap] 优化本地debug模式,去除无用依赖库doufenghu
2023-11-29[improve][bootstrap] ↵doufenghu
优化topology构建,描述每个节点,通过节点的Downstream和Processor Type构建Flink Data Flow.
2023-11-28[feature][bootstrap] ↵doufenghu
动态读取配置文件,以JSON方式存储到GlobalJobParameters
2023-11-25[fix][jars] 本地环境运行问题doufenghu
2023-11-24[fix][bootstrap] 修复一些命名问题doufenghu
2023-11-24[feature][example] 增加任务运行样例doufenghu