1
0
mirror of https://github.com/node-red/node-red-nodes.git synced 2023-10-10 13:36:58 +02:00
Commit Graph

24 Commits

Author SHA1 Message Date
Dave Conway-Jones
5b975d912b
Move Daemon to standard function category 2019-09-19 09:29:48 +01:00
Dave Conway-Jones
2070a932be
let daemon node pass old msg properties 2019-05-20 19:32:11 +01:00
Dave Conway-Jones
c835fe7cad
fix daemon node autorun
to close #494
2018-10-24 21:54:13 +01:00
Dave Conway-Jones
c59c05c693
Daemon - allow manual start rather than always auto
to close #479
2018-08-23 08:57:15 +01:00
Dave Conway-Jones
5b69ab66aa
make daemon node kill/term/int selectable 2018-05-09 09:42:51 +01:00
Dave Conway-Jones
d28c5291c0
bump daemon node package 2018-03-30 14:53:25 +01:00
Dave Conway-Jones
4679077760
Make extra node names more consistent i18n wise 2018-03-30 14:50:51 +01:00
Dave Conway-Jones
bb3d302bcb
Add try/catch to daemon 2018-02-09 12:51:42 +00:00
Dave Conway-Jones
fce96ff196
don't remove daemon input listener on auto restart
to re close #365
2017-10-29 21:54:01 +00:00
Dave Conway-Jones
cabf9ad00c
only register input listener once on daemon node
to close #365
2017-10-28 23:12:39 +01:00
Dave Conway-Jones
5ac15e620a
ensure daemon node has a command to run
in order to prevent crash.
2017-08-22 15:49:31 +01:00
Dave Conway-Jones
0fb8a1a2a0
add kill and start parameters to daemon node 2017-05-03 17:46:10 +01:00
Dave Conway-Jones
faba134e42 add lables to daemon node 2017-01-29 17:46:50 +00:00
Dave Conway-Jones
316a2fd272 Re-lint a load of nodes 2017-01-29 17:45:44 +00:00
Dave Conway-Jones
83ea35d0dd Let daemon node call done() so it has time to kill child process 2017-01-01 23:34:23 +00:00
Dave Conway-Jones
a7247e898a Update licenses and packages for all nodes 2016-11-06 20:26:19 +00:00
Dave Conway-Jones
f63d8d6343 Daemon node. Check payload length rather than trim to handle buffer
to close #242
thanks @gbrault
2016-10-17 21:35:12 +01:00
Dave Conway-Jones
71c0a0c7cf add info to daemon node to point out python unbuffered 2016-08-28 11:37:51 +01:00
Dave Conway-Jones
eb17e6533e clean up whitespace on daemon args
cause less errors if any trailing whitespace removed,
2016-08-16 10:12:31 +01:00
Dave Conway-Jones
8563624983 Add line output mode for Daemon node
to address #202
2016-04-18 21:40:43 +01:00
Dave Conway-Jones
88985f4fe7 update analysis and utility nodes info style 2016-03-02 13:27:52 +00:00
Dave Conway-Jones
059c7a2d67 slight update to daemon node words
to clarify arguments
2015-09-02 10:56:32 +01:00
dceejay
76f55af264 Update Package.json file for all node-red-nodes to be Apache-2.0 2015-05-29 14:58:34 +01:00
Dave C-J
3e21d7d730 New Daemon node to call and monitor long running external commands 2014-12-24 21:51:17 +00:00