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/[email protected]
Major Changes
e0de53ce
(@akphi) - Remove@babel/plugin-proposal-class-properties
now that it's moved tostage 4
. Also remove support for@babel/plugin-transform-runtime
.@finos/[email protected]
Major Changes
#1159
f6abe87a
(@akphi) - BREAKING CHANGE: Move logic out of metamodels, such asClass.getProperty()
,Database.getSchema()
, etc. and expose them as helper methods.#1153
9e3b9b57
(@akphi) - BREAKING CHANGE: Renamed extra fields added to the metamodels for navigation or other graph management purposes, such asowner
,parent
,uuid
, etc. to_OWNER
,_PARENT
,_UUID
, etc.; these fields are also madereadonly
.#1159
f6abe87a
(@akphi) - BREAKING CHANGE: RemoveStubable
interface and all stub logic in metamodels, such ascreateStub()
,isStub()
, these methods are now cleaned up and organized inmodel creater helpers
which will be exported as utilities from this package.#1153
9e3b9b57
(@akphi) - BREAKING CHANGE: Move someenum
s out of metamodels, such asSET_IMPLEMENTATION_TYPE
,BASIC_SET_IMPLEMENTATION_TYPE
,PACKAGEABLE_ELEMENT_POINTER_TYPE
,CLASS_PROPERTY_TYPE
, etc.#1153
9e3b9b57
(@akphi) - BREAKING CHANGE: RemovedbuildState
fromBasicModel
andDependencyManager
and moved them toGraphManagerState
since these states don't belong inherently to the graph but the graph manager. As such, methods likeAbstractPureGraphManager.buildSystem()
,AbstractPureGraphManager.buildGraph()
etc. now require the build state to as a parameter.#1159
f6abe87a
(@akphi) - RenamefullPath
topath
inPackage
. Where this change really makes a difference is for the root package: previously,path
was thename
of the root package element, from now on,path
will beempty string
, this makes the handling of root package when constructing element path more consistent.Minor Changes
5e248794
(@MauricioUyaguari) - Deprecate running service Legacy Tests.Add
RelationalData
andEqualToTDS
to support testing on relational queries.Support running testable tests.
Patch Changes
#1165
5fcd423b
(@MauricioUyaguari) - Correctly resolve view filter in database by looking in included databases. (#1160)#1153
9e3b9b57
(@akphi) - UpdateLocalMappingPropertyInfo
metamodel to havelocalMappingPropertyType: PackageableElementReference<Type>
#1010
5d8c7c35
(@abhishoya-gs) - Add Proxy Parameters to BigQueryDataSourceSpecification@finos/[email protected]
Minor Changes
f6abe87a
(@akphi) - SupportTypscript
declaration merging, by using@typescript-eslint/no-redeclare
instead ofno-redeclare
@finos/[email protected]
Minor Changes
190e3857
(@gayathrir11) - Add form support for Service store embedded dataPatch Changes
81b132a2
(@MauricioUyaguari) - Fix hashing of service mapping with param definitions (#1175).@finos/[email protected]
Minor Changes
#1114
5e248794
(@MauricioUyaguari) - Add (WIP) global testable runner v0.#1133
bd86b7b3
(@gayathrir11) - Add editor forExternalFormat
embedded data.Patch Changes
#1164
f5ac6733
(@MauricioUyaguari) - Temporary disable executing service queries with parameters until workflow is supported.#1163
1df0754d
(@gayathrir11) - Fix service execution runtime showing invalid validation warnings. (#1161)#1010
5d8c7c35
(@abhishoya-gs) - Add Proxy Parameters to BigQueryDataSourceSpecification@finos/[email protected]
Patch Changes
9263d26d
(@MauricioUyaguari) - Sort query builder explorer nodes by their return types with primitives going first following by enumeration, class and class subtypes.@finos/[email protected]
@finos/[email protected]
@finos/[email protected]
@finos/[email protected]
@finos/[email protected]
@finos/[email protected]
@finos/[email protected]
@finos/[email protected]
@finos/[email protected]
@finos/[email protected]
@finos/[email protected]
@finos/[email protected]
@finos/[email protected]
@finos/[email protected]
@finos/[email protected]
@finos/[email protected]
@finos/[email protected]
@finos/[email protected]
@finos/[email protected]
@finos/[email protected]
@finos/[email protected]
@finos/[email protected]
@finos/[email protected]
@finos/[email protected]
@finos/[email protected]
@finos/[email protected]
@finos/[email protected]