Commit Graph

1034 Commits

Author SHA1 Message Date
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
Dave C-J 0878071a91 Tweak to LEDborg to use fs.exists rather than fs.read... no need to read and catch exception 2013-09-18 17:25:15 +01:00
Dave C-J 052aad50e6 Add LevelDB node to the mix - a file based key value store... persistent across reboots etc. 2013-09-18 17:15:36 +01:00
Nicholas O'Leary 62e7b253c9 HTTP node not closeing properly 2013-09-18 09:21:12 +01:00
Dave C-J d3ed9afe03 Tweaks to Debug. realigned UI to be consistent with other nodes, Increased maxlength limit to 1000, Made circular object handling the default. 2013-09-17 11:11:09 +01:00
Nicholas O'Leary 0ceee215f3 Add notification for loss of connection to server 2013-09-16 22:21:31 +01:00
Dave C-J 6fc2555a2f Fix for Debug node circular references (Issue 17) - Also now limit debug message length ...(more). Added debugMaxLength setting to settings.js - default 512 - so can be overridden if required. (no doubt this will change) 2013-09-16 18:00:33 +01:00
Dave C-J 939178720a Fixed regex for LEDs to look for 0-9a-fA-F 2013-09-16 17:55:49 +01:00
Dave C-J 5a5a4644db Add PiBorg's LEDBorg to the hardware family... (only works on Pi - and only if installed :-) 2013-09-15 19:39:18 +01:00
Ben Hardill b63876f5ae Merge remote-tracking branch 'upstream/master' 2013-09-15 15:58:55 +01:00
Dave C-J 585e50229e Merge branch 'master' of github.com:node-red/node-red 2013-09-15 11:36:19 +01:00
Dave C-J f8988ca583 Made Blink1 and BlinkStick msg.payloads consistent so both accept hex #rrggbb or decimal rrr,ggg,bbb. (This will also break any existing Blink1 deployments...) 2013-09-15 11:35:56 +01:00
Ben Hardill 79853f5a60 Merge remote-tracking branch 'upstream/master' 2013-09-14 14:02:46 +01:00
Nicholas O'Leary 95c815d994 Update Debug tooltip to make sidebar easier to find 2013-09-14 10:21:09 +01:00
Dave C-J 500c3ec146 tweak debug - so booleans are obvious. 2013-09-13 23:28:39 +01:00
Dave C-J b0e9dbb929 Partial fix for Issue #17 2013-09-13 22:55:16 +01:00
Dave C-J 36ae1dd0ef added/allowed text colour names for BlinkStick 2013-09-13 13:05:10 +01:00
Dave C-J 8300952254 Merge branch 'master' of github.com:node-red/node-red 2013-09-13 12:25:24 +01:00
Dave C-J b7179fe373 Better detection of BlinkStick - yet to do text colour values 2013-09-13 12:23:46 +01:00
Nicholas O'Leary 755d17766c Add cron-like scheduling to inject 2013-09-12 17:21:46 +01:00
Ben Hardill 670a6cd933 Added a close function to clean up unfired timeouts on a redeploy 2013-09-10 23:18:15 +01:00
Ben Hardill c85ab75fe3 Removed this.topic from the label function 2013-09-10 22:44:36 +01:00
Ben Hardill 75d1adcb18 Merge remote-tracking branch 'upstream/master' 2013-09-10 14:54:19 +01:00
Ben Hardill 2d9250e046 move pause node from contrib to core and changed order number from 99 to 89 2013-09-10 13:23:16 +01:00
Nicholas O'Leary f7bdece081 Fix the irc label breakage 2013-09-09 21:42:12 +01:00
Nicholas O'Leary 77a6b0a71d Import fails on nodes with config labels 2013-09-09 09:59:35 +01:00
Dave C-J 9a26916d29 over zealous error checking for device... - now under zealous - tricky to debug without actual hardware in hand :-) 4/10 must try harder 2013-09-08 16:45:51 +01:00
Dave C-J 163d0c624a added prototype BlinkStick node... 2013-09-08 13:05:41 +01:00
Ben Hardill e255cf7659 Adding a validator to the timeout field and included the timeout in the lable by default 2013-09-08 12:18:14 +01:00
Dave C-J 06930cb65c added (some) query capability to MongoDB node. 2013-09-08 11:21:52 +01:00
Dave C-J 065d47d173 handle more errors for sockets. one step forward. 2013-09-08 11:21:26 +01:00
Ben Hardill d13a569c49 fix require path in 99-pause.js 2013-09-07 17:37:08 +01:00
Ben Hardill ae0f3bff8b Adding pause node to allow for arbitrary pauses to be added to flows 2013-09-07 17:19:52 +01:00
Nicholas O'Leary 7b4927ff5d Full fix for #11 2013-09-07 14:27:41 +01:00
Dave C-J 07ff9aa061 Issue #11 - only show error code on Alert toaster (rather than full error) 2013-09-07 11:26:22 +01:00
Dave C-J 38d309dcf3 improved error handling (and labelling) for socket node... but not perfect by a long way... 2013-09-06 21:43:54 +01:00
Nicholas O'Leary 3255ae4187 Fixes #10 2013-09-06 21:03:51 +01:00
Dave Conway-Jones b8f82fd9ae More useful response to 404... (if backend died) 2013-09-06 20:03:15 +01:00
Dave Conway-Jones 28b7009f33 Catch board not configured error without crashing 2013-09-06 13:57:43 +01:00
Dave Conway-Jones 6922a71995 tweak Arduino node colours and default port 2013-09-06 09:26:19 +01:00
Nicholas O'Leary 32796dd74c Got to start somewhere 2013-09-05 15:02:48 +01:00