summaryrefslogtreecommitdiff
path: root/groot-bootstrap
AgeCommit message (Collapse)Author
2024-09-04[improve][bootstrap]单元测试配置文件适配properties变更improve/splitwangkuan
2024-09-04[improve][bootstrap]优化代码,修改splitsset位置,单元测试适� ↵wangkuan
�properties配置变更
2024-09-02[Fix][e2e-common] Support user-defined variables via CLI when submitting a job.doufenghu
2024-09-01[Improve][bootstrap] Improve job-level user-defined variables, move the path ↵doufenghu
from application/properties to application/env/properties, and add support for defining variables via the runtime CLI. (GAL-651)
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-06-06[feature][connector-mock] GAL-454 支持MockSourcelifengchao
2024-05-23* [feature][connector-file] GAL-572 支持FileSourcelifengchao
2024-04-22[improve][format-raw] GAL-550 Groot Stream Data Format支持Rawlifengchao
2024-04-11[improve][format-msgpack] GAL-536 Groot Stream Data Format支持MessagePacklifengchao
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-14Merge branch 'improve/knowledgebase' into 'develop'王宽
Improve/knowledgebase See merge request galaxy/platform/groot-stream!24
2024-03-14[improve][core]增加本地知识库文件单元测试improve/knowledgebasewangkuan
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][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