Commit Graph

190 Commits

Author SHA1 Message Date
Ben Hardill ca72e187f9 and another typo 2013-11-13 15:36:54 +00:00
Ben Hardill e2a532434e Added missing () to validator 2013-11-13 15:25:29 +00:00
Nicholas O'Leary 8426c9802b Allow unlimited event listeners on mqttConnectionPool
Fixes #71
2013-11-13 15:00:55 +00:00
Nicholas O'Leary 07a5d3626e Typo in HTTP Request Node prevents POSTs
fixes #68
2013-11-11 14:25:50 +00:00
Ben Hardill f3a84eacf3 Added some limits to the spinners, and updated the image 2013-11-10 19:49:16 +00:00
Ben Hardill e9a64f7bdf Added random delay to delay node 2013-11-10 17:25:55 +00:00
Nicholas O'Leary 22f46a4317 Inject Node: Interval between times not sticking
fixes #67
2013-11-09 17:07:57 +00:00
Nicholas O'Leary 3b49c85a8e Remove extra slash in Debug WS connection url and respect http/https
Fixes #59,#60
2013-11-06 21:33:25 +00:00
Nicholas O'Leary 8f71ee4631 Unable to pass custom headers to HTTP Response node
fixes #54
2013-11-06 21:08:00 +00:00
Dave C-J 25596b06b1 Add json2xml node - to complement the xml2json one... 2013-11-04 20:29:33 +00:00
Dave C-J d9ed5b46c4 Various little tweaks - less console.log more util.log, add exra try/catch to serial, add wiring-pi url to Pi "error message". 2013-11-03 19:10:35 +00:00
Dave C-J 09348eb353 Improve IRC UI options to Fix Issue #53. Now a three way select - either send whole msg object to channel, just msg.payload to channel or msg.payload to users specified in msg.topic 2013-11-02 12:12:47 +00:00
Nicholas O'Leary b12b02ebb9 Change node deprecation message 2013-10-31 16:41:52 +00:00
Dave C-J 8891548909 Make simple payload types be objects for mongodb to stor sensibly. 2013-10-31 16:33:14 +00:00
Dave C-J bbc1b70a5a Moved deprecated nodes to deprecated folder - added "this node is deprecated" warnings. 2013-10-31 09:43:22 +00:00
Nicholas O'Leary 76def0a320 Remove deprecated Connect api 2013-10-30 21:18:07 +00:00
Nicholas O'Leary 426e866113 Move nodes over to node-red-nodes repo 2013-10-30 21:13:52 +00:00
Nicholas O'Leary 948cbc537e Add toggle button support to core, tidying up debug node 2013-10-28 16:45:31 +00:00
Dave C-J 87fdc74ed0 Make debug button move/partially hide when disabled to make it obvious. Also thicken border of node selected from within debug window - again to make it "pop" so it is obvious. Fixes #47 2013-10-28 10:01:12 +00:00
Dave C-J deef63334f update sample to use environment variable for path to RED. 2013-10-28 09:59:36 +00:00
Dave C-J c193779f67 update to mongodb node to allow both save and insert. 2013-10-28 09:58:56 +00:00
Nicholas O'Leary 488a039781 Add err handler on tcpout/listener. Fixes #50 2013-10-27 17:57:46 +00:00
Dave C-J 6fb8506722 Better fix to Close Issue#48. udp out node now accept msg.ip and msg.port properties - and udp in node now produces them also. Note- the ststically configured vlues WILL take precedence - so if you want to use msg.ip and msg.port then do not configure them in the edit dialog 2013-10-25 11:27:21 +01:00
Dave C-J a4160a6bea Partial fix for Issue #45 - allows msg.destip and msg.port properties to override static config.
Signed-off-by: Dave C-J <dave@conway-jones.co.uk>
2013-10-24 19:58:57 +01:00
Dave C-J f1f00da1a8 Allow http request node to pass through existing msg properties rather than wiping clean (in case needed on other side...)
Also one more try / catch to xml parser... could still barf if provoked.
2013-10-23 21:27:54 +01:00
Dave Conway-Jones 30f3a46d46 Fix for Issue#45 2013-10-23 08:42:14 +01:00
Nicholas O'Leary dc0d62cb28 HttpRequest: unable to overide url with https url 2013-10-23 00:03:32 +01:00
Dave Conway-Jones ae13db90a9 missing ; - oops 2013-10-22 21:07:20 +01:00
Dave C-J 3b60e1a0e3 Added error trap to xml2js node. 2013-10-22 20:25:14 +01:00
Dave C-J c4f30a6111 remove extra logging from exec , add sun icon 2013-10-20 20:37:40 +01:00
Dave C-J e775346946 Let Blinkstick accept upper case colours 2013-10-20 20:37:01 +01:00
Nicholas O'Leary 778e0d2086 HTTPRequest: custom headers not passed on 2013-10-20 00:09:15 +01:00
Nicholas O'Leary f8e8bf22c0 SwitchNode: allow use of properties beneath the top level 2013-10-19 21:04:17 +01:00
Dave C-J 547ae0cd72 Added a bit more error cathing to tail node 2013-10-19 14:58:05 +01:00
Dave C-J b1c9e95209 removed Arduino pins "warning" - way too agressive... 2013-10-18 17:03:41 +01:00
Nicholas O'Leary 294224de9b TailNode: kill tail process on close 2013-10-18 10:04:03 +01:00
Dave C-J 426444b042 Tweaks to timer node - limit delays/rate to +ve numbers... add bit more info, slight tidy up. 2013-10-17 22:45:17 +01:00
Dave C-J f3040ae95c Add warning to Arduino node (as underlying firmata won't allow pins to be both inputas and outputs at the same time) 2013-10-16 19:10:34 +01:00
Nick O'Leary f3ec90eee0 Merge pull request #14 from hardillb/master
Pull request for Pause Node
2013-10-16 04:49:05 -07:00
Dave C-J d8a6e28950 Remove some excess console.log and tidy up some close calls 2013-10-15 21:12:30 +01:00
Dave C-J 4780c2bfe8 Tweaks to edit icons, and make Twitter show seach tags as label rather than just Twitter 2013-10-15 21:11:45 +01:00
Nicholas O'Leary 3bab2a0b8d Remove console.log from exec node 2013-10-14 23:19:01 +01:00
Nicholas O'Leary e6fe875e25 Rogue console.log 2013-10-14 09:33:25 +01:00
Nicholas O'Leary bbe37dd944 One console.log too many 2013-10-13 20:29:29 +01:00
Nicholas O'Leary 32fcd12919 Add switch node 2013-10-13 20:28:21 +01:00
Nicholas O'Leary fff61861c1 Deprecated old socket nodes 2013-10-13 19:25:53 +01:00
Ben Hardill 74c57faa6c moved to use the on("close", function(){}) rather than overload the close
function
2013-10-13 17:40:20 +01:00
Ben Hardill 74d8958526 Merge remote-tracking branch 'upstream/master' 2013-10-13 17:33:19 +01:00
Dave C-J 9741c36fdb New UDP node to go with updated TCP node - includes multicast support 2013-10-11 21:42:34 +01:00
Dave C-J ee92967efa Fixes for Arduino (firmata) node - to try to make it work on a Pi... very slow to initialise... was never coming ready in time... hopefully fixes Issue #35 2013-10-10 15:36:23 +01:00
Dave C-J c5da163d50 update sample node to reflect better way to close nodes. 2013-10-10 15:36:23 +01:00
Nicholas O'Leary 80b76fba88 HttpRequest: don't send body for GET/DELETE methods 2013-10-10 09:56:24 +01:00
Dave C-J ae6fa8b6c0 Add bluetooth icon 2013-10-10 08:46:45 +01:00
Nicholas O'Leary 6205190c78 Fix jumping focus with Orion editor 2013-10-09 22:12:06 +01:00
Nicholas O'Leary 6298a13f06 Add warning if http response node doesn't get a msg.res object 2013-10-09 20:45:51 +01:00
Nicholas O'Leary e907341d69 Restore twitter in node topic 2013-10-09 20:18:09 +01:00
Dave C-J a1de6d2d0b added more debug / state checking to Arduino node 2013-10-07 23:36:44 +01:00
Dave C-J f1bcf130aa Fix for irc client - to make connection "lazy", so it doesn't start untill needed. 2013-10-07 18:46:06 +01:00
Dave C-J 56476312c1 Fix wrong type of string being detected by TCPin node 2013-10-07 16:25:23 +01:00
Nicholas O'Leary f0f2a71e3a Yet more twitter tweaking 2013-10-05 23:09:55 +01:00
Nicholas O'Leary 257525fcda Inject node: no-repeat not showing correctly 2013-10-05 22:34:48 +01:00
Dave C-J c7bbfeeb7c suppress warning from underlying xmpp library - missing stringprep is unlikely to cause a problem unless using higher utf8 codes, but it doesn't compile at present so more trouble for users than it's worth. 2013-10-04 22:13:25 +01:00
Nicholas O'Leary deddd077dc Inject: fail to show correct edit view for fixed time (fixes #34) 2013-10-03 15:16:52 +01:00
Ben Hardill 25d8a59d6c Fix some layout issues in the config popup and made the rate limit mode shut down the timer and make sure it sends the first message straight away when the buffer is empty. 2013-10-03 12:41:30 +01:00
Dave C-J d36cc4fb4c Twitter tweak 2013-10-02 23:40:08 +01:00
Dave C-J 5c8b2f20db untweaked and retweaked Tweet 2013-10-02 23:37:26 +01:00
Dave C-J e316c4734f Make "alert" nodes more consistent. 2013-10-02 21:16:26 +01:00
Dave C-J 148f6f418e slightly better IRC error catching 2013-10-02 21:15:12 +01:00
Dave C-J f6da96e7e1 Tweak Twitter Properties UI to improve flow 2013-10-02 21:14:02 +01:00
Nicholas O'Leary 914c84e234 Merge branch 'master' of github.com:node-red/node-red 2013-10-02 19:43:01 +01:00
Nicholas O'Leary eafc1e4f5d Failed to set http request headers - fixes #32 2013-10-02 19:42:52 +01:00
Ben Hardill 56da5faae2 Improved the configuration screen to allow larger range of delays/rates and to make it more obvious what the values mean 2013-10-02 12:31:12 +01:00
Ben Hardill 0b1c14c07e Merge remote-tracking branch 'upstream/master' 2013-10-02 11:04:26 +01:00
Ben Hardill 85bf6ab51f merged dalay and rate limit node 2013-10-02 11:03:43 +01:00
Dave C-J 43ff2fa52b Fix chicken/egg with push alert nodes... couldn't see info about config until config was correct... 2013-10-01 19:13:02 +01:00
Nicholas O'Leary d332600149 Add new http request node 2013-10-01 17:03:17 +01:00
Ben Hardill e7266ba2b6 Added warning when buffer size grows above 1000 msgs 2013-10-01 13:18:23 +01:00
Ben Hardill d37e816cd1 Merge remote-tracking branch 'upstream/master' 2013-10-01 12:45:12 +01:00
Ben Hardill dd293da6fb Fix some scope issues in delay node and add rate limiting node 2013-10-01 12:42:31 +01:00
Nicholas O'Leary 68e7e5e226 Add HTTP Response node to make http flows easier to handle 2013-09-28 22:18:41 +01:00
Dave C-J 4d6fa00150 Tiny help changes to comment and LevelDB nodes 2013-09-28 14:12:32 +01:00
Dave C-J ec5fc4fabd levelDB - oops forgot to close database on close... non fatal but lots of messages ... fixed 2013-09-27 17:33:55 +01:00
Dave C-J 1918322ef0 Okay - leveldb node is back... addressing Issue #26 2013-09-27 16:07:57 +01:00
Ben Hardill a4fb33ee73 Merge remote-tracking branch 'upstream/master' 2013-09-27 10:56:26 +01:00
Ben Hardill fafbcdce26 renamed pause node to delay node 2013-09-27 10:55:46 +01:00
Dave C-J 9c6fb698ea Tweak some node labels to make the behaviour more consistent (at least per palette section) 2013-09-27 10:38:59 +01:00
Nicholas O'Leary 6783322e5f Better serial port error handling 2013-09-25 15:19:15 +01:00
Dave C-J f23762ef9a move MongoDB delete function to output node as it's logically the end of a flow. 2013-09-25 12:04:12 +01:00
Dave C-J 021b4cd610 Added delete to MongoDB node 2013-09-24 20:38:37 +01:00
Dave C-J c95fc633e3 remove/hide some over zealous warn messages from blinkstick 2013-09-24 18:45:47 +01:00
Dave C-J b39e7d8a2b Fix R-Pi gpio node to not use reset - just set all io to input on start instead... 2013-09-24 18:45:02 +01:00
Dave C-J 019a4ff397 Patch for serial node - if no delimiter selected then it was holding onto the last character in the buffer. 2013-09-23 08:28:40 +01:00
Dave C-J 8eb2bcbd9c looks like LevelDB has been abandoned on Node :-( searching for simple alternatives 2013-09-20 09:11:05 +01:00
Dave C-J 62fa61254e retire LevelDB early due to inderlying non-compilation of code issues... 2013-09-19 20:05:20 +01:00
Nicholas O'Leary 5390d9bc66 console.log in haste... remove at leisure 2013-09-19 17:01:00 +01:00
Ben Hardill b110e4de17 Merge remote-tracking branch 'upstream/master' 2013-09-19 16:22:39 +01:00
Nicholas O'Leary 3e538cd145 Debug sidebar: only display 200 most recent entries 2013-09-19 14:22:24 +01:00
Nicholas O'Leary 8821f88743 Make TCP nodes more intuitive
The edit dialog for the TCP nodes is (IMHO) clearer to use now
and provides options for how to handle the incoming messages.

The general error handling to much improved as well.
2013-09-19 13:02:27 +01:00
Dave C-J 3c456eaec4 Enhance Comment block with a editbox to allow for longer comments and possible help etc 2013-09-19 11:07:57 +01:00
Dave C-J 9b320d93ea Much tidier Raspberry Pi GPIO node - requires @drogon 's Wiring-Pi installed... more to come 2013-09-19 10:08:00 +01:00