- 05 Jul, 2017 4 commits
-
-
Bas Lijnse authored
-
Bas Lijnse authored
-
Bas Lijnse authored
-
Bas Lijnse authored
-
- 04 Jul, 2017 2 commits
-
-
Bas Lijnse authored
-
Bas Lijnse authored
Moved everything from iTasks.API.Core.* except for some leftover types and derives in iTasks.API.Core.Types that should be distributed over other modules once everything has been moved.
-
- 03 Jul, 2017 2 commits
-
-
Bas Lijnse authored
-
Bas Lijnse authored
-
- 02 Jul, 2017 1 commit
-
-
Bas Lijnse authored
-
- 29 Jun, 2017 11 commits
-
-
Bas Lijnse authored
upgraded to leaflet 1.1.0 Closes #136 See merge request !54
-
Bas Lijnse authored
Leaflet map: added strictness annotations to 'forall' function, to solve recursi… Closes #135 See merge request !53
-
Steffen Michels authored
-
Steffen Michels authored
Leaflet map: added strictness annotations to 'forall' function, to solve recursion limit problems on client
-
Bas Lijnse authored
change Tm helper functions to match new format in platform from MR … Closes #110 See merge request !52
-
Mart Lubbers authored
change Tm helper functions to match new format in platform from MR clean-and-itasks/clean-platform#!47
-
Bas Lijnse authored
-
Bas Lijnse authored
Resolve "extend leaflet maps with popups" Closes #133 See merge request !50
-
Bas Lijnse authored
Resolve "store task reducts using copy_to/from_string instead of JSON" Closes #130 See merge request !48
-
Bas Lijnse authored
set `gEq{|(->)|}` to False since they should never be equal See merge request !51
-
Bas Lijnse authored
added missing itasks.Data.beforeRemove Closes #131 See merge request !47
-
- 28 Jun, 2017 3 commits
-
-
Mart Lubbers authored
copy_to_string comparison is unneeded and just takes time
-
Steffen Michels authored
-
Steffen Michels authored
-
- 27 Jun, 2017 1 commit
-
-
Steffen Michels authored
-
- 26 Jun, 2017 12 commits
-
-
Bas Lijnse authored
Renamed package name iTasks.TOP to iTasks.WF to emphasize workflow specification is only part of TOP
-
Bas Lijnse authored
-
Bas Lijnse authored
-
Steffen Michels authored
added generic cached store function to avoid code duplication between cachedJSONFileStore & cachedDynamicStringFileStorage
-
Bas Lijnse authored
-
Steffen Michels authored
added cached store using dynamic string encoding & store information about running task instances (reduct, ...) using such stores
-
Bas Lijnse authored
-
Steffen Michels authored
-
Bas Lijnse authored
This improves separation of concerns and makes the library easier to navigate.
-
Bas Lijnse authored
Added checking the compilation of the example applications to the testbench to easier check the code while reorganising the modules.
-
Bas Lijnse authored
Resolve "Specialized JSON encoder/decoder for Editlets" Closes #126 See merge request !46
-
Bas Lijnse authored
-
- 22 Jun, 2017 1 commit
-
-
Bas Lijnse authored
Completed the specialized encoding of values from server-> client in editlets. Using the generic functions for decoding json objects on the client is no longer necessary.
-
- 19 Jun, 2017 3 commits
-
-
Bas Lijnse authored
-
Bas Lijnse authored
Dynamic store that writes the store as a dynamic See merge request !45
-
Mart Lubbers authored
-