Full Changelog: https://github.com/konveyor/editor-extensions/commits/v0.1.0
✨ Features
- Use @patternfly/chatbot library for the resolutions view by @ibolton336 in #373
- Add configurable ignores for analysis by @sjd78 in #415
- Add 'cursor: pointer' to
<summary/>
marker in markdown by @ibolton336 in #437
🐛 Bug Fixes
- deduplicate encountered errors in chat view by @pranavgaikwad in #406
- Reclaim webview body padding, page inset by @sjd78 in #407
- Remove sm size to restore button alignment by @ibolton336 in #408
- Remove unused configuration keys by @sjd78 in #411
- Only run partial analysis if a file was changed by @sjd78 in #413
- Do rpc server actions only if the server is ready by @sjd78 in #414
- Adding updated analyzer bundle that can handle code updates by @shawn-hurley in #417
- simplify issue rendering by @djzager in #423
- load the results even when no rulesets by @djzager in #421
- adding back bundle by @shawn-hurley in #429
- Save source/target onSelectionChange by @ibolton336 in #434
- Redirect user to analysis page at the end of the konveyor walkthrough by @ibolton336 in #433
Major Known Issues
- konveyor/kai#721: Within the kai-rpc-server,
.konveyorignore
is not respected by git vfs. If you see log files showing up in your diffs, this is the likely culprit. A.gitignore
must be used for now. Make sure those log files/directories are added to your workspace's.gitignore
. - konveyor/kai#737: If vscode is closed in the middle of an analysis, the kai processes won't stop immediately. This can result in strange results from the analysis panel. Once the analysis completes, the process should close correctly. If necessary, you can kill it manually. The process should be
kai-rpc-server
orkai_analyzer_rpc
.
Full Changelog: v0.0.13...v0.1.0