Commit Graph

151 Commits

Author SHA1 Message Date
eeb4643d93 IO refactoring 2020-09-07 13:44:02 +03:00
a767f279a3 Fixed 1.4 build 2020-09-05 16:19:03 +03:00
57b263ec63 Migration to 1.4 2020-08-31 11:27:44 +03:00
b8d775aa30 Migration to 1.4 2020-08-29 11:45:31 +03:00
34110f6be1 Remove function clients and servers 2020-07-26 17:35:44 +03:00
4fde6c4a48 Replace missing query by null in NameToken 2020-07-26 15:00:03 +03:00
fcba27cd72 Tools to 0.5.1 2020-07-05 15:22:40 +03:00
c280671e61 Yet another refactor of Meta and Configurable delegates (let's hope it is final) 2020-07-05 12:54:27 +03:00
faeb737672 Correct meta item index representation in JSON 2020-07-03 20:38:19 +03:00
fc0454d339 0.1.8-dev-2. Fix build 2020-05-17 20:20:20 +03:00
f67fb63c45 Fix for #48 2020-04-13 15:23:05 +03:00
b0950f8415 0.1.7 release 2020-04-07 12:53:00 +03:00
6450696157 Fix zip writer and name refactoring 2020-04-06 22:50:51 +03:00
eebfe534cc Fix Envelope IO with binaries 2020-04-05 21:12:56 +03:00
7efa19920b Migrate to io-dev-6 2020-04-03 12:10:24 +03:00
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
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
dfea68b65c Text tables test working 2020-02-16 15:18:09 +03:00
cd4f07267b Mutable tables 2020-02-10 21:49:53 +03:00
f906fbdb0a Tables basics
A lot of refactoring
2020-01-29 21:34:51 +03:00
b83821af51 Configurable and Scheme revision 2020-01-08 21:41:27 +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
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
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
aefee64581 optional descriptor for descriptor builder 2019-11-01 21:15:55 +03:00
33b1de2865 Optimized EnvelopeFormat generation API 2019-11-01 20:04:11 +03:00
6f341f705a Added DF02 format to TaggedEnvelopeFormat. 2019-11-01 19:47:03 +03:00
6e98bc7408 Added descriptors to custom serializers 2019-10-31 10:21:52 +03:00
0ef0a43077 Added check for file size in FileBinary 2019-10-30 19:57:03 +03:00
33c8e7088e Fixed leaked byte packets in io 2019-10-30 19:43:26 +03:00
245b5ebc52 Fix #16 2019-10-29 21:20:14 +03:00
10de05240c Fix #12 2019-10-29 20:11:57 +03:00
728da96eff Front matter envelope format 2019-10-28 19:37:15 +03:00
cd4736ab5e Transformation of Meta to Map and back 2019-10-28 12:35:19 +03:00
d3dd15884c Fixed all IO issues (for now) 2019-10-27 16:50:05 +03:00
87ae41886b Partial TaglessEnvelopeFormat 2019-10-20 19:30:51 +03:00
e686501662 TaglessEnvelopeFormat implementation 2019-10-20 17:57:43 +03:00
bf787fb5fc Added peek format functionality to EnvelopeFormat 2019-10-19 14:36:13 +03:00
44a34eee40 Refactored IO logic 2019-10-19 13:35:50 +03:00
3ff3a5d09e Fixed function server 2019-10-07 13:22:44 +03:00
e3e9412cb6 Fixed build and nasty bug in data builder 2019-10-04 20:23:02 +03:00
71536051aa Data and DataNode file io update 2019-09-18 16:36:35 +03:00
61c2530c91 Moved TaskBuilder to common. 2019-09-12 10:39:19 +03:00
352b98be9b Added unsafe data casts for all platforms and safeCast for JVM 2019-09-11 22:44:56 +03:00
b730d49e6e Convenience methods to access DataNode elements 2019-09-11 20:43:55 +03:00
c44e004495 Envelope client-sever EAP 2019-09-09 16:15:35 +03:00
10b8385324 Named return Name instead of String 2019-09-08 15:11:46 +03:00
8bac218715 Working on remote function call 2019-09-04 22:22:29 +03:00
7045f34c2c Updated to build plugin 0.1.6 2019-09-02 19:08:28 +03:00
62916d0c67 Name and serialization fix 2019-08-19 22:42:08 +03:00
d16d051a1c 0.1.3 release 2019-08-17 17:10:40 +03:00
578b4ede21 Meta and Name serialization tests 2019-08-16 16:30:10 +03:00
58a0584cae Compatibility for Json top level arrays and nested arrays added. 2019-08-16 15:08:56 +03:00
8c32eaeb6b Binary and file data update 2019-08-11 18:35:03 +03:00
56679cff23 Major rework of IO 2019-08-09 20:53:08 +03:00
72954a8370 Meta equality for all 2019-08-07 20:41:27 +03:00
44737faa26 A lot of minor fixes 2019-08-07 11:38:25 +03:00
a729d27d1c Meta serialization update 2019-08-02 15:42:45 +03:00
9f6d53f214 Some additional fixes 2019-07-27 17:45:14 +03:00
efddfa8e91 Meta and io fixes 2019-07-27 17:02:48 +03:00
3bf49d3fae Isolating build logic 2019-06-28 10:19:58 +03:00
7f95dcf02c Build fix for module deploy 2019-06-22 15:33:33 +03:00
b275288c55 Moved to 1.3.40 and plugin-based build. Fix fo Styled. 2019-06-22 14:29:37 +03:00
d08e1ee57d Optimized type projections in meta. Set operations are now non-generic 2019-06-01 16:04:45 +03:00
cffb02d483 fixed FileBinary 2019-05-28 18:56:22 +03:00
13c5a579ed Envelope IO 2019-05-26 22:05:20 +03:00
7c38cadddd Envelope IO 2019-05-23 22:16:34 +03:00
577311ab7f Updated build. Added doc jar 2019-05-09 13:52:26 +03:00
da2c59fdfe Fixed JsonMetaForat and ListValue equality 2019-04-30 21:04:55 +03:00
1cdf19e533 Switched to buildSrc plugin 2019-04-30 14:57:48 +03:00
8f5a20bb22 General IO builder 2019-03-31 21:39:41 +03:00
5480d90a36 Few fixes for Workspaces builders. 2019-03-31 17:39:44 +03:00
875a5ecf54 Renamed io to output 2019-03-18 14:36:12 +03:00
54b30e9260 Visuliazation package. Multiple fixes to mutable and styled meta. 2019-03-01 22:10:17 +03:00
012ee93ab2 Basic design for workspaces 2019-01-30 18:57:14 +03:00
2d8810110e IO update 2019-01-27 20:54:28 +03:00
4cafac1f1b Code cleanup 2019-01-27 17:16:40 +03:00
5dd40f0226 Build update and minor fixes 2019-01-27 17:12:46 +03:00
64a23545f7 kotlin to 1.3.20 2019-01-27 15:54:13 +03:00
ec833dd13c Generalized Contexts for multiplatform 2019-01-11 07:36:02 +03:00
83a56fa0cd Working on Output 2018-12-20 10:40:32 +03:00
013a1a935c MetaFormat service loader 2018-12-05 09:55:30 +03:00