generated from finos/software-project-blueprint
-
Notifications
You must be signed in to change notification settings - Fork 116
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for displaying showcases (#2433)
* studio: setup showcase server integration * virtual-assistant: introduce extension mechanism to add more views/tabs * studio: properly load showcases on start * dev: fix a problem with fast-refresh and data-space preview state * BREAKING: add extension states to ApplicationStore * showcase: implement basic virtual assistant panel * showcase: add explorer tree * showcase: add basic detail view * showcase: improve display of showcase detail view * showcase: support opening showcases from app menu
- Loading branch information
Showing
50 changed files
with
1,161 additions
and
185 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
--- | ||
'@finos/legend-application-studio-bootstrap': patch | ||
'@finos/legend-server-showcase-deployment': patch | ||
'@finos/legend-extension-dsl-data-space': patch | ||
'@finos/legend-application-studio': patch | ||
'@finos/legend-server-showcase': patch | ||
'@finos/legend-application': patch | ||
'@finos/eslint-plugin-legend-studio': patch | ||
'@finos/legend-lego': patch | ||
'@finos/legend-art': patch | ||
--- |
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,7 @@ | ||
--- | ||
'@finos/legend-server-showcase-deployment': patch | ||
'@finos/legend-extension-dsl-data-space': patch | ||
'@finos/legend-application-studio': patch | ||
'@finos/legend-application': patch | ||
'@finos/legend-art': patch | ||
--- |
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 @@ | ||
--- | ||
'@finos/legend-application-studio-bootstrap': patch | ||
'@finos/legend-server-showcase-deployment': patch | ||
'@finos/legend-extension-dsl-data-space': patch | ||
'@finos/legend-application-studio': patch | ||
'@finos/legend-server-showcase': patch | ||
'@finos/legend-application': patch | ||
'@finos/eslint-plugin-legend-studio': patch | ||
'@finos/legend-art': patch | ||
--- |
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,5 @@ | ||
--- | ||
'@finos/legend-application-studio': major | ||
--- | ||
|
||
**BREAKING CHANGE:** Renamed `getExtraEditorExtensionStateCreators()` and `EditorExtensionStateCreator` to `getExtraEditorExtensionStateBuilders()` and `EditorExtensionStateBuilder` respectively. Renamed `getExtraTestRunnerTabConfigurations()` and `TestRunnerTabConfiguration` to `getExtraTestRunnerViewConfigurations()` and `TestRunnerViewConfiguration` respectively. |
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,9 @@ | ||
--- | ||
'@finos/legend-application-studio-bootstrap': patch | ||
'@finos/legend-server-showcase-deployment': patch | ||
'@finos/legend-extension-dsl-data-space': patch | ||
'@finos/legend-application-studio': patch | ||
'@finos/legend-server-showcase': patch | ||
'@finos/legend-application': patch | ||
'@finos/legend-art': patch | ||
--- |
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 |
---|---|---|
|
@@ -14,7 +14,6 @@ | |
* limitations under the License. | ||
*/ | ||
|
||
const OFF = 2; | ||
const WARN = 1; | ||
const ERROR = 2; | ||
|
||
|
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.