- 15 Apr, 2019 5 commits
-
-
Steffen Michels authored
-
Bas Lijnse authored
-
Bas Lijnse authored
-
Bas Lijnse authored
-
Bas Lijnse authored
-
- 12 Apr, 2019 4 commits
-
-
Mart Lubbers authored
Added an engine option to limit webserver connections to localhost (on by default) See merge request !245
-
Bas Lijnse authored
-
Bas Lijnse authored
-
Bas Lijnse authored
-
- 09 Apr, 2019 3 commits
-
-
Bas Lijnse authored
-
Bas Lijnse authored
-
Bas Lijnse authored
-
- 08 Apr, 2019 6 commits
-
-
Steffen Michels authored
-
Steffen Michels authored
-
Steffen Michels authored
-
Bas Lijnse authored
Catch sigint and sigterm to properly close connections See merge request !242
-
Bas Lijnse authored
Maded workflow-admin css based. New tasks are now properly started in a window and styling is done with css.
-
Mart Lubbers authored
Resolve "interactView does not handle edit events" Closes #275 See merge request !241
-
- 05 Apr, 2019 4 commits
-
-
Bas Lijnse authored
Updated documentation about custom editors and made client side framework also accept single string class attributes
-
Bas Lijnse authored
-
Bas Lijnse authored
-
Bas Lijnse authored
-
- 04 Apr, 2019 2 commits
-
-
Steffen Michels authored
-
Steffen Michels authored
-
- 03 Apr, 2019 1 commit
-
-
Mart Lubbers 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 5 commits
-
-
Bas Lijnse authored
-
Bas Lijnse authored
-
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 9 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
-
Bas Lijnse authored
-
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
-