Releases: apache/bigtop-manager
Releases · apache/bigtop-manager
v1.0.0
What's Changed
- BIGTOP-4116: Add .asf.yaml file by @kevinw66 in #5
- BIGTOP-4117: Fix file permissions on Linux by @timyuer in #6
- BIGTOP-4120. Fix CI workflow by @sekikn in #8
- BIGTOP-4125: Use skywalking-eyes to check license header instead of apache-rat-plugin by @kevinw66 in #9
- BIGTOP-4119: Add banner by @timyuer in #7
- BIGTOP-4127: Introduce spotless for code style check by @kevinw66 in #11
- BIGTOP-4146: Reorganize task log files by @kevinw66 in #12
- BIGTOP-4144: Introduce gRPC for server-agent communication by @kevinw66 in #13
- BIGTOP-4152: Add task log gRPC service to read agent logs by @kevinw66 in #14
- BIGTOP-4154: Support streaming shell output into task log by @kevinw66 in #15
- BIGTOP-4124: Add YARN component on Bigtop-3.3.0 stack by @timyuer in #16
- BIGTOP-4159: Reading agent task log encoding garbled bug fixing by @fuxiaofengfu in #18
- BIGTOP-4158: Support service add job retry when failed by @kevinw66 in #17
- BIGTOP-4162: Add health check for components by @kevinw66 in #19
- BIGTOP-4163: Add quick links for service by @kevinw66 in #20
- BIGTOP-4164: Close sse connection when task log window closed by @FU-design in #21
- BIGTOP-4165: Correct MySQL DDL to make add host step progress by @HalimKim in #22
- BIGTOP-4166: Make task log messages more user friendly by @kevinw66 in #23
- BIGTOP-4168: Add log progress messages on the task log page by @FU-design in #25
- BIGTOP-4169: The task log service did not send the completion signal by @kevinw66 in #26
- BIGTOP-4167: Add longtext attr to config property and use textarea for UI display by @kevinw66 in #24
- BIGTOP-4173 : DDL file to create all related tables (MySQL) by @HalimKim in #27
- BIGTOP-4172: Rename mapstruct class name by @kevinw66 in #28
- BIGTOP-4174: Add a separate ci job for unit testing by @kevinw66 in #29
- BIGTOP-4175: Improve the start/stop/restart operations for services by @FU-design in #30
- BIGTOP-4176: Rename ORM entities by @kevinw66 in #31
- BIGTOP-4179: Fix wrong total number of pagination values in job table by @FU-design in #34
- BIGTOP-4177: Add ut cases for config classes in server module by @kevinw66 in #32
- BIGTOP-4181: Refactor factory/runner for job/stage by @kevinw66 in #36
- BIGTOP-4180: Add ut cases for controller classes in server module by @kevinw66 in #35
- BIGTOP-4178: Skip frontend-maven-plugin executions when running unit tests by @kevinw66 in #33
- BIGTOP-4131: Add Tez component on Bigtop-3.3.0 stack by @kevinw66 in #37
- BIGTOP-4184: Remove supplementary groups for service user by @kevinw66 in #38
- BIGTOP-4185: Optimize stack spi related classes by @kevinw66 in #39
- BIGTOP-4186: Introduce postcss for CSS processing by @FU-design in #41
- BIGTOP-4187: Upload tez.tar.tz to hdfs after installed by @kevinw66 in #42
- BIGTOP-4188: Bump vite and vue to latest version by @FU-design in #44
- BIGTOP-4130: Add MapReduce2 component on Bigtop-3.3.0 stack by @kevinw66 in #45
- BIGTOP-4189: Mock Data Implementation for AI Chat API in Bigtop-Manager by @lhpqaq in #46
- BIGTOP-4135: Add Flink component on Bigtop-3.3.0 stack by @kevinw66 in #47
- BIGTOP-4190: Remove nop stack and mock real stack on dev mode by @kevinw66 in #48
- BIGTOP-4191: Add AI assistant module, integrating with a large language model for basic conversational functionality. by @NingNing0111 in #49
- BIGTOP-4137: Add Solr component on Bigtop-3.3.0 stack by @lvkaihua in #40
- BIGTOP-4194: Add infra stack with the simplest Prometheus support by @kevinw66 in #51
- BIGTOP-4193: Read java home from env/props on component params by @kevinw66 in #50
- BIGTOP-4207: Add ut framework for frontend by @FU-design in #52
- BIGTOP-4208: Split routes into modules by @FU-design in #53
- BIGTOP-4192: Switch ORM framework from JPA to MyBatis by @timyuer in #54
- BIGTOP-4210: Add mybatis audit interceptor by @timyuer in #56
- BIGTOP-4209: Add backend API for AI Chat functionality by @lhpqaq in #55
- BIGTOP-4212: Add language prompt of AI Chat by @lhpqaq in #58
- BIGTOP-4216: Add a ci job for Vue/Typescript unit testing by @pckinghao in #60
- BIGTOP-4211: Optimize mybatis audit interceptor by @timyuer in #57
- BIGTOP-4217: Add findByCondition by @timyuer in #61
- BIGTOP-4213: Add LLM platform DashScope by @lhpqaq in #59
- BIGTOP-4219: Use annotation style config for MyBatis by @kevinw66 in #62
- BIGTOP-4139: Support OpenEuler 22.03 for Bigtop Manager by @timyuer in #63
- BIGTOP-4220: Remove Message Repository and replace it with ChatMemory by @lhpqaq in #64
- BIGTOP-4222: Add LLM platform QianFan by @lhpqaq in #65
- BIGTOP-4224: Add pr title checker on workflows by @kevinw66 in #67
- BIGTOP-4225: Remove mybatis config from application.yml by @kevinw66 in #69
- BIGTOP-4221: Rename AIChat to Chatbot by @lhpqaq in #68
- BIGTOP-4223: Support PostgreSQL for mybatis by @fuxiaofengfu in #66
- BIGTOP-4227: Address SQL injection vulnerability for Mybatis by @timyuer in #70
- BIGTOP-4228: Fix build failure after optimized SQLBuilder class by @kevinw66 in #72
- BIGTOP-4145: Improve docker development support scripts by @timyuer in #73
- BIGTOP-4230: Add some methods for BaseDao by @lhpqaq in #74
- BIGTOP-4226: Support soft deletion in Chatbot by @lhpqaq in #71
- BIGTOP-4235: Fix update in SQLBuilder by @lhpqaq in #79
- BIGTOP-4236: Differentiate the API path of platform and auth platform by @kevinw66 in #80
- BIGTOP-4234: Add chatbot on ui by @FU-design in #77
- BIGTOP-4237: Change the JSON field of the LLM table to string by @lhpqaq in #81
- BIGTOP-4240: Add some unit tests for Service by @lhpqaq in #84
- BIGTOP-4250: Add ut cases for ai assistant classes by @lhpqaq in #87
- BIGTOP-4238: Collect metrics for disk I/O and file descriptors by @Cat-Drink in #83
- BIGTOP-4244: Separate LLM Config and refactor APIs by @lhpqaq in #85
- BIGTOP-4252: Fix Incorrect File Name retrieved when Tarball downloading by @fuxiaofengfu in #89
- BIGTOP-4251: Add check-typos on workflows by @lhpqaq in #88
- BIGTOP-4245: Refactor APIs for Host by @kevinw66 in #92
- BIGTOP-4248: Refactor APIs for Chatbot by @lhpqaq in #91
- BIGTOP-4254: Move agent cache dir to project store dir by @kevinw66 in #93
- BIGTOP-4256: Add APIs for Repository by @kevinw66 in #95
- BIGTOP-4255: Refactor layout...