-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* tests: Added failing tests * refactor: added DMS Node Entitiy * refactor: setup shell for new wrapped entities * feat: Implemented wrapped filter * refactor: Switched to wrapped entity * refactor: introduce DMSFilder base class * refactor: moved out creation of filter method * refactor: moved logic * refactor: reorg * refactor: support setting explicit NodeType and HasData Filter * build: changelog * refactor: introduce data model type * refactor; implemented smart default * tests: updated tests * style: better words * build: bug * tests: updated tests * refactor; extend column * tests: Added olav test * fix: parent filter when no properties * fix: Dump dataModelType * refactor: fix comparison * tests: update tests * refactor: moved modelType up * refactor: robust against duplicated node types * build: changelog * build; changelog * build; updated docs * docs; documented new smart defaults * refactor; DMSImporter infer data model type * tests: update * tests: updated test to return direct listable * refactor: removed warning and create correct container * refactor: reimplement the view property conversion * refactor: pre-commits * tests: update tests * refactor: update examples * tests: updated tests * refactor: fix * tests: updated tests * refactor: update ref rules * docs; docs section * build: bump + changelog * refactor: added validation of value type for relation * tests: added DMSImporter test for tutorial examples * refactor: ensure deterministic output when dumping DMSRules * refactor: moved out DMS Rules serialization * refactor: fixed minor bugs * refactor: complete reimplementation of DMS importer * refactor: implementation * fix: a few minor bugs in the DMSImporter * fix; added safety * refactor: Added support for exporting/importing ref model * refactor: fix extended * fix: typo in Olav rules * fix: bug in importer * refactor: Olav passing tests * refactor: support solo inwards edges * refactor: Robustify DMRRules read methods part 1 * refactor; validate format of string as well * refactor: Robustify DMRRules read methods part 2 * refactor; pass context from dictionary and zip file * fix: introduced bug * refactor; introduced bug * fix: Finidhed up the last issues * fix: immutable classes cannot be used for exceptions * refactor: removed properties for SheetEntity * refactor: remove default-view-version * refactor: added new warning * refactor: added warning if view is not matching data model * build: changelog * refactor: update tutorial examples * refactor: fix inconsitent warning naming * refactor: setup shell for new warnings * refactor: added warning on deploying to space with other data model * refactor: Warning if solution on top of solution * refactor; tiny optimization * refactor: improved implementation * refactor: Rename columns * refactor: rename relation to connection * refactor: Tutorial examples renaming * refactor: forgotten * refactor: update DMSRulesWrite * refactor: More renaming * tests: upgrade test data * refactor: fix bug * tests: optimized test * refactro: ref rules * tests: update tests data * build: changelog * docs; update docs * refactor: bad merge * Update cognite/neat/rules/issues/dms.py Co-authored-by: Nikola Vasiljevic <[email protected]> * Linting and static code checks --------- Co-authored-by: Nikola Vasiljevic <[email protected]> Co-authored-by: doctrino <[email protected]>
- Loading branch information
1 parent
56bc57e
commit e5ca195
Showing
21 changed files
with
151 additions
and
146 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 |
---|---|---|
@@ -1 +1 @@ | ||
__version__ = "0.75.9" | ||
__version__ = "0.76.0" |
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.