|
23a2d29e84
|
Upgraded plugin and added test for data gathering in workspace.
|
2019-10-09 19:10:37 +03:00 |
|
|
156a43d4bf
|
Fixed enum delegate
|
2019-10-07 13:27:54 +03:00 |
|
|
3ff3a5d09e
|
Fixed function server
|
2019-10-07 13:22:44 +03:00 |
|
Alexander Nozik
|
6d52db311d
|
Merge pull request #20 from Zelenyy/dev-zelenyy
Two test for checking Meta.enum extension.
|
2019-10-07 12:06:31 +03:00 |
|
|
e3e9412cb6
|
Fixed build and nasty bug in data builder
|
2019-10-04 20:23:02 +03:00 |
|
Mikhail Zelenyy
|
e68e184fb2
|
Two test for checking Meta.enum extension.
Test `testEnum` failed.
|
2019-10-04 20:16:34 +03:00 |
|
|
1b118986f5
|
Value extensions to access primitives
|
2019-10-02 13:48:04 +03:00 |
|
|
337401f6e0
|
Task builder for WorkspacePlugin
|
2019-09-24 17:35:06 +03:00 |
|
|
71536051aa
|
Data and DataNode file io update
|
2019-09-18 16:36:35 +03:00 |
|
|
6c1c49d15e
|
Added strong typing to tasks and task dependencies
|
2019-09-14 16:50:25 +03:00 |
|
|
c175dc7de4
|
Added strong typing to tasks and task dependencies
|
2019-09-14 10:36:47 +03:00 |
|
|
a0abb99d88
|
A test for complex task logic
|
2019-09-12 16:53:57 +03:00 |
|
|
74b5a1ac50
|
Test for node builder. Fixed bug with node content resolve by name
|
2019-09-12 16:04:22 +03:00 |
|
|
530b1c1b76
|
Moved TaskBuilder to common.
|
2019-09-12 11:10:15 +03:00 |
|
|
61c2530c91
|
Moved TaskBuilder to common.
|
2019-09-12 10:39:19 +03:00 |
|
|
c239abe6e8
|
Added unsafe data casts for all platforms and safeCast for JVM
|
2019-09-11 23:03:56 +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 |
|
|
418e1c2134
|
Refactored TaskBuilder to be more predictable
|
2019-09-04 09:50:56 +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 |
|
|
27c510f5d0
|
Removed inline from Name due to problems with equality and serialization.
|
2019-08-17 10:32:58 +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 |
|
|
a8c9100539
|
Fixed scripting test by randomly placing random strings in random places
|
2019-08-10 17:51:58 +03:00 |
|
|
d1061a6669
|
Fix for value equality in JS
|
2019-08-10 17:28:27 +03:00 |
|
|
56679cff23
|
Major rework of IO
|
2019-08-09 20:53:08 +03:00 |
|
|
5921556254
|
Reworked Data and Goal mechanics
|
2019-08-09 16:31:59 +03:00 |
|
|
43c18bcde7
|
Some refactoring in goal mechanics
|
2019-08-07 22:07:36 +03:00 |
|
|
65633bbd0d
|
Build passes, but a lot of tests fails. Need more work.
|
2019-08-07 21:14:20 +03:00 |
|
|
72954a8370
|
Meta equality for all
|
2019-08-07 20:41:27 +03:00 |
|
|
1f0a317cd8
|
Complete refactoring of goals and DataNodes
|
2019-08-07 19:28:44 +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 |
|
|
c82eda28d8
|
Minor updates for mutable meta and builder
|
2019-07-31 16:22:14 +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 |
|
|
da4a9ebe9d
|
Simplified Provider API
|
2019-07-05 18:49:36 +03:00 |
|
|
5b053d60a2
|
optimize plugin loading API
|
2019-07-02 13:17:41 +03:00 |
|
|
167dc752ea
|
Few more updates for context builder
|
2019-06-30 14:13:45 +03:00 |
|
|
1722a7dd82
|
Slightly modified plugin lookup
|
2019-06-30 10:34:15 +03:00 |
|
|
b13d980c02
|
migrating to common toolset
|
2019-06-28 16:28:54 +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 |
|