-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
✨ Add server status component (#127)
- Disable analysis and getSolution if server is not running - Move server status and prevent blocking analysis sidebar when server is starting - Fix webview ready message to follow "type" convention - Change startAnalysis to runAnalysis across all files https://github.com/user-attachments/assets/d68bb713-8fde-482a-94fa-f4cbc3860086 --------- Signed-off-by: Ian Bolton <[email protected]>
- Loading branch information
1 parent
9e3c6f3
commit 5ed6df1
Showing
16 changed files
with
147 additions
and
96 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
vscode/media/walkthroughs/start-analyzer.md → vscode/media/walkthroughs/start-server.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
# Start Analyzer | ||
# Start Server | ||
|
||
Start using the rules-based analysis engine. | ||
Start kai server. Under the hood it is using the rules-based analysis engine. | ||
|
||
Remember to configure your analysis settings beforehand for the best results: | ||
|
||
Set up custom rules if needed. | ||
Configure label selector directly or through choosing sources and targets. | ||
These settings can be modified in the Konveyor extension settings or through the walkthrough steps you've already completed. | ||
These settings can be modified in the Konveyor extension settings or through the walkthrough steps you've already completed. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.