- 04 Apr, 2019 2 commits
-
-
Steffen Michels authored
-
Steffen Michels authored
-
- 02 Apr, 2019 1 commit
-
-
Steffen Michels authored
fix definition of iTasks.Engine.lesser; was already done in 0c66fcb8 but got lost somehow...
-
- 01 Apr, 2019 3 commits
-
-
Bas Lijnse authored
Add ondestroy handler for tcp connections See merge request !240
-
Bas Lijnse authored
validate string length of editors also on server See merge request !239
-
Steffen Michels authored
validate string length of editors also on server; otherwise invalid initial/refreshed values are accepted
-
- 29 Mar, 2019 8 commits
-
-
Mart Lubbers authored
-
Mart Lubbers authored
-
Mart Lubbers authored
Normally you can gracefull clean up in iTasks by hooking into the onDisconnect handler, however, if the IOtask is destroyed by for example a step, it was impossible to gracefully close the connection. To fix this, this commit: - Patches the tcp connections used internally (async, {web,sds}service, tonic) - Adapts the wrapping tasks from Internal.Task - Adapts processIOTask to get an onDestroy handler - When an IOTask is destroyed, read the task state once more, call the onDestroy handler and possibly write some data once more. This can be used to gracefully close any connections to services that cannot reasonably detect broken TCP connections
-
Mart Lubbers authored
Resolve "Remove background tasks (again)" Closes #232 See merge request !226
-
Bas Lijnse authored
add dynamic editor extension See merge request !238
-
Bas Lijnse authored
add importTextDocument task See merge request !237
-
Mart Lubbers authored
Merge branch '232-remove-background-tasks-again' of gitlab.science.ru.nl:clean-and-itasks/iTasks-SDK into 232-remove-background-tasks-again
-
Mart Lubbers authored
also clean up imports in the files that are touched
-
- 28 Mar, 2019 1 commit
-
-
Steffen Michels authored
-
- 27 Mar, 2019 1 commit
-
-
Steffen Michels authored
-
- 26 Mar, 2019 2 commits
-
-
Bas Lijnse authored
Leaflet: add circle/rectangle & editable objects See merge request !235
-
Steffen Michels authored
-
- 15 Mar, 2019 7 commits
-
-
Bas Lijnse authored
fix resizing for bottom sidebar See merge request !234
-
Bas Lijnse authored
Small improvements related to form components See merge request !233
-
Steffen Michels authored
-
Steffen Michels authored
-
Steffen Michels authored
-
Steffen Michels authored
use 'input' instead of 'keyup' event to generate events for form UI components; this prevents missed inputs by right mouse click -> paste/cut
-
Steffen Michels authored
-
- 14 Mar, 2019 6 commits
-
-
Mart Lubbers authored
The order of processEvents is also changed
-
Mart Lubbers authored
This cannot be a regular task since it always needs to run at the end
-
Mart Lubbers authored
-
Mart Lubbers authored
-
Mart Lubbers authored
-
Mart Lubbers authored
-
- 13 Mar, 2019 2 commits
-
-
Mart Lubbers authored
Merge branch 'master' of gitlab.science.ru.nl:clean-and-itasks/iTasks-SDK into 232-remove-background-tasks-again
-
Mart Lubbers authored
-
- 09 Mar, 2019 1 commit
-
-
Bas Lijnse authored
export user admin management sub-tasks See merge request !232
-
- 08 Mar, 2019 2 commits
-
-
Steffen Michels authored
-
Steffen Michels authored
-
- 05 Mar, 2019 2 commits
-
-
Bas Lijnse authored
introduce >-| as abbreviation for '>>- \_ ->' See merge request !231
-
Steffen Michels authored
-
- 04 Mar, 2019 1 commit
-
-
Steffen Michels authored
Updated the Collection extension to the new overloaded SDS API. See merge request !230
-
- 03 Mar, 2019 1 commit
-
-
Bas Lijnse authored
-