Commit Graph

  • ca72e187f9 and another typo Ben Hardill 2013-11-13 15:36:54 +00:00
  • e2a532434e Added missing () to validator Ben Hardill 2013-11-13 15:25:29 +00:00
  • 8426c9802b Allow unlimited event listeners on mqttConnectionPool Fixes #71 Nicholas O'Leary 2013-11-13 15:00:55 +00:00
  • 6c68193db3 Merge c1420b2898414c295b294b48c2325e4d963757b4 into 848a69dc26b5dfb099f5735bc97f884023254237 Toby Jaffey 2013-11-12 14:23:18 -08:00
  • 848a69dc26 Make storage.init return a promise to async initialisation part of #62 Nicholas O'Leary 2013-11-12 17:13:06 +00:00
  • 1536dcdf1e Add httpStatic setting Nicholas O'Leary 2013-11-11 21:16:57 +00:00
  • c1420b2898 Merge branch 'master' of https://github.com/node-red/node-red Toby Jaffey 2013-11-11 17:03:56 +00:00
  • 07a5d3626e Typo in HTTP Request Node prevents POSTs fixes #68 Nicholas O'Leary 2013-11-11 14:25:50 +00:00
  • 29734dd994 Add unit test for localfilestorage Stage 2 of #62 Nicholas O'Leary 2013-11-10 22:19:01 +00:00
  • f3a84eacf3 Added some limits to the spinners, and updated the image Ben Hardill 2013-11-10 19:49:16 +00:00
  • e9a64f7bdf Added random delay to delay node Ben Hardill 2013-11-10 17:25:55 +00:00
  • 89dc15567d Remove stray setting from testing Nicholas O'Leary 2013-11-10 15:15:37 +00:00
  • 95bef6b6ca Abstract all file-system operations Stage 1 of #62 Nicholas O'Leary 2013-11-10 00:05:58 +00:00
  • 22f46a4317 Inject Node: Interval between times not sticking fixes #67 Nicholas O'Leary 2013-11-09 17:07:57 +00:00
  • 32f22f520f Merge branch 'master' of https://github.com/node-red/node-red Toby Jaffey 2013-11-09 16:39:11 +00:00
  • a2e77471a9 Add settings.uiHost - to allow binding to a specific interface Closes #58 Nicholas O'Leary 2013-11-08 14:50:54 +00:00
  • cb6fbf29a8 Palette popover defined title twice fixes #64 Nicholas O'Leary 2013-11-07 16:08:35 +00:00
  • 3b49c85a8e Remove extra slash in Debug WS connection url and respect http/https Fixes #59,#60 Nicholas O'Leary 2013-11-06 21:33:25 +00:00
  • 8f71ee4631 Unable to pass custom headers to HTTP Response node fixes #54 Nicholas O'Leary 2013-11-06 21:08:00 +00:00
  • 25596b06b1 Add json2xml node - to complement the xml2json one... Dave C-J 2013-11-04 20:29:33 +00:00
  • fe9d578251 Merge remote-tracking branch 'upstream/master' mjkoster 2013-11-03 11:16:31 -08:00
  • d9ed5b46c4 Various little tweaks - less console.log more util.log, add exra try/catch to serial, add wiring-pi url to Pi "error message". Dave C-J 2013-11-03 19:09:45 +00:00
  • 8e92520697 Merge remote-tracking branch 'upstream/master' mjkoster 2013-11-03 11:05:55 -08:00
  • 2e92b9a120 Added sentiment and irc to base dependencies Dave Conway-Jones 2013-11-02 16:03:32 +00:00
  • 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 Dave C-J 2013-11-02 12:12:47 +00:00
  • ff5f2da7e7 Bump version - 0.3.0 0.3.0 Nicholas O'Leary 2013-10-31 16:42:47 +00:00
  • b12b02ebb9 Change node deprecation message Nicholas O'Leary 2013-10-31 16:41:52 +00:00
  • 8891548909 Make simple payload types be objects for mongodb to stor sensibly. Dave C-J 2013-10-31 16:33:14 +00:00
  • bbc1b70a5a Moved deprecated nodes to deprecated folder - added "this node is deprecated" warnings. Dave C-J 2013-10-31 09:43:22 +00:00
  • 80e96d9a01 Add xml2js to the core deps Nicholas O'Leary 2013-10-30 21:49:06 +00:00
  • 8befd44195 Rename workspaces to tabs/sheets Nicholas O'Leary 2013-10-30 21:45:45 +00:00
  • bc878b40d6 Add node-red-nodes to .gitignore Nicholas O'Leary 2013-10-30 21:35:51 +00:00
  • 76def0a320 Remove deprecated Connect api Nicholas O'Leary 2013-10-30 21:18:07 +00:00
  • cbc12d783c Promote twitter to a core node Nicholas O'Leary 2013-10-30 21:17:44 +00:00
  • 426e866113 Move nodes over to node-red-nodes repo Nicholas O'Leary 2013-10-30 21:13:52 +00:00
  • b71645f8ea Rename Workspaces to Sheets (ui only) Nicholas O'Leary 2013-10-30 19:58:42 +00:00
  • 60652d2095 Update workspace delete button state properly Nicholas O'Leary 2013-10-30 19:25:22 +00:00
  • 94463b82d6 Merge 0b977d66ad1b137499e98c3c536578f19e8811bb into e02189d09277087a560b17e7ea16ed5b65006630 deneboulton 2013-10-30 11:17:55 -07:00
  • 0b977d66ad The 'Delete workspace' menu button's enabled state was only set when "loading" workspaces, it was not set to enabled when dynamically adding a new workspace via the menu or chart 'plus' button. Abstracted the logic to add/remove the disabled class on the element - which is now called when adding workspaces from menu/buttons and when loading workspaces. Dene Boulton 2013-10-30 18:11:58 +00:00
  • 8d4db0d6fd Merge branch 'master' of https://github.com/node-red/node-red Toby Jaffey 2013-10-30 17:25:58 +00:00
  • e02189d092 Merge pull request #51 from node-red/tabs Nick O'Leary 2013-10-30 09:58:16 -07:00
  • a16c0835fd Merge branch 'master' into tabs Nicholas O'Leary 2013-10-28 23:05:40 +00:00
  • 37c89a7796 Account for scrolling when pasting nodes across tabs Nicholas O'Leary 2013-10-28 22:50:22 +00:00
  • 12d8d45f83 Add add-tab button to tab bar Nicholas O'Leary 2013-10-28 22:31:36 +00:00
  • c3258e91d6 Remove unused style Nicholas O'Leary 2013-10-28 20:49:55 +00:00
  • a8f5d6b9ee Prevent deleting the final tab Nicholas O'Leary 2013-10-28 20:48:25 +00:00
  • 419b044a12 Add delete button to tab edit dialog Nicholas O'Leary 2013-10-28 20:28:44 +00:00
  • 9c72b65611 Update workspace switcher menu when tabs removed Nicholas O'Leary 2013-10-28 20:14:59 +00:00
  • 2e15944b20 Use new tab style for sidebar Nicholas O'Leary 2013-10-28 20:06:46 +00:00
  • 8d14ae888f Make highlighted node more accessible Nicholas O'Leary 2013-10-28 16:54:49 +00:00
  • 948cbc537e Add toggle button support to core, tidying up debug node Nicholas O'Leary 2013-10-28 16:45:31 +00:00
  • 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 Dave C-J 2013-10-28 10:01:12 +00:00
  • deef63334f update sample to use environment variable for path to RED. Dave C-J 2013-10-28 09:59:36 +00:00
  • c193779f67 update to mongodb node to allow both save and insert. Dave C-J 2013-10-28 09:58:56 +00:00
  • c9344cd5f1 Restore scroll position on tab switch Nicholas O'Leary 2013-10-27 21:05:12 +00:00
  • 386520e65b Make tab operations undoable Nicholas O'Leary 2013-10-27 20:42:42 +00:00
  • 488a039781 Add err handler on tcpout/listener. Fixes #50 Nicholas O'Leary 2013-10-27 17:57:46 +00:00
  • c810edc10e Rename/Delete tab support Nicholas O'Leary 2013-10-26 22:29:24 +01:00
  • adc6b44840 Merge branch 'master' into tabs Nicholas O'Leary 2013-10-25 21:35:01 +01:00
  • 3604286793 Save/restore tabs Nicholas O'Leary 2013-10-25 21:34:00 +01:00
  • 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 Dave C-J 2013-10-25 11:27:21 +01:00
  • a4160a6bea Partial fix for Issue #45 - allows msg.destip and msg.port properties to override static config. Dave C-J 2013-10-24 19:58:57 +01:00
  • 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. Dave C-J 2013-10-23 21:27:54 +01:00
  • f3e33f4c29 Add workspace menu and start plumbing in Nicholas O'Leary 2013-10-23 16:42:13 +01:00
  • fa3c219685 Better tab sizing and scaling Nicholas O'Leary 2013-10-23 10:44:08 +01:00
  • 9e072cf182 Merge branch 'master' into tabs Nicholas O'Leary 2013-10-23 09:18:38 +01:00
  • 30f3a46d46 Fix for Issue#45 Dave Conway-Jones 2013-10-23 08:42:14 +01:00
  • ec09dc524a Merge branch 'master' into tabs Nicholas O'Leary 2013-10-23 00:03:47 +01:00
  • dc0d62cb28 HttpRequest: unable to overide url with https url Nicholas O'Leary 2013-10-23 00:03:09 +01:00
  • dce09f318f Add some tabs Nicholas O'Leary 2013-10-23 00:02:22 +01:00
  • ae13db90a9 missing ; - oops Dave Conway-Jones 2013-10-22 21:07:20 +01:00
  • 3b60e1a0e3 Added error trap to xml2js node. Dave C-J 2013-10-22 20:25:14 +01:00
  • fda72d2b53 Restrict Lasso select to current workspace Nicholas O'Leary 2013-10-21 23:22:56 +01:00
  • 11ca024521 Merge branch 'master' of https://github.com/node-red/node-red Toby Jaffey 2013-10-21 21:10:54 +01:00
  • ce4b5ee237 Merge branch 'master' into tabs Nicholas O'Leary 2013-10-21 13:13:08 +01:00
  • 612dd4dc7f and add required comma :-) Dave Conway-Jones 2013-10-21 08:30:39 +01:00
  • 56e14a81b4 Close quote properly. Dave Conway-Jones 2013-10-21 08:28:33 +01:00
  • 31a3d1e91b Add workspace/z property to nodes Nicholas O'Leary 2013-10-20 23:11:38 +01:00
  • fa8dcdc87f Add NODE_RED_HOME env variable Nicholas O'Leary 2013-10-20 22:08:38 +01:00
  • f80cbf729a Add some initial tests Nicholas O'Leary 2013-10-20 21:42:01 +01:00
  • c4f30a6111 remove extra logging from exec , add sun icon Dave C-J 2013-10-20 20:37:40 +01:00
  • e775346946 Let Blinkstick accept upper case colours Dave C-J 2013-10-20 20:37:01 +01:00
  • 778e0d2086 HTTPRequest: custom headers not passed on Nicholas O'Leary 2013-10-20 00:09:15 +01:00
  • 60570b7ba1 Add optional username+password authentication to MQTT in/out Toby Jaffey 2013-10-19 22:44:38 +01:00
  • f8e8bf22c0 SwitchNode: allow use of properties beneath the top level Nicholas O'Leary 2013-10-19 21:04:17 +01:00
  • 547ae0cd72 Added a bit more error cathing to tail node Dave C-J 2013-10-19 14:58:05 +01:00
  • b1c9e95209 removed Arduino pins "warning" - way too agressive... Dave C-J 2013-10-18 17:03:21 +01:00
  • 294224de9b TailNode: kill tail process on close Nicholas O'Leary 2013-10-18 10:03:32 +01:00
  • 426444b042 Tweaks to timer node - limit delays/rate to +ve numbers... add bit more info, slight tidy up. Dave C-J 2013-10-17 22:45:17 +01:00
  • 81d6a4b04f Bump version v0.2.0 Nicholas O'Leary 2013-10-16 19:46:37 +01:00
  • f3040ae95c Add warning to Arduino node (as underlying firmata won't allow pins to be both inputas and outputs at the same time) Dave C-J 2013-10-16 19:04:32 +01:00
  • f3ec90eee0 Merge pull request #14 from hardillb/master Nick O'Leary 2013-10-16 04:49:05 -07:00
  • 672e1a427a Merge 74c57faa6c5381748e91793965ae4f869ede098f into d8a6e289509c90e4c8f2ff60d35ab30f8e08efda Ben Hardill 2013-10-16 04:43:52 -07:00
  • d8a6e28950 Remove some excess console.log and tidy up some close calls Dave C-J 2013-10-15 21:12:30 +01:00
  • 4780c2bfe8 Tweaks to edit icons, and make Twitter show seach tags as label rather than just Twitter Dave C-J 2013-10-15 21:11:45 +01:00
  • 3bab2a0b8d Remove console.log from exec node Nicholas O'Leary 2013-10-14 23:19:01 +01:00
  • e6fe875e25 Rogue console.log Nicholas O'Leary 2013-10-14 09:33:25 +01:00
  • 5e8e35e6fa Allow icons to be bundled with nodes Nicholas O'Leary 2013-10-13 21:01:46 +01:00
  • bbe37dd944 One console.log too many Nicholas O'Leary 2013-10-13 20:29:29 +01:00
  • 32fcd12919 Add switch node Nicholas O'Leary 2013-10-13 20:28:21 +01:00