generated from finos/software-project-blueprint
-
Notifications
You must be signed in to change notification settings - Fork 113
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* bump dependencies * update CONTRIBUTING.md * temporarily disable failing graph building when detected unresolved class mapping IDs * bump dependencies * use 'fixed' instead of 'linked' mode for changeset * minor fixes * revert to fs-extra@10.0.0 to avoid publishing issue * bump dependencies * add changesets
- Loading branch information
Showing
63 changed files
with
585 additions
and
355 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
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,22 @@ | ||
--- | ||
'@finos/eslint-plugin-legend-studio': patch | ||
'@finos/legend-application': patch | ||
'@finos/legend-art': patch | ||
'@finos/legend-dev-utils': patch | ||
'@finos/legend-extension-dsl-data-space': patch | ||
'@finos/legend-extension-dsl-diagram': patch | ||
'@finos/legend-extension-dsl-serializer': patch | ||
'@finos/legend-extension-dsl-text': patch | ||
'@finos/legend-extension-external-language-morphir': patch | ||
'@finos/legend-extension-external-store-service': patch | ||
'@finos/legend-graph': patch | ||
'@finos/legend-query': patch | ||
'@finos/legend-query-app': patch | ||
'@finos/legend-studio': patch | ||
'@finos/legend-studio-app': patch | ||
'@finos/legend-studio-extension-management-toolkit': patch | ||
'@finos/legend-studio-extension-query-builder': patch | ||
'@finos/legend-taxonomy': patch | ||
'@finos/legend-taxonomy-app': patch | ||
'@finos/stylelint-config-legend-studio': 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/eslint-plugin-legend-studio': patch | ||
'@finos/legend-application': patch | ||
'@finos/legend-extension-dsl-data-space': patch | ||
'@finos/legend-extension-dsl-diagram': patch | ||
'@finos/legend-graph': patch | ||
'@finos/legend-query': patch | ||
'@finos/legend-studio': patch | ||
'@finos/legend-taxonomy': 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-graph': patch | ||
--- | ||
|
||
Add a temporary workaround to not fail graph building when there are unresolved class mapping IDs (see [#880](https://github.com/finos/legend-studio/issues/880) for more details). |
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,3 @@ | ||
--- | ||
'@finos/legend-dev-utils': 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
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
69 changes: 69 additions & 0 deletions
69
fixtures/legend-docker-setup/end-to-end-setup/config/engine-config.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,69 @@ | ||
{ | ||
"deployment": { | ||
"mode": "TEST_IGNORE_FUNCTION_MATCH" | ||
}, | ||
"logging": { | ||
"level": "INFO", | ||
"appenders": [ | ||
{ | ||
"type": "console", | ||
"logFormat": "%msg\r\n" | ||
} | ||
] | ||
}, | ||
"pac4j": { | ||
"bypassPaths": ["/api/server/v1/info"], | ||
"clients": [ | ||
{ | ||
"org.pac4j.core.client.direct.AnonymousClient": {} | ||
} | ||
], | ||
"mongoSession": { | ||
"enabled": false | ||
} | ||
}, | ||
"opentracing": { | ||
"elastic": "", | ||
"zipkin": "", | ||
"uri": "", | ||
"authenticator": { | ||
"principal": "", | ||
"keytab": "" | ||
} | ||
}, | ||
"swagger": { | ||
"title": "Legend Engine", | ||
"resourcePackage": "org.finos.legend", | ||
"uriPrefix": "/api" | ||
}, | ||
"server": { | ||
"type": "simple", | ||
"applicationContextPath": "/", | ||
"adminContextPath": "/admin", | ||
"connector": { | ||
"maxRequestHeaderSize": "32KiB", | ||
"type": "http", | ||
"port": 6060 | ||
}, | ||
"requestLog": { | ||
"appenders": [] | ||
} | ||
}, | ||
"metadataserver": { | ||
"pure": { | ||
"host": "127.0.0.1", | ||
"port": 8090 | ||
}, | ||
"alloy": { | ||
"host": "127.0.0.1", | ||
"port": 8090, | ||
"prefix": "/depot/api" | ||
} | ||
}, | ||
"temporarytestdb": { | ||
"port": 9092 | ||
}, | ||
"relationalexecution": { | ||
"tempPath": "/tmp/" | ||
} | ||
} |
22 changes: 22 additions & 0 deletions
22
fixtures/legend-docker-setup/end-to-end-setup/end-to-end-setup-docker-compose.yml
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,22 @@ | ||
version: '3.8' | ||
|
||
services: | ||
engine: | ||
container_name: engine | ||
image: finos/legend-engine-server:snapshot | ||
ports: | ||
- 6060:6060 | ||
networks: | ||
- legend | ||
volumes: | ||
- ./config:/config | ||
# NOTE: the Java CLI wildcard must be wrapped by quotes | ||
# See https://stackoverflow.com/questions/14722657/java-classpath-wildcard-behaviour/14722763 | ||
command: > | ||
java | ||
-cp /app/bin/"*" | ||
org.finos.legend.engine.server.Server | ||
server /config/engine-config.json | ||
networks: | ||
legend: {} |
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,3 @@ | ||
# Studio Docker Compose Dev Setup | ||
|
||
[placeholder] |
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.