v-kkhuang opened a new pull request, #5396: URL: https://github.com/apache/linkis/pull/5396
<!-- Thank you for sending the PR! We appreciate you spending the time to work on these changes. You can learn more about contributing to Apache Linkis here: https://linkis.apache.org/community/how-to-contribute Happy contributing! --> ### What is the purpose of the change **Background/Problem:** Currently, the global history management console does not display engine version information. Users cannot easily identify which engine version was used for specific task executions when reviewing historical records. **Purpose of Change:** To address this problem, this PR adds engine version display functionality to the global history management console, enabling users to view the engine version associated with each historical task record. **Value/Impact:** After the change, users can better track and analyze task executions with improved traceability. The engine version information helps users understand their task execution context and aids in troubleshooting. ### Related issues/PRs Related issues: close #5395 Related pr:none ### Brief change log - Add engine version display support to global history management console - Update frontend component to render engine version information - Add documentation including design, requirements, and test cases for the feature ### Checklist - [x] I have read the [Contributing Guidelines on pull requests](https://linkis.apache.org/community/how-to-contribute). - [x] I have explained the need for this PR and the problem it solves - [x] I have explained the changes or the new features added to this PR - [ ] I have added tests corresponding to this change - [ ] I have updated the documentation to reflect this change - [x] I have verified that this change is backward compatible - [ ] **If this is a code change**: I have written unit tests to fully verify the new behavior. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
