Releases: konveyor/editor-extensions
Releases · konveyor/editor-extensions
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
v0.0.7
What's Changed
- 🐛 Use violation id instead of description for key by @ibolton336 in #236
- 🐛 Ensure konveyor file system resources are resolved during session restore by @ibolton336 in #275
- 📖 Update 01-configuration_and_runtime_support.md by @jwmatthews in #283
- 🐛 0 max_iterations is invalid by @djzager in #299
- 🐛 No all resolutions applied message when fetching new solution by @ibolton336 in #307
- 🐛 No new analysis while getting solution by @ibolton336 in #295
- 👻 Update the shared workspace to build to esm and commonjs by @ibolton336 in #193
- ✨ add config options for cache_dir and trace by @pranavgaikwad in #310
- 🐛 Fix errant resolution details message on second resolution request by @sjd78 in #316
- 🐛 use word characters for source+target selection by @djzager in #311
- 🌱 initial workflow run collect data by @savitharaghunathan in #194
- 🐛 fail visibly on server start by @djzager in #318
- 🌱 display target quickpick first by @djzager in #320
- 👻 Add logging of the rpc server init request by @sjd78 in #294
- 🌱 Add ability to trace the jsonrpc MessageConnection by @sjd78 in #319
- ✨ Change default diff editor to
merge
by @sjd78 in #322 - 🐛 Fix Analysis and Resolution file paths relative to workspaceRoot by @sjd78 in #324
- ✨ On analysis webview, add group by files or issues by @ibolton336 in #317
- 🌱 release 0.0.7 by @djzager in #321
New Contributors
- @jwmatthews made their first contribution in #283
- @pranavgaikwad made their first contribution in #310
Full Changelog: v0.0.6...v0.0.7
v0.0.6
Full Changelog: https://github.com/konveyor/editor-extensions/commits/v0.0.6
✨ Features
🐛 Bug Fixes
Full Changelog: v0.0.5...v0.0.6
v0.0.5
Full Changelog: https://github.com/konveyor/editor-extensions/commits/v0.0.5
✨ Features
- support custom rules by @djzager in #203
- Get solutions for violation and a group of incidents by @rszwajko in #195
- Add a settings file to configure the model provider by @sjd78 in #205
- Resolution page v2 by @rszwajko in #204
🐛 Bug Fixes
- Replace code snippet with rule name in the issue marker by @rszwajko in #179
- removing the merging logic by @shawn-hurley in #180
- Persist sort selection by @ibolton336 in #196
- Add initialization state tracking to prevent spawning duplicate by @ibolton336 in #210
- Add a race condition when initialize request results in exit code by @ibolton336 in #232
- Allow override of binaries in workspace & global settings. by @ibolton336 in #237
- Fix ref to markdown for walkthroughs by @sjd78 in #238
New Contributors
- @shawn-hurley made their first contribution in #180
- @JonahSussman made their first contribution in #190
Full Changelog: v0.0.4...v0.0.5
v0.0.4
Full Changelog: https://github.com/konveyor/editor-extensions/commits/v0.0.4
✨ Features
Full Changelog: v0.0.3...v0.0.4
v0.0.3
Full Changelog: https://github.com/konveyor/editor-extensions/commits/v0.0.3
✨ Features
- NPM workspaces and Migrate to Vite for HMR in Webview Package by @ibolton336 in #71
- Add tsc compile step for webview build by @ibolton336 in #84
- Load analysis results from file by @rszwajko in #87
- Load solutions from file by @rszwajko in #91
- Start kai/rpc-server by @hhpatel14 in #81
- Create in-editor diff view by @rszwajko in #79
- Load state from files and create apply/revert/copy commands by @rszwajko in #93
- Integrate results view with diff view & add Kai fix webview panel by @ibolton336 in #90
- Add Apply Block command by @rszwajko in #102
- Allow analysis start from sidebar & add check for server running condition by @ibolton336 in #108
- Support reviewing resolutions with merge editor by @rszwajko in #103
- Use immer for extension state by @rszwajko in #107
- Integrate Kai by @ibolton336 in #122
- Retrieve the list of modified files from the diff by @rszwajko in #123
- Reintroduce multi-file support by @rszwajko in #124
- Implement Flux-style message passing by @rszwajko in #125
- Add kai configurables to extension config by @djzager in #126
- Add server status component by @ibolton336 in #127
- Add commands for server stop and restart by @sjd78 in #138
- Trigger partial analysis after save by @rszwajko in #129
- Add counts and styling for incident / issues by @ibolton336 in #145
- Add issue tree view by @rszwajko in #141
- Add configuration for getSolution params by @ibolton336 in #147
- Remove default toml arguments and use settings.json by @ibolton336 in #151
- Set cwd for
kai-rpc-server
to a.vscode/
path by @sjd78 in #154 - Enhance server process and status handling by @sjd78 in #166
🐛 Bug Fixes
- Fix eslint setup after migration to new project layout by @rszwajko in #83
- Reset Path by @hhpatel14 in #104
- Remove hardcoded dummy key by @dymurray in #142
- make analysis runs cancellable by @djzager in #139
- Enable issues view server stop button by @sjd78 in #152
- Replace all default args if any provider args set by @ibolton336 in #153
- Fix release by @savitharaghunathan in #159
- Escape initial state data injected into webview by @rszwajko in #161
- Accept incidents without line number by @rszwajko in #158
- Fix error message when no workspace selected by @ibolton336 in #163
- Ignore results outside of requested analysis scope by @rszwajko in #162
- Align truncate with full screen expectations by @ibolton336 in #165
- Add back default config.toml values by @sjd78 in #168
New Contributors
Full Changelog: v0.0.1-dev+20241021...v0.0.3
v0.0.1-dev+20241021
:seedling: introduce kai types needed for initialize and getSolutions…