| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-11-16 | [Improve][core] Preprocessing 和 postprocessing ↵ | doufenghu | |
| 标识已过期,后续任务将被移除。修复了 Split side output 下游节点存在其他边无法正确构建拓扑的问题。 | |||
| 2024-11-13 | Merge remote-tracking branch 'origin/develop' into develop | doufenghu | |
| 2024-11-13 | Release 1.8.0-snapshot 增加groot-api模块,统一connector与processor ↵ | doufenghu | |
| 类加载机制。 | |||
| 2024-11-13 | Merge branch 'feature/spi' into 'develop' | 窦凤虎 | |
| Feature/spi See merge request galaxy/platform/groot-stream!136 | |||
| 2024-11-13 | Release 1.7.2-snapshotv1.7.2-SNAPSHOT | doufenghu | |
| 2024-11-13 | [Feature][API] 统一Operator实例生成接口为Factory. Connector Factory ↵ | doufenghu | |
| Identifier 统一为type,与任务配置文件保持一致. | |||
| 2024-11-09 | [Feature][SPI] ↵ | doufenghu | |
| 增加groot-spi模块,解耦core和common模块之间的复杂依赖关系,移除一些不需要的类库。 | |||
| 2024-11-08 | [Feature][SPI] First stage commit | doufenghu | |
| 2024-11-08 | [fix][end-to-end-example]回滚误提交的两个配置文件 | wangkuan | |
| 2024-11-01 | Release 1.7.0 | doufenghu | |
| 2024-10-25 | [feature][groot-stream]增加Maven插件,用于管理和更新项目中的 ↵ | wangkuan | |
| 依赖版本。使用时在项目根目录命令行执行 mvn versions:set -DnewVersion="1.7.0" 即可将所有子模块的pom中的version设置为1.7.0 | |||
| 2024-10-16 | [Improve][UUID] UUID class name use uppercase for abbreviations in naming ↵ | doufenghu | |
| conventions. | |||
| 2024-09-20 | Rename version 1.6.0-SNAPSHOT to 1.7.0-SNAPSHOT | doufenghu | |
| 2024-08-27 | rename version 1.6.0-SNAPSHOT | doufenghu | |
| 2024-08-27 | [feature][bootstrap]Add the SM4 algorithm for encrypting sensitive ↵ | doufenghu | |
| configuration data | |||
| 2024-08-15 | [feature][core]添加sketche聚合函数和sketche mock类型 | lifengchao | |
| 2024-08-11 | [tests][e2e-clickhouse] Support the ingestion of common data types by a ↵ | doufenghu | |
| Flink job | |||
| 2024-08-01 | [feature][e2e-test] add e2e-clickhouse module | doufenghu | |
| 2024-07-25 | [Improve][e2e-kafka] Kafka supports SASL_PLAINTEXT and includes a producer ↵ | doufenghu | |
| quota test based on the topic. | |||
| 2024-07-24 | [Feature][e2e-kafka] Flink image add ↵ | doufenghu | |
| flink-shaded-hadoop-2-uber-2.7.5-8.0.jar. Add mock data to kafka integration test. | |||
| 2024-07-13 | [Improve][Test] IT (integration test) has become optional, and it is no ↵ | doufenghu | |
| longer executed by default during the mvn compile and deploy process. In the job template for processor and filter, describe the implementation type based on identifiers. | |||
| 2024-07-09 | Feature/hdfs | 王宽 | |
| 2024-07-07 | Support Nexus3.0 Repository | doufenghu | |
| 2024-05-31 | Update pom.xml | 窦凤虎 | |
| 2024-05-21 | [feature][core]新增flatten函数,重构rename函数,UnixtimestampConverter ↵ | wangkuan | |
| 函数增加分钟级别转换 | |||
| 2024-05-10 | [Improve][docs] Update grootstream version to 1.4.0-SNAPSHOT | doufenghu | |
| 2024-04-25 | chore: update versions | chaochaoc | |
| 2024-04-22 | 版本号更新V1.2.3release/1.2.3-release | lifengchao | |
| 2024-04-08 | Release 1.2.2v1.2.2release/1.2.2-release | doufenghu | |
| 2024-04-07 | Release 1.2.1release/1.2.1-release | doufenghu | |
| 2024-03-22 | Add version 1.3.0-rc for next version's feature iteration. | doufenghu | |
| 2024-03-17 | [Feature][Shaded] Add guava-shaded module will output ↵ | doufenghu | |
| guava-shaded-33.0.0-jre.jar. Add yan-session job running command for README.md. | |||
| 2024-03-16 | Merge branch 'feature/testcontainers' into 'develop' | 窦凤虎 | |
| Feature/testcontainers See merge request galaxy/platform/groot-stream!25 | |||
| 2024-03-13 | [feature][connector] GAL-508 Source/Sink Connector ↵ | lifengchao | |
| 支持引用外部的schema, ck sink支持http动态schema | |||
| 2024-03-06 | add 1.2.0-rc for new features | 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-02-21 | [Improve][JDK11] Galaxy版本由1.2.3修改为2.0.1 ↵ | doufenghu | |
| 优化MMDB查询,支持JDK11。重命名exmaples模块,分别为cn-udf-exmaple,end-to-end-exmaple。 | |||
| 2024-02-21 | Add the release version as 1.1.0 | doufenghu | |
| 2024-02-18 | A Java 11 JRE/JDK is required | doufenghu | |
| 2024-02-05 | Release 1.0.0v1.0.0 | doufenghu | |
| 2024-02-02 | [improve][examples] add CN example | gujinkai | |
| 2024-01-26 | [improve][core]适配知识库工具类IpLookupV2升级。 | wangkuan | |
| 2024-01-25 | [feature][core]GAL-473新增字符串处理函数STRING_JOINER ↵ | wangkuan | |
| 与GENERATE_STRING_ARRAY | |||
| 2024-01-20 | add v1.0.0_rc2 | doufenghu | |
| 2024-01-12 | Release 1.0.0-rc1v1.0.0-rc1 | doufenghu | |
| 2024-01-12 | chore: remove sonar-quality-gate check | chaoc | |
| 2024-01-10 | [feature][format-protobuf] merge操作误修改pom文件还原。 | lifengchao | |
| 2024-01-09 | Merge branch 'develop' of ↵ | lifengchao | |
| https://git.mesalab.cn/galaxy/platform/groot-stream into develop # Conflicts: # pom.xml | |||
| 2024-01-09 | [feature][format-protobuf] 添加测试类和shaded实现。 | lifengchao | |
| 2024-01-08 | [fix][root]修改pom中httpclient的引入位置,解决docker ↵ | wangkuan | |
| standlone模式启动找不到class的问题 | |||
