Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to master, this PR will be updated.
Releases
@finos/legend-studio@1.0.0
Major Changes
#642
729e248
(@akphi) - BREAKING CHANGE: The handling of multiple SDLC instances has been reworked, to target a specific server option in the config, the URL must now include an additional prefixsdlc-
to the server key, for example,/studio/myServer/...
now becomes/studio/sdlc-myServer/...
. On the config side, whensdlc
field is configured with a list of option, we expect exactly one option to declaredefault: true
and this would be used to the default option - the old behavior is that the default option is the one with key of value-
.#659
caf3d4aa
(@akphi) - BREAKING CHANGE: GenericizeStudio
plugin methods to generateEdit Query
buttons to generate any query editor action: i.e.MappingExecutionQueryEditorRendererConfiguration -> MappingExecutionQueryEditorActionConfiguration
, etc.#642
729e2486
(@akphi) - BREAKING CHANGE: Update the shape ofApplicationPageRenderEntry
to take a uniquekey
and multipleurlPatterns
. Also, we nolonger automatically decorate the pattern to pick up the SDLC instance anymore, so plugin authors who need this will need to manually modify their URL patterns with the functiongenerateRoutePatternWithSDLCServerKey()
that we now expose.Minor Changes
#654
c22549e8
(@gayathrir11) - Add extension mechanism forclass mapping
decorators in form mode#642
729e2486
(@akphi) - Allow getting link to element in a particular version, revision, and project (viaSDLC
or viaDepot
) in viewer mode.#639
62985e59
(@akphi) - Allow accessing viewer mode using [GAV coordinates] (i.e.groupId
,artifactId
, andversionId
). As this fetches model data fromDepot
server, in this mode, certainSDLC
features will not be supported. The URL pattern for this is/view/${groupId}:${artifactId}:${versionId}
, e.g./view/legend.org.test:legend-test-project:latest
.#642
729e2486
(@akphi) - IntroduceEditorMode
as an extension mechanism forEditorStore
to accomondate for differentiating behaviors betweenviewer
,review
,conflict-resolution
modes, etc. (for more details, see #317).Patch Changes
#629
2d855dc
(@mrudula-gs) - Fix a problem with escaping of single quote character which causes service tests created in Studio fail (#586), this can be considered a workaround until we figure out a strategy for the discrepancies in mapping test and service test runners inEngine
(see finos/legend-engine#429)#661
5124f7b6
(@gayathrir11) - Add form support for proxy inSnowflake
connection.#662
fb8bd11c
(@MauricioUyaguari) - Properly process enumeration mappings in includes mapping (#658).#632
a7ade917
(@MauricioUyaguari) - Add workflow jobs viewer with the ability to retry/run/cancel individual jobs.#642
729e2486
(@akphi) - Allow user to select the instances of SDLC server via a dropdown menu on the header. Note that this only shows when there are multiple SDLC servers available in the config.#645
dc50b13a
(@YannanGao-gs) - ReplaceTable|View
withTableAlias
as the relational mapping source, i.eMappingElementSource
. Fixes generating mapping test with nested databases (see #651] for more details).@finos/legend-dev-utils@0.2.0
Minor Changes
#636
65bd91ee
(@akphi) - Export baseTypescript
config file: to use this in other projects, in their respectivetsconfig.json
, use{ "extends": "@finos/legend-dev-utils/tsconfig.base.json", ... }
.#636
65bd91ee
(@akphi) - Add test mocks, polyfills and test setup scripts for Jest.@finos/legend-extension-dsl-data-space@0.2.0
Minor Changes
#653
397aab2c
(@akphi) - CreateEnterprise
model explorer view with taxonomy tree to organize data spaces usingmeta::pure::profiles::enterprise
tag (see #617] for more details).#659
caf3d4aa
(@akphi) - Add new panels to data space viewer: a placeholder for test coverage (WIP
) and a panel to view tagged values and stereotypes.Patch Changes
#639
62985e59
(@akphi) - Allow viewing more informations about a data space when creating a new query inLegend Query
, such as entitlement, project links (the project that the data space resides as well as the project that the data space refers to), test data, etc.#659
caf3d4aa
(@akphi) - Allow setting query using dataspaces coming from latestsnapshot
releases.@finos/legend-extension-dsl-serializer@0.3.0
Minor Changes
2850e782
(@gayathrir11) - Add form support forBinding
store andExternalFormat
connection.@finos/legend-graph@0.2.2
Patch Changes
#662
fb8bd11c
(@MauricioUyaguari) - Properly process enumeration mappings in includes mapping (#658).#652
4772cab1
(@MauricioUyaguari) - Properly resolve property mappings forInline
andOtherwise
set implementations (#650).#641
dd778d23
(@MauricioUyaguari) - Fix the building ofPropertyReference
inXStorePropertyMapping
by defining its owner reference to be the association in theXStore
mapping and the input to be the defined user input (#524).@finos/legend-query@0.1.2
Patch Changes
#646
51dfc555
(@MauricioUyaguari) - Fix class explorer not showing properties from a class mapped using an operational set implementation (#647).#639
62985e5
(@akphi) - Allow viewing the project of a query in Studio.@finos/legend-query-app@1.3.0
Patch Changes
62985e59
(@akphi) - Addstudio.url
to application config, as parts ofLegend Query
now need to launchLegend Studio
to view models data.@finos/legend-server-sdlc@0.0.9
Patch Changes
a7ade917
(@MauricioUyaguari) - Add workflow jobs APIs to retry/cancel/run jobs as well as to view job logs.@finos/babel-preset-legend-studio@0.0.29
@finos/eslint-plugin-legend-studio@0.1.2
@finos/legend-application@0.1.2
@finos/legend-art@0.1.1
@finos/legend-extension-dsl-diagram@0.1.2
@finos/legend-extension-dsl-text@0.0.17
@finos/legend-extension-external-format-json-schema@0.0.13
@finos/legend-extension-external-store-service@0.1.3
@finos/legend-model-storage@0.0.8
@finos/legend-server-depot@0.0.11
@finos/legend-shared@0.0.8
@finos/legend-studio-app@1.3.0
@finos/legend-studio-extension-management-toolkit@0.0.9
@finos/legend-studio-extension-query-builder@0.1.2
@finos/legend-tracer-extension-zipkin@0.0.6
@finos/stylelint-config-legend-studio@1.0.1
@finos/legend-manual-tests@0.0.17
@finos/legend-query-deployment@1.3.0
@finos/legend-studio-deployment@1.3.0