Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Iteration Release v1.3.0 #635

Merged
merged 1 commit into from
Nov 12, 2021
Merged

Iteration Release v1.3.0 #635

merged 1 commit into from
Nov 12, 2021

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Nov 1, 2021

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 prefix sdlc- to the server key, for example, /studio/myServer/... now becomes /studio/sdlc-myServer/.... On the config side, when sdlc field is configured with a list of option, we expect exactly one option to declare default: 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: Genericize Studio plugin methods to generate Edit Query buttons to generate any query editor action: i.e. MappingExecutionQueryEditorRendererConfiguration -> MappingExecutionQueryEditorActionConfiguration, etc.

  • #642 729e2486 (@akphi) - BREAKING CHANGE: Update the shape of ApplicationPageRenderEntry to take a unique key and multiple urlPatterns. 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 function generateRoutePatternWithSDLCServerKey() that we now expose.

Minor Changes

  • #654 c22549e8 (@gayathrir11) - Add extension mechanism for class mapping decorators in form mode

  • #642 729e2486 (@akphi) - Allow getting link to element in a particular version, revision, and project (via SDLC or via Depot) in viewer mode.

  • #639 62985e59 (@akphi) - Allow accessing viewer mode using [GAV coordinates] (i.e. groupId, artifactId, and versionId). As this fetches model data from Depot server, in this mode, certain SDLC 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) - Introduce EditorMode as an extension mechanism for EditorStore to accomondate for differentiating behaviors between viewer, 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 in Engine (see finos/legend-engine#429)

  • #661 5124f7b6 (@gayathrir11) - Add form support for proxy in Snowflake 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) - Replace Table|View with TableAlias as the relational mapping source, i.e MappingElementSource. 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 base Typescript config file: to use this in other projects, in their respective tsconfig.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) - Create Enterprise model explorer view with taxonomy tree to organize data spaces using meta::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 in Legend 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 latest snapshot releases.

@finos/legend-extension-dsl-serializer@0.3.0

Minor Changes

@finos/legend-graph@0.2.2

Patch Changes

@finos/legend-query@0.1.2

Patch Changes

@finos/legend-query-app@1.3.0

Patch Changes

  • #639 62985e59 (@akphi) - Add studio.url to application config, as parts of Legend Query now need to launch Legend Studio to view models data.

@finos/legend-server-sdlc@0.0.9

Patch Changes

@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

@finos-cla-bot finos-cla-bot bot added the cla-present CLA Signed label Nov 1, 2021
@github-actions github-actions bot changed the title WIP: New Release (do not merge - version bump is not yet setup properly) Iteration Release v1.3.0 Nov 1, 2021
@github-actions github-actions bot force-pushed the changeset-release/master branch 11 times, most recently from 8ea53d1 to 18649cd Compare November 8, 2021 21:12
@github-actions github-actions bot force-pushed the changeset-release/master branch 6 times, most recently from f1f9651 to 59d45f6 Compare November 12, 2021 00:43
@github-actions github-actions bot force-pushed the changeset-release/master branch from 59d45f6 to f8a19bb Compare November 12, 2021 17:13
@akphi akphi merged commit 07e1602 into master Nov 12, 2021
@akphi akphi deleted the changeset-release/master branch November 12, 2021 17:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla-present CLA Signed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant