-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add UX for fix all and for individual get solutions
Display the resolutionsView panel on solution retrieval Get show resolution panel code working Add new webview routing logic Populate resolutions view from solutions Add more detailed resolution view Add hook for message handler in webview Add hooks and utils for vscode messaging from webview Check if solution uri matches return control to sidebar if resolution page closes Apply file changes from webview and track solution state Signed-off-by: Ian Bolton <[email protected]>
- Loading branch information
1 parent
96c853c
commit 52a4621
Showing
33 changed files
with
1,451 additions
and
913 deletions.
There are no files selected for viewing
10 changes: 10 additions & 0 deletions
10
mocks/coolstore_fix_catalog_source_javax_ejb_Stateless.json
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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"errors": [], | ||
"changes": [ | ||
{ | ||
"original": "src/main/java/com/redhat/coolstore/service/CatalogService.java", | ||
"modified": "src/main/java/com/redhat/coolstore/service/CatalogService.java", | ||
"diff": "diff --git a/src/main/java/com/redhat/coolstore/service/CatalogService.java b/src/main/java/com/redhat/coolstore/service/CatalogService.java\nindex 422a3f4..9a6feff 100644\n--- a/src/main/java/com/redhat/coolstore/service/CatalogService.java\n+++ b/src/main/java/com/redhat/coolstore/service/CatalogService.java\n@@ -9,12 +9,12 @@ import javax.persistence.criteria.CriteriaBuilder;\n import javax.persistence.criteria.CriteriaQuery;\n import javax.persistence.criteria.Root;\n \n-import javax.ejb.Stateless;\n+import jakarta.enterprise.context.ApplicationScoped;\n import javax.persistence.EntityManager;\n \n import com.redhat.coolstore.model.*;\n \n-@Stateless\n+@ApplicationScoped\n public class CatalogService {\n \n @Inject\n" | ||
} | ||
] | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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.