Skip to content

Commit

Permalink
Merge branch 'finos:master' into ankit-persistence-v2-bug-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ankitamritraj authored Jul 26, 2023
2 parents 5a7cd7f + c8381fc commit 5e59d68
Show file tree
Hide file tree
Showing 57 changed files with 296 additions and 233 deletions.
8 changes: 0 additions & 8 deletions .changeset/new-iteration.md

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
"@finos/eslint-plugin-legend-studio": "workspace:*",
"@finos/legend-dev-utils": "workspace:*",
"@finos/stylelint-config-legend-studio": "workspace:*",
"@types/node": "20.4.4",
"@types/node": "20.4.5",
"chalk": "5.3.0",
"cross-env": "7.0.3",
"envinfo": "7.10.0",
Expand Down
2 changes: 2 additions & 0 deletions packages/eslint-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @finos/eslint-plugin-legend-studio

## 2.0.61

## 2.0.60

## 2.0.59
Expand Down
6 changes: 3 additions & 3 deletions packages/eslint-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@finos/eslint-plugin-legend-studio",
"version": "2.0.60",
"version": "2.0.61",
"description": "ESLint rules for Legend Studio",
"keywords": [
"legend",
Expand Down Expand Up @@ -32,8 +32,8 @@
"dependencies": {
"@babel/core": "7.22.9",
"@babel/eslint-parser": "7.22.9",
"@typescript-eslint/eslint-plugin": "6.1.0",
"@typescript-eslint/parser": "6.1.0",
"@typescript-eslint/eslint-plugin": "6.2.0",
"@typescript-eslint/parser": "6.2.0",
"eslint-config-prettier": "8.8.0",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-prettier": "5.0.0",
Expand Down
2 changes: 2 additions & 0 deletions packages/legend-application-pure-ide-deployment/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @finos/legend-application-pure-ide-deployment

## 10.2.0

## 10.1.0

## 10.0.0
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@finos/legend-application-pure-ide-deployment",
"version": "10.1.0",
"version": "10.2.0",
"description": "Legend Pure IDE web application deployment",
"keywords": [
"legend",
Expand Down
2 changes: 2 additions & 0 deletions packages/legend-application-pure-ide/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @finos/legend-application-pure-ide

## 8.0.52

## 8.0.51

## 8.0.50
Expand Down
4 changes: 2 additions & 2 deletions packages/legend-application-pure-ide/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@finos/legend-application-pure-ide",
"version": "8.0.51",
"version": "8.0.52",
"description": "Legend Pure IDE application core",
"keywords": [
"legend",
Expand Down Expand Up @@ -49,7 +49,7 @@
"@finos/legend-graph": "workspace:*",
"@finos/legend-lego": "workspace:*",
"@finos/legend-shared": "workspace:*",
"@types/react": "18.2.15",
"@types/react": "18.2.16",
"@types/react-dom": "18.2.7",
"mobx": "6.10.0",
"mobx-react-lite": "3.4.3",
Expand Down
2 changes: 2 additions & 0 deletions packages/legend-application-query-bootstrap/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @finos/legend-application-query-bootstrap

## 10.2.0

## 10.1.0

## 10.0.0
Expand Down
4 changes: 2 additions & 2 deletions packages/legend-application-query-bootstrap/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@finos/legend-application-query-bootstrap",
"version": "10.1.0",
"version": "10.2.0",
"description": "Legend Query application bootstrap",
"keywords": [
"legend",
Expand Down Expand Up @@ -58,7 +58,7 @@
"@finos/legend-graph": "workspace:*",
"@finos/legend-lego": "workspace:*",
"@finos/legend-shared": "workspace:*",
"@types/react": "18.2.15",
"@types/react": "18.2.16",
"react": "18.2.0"
},
"devDependencies": {
Expand Down
2 changes: 2 additions & 0 deletions packages/legend-application-query-deployment/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @finos/legend-application-query-deployment

## 10.2.0

## 10.1.0

## 10.0.0
Expand Down
2 changes: 1 addition & 1 deletion packages/legend-application-query-deployment/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@finos/legend-application-query-deployment",
"version": "10.1.0",
"version": "10.2.0",
"private": true,
"description": "Legend Query web application deployment",
"keywords": [
Expand Down
2 changes: 2 additions & 0 deletions packages/legend-application-query/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @finos/legend-application-query

## 13.0.41

## 13.0.40

## 13.0.39
Expand Down
4 changes: 2 additions & 2 deletions packages/legend-application-query/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@finos/legend-application-query",
"version": "13.0.40",
"version": "13.0.41",
"description": "Legend Query application core",
"keywords": [
"legend",
Expand Down Expand Up @@ -52,7 +52,7 @@
"@finos/legend-shared": "workspace:*",
"@finos/legend-storage": "workspace:*",
"@testing-library/react": "14.0.0",
"@types/react": "18.2.15",
"@types/react": "18.2.16",
"@types/react-dom": "18.2.7",
"mobx": "6.10.0",
"mobx-react-lite": "3.4.3",
Expand Down
2 changes: 2 additions & 0 deletions packages/legend-application-studio-bootstrap/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @finos/legend-application-studio-bootstrap

## 10.2.0

## 10.1.0

## 10.0.0
Expand Down
4 changes: 2 additions & 2 deletions packages/legend-application-studio-bootstrap/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@finos/legend-application-studio-bootstrap",
"version": "10.1.0",
"version": "10.2.0",
"description": "Legend Studio application bootrap",
"keywords": [
"legend",
Expand Down Expand Up @@ -58,7 +58,7 @@
"@finos/legend-graph": "workspace:*",
"@finos/legend-lego": "workspace:*",
"@finos/legend-shared": "workspace:*",
"@types/react": "18.2.15",
"@types/react": "18.2.16",
"react": "18.2.0"
},
"devDependencies": {
Expand Down
38 changes: 20 additions & 18 deletions packages/legend-application-studio-bootstrap/scripts/setup.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,24 +83,26 @@ export const setup = (outputDir) => {
},
],
},
core: {
// TEMPORARY__serviceRegistrationConfig: [
// {
// env: 'dev',
// executionUrl: 'http://localhost.com:9999',
// managementUrl: 'http://localhost.com:9999/services/#',
// modes: ['FULL_INTERACTIVE', 'SEMI_INTERACTIVE', 'PROD'],
// },
// {
// env: 'prod',
// executionUrl: 'http://localhost.com:9999',
// managementUrl: 'http://localhost.com:9999/services/#',
// modes: ['PROD'],
// },
// ],
TEMPORARY__enableFunctionActivatorSupport: false,
TEMPORARY__enableRawSQLExecutor: false,
TEMPORARY__enableLocalConnectionBuilder: false,
extensions: {
core: {
// TEMPORARY__serviceRegistrationConfig: [
// {
// env: 'dev',
// executionUrl: 'http://localhost.com:9999',
// managementUrl: 'http://localhost.com:9999/services/#',
// modes: ['FULL_INTERACTIVE', 'SEMI_INTERACTIVE', 'PROD'],
// },
// {
// env: 'prod',
// executionUrl: 'http://localhost.com:9999',
// managementUrl: 'http://localhost.com:9999/services/#',
// modes: ['PROD'],
// },
// ],
TEMPORARY__enableFunctionActivatorSupport: false,
TEMPORARY__enableRawSQLExecutor: false,
TEMPORARY__enableLocalConnectionBuilder: false,
},
},
},
undefined,
Expand Down
2 changes: 2 additions & 0 deletions packages/legend-application-studio-deployment/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @finos/legend-application-studio-deployment

## 10.2.0

## 10.1.0

## 10.0.0
Expand Down
2 changes: 1 addition & 1 deletion packages/legend-application-studio-deployment/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@finos/legend-application-studio-deployment",
"version": "10.1.0",
"version": "10.2.0",
"private": true,
"description": "Legend Studio web application deployment",
"keywords": [
Expand Down
2 changes: 2 additions & 0 deletions packages/legend-application-studio/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @finos/legend-application-studio

## 28.0.2

## 28.0.1

## 28.0.0
Expand Down
6 changes: 3 additions & 3 deletions packages/legend-application-studio/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@finos/legend-application-studio",
"version": "28.0.1",
"version": "28.0.2",
"description": "Legend Studio application core",
"keywords": [
"legend",
Expand Down Expand Up @@ -56,12 +56,12 @@
"@finos/legend-shared": "workspace:*",
"@finos/legend-storage": "workspace:*",
"@testing-library/react": "14.0.0",
"@types/react": "18.2.15",
"@types/react": "18.2.16",
"@types/react-dom": "18.2.7",
"fast-xml-parser": "4.2.6",
"mobx": "6.10.0",
"mobx-react-lite": "3.4.3",
"mobx-utils": "6.0.7",
"mobx-utils": "6.0.8",
"monaco-editor": "0.40.0",
"node-diff3": "3.1.2",
"react": "18.2.0",
Expand Down
2 changes: 2 additions & 0 deletions packages/legend-application/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @finos/legend-application

## 15.0.35

## 15.0.34

## 15.0.33
Expand Down
4 changes: 2 additions & 2 deletions packages/legend-application/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@finos/legend-application",
"version": "15.0.34",
"version": "15.0.35",
"description": "Legend application core",
"keywords": [
"legend",
Expand Down Expand Up @@ -47,7 +47,7 @@
"dependencies": {
"@finos/legend-art": "workspace:*",
"@finos/legend-shared": "workspace:*",
"@types/react": "18.2.15",
"@types/react": "18.2.16",
"@types/react-dom": "18.2.7",
"@types/react-router-dom": "5.3.3",
"history": "5.3.0",
Expand Down
2 changes: 2 additions & 0 deletions packages/legend-art/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @finos/legend-art

## 7.0.35

## 7.0.34

## 7.0.33
Expand Down
6 changes: 3 additions & 3 deletions packages/legend-art/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@finos/legend-art",
"version": "7.0.34",
"version": "7.0.35",
"description": "Legend shared visual components and component utilities",
"keywords": [
"legend",
Expand Down Expand Up @@ -52,8 +52,8 @@
"@fontsource/roboto": "5.0.5",
"@fontsource/roboto-condensed": "5.0.5",
"@fontsource/roboto-mono": "5.0.5",
"@mui/material": "5.14.1",
"@types/react": "18.2.15",
"@mui/material": "5.14.2",
"@types/react": "18.2.16",
"@types/react-select": "4.0.18",
"@types/react-window": "1.8.5",
"clsx": "2.0.0",
Expand Down
2 changes: 2 additions & 0 deletions packages/legend-extension-assortment/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @finos/legend-extension-assortment

## 0.0.30

## 0.0.29

## 0.0.28
Expand Down
4 changes: 2 additions & 2 deletions packages/legend-extension-assortment/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@finos/legend-extension-assortment",
"version": "0.0.29",
"version": "0.0.30",
"description": "An assortment of Legend extensions",
"keywords": [
"legend",
Expand Down Expand Up @@ -48,7 +48,7 @@
"@finos/legend-graph": "workspace:*",
"@finos/legend-lego": "workspace:*",
"@finos/legend-shared": "workspace:*",
"@types/react": "18.2.15",
"@types/react": "18.2.16",
"mobx": "6.10.0",
"mobx-react-lite": "3.4.3",
"react": "18.2.0",
Expand Down
2 changes: 2 additions & 0 deletions packages/legend-extension-dsl-data-space/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @finos/legend-extension-dsl-data-space

## 10.0.52

## 10.0.51

## 10.0.50
Expand Down
4 changes: 2 additions & 2 deletions packages/legend-extension-dsl-data-space/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@finos/legend-extension-dsl-data-space",
"version": "10.0.51",
"version": "10.0.52",
"description": "Legend extension for Data Space DSL",
"keywords": [
"legend",
Expand Down Expand Up @@ -55,7 +55,7 @@
"@finos/legend-server-depot": "workspace:*",
"@finos/legend-shared": "workspace:*",
"@finos/legend-storage": "workspace:*",
"@types/react": "18.2.15",
"@types/react": "18.2.16",
"mobx": "6.10.0",
"mobx-react-lite": "3.4.3",
"react": "18.2.0",
Expand Down
2 changes: 2 additions & 0 deletions packages/legend-extension-dsl-diagram/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @finos/legend-extension-dsl-diagram

## 8.0.52

## 8.0.51

## 8.0.50
Expand Down
4 changes: 2 additions & 2 deletions packages/legend-extension-dsl-diagram/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@finos/legend-extension-dsl-diagram",
"version": "8.0.51",
"version": "8.0.52",
"description": "Legend extension for Diagram DSL",
"keywords": [
"legend",
Expand Down Expand Up @@ -52,7 +52,7 @@
"@finos/legend-lego": "workspace:*",
"@finos/legend-shared": "workspace:*",
"@finos/legend-storage": "workspace:*",
"@types/react": "18.2.15",
"@types/react": "18.2.16",
"mobx": "6.10.0",
"mobx-react-lite": "3.4.3",
"react": "18.2.0",
Expand Down
Loading

0 comments on commit 5e59d68

Please sign in to comment.