Releases: konveyor/editor-extensions
v0.1.0
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
v0.1.0-pre.2
Full Changelog: https://github.com/konveyor/editor-extensions/commits/v0.1.0-pre.2
✨ 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
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
Full Changelog: v0.0.13...v0.1.0-pre.2
v0.1.0-pre.1
Full Changelog: https://github.com/konveyor/editor-extensions/commits/v0.1.0-pre.1
✨ Features
- Use @patternfly/chatbot library for the resolutions view by @ibolton336 in #373
- Add configurable ignores for analysis by @sjd78 in #415
🐛 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
Full Changelog: v0.0.13...v0.1.0-pre.1
v0.1.0-pre.0
Full Changelog: https://github.com/konveyor/editor-extensions/commits/v0.1.0-pre.0
✨ Features
- Use @patternfly/chatbot library for the resolutions view by @ibolton336 in #373
- Add configurable ignores for analysis by @sjd78 in #415
🐛 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
Full Changelog: v0.0.13...v0.1.0-pre.0
v0.0.13
Full Changelog: https://github.com/konveyor/editor-extensions/commits/v0.0.13
✨ Features
🐛 Bug Fixes
- Context API for extension state management by @ibolton336 in #396
- Move toolbar items to toggle group with breakpoint by @ibolton336 in #395
- fix the extraction dir names for workflow artifacts by @savitharaghunathan in #347
- respect isReadOnly for solution dropdown by @djzager in #399
Full Changelog: v0.0.12...v0.0.13
v0.0.12
Full Changelog: https://github.com/konveyor/editor-extensions/commits/v0.0.12
🐛 Bug Fixes
- Fix wrapping on markdown messages by @ibolton336 in #392
- At extension startup, reload analysis result but do not reload solutions by @ibolton336 in #391
Full Changelog: v0.0.11...v0.0.12
v0.0.11
Full Changelog: https://github.com/konveyor/editor-extensions/commits/v0.0.11
✨ Features
- make the incident list sortable by @djzager in #365
- Add support for markdown and json solution progress messages by @sjd78 in #372
🐛 Bug Fixes
Full Changelog: v0.0.10...v0.0.11
v0.0.10
Full Changelog: https://github.com/konveyor/editor-extensions/commits/v0.0.10
✨ Features
- Tell
kai
to reset the analyzer cache when asking for full analysis by @shawn-hurley in #355
🐛 Bug Fixes
- fixing the parameter name by @shawn-hurley in #362
- Properly stop the jsonrpc server on extension deactivation by @sjd78 in #359
Full Changelog: v0.0.9...v0.0.10
v0.0.9
What's Changed
- 🐛 fixing the tag name issue by @savitharaghunathan in #350
- 🌱 add another effort level before max by @djzager in #346
- 🐛 when no line number provided, say so by @djzager in #339
- 🐛 Map vscode theme colors to pf variables for improved light mode support by @ibolton336 in #303
- 🌱 release 0.0.9 by @djzager in #354
Full Changelog: v0.0.8...v0.0.9
v0.0.8
Full Changelog: https://github.com/konveyor/editor-extensions/commits/v0.0.8
✨ Features
- better solution configuration by @djzager in #331
- Remove key text from
sample-provider-settings.yaml
, add a command to reset by @sjd78 in #335 - Added preliminary noisy notifications by @JonahSussman in #315
🐛 Bug Fixes
- handle null max effort correctly by @djzager in #337
- Fix wrong command name for open provider settings from walkthrough by @ibolton336 in #342
- expose demoMode by @pranavgaikwad in #340
- Rewording notfication for better user experience by @hhpatel14 in #304
Full Changelog: v0.0.7...v0.0.8