|
56e7d55450
|
Add a Config generator to MetaTransformation
|
2020-03-28 21:23:44 +03:00 |
|
|
01711c2b8c
|
Move scheme to root meta package to avoid import clutter
|
2020-03-28 10:25:24 +03:00 |
|
|
7f0ad68d9d
|
Meta to JSON SNS fix
|
2020-03-28 10:04:59 +03:00 |
|
|
66cee2d42b
|
Specification invoke made inline
|
2020-03-26 21:11:23 +03:00 |
|
|
5c3d51de58
|
Fix enum delegate bug (KT-37503)
|
2020-03-25 19:06:08 +03:00 |
|
|
e0aab57953
|
Indexed access test
|
2020-03-25 18:52:58 +03:00 |
|
|
417c292507
|
Refactor inner workings of descriptors
|
2020-03-25 10:41:27 +03:00 |
|
|
e835d81183
|
Utility methods to access Configurable properties
|
2020-03-16 22:52:54 +03:00 |
|
|
bc8878da48
|
Remove redundant cast in tables
|
2020-03-15 13:45:24 +03:00 |
|
|
b78fc2e7d7
|
bump version
|
2020-03-15 13:34:13 +03:00 |
|
|
2c52e9aaa3
|
Workaround for enum delegate
|
2020-03-15 13:33:20 +03:00 |
|
|
4ab71a79db
|
Fix meta serialization
|
2020-03-15 09:22:08 +03:00 |
|
|
db03dfaae9
|
Finish migrating to 0.4.0 plugin
|
2020-03-13 19:15:37 +03:00 |
|
|
e2845f4efc
|
Move Meta serialization to dataforge-meta
|
2020-03-11 22:30:29 +03:00 |
|
|
93c806c3bf
|
Basic design for external connectors
|
2020-03-02 19:17:36 +03:00 |
|
|
a2e8d4f018
|
Basic design for property builders
|
2020-02-22 22:02:58 +03:00 |
|
|
8dfd56f02e
|
Initial API
|
2020-02-17 14:46:03 +03:00 |
|
|
dfea68b65c
|
Text tables test working
|
2020-02-16 15:18:09 +03:00 |
|
|
cd4f07267b
|
Mutable tables
|
2020-02-10 21:49:53 +03:00 |
|
|
126e59f81a
|
Bottom type check for tables
|
2020-02-08 22:01:56 +03:00 |
|
|
061c570407
|
API for tables
|
2020-02-08 21:36:27 +03:00 |
|
|
819ab3ab20
|
Fix scheme to meta transformation
|
2020-01-29 21:50:49 +03:00 |
|
|
f906fbdb0a
|
Tables basics
A lot of refactoring
|
2020-01-29 21:34:51 +03:00 |
|
|
fe6760eee6
|
Refactor Meta delegates
|
2020-01-10 11:14:18 +03:00 |
|
|
b83821af51
|
Configurable and Scheme revision
|
2020-01-08 21:41:27 +03:00 |
|
|
736ec621b0
|
Invoke mechanism for defining specific and fix to attach config child
|
2019-12-28 21:24:16 +03:00 |
|
|
1b879eccc7
|
Specialized non-null delegates for spec
|
2019-12-28 16:06:32 +03:00 |
|
|
e532e8358e
|
Remove name from descriptors. It is never used
|
2019-12-24 22:10:48 +03:00 |
|
|
ce8be78549
|
Replace EmptyName by Name.Empty
Composite builders for node descriptor
|
2019-12-24 20:59:14 +03:00 |
|
|
659fded3a5
|
Replace scecification builders by invokations
|
2019-12-24 20:06:16 +03:00 |
|
|
f9ae9348e2
|
Meta subtyping and get by empty name.
|
2019-12-22 20:30:47 +03:00 |
|
|
effac131de
|
Fix name comparison
|
2019-12-22 20:29:58 +03:00 |
|
|
be2bca24b1
|
Build migration
|
2019-12-22 20:29:32 +03:00 |
|
|
4eb07949b4
|
Bump build and io versions
|
2019-12-10 17:15:20 +03:00 |
|
|
0ec42689d7
|
Minor change to Goal API
|
2019-12-03 17:01:56 +03:00 |
|
|
c789dabdae
|
Fix build with new IO
|
2019-12-01 20:53:32 +03:00 |
|
|
ab47d7723e
|
All tests running
|
2019-12-01 19:46:53 +03:00 |
|
|
ad2f5681b6
|
Fix everything bu function server
|
2019-12-01 18:13:10 +03:00 |
|
|
76e7f47528
|
fix envelope formats
|
2019-12-01 15:00:27 +03:00 |
|
|
2e643287ef
|
Moving to io-2
|
2019-11-30 23:36:06 +03:00 |
|
|
45a5b6fe28
|
Working on zip and directory storage for data. Update to build 0.2.4
|
2019-11-17 22:15:29 +03:00 |
|
|
38360e9d22
|
Merge remote-tracking branch 'origin/master' into dev
|
2019-11-15 21:29:59 +03:00 |
|
Alexander Nozik
|
56334896b8
|
Create gradle.yml
|
2019-11-15 21:25:57 +03:00 |
|
|
4370a66164
|
Fixed TaglessEnvelopeFormat resolution
|
2019-11-13 21:12:19 +03:00 |
|
|
d10bd40763
|
Remove use of direct Input to ByteArray conversions due to bugs in kotlinx.io.
|
2019-11-13 18:24:33 +03:00 |
|
|
41d0cdb2b1
|
Fix large buffers IO. A lot of refactoring.
|
2019-11-13 18:08:48 +03:00 |
|
|
3e9cb3915c
|
Meta and Evelope format factories now implement Meta and Envelope formats (default representation).
|
2019-11-10 19:08:32 +03:00 |
|
|
ff59c14c17
|
Minor fix to multipart envelope
|
2019-11-05 21:42:29 +03:00 |
|
|
5265c0e5ab
|
Implements Envelope parts
An envelope consisting of other envelopes
|
2019-11-05 21:36:17 +03:00 |
|
|
f63a2b6e93
|
Some serialization fixes
|
2019-11-05 19:45:53 +03:00 |
|