forked from finos/legend-studio
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
repl: improve sorting UX (finos#3293)
* repl: improve sorting UX * repl: customize overlay components for main grid * devex: add 'copyright' code snippet for faster copyright header generation * datacube: add base context menu and support sorting from menu * repl: minor update to webpack flag to build static web content with relative path * data-cube: basic setup with query configuration object * data-cube: introduce loader and change detection mechanism * bump dependencies * data-cube: improve dropdown * data-cube: complete layout for general properties editor panel * bump dependencies * datacube: fix ordering of function composition * data-cube: complete column configuration editor
- Loading branch information
Showing
140 changed files
with
5,502 additions
and
905 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,29 @@ | ||
--- | ||
'@finos/legend-extension-dsl-data-space-studio': patch | ||
'@finos/legend-extension-store-service-store': patch | ||
'@finos/legend-vscode-extension-dependencies': patch | ||
'@finos/legend-application-repl-deployment': patch | ||
'@finos/legend-extension-store-relational': patch | ||
'@finos/legend-server-showcase-deployment': patch | ||
'@finos/legend-extension-dsl-persistence': patch | ||
'@finos/legend-extension-store-flat-data': patch | ||
'@finos/legend-extension-dsl-data-space': patch | ||
'@finos/legend-extension-dsl-diagram': patch | ||
'@finos/legend-extension-dsl-service': patch | ||
'@finos/legend-application-pure-ide': patch | ||
'@finos/legend-extension-assortment': patch | ||
'@finos/legend-application-studio': patch | ||
'@finos/legend-extension-dsl-text': patch | ||
'@finos/legend-application-query': patch | ||
'@finos/legend-application-repl': patch | ||
'@finos/legend-server-showcase': patch | ||
'@finos/legend-query-builder': patch | ||
'@finos/legend-application': patch | ||
'@finos/legend-server-sdlc': patch | ||
'@finos/legend-dev-utils': patch | ||
'@finos/stylelint-config-legend-studio': patch | ||
'@finos/legend-shared': patch | ||
'@finos/legend-graph': 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,17 @@ | ||
--- | ||
'@finos/legend-extension-store-service-store': patch | ||
'@finos/legend-application-repl-deployment': patch | ||
'@finos/legend-extension-dsl-data-space': patch | ||
'@finos/legend-extension-dsl-diagram': patch | ||
'@finos/legend-application-pure-ide': patch | ||
'@finos/legend-application-studio': patch | ||
'@finos/legend-extension-dsl-text': patch | ||
'@finos/legend-application-query': patch | ||
'@finos/legend-application-repl': patch | ||
'@finos/legend-query-builder': patch | ||
'@finos/legend-dev-utils': patch | ||
'@finos/stylelint-config-legend-studio': patch | ||
'@finos/legend-shared': 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,4 @@ | ||
--- | ||
'@finos/legend-application-repl': 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,8 @@ | ||
--- | ||
'@finos/legend-application-repl-deployment': patch | ||
'@finos/legend-application-repl': patch | ||
'@finos/legend-query-builder': patch | ||
'@finos/legend-dev-utils': patch | ||
'@finos/legend-shared': 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-repl-deployment': patch | ||
'@finos/legend-application-repl': 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 @@ | ||
{ | ||
"Print to console": { | ||
"prefix": ["copyright"], | ||
"body": ["/**\n * Copyright (c) 2020-present, Goldman Sachs\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n"], | ||
"description": "Add copyright header", | ||
}, | ||
} |
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
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.