Commit Graph

159 Commits

Author SHA1 Message Date
523db20e4a Fix flaky coroutines tests 2024-07-22 11:45:50 +03:00
332d38df77 First implementation for protobuf converter 2024-06-10 20:28:57 +03:00
c62dc2c698 0.9 release 2024-06-04 18:00:10 +03:00
5a75b05acd 0.9-RC 2024-06-04 17:44:44 +03:00
2cd1885420 Update readme and changelog 2024-04-27 10:01:36 +03:00
f840ffb473 Move data tests to jvm to avoid random failings on native 2024-04-27 09:47:08 +03:00
28f4beb348 Fix all tests 2024-04-23 18:59:12 +03:00
e7db1cc763 Refactor of data trees filtering 2024-04-02 10:04:46 +03:00
0e72b4b63c Add depth-first walk for data tree 2024-02-24 15:01:27 +03:00
b2593d308e Add depth-first walk for data tree 2024-02-24 11:26:28 +03:00
facf7c3c7e Remove some experimental flags 2024-02-19 20:10:15 +03:00
db2da2027d Replace branch data builder with putAll 2024-02-19 14:26:33 +03:00
b575801983 Replace branch data builder with putAll 2024-02-19 11:42:04 +03:00
aa88f05688 Replace branch data builder with putAll 2024-02-19 11:41:27 +03:00
f95e278b2d Replace branch data builder with putAll 2024-02-18 20:11:53 +03:00
aa4c745819 remove unnecessary type limitations in actions 2024-02-18 18:43:33 +03:00
e850ca4145 minor refactoring 2024-02-18 18:34:26 +03:00
66ce15ae6d Hot-fix for scheme initialization 2024-02-04 13:54:08 +03:00
297847663b Update documentation 2024-02-03 19:16:18 +03:00
466e460989 Data tree refactored to a uniform tree instead of sealed class. 2024-02-03 17:25:49 +03:00
90999f424f [WIP] change data structure 2024-01-29 22:10:06 +03:00
5fec0518d4 [WIP] change data structure 2024-01-19 22:23:02 +03:00
5e3de70737 Add action delegate for task creation 2024-01-05 13:02:11 +03:00
8f3c2f3950 refactoring of data transformations 2024-01-04 18:59:57 +03:00
946ac88480 Partially fixed a bug with MutableMeta observable wrappers. 2023-12-05 15:13:50 +03:00
5461a83417 Name refactoring.
Meta.stringList accepts nullable receiver.
2023-12-04 09:55:04 +03:00
99b2d941c8 Update Readme and CHANGELOG 2023-11-26 10:05:19 +03:00
79759c5256 Replace MetaProvider::getMeta by get 2023-11-22 17:06:23 +03:00
1b29e377ca Type -> DfId
Add descriptor to MetaConverter
2023-11-18 22:43:53 +03:00
3806f97c77 update documentation 2023-07-29 13:00:17 +03:00
cfa20eedba Update version to 1.9 2023-07-09 21:38:33 +03:00
2c2f33427a Fixes in Envelope format and data tre 2023-03-27 09:45:51 +03:00
f3afb5e9fe File-based workspace caching 2023-03-20 17:53:40 +03:00
7d88f828d7 Move to gradle plugin 0.14 2023-02-18 19:49:41 +03:00
e41fdfc086
Fix naming conventions in names 2023-01-08 11:03:58 +03:00
4117a05df4
Add in-memory caching for workspaces 2022-10-03 20:36:28 +03:00
233639f0b6
Optimize work with names and tokens 2022-08-22 14:16:16 +03:00
81e2ad06cc
refactor MutableMeta set method to accept wider range of receivers 2022-08-01 18:12:57 +03:00
6ca76cff17
Update output types of DataTree builders 2022-07-02 19:34:58 +03:00
9a24e1e392
Update output types of DataTree builders 2022-07-02 12:36:41 +03:00
0b68c1edae
minor API update 2022-06-22 20:00:27 +03:00
4833128857
refactor file reading 2022-05-21 11:08:59 +03:00
a546552540
Replace sequences by iterators in DataSet 2022-05-10 14:45:58 +03:00
fe92e8fccf
Data traversal refactoring 2022-05-08 20:56:14 +03:00
7d9189e15c Replace T by Pair<Meta, T> in data reducers 2022-05-07 18:06:55 +03:00
0622bacc4d
Refactor DataSet. Remove suspends where it is possible. 2022-05-04 17:27:56 +03:00
bedab0dc86
Remove experimental flag from YAML 2022-05-03 17:42:00 +03:00
f0820a3bed
Reify types for action builders 2022-05-01 20:23:37 +03:00
665f317e4e
Remove obsolete getData for DataSet 2022-05-01 19:29:13 +03:00
82d37f4b55
Fix text envelope formats partial reads 2022-04-29 18:35:44 +03:00