summaryrefslogtreecommitdiff
path: root/groot-bootstrap/src
AgeCommit message (Collapse)Author
2024-08-30[improve][bootstrap][core]完善监控输出及单元测试,修改部分问题feature/pre-aggwangkuan
2024-08-29[feature][bootstrap][core]增加预聚合功能,相关函数支持mergewangkuan
2024-08-29[improve][bootstrap] GAL-651 Groot ↵feature/task-propertieswangkuan
Stream支持在作业(Job)级别定义变量,修改命名,并统一存储至Flink grootstream.config
2024-08-28[feature][bootstrap][common] GAL-651 Groot Stream支持配置task propertieswangkuan
2024-08-27[feature][bootstrap]Add the SM4 algorithm for encrypting sensitive ↵doufenghu
configuration data
2024-08-26[feature][core][common]单元测试优化,命名优化feature/splitwangkuan
2024-08-23[feature][core][common]GAL-646 Groot Stream支持Split ↵wangkuan
Operator实现动态分流
2024-08-15[docs][udf] Update scalar UDFs, user-defined aggregate functions (UDAFs) ↵doufenghu
description.
2024-08-13Merge branch 'feature/table' into 'develop'王宽
[feature][core][common][bootstrap]支持tableProcessor,增加UnRoll函数 See merge request galaxy/platform/groot-stream!90
2024-08-13[feature][core][common][bootstrap]支持tableProcessor,增加UnRoll函数wangkuan
2024-08-11Merge branch 'feature/e2e-clickhouse' into 'develop'窦凤虎
Feature/e2e clickhouse See merge request galaxy/platform/groot-stream!89
2024-08-11[tests][e2e-clickhouse] Support the ingestion of common data types by a ↵doufenghu
Flink job
2024-08-02Merge branch 'feature/aggregate' into 'develop'王宽
Feature/aggregate See merge request galaxy/platform/groot-stream!87
2024-08-02[improve][core][bootstrap]调整结构,合并Processor接口wangkuan
2024-07-23Merge branch 'feature/aggregate' into 'develop'李奉超
[feature][bootstrap][core][common]支持自定义聚合函数,udf接口重命名为scalarFunction,时间戳转换函数支持设置interval See merge request galaxy/platform/groot-stream!78
2024-07-23[feature][bootstrap][core][common]支持自定义聚合函数,udf接口重� ↵wangkuan
�名为scalarFunction,时间戳转换函数支持设置interval
2024-07-19[feature][connector] connector source 添加watermark时间戳属性配置lifengchao
2024-07-12[improve][bootstrap][core] GAL-611 Groot ↵feature/pipeline-typewangkuan
Stream各个处理阶段Type命名与实现类解耦,实例通过spi方式注册,兼容旧版本
2024-06-20[Fix][docs] Fix some bootstrap errorsdoufenghu
2024-06-18[improve][bootstrap][core]优化UDF字符串数组配置解析方法,完善� ↵feature/improve-functionswangkuan
��元测试
2024-04-08[improve][bootstrap]新增敏感配置(kafka.ssl.key.password)wangkuan
2024-04-07[improve][bootstrap]新增敏感配置(kafka.ssl.keystore.password),(kafka.s ↵wangkuan
sl.truststore.password),(kafka.ssl.truststore.password)
2024-04-02[Feature][Tests] add Kafka Container for unit test.doufenghu
2024-03-16Merge branch 'feature/testcontainers' into 'develop'窦凤虎
Feature/testcontainers See merge request galaxy/platform/groot-stream!25
2024-03-16[Improve][Tests] Improve unit test in Flink13Contaner.doufenghu
2024-03-13[feature][connector] GAL-508 Source/Sink Connector ↵lifengchao
支持引用外部的schema, ck sink支持http动态schema
2024-03-09[Improve][bootstrap] Improve Env configuration names.doufenghu
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-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-09Merge branch 'develop' of ↵lifengchao
https://git.mesalab.cn/galaxy/platform/groot-stream into develop # Conflicts: # pom.xml
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