Releases: cognitedata/neat
Releases · cognitedata/neat
v0.67.4
v0.67.0
[0.67.0] - 07-03-24
Fixed
- Fixed issue with prefixes not being updated during GraphStore (oxi) reinitialization
- Fixed graph store reset issue for JSON loader
- Small UI adjustments and bug fixes
Added
- Added rules browser to the UI. Now user can browse all rules in UI from local store .
- Added configurable HTTP headers for
DownloadDataFromRestApiToFile
step. The feature is useful when the API requires specific headers to be set (has been requested by Cognite customer).
v0.66.1
v0.66.0
v0.66.0
Added
- Multiple experimental workflows
Export DMS
,Import DMS
,Validate Solution Model
, andValidate Rules
What's Changed
- [NEAT-52, NEAT-53] Errors in DMS Validation by @doctrino in #290
- [NEAT-35] DMS import workflow by @doctrino in #292
- [NEAT-54] Excel exporter styling by @doctrino in #293
- [NEAT-55] Workflow validating against CDF by @doctrino in #294
Full Changelog: v0.65.0...v0.66.0
v0.65.0
Added
- Added support for scheduling on given weekdays for time trigger
PR Changed
- [NEAT-25] Rules <-> DMS by @doctrino in #271
- [NEAT-28] Extend DMS rules to lists by @doctrino in #272
- [NEAT-27] DMS sheet validation by @doctrino in #273
- Renamings by @doctrino in #274
- Neat 26 round 3 information architect rules by @nikokaoja in #276
- [NEAT-29] Information to DMS by @doctrino in #275
- Neat 30 from dms rules to informatoin by @nikokaoja in #277
- Neat 39 create dms2 infor arch rules converter by @nikokaoja in #278
- setting steps to private-alpha, and a few to private-beta by @nikokaoja in #279
- [NEAT-40] Sync sheets by @doctrino in #280
- [NEAT-41] Export to CDF and Integration Test by @doctrino in #283
- Integration test by @doctrino in #285
- [NEAT-16] Validation Workflow by @doctrino in #284
- [NEAT-33] Exporter DMS Workflow by @doctrino in #286
- Neat 45 missing properties in info architect sheet by @nikokaoja in #288
- [NEAT-36] Sanitize Errors. by @doctrino in #287
- update to time trigger to accept interval expression with weekdays by @msolvik in #281
- [NEAT-50] HTML report formatter by @doctrino in #289
Full Changelog: v0.64.0...v0.65.0
v0.64.0
Added
- Added functionality to import and export global configuration file to and from CDF
- Added "latest" flag for workflows in CDF and spreadsheets.
- Added well formatted context viewer
Changed
- Changed the way how workflows and rules loaded to CDF. Labels has been removed and replaced with additional metadata.
Improved
- Improved UI around files upload and download. Improved File Uploader step.
v0.63.0
v0.62.1
v0.62.0
v0.61.0
[0.61.0] - 06-02-24
Added
- Ability to upload of all spaces components or only ones that are in space defined by
Rules.metadata.space
- Ability to remove of all spaces components or only ones that are in space defined by
Rules.metadata.space
Improved
- DMS Schema components upload report add to step
ExportDMSSchemaComponentsToCDF
- DMS Schema components removal report add to step
DeleteDMSSchemaComponents
- Handling of multiple steps
Removed
DataModelFromRulesToSourceGraph
it is confusing step and needs more work to be useful- Workflows:
json_to_data_model_rules
sheet2cdf
skos2cdf
Changed
-
Renamed steps:
LoadTransformationRules
toImportExcelToRules
InstancesFromRdfFileToSourceGraph
toExtractGraphFromRdfFile
InstancesFromRulesToSolutionGraph
toExtractGraphFromRulesInstanceSheet
GraphCapturingSheetToGraph
toExtractGraphFromGraphCapturingSheet
GenerateMockGraph
toExtractGraphFromMockGraph
InstancesFromJsonToGraph
toExtractGraphFromJsonFile
InstancesFromAvevaPiAF
toExtractGraphFromAvevaPiAssetFramework
DexpiToGraph
toExtractGraphFromDexpiFile
GenerateCDFAssetsFromGraph
toGenerateAssetsFromGraph
GenerateCDFRelationshipsFromGraph
toGenerateRelationshipsFromGraph
GenerateCDFNodesAndEdgesFromGraph
toGenerateNodesAndEdgesFromGraph
UploadCDFAssets
toLoadAssetsToCDF
UploadCDFRelationships
toLoadRelationshipsToCDF
UploadCDFNodes
toLoadNodesToCDF
UploadCDFEdges
toLoadEdgesToCDF
CreateCDFLabels
toLoadLabelsToCDF
OpenApiToRules
to `ImportOpenApiToRulesArbitraryJsonYamlToRules
toImportArbitraryJsonYamlToRules
GraphToRules
toImportGraphToRules
OntologyToRules
toImportOntologyToRules
GraphQLSchemaFromRules
toExportGraphQLSchemaFromRules
OntologyFromRules
toExportOntologyFromRules
SHACLFromRules
toExportSHACLFromRules
GraphCaptureSpreadsheetFromRules
toExportRulesToGraphCapturingSheet
ExcelFromRules
toExportRulesToExcel
-
Renamed workflows:
graph_to_asset_hierarchy
toextract_rdf_graph_generate_assets
dexpi2graph
toextract_dexpi_graph_and_export_rules
ontology2data_model
toimport_ontology
-
Note this is a breaking change, but since we are on 0. version, we can do this.