Commit Graph

  • 8c936ab09d Merge 69290508a3a45ec5904bdafdbfd2f20f60e570c2 into d0b6fd078c406dd89d8a36b724869e05d08bbe05 Ben Cox 2014-05-01 16:51:05 +00:00
  • 69290508a3 Correct typo Ben Cox 2014-05-01 17:50:50 +01:00
  • 8a0f0a884f removed other changes, committing redis node only tjkoury 2014-05-01 08:54:56 -04:00
  • 872604b303 Merge d0445f843c0b2b92b669857fb09a967be6c6d9bf into d0b6fd078c406dd89d8a36b724869e05d08bbe05 TheThingBox 2014-04-30 22:27:33 +00:00
  • d0b6fd078c Add File In node Nick O'Leary 2014-04-30 22:48:30 +01:00
  • 1df963e0ed Generate content-length on HTTP Request node Nick O'Leary 2014-04-30 22:04:33 +01:00
  • e49eb3c685 Tweak layout of serial port config (Thanks Frank) Dave C-J 2014-04-30 14:09:08 +01:00
  • f60430305e Merge pull request #207 from fvdpol/master Dave Conway-Jones 2014-04-30 13:53:36 +01:00
  • d0445f843c Update 61-email.html TheThingBox 2014-04-30 09:38:20 +02:00
  • 5e94df1b20 Change node "61-email" Kurospirit 2014-04-30 09:36:29 +02:00
  • 0b49b2cdda Add parser function nodes for XML, JSON and CSV. Each is dual function - pass in (for example) and get out a js object, pass in a js object and get back out the xml string. The CSV node must be configured with a column template that specifys the required property names for that column (csv->js), or the properties of the object that should be made into the csv (js->csv) Dave C-J 2014-04-29 17:01:30 +01:00
  • f2e9b43866 Functional Fix for Inject node addresses Issue #209 Interval is now wholly timeout based. Now works on Sundays Dave C-J 2014-04-29 16:20:45 +01:00
  • f67ce23f67 Reverted REDIS out, cleaned up REDIS in tjkoury 2014-04-29 09:30:40 -04:00
  • 9a91298c6f reverted Gruntfile.js, using Gulp for dev for the time being tjkoury 2014-04-29 08:50:51 -04:00
  • 02eb1d9a64 Import unknown config node breaks layout Fixes #211 Nick O'Leary 2014-04-28 21:40:32 +01:00
  • 802f6b061e added REDIS key options for the redis out and redis in nodes tjkoury 2014-04-28 13:55:28 -04:00
  • 1e6006b10b installed gulp as a dependency, created passthrough for redis querying tjkoury 2014-04-27 20:56:14 -04:00
  • e977cf17c0 included dependencies into package.json for core modules tjkoury 2014-04-27 15:17:51 -04:00
  • 025005e742 Removed vim temp files using .gitignore tjkoury 2014-04-27 14:39:17 -04:00
  • e8be9e191e Merge c869e2e7c9e195cd5fe88bb2973132d1cf04507f into b2f4bc915e829750c9bc4c8919462032ddd964b6 Ted Goddard 2014-04-27 16:54:26 +00:00
  • b2f4bc915e Bump 0.7.2 0.7.2 Nick O'Leary 2014-04-26 22:43:29 +01:00
  • 13deef189d Add ws heartbeat to keep connection alive through firewall Nick O'Leary 2014-04-24 23:42:44 +01:00
  • 60a31bb39b Adds travis status Sankar Gorthi 2014-04-23 17:23:50 -07:00
  • b5a8a7288b Tidy up ajax usage Nick O'Leary 2014-04-15 22:30:07 +01:00
  • c62a42169f Typo Frank van de Pol 2014-04-21 23:42:07 +02:00
  • 9d1bb39018 Add configuration of serial protocol settings Frank van de Pol 2014-04-21 23:35:28 +02:00
  • b6fd103b37 /nodes end-point should be text/html not json Nick O'Leary 2014-04-21 22:17:52 +01:00
  • 6a17a7d4c2 Add version information to log output Nick O'Leary 2014-04-21 21:55:28 +01:00
  • c39f4f9738 Handle port-in-use error on start-up Nick O'Leary 2014-04-21 21:42:59 +01:00
  • c20128b80f MQTT Client - missing null check Nick O'Leary 2014-04-21 21:14:03 +01:00
  • 0b7fa1ab5c Fix MQTT client reconnect logic Nick O'Leary 2014-04-21 20:40:56 +01:00
  • 775297d625 Fix library ui Nick O'Leary 2014-04-20 23:07:54 +01:00
  • d00624f9e3 Tidy up REST interface Nick O'Leary 2014-04-15 22:30:07 +01:00
  • d702caa5be Bump 0.7.1 0.7.1 Nick O'Leary 2014-04-20 20:52:16 +01:00
  • 729036ec0b Fix HTTTP Request url template Nick O'Leary 2014-04-20 20:50:20 +01:00
  • 2b605fe0bc Merge ca24fb1e995f03aa4606ed489180789c72f7494e into eee8f891469aa56ef6d397a421f707e0bceae60b Ted Goddard 2014-04-20 04:19:28 +00:00
  • eee8f89146 Clear MQTT Connection watchdog on error Nick O'Leary 2014-04-19 22:17:14 +01:00
  • 4ae5f34d2e Make Template node help clearer Nick O'Leary 2014-04-18 15:33:29 +01:00
  • c869e2e7c9 support for use_strict Ted Goddard 2014-04-17 11:13:49 -06:00
  • ca24fb1e99 support for use_strict Ted Goddard 2014-04-17 11:11:04 -06:00
  • 440d649cd6 support for use_strict Ted Goddard 2014-04-17 10:54:55 -06:00
  • 18ae7108f5 Add Grunt-cli dependency and fix Travis Nick O'Leary 2014-04-16 23:28:02 +01:00
  • b8bcd57cda Bump 0.7.0 0.7.0 Nick O'Leary 2014-04-16 22:42:26 +01:00
  • 0a2dab67c7 Remove deprecated nodes Nick O'Leary 2014-04-16 22:21:50 +01:00
  • fa275646a1 Allow use of arrow keys to move selected node Closes #176 Nick O'Leary 2014-04-16 13:39:16 +01:00
  • 4219681cfa Single-click on debug message reveals node Closes #192 Nick O'Leary 2014-04-16 12:59:23 +01:00
  • a386c028b0 Handle null debug messages Fixes #200 Nick O'Leary 2014-04-16 11:37:18 +01:00
  • 9ad4d50442 Merge pull request #187 from monteslu/sentiment Nick O'Leary 2014-04-16 11:07:29 +01:00
  • 653c02bb15 Add drop-intermediate option to Delay rate node Nick O'Leary 2014-04-15 23:08:02 +01:00
  • d5b36fcadc Add mustache template support to the HTTP Request url Nick O'Leary 2014-04-15 22:49:39 +01:00
  • e9c6501771 Add onadd node edit hook Nick O'Leary 2014-04-15 22:31:03 +01:00
  • bf7a9b1a89 Merge e8cb524e9fd537dc499d21f49af300c9c0de9e0d into 729051279468f18ecef1d29115ba5c8e5da52338 Nick O'Leary 2014-04-14 22:34:47 +00:00
  • e8cb524e9f Update README.md Nick O'Leary 2014-04-14 23:34:24 +01:00
  • 5a35dc5aa2 Merge f78493207bd3df622e730f0976e371ccb2d0e687 into 729051279468f18ecef1d29115ba5c8e5da52338 Nick O'Leary 2014-04-14 21:28:38 +00:00
  • e05b8fae66 Merge f78493207bd3df622e730f0976e371ccb2d0e687 into 729051279468f18ecef1d29115ba5c8e5da52338 Nick O'Leary 2014-04-14 21:24:55 +00:00
  • 0413a3b522 Merge f78493207bd3df622e730f0976e371ccb2d0e687 into 729051279468f18ecef1d29115ba5c8e5da52338 Nick O'Leary 2014-04-14 20:29:04 +00:00
  • f78493207b Update README.md Nick O'Leary 2014-04-14 21:28:23 +01:00
  • 7290512794 Allow File out node to handle objects more usefully. Dave C-J 2014-04-14 15:49:49 +01:00
  • be5f6762f7 Add Array detection to Debug node output Dave C-J 2014-04-14 15:49:17 +01:00
  • 1ea023e8ef Update README.md Nick O'Leary 2014-04-14 09:51:55 +01:00
  • 896b52ed9e Fix node tests Nick O'Leary 2014-04-13 22:32:33 +01:00
  • 92d10384ba Avoid adding null req/res properties to messages Nick O'Leary 2014-04-13 22:12:57 +01:00
  • de9ee37b42 Fix 'cannot set property boolean of undefined' Nick O'Leary 2014-04-12 23:09:47 +01:00
  • ae02cf8d71 Make 0's appear in switch node dialog (were seen as nulls) Dave C-J 2014-04-11 10:56:59 +01:00
  • df0ecbaf3a Disable unselectable option in Raspberry Pi node Dave C-J 2014-04-11 10:56:20 +01:00
  • 96ed3055bf tweak sample nodes - slightly Dave C-J 2014-04-11 10:55:14 +01:00
  • 10d9dee4aa Escape html chars in Inject/Debug and Info pane Nick O'Leary 2014-04-09 14:50:53 +01:00
  • 8a646f73b3 Config node validation should define to node-defined func Nick O'Leary 2014-04-08 16:19:15 +01:00
  • a08789a086 Change parseXML node to no longer have special debug options (as can now be done in the debug node... so more consistent) Dave C-J 2014-04-08 16:06:46 +01:00
  • e38b321c33 Tweak to Pi GPIO node to throw exceptions more in line with latest thinking Dave C-J 2014-04-08 16:04:13 +01:00
  • d784889b75 Validate properties after calling oneditprepare Nick O'Leary 2014-04-08 15:32:58 +01:00
  • 43073de10b Add nodesExcludes option Nick O'Leary 2014-04-08 13:32:46 +01:00
  • 069f42f0c5 Add console.log option to debug node Fixes #194 Dave C-J 2014-04-08 11:31:22 +01:00
  • 0b8e8de260 Allow nodesDir to be an array of paths Nick O'Leary 2014-04-07 22:00:59 +01:00
  • 61285a0ee8 Fixes to spawn behaviour - (well more to catching bad behaviour) It needs a redo - but patched so it doesn't die horribly. Dave C-J 2014-04-06 23:25:40 +01:00
  • 789d64f7ed Add Ctrl-x (cut) to shortcuts Dave C-J 2014-04-03 00:05:16 +01:00
  • 572a6156d6 Add .npm dir to .gitignore Dave C-J 2014-03-31 14:18:10 +01:00
  • 214338eb62 Fix Function node Nick O'Leary 2014-04-02 23:56:46 +01:00
  • bcefa6c9ef Properly deprecate httpget node Nick O'Leary 2014-04-02 21:21:51 +01:00
  • c52db897b3 Remove boilerplate help from Function node Fixes #180 Nick O'Leary 2014-04-02 21:20:58 +01:00
  • fa2d2771a7 Add websocket error handlers Fixes #190 Nick O'Leary 2014-04-01 23:18:34 +01:00
  • 6cc0df75a6 Better spinner graphic Fixes #189 Nick O'Leary 2014-04-01 22:53:48 +01:00
  • c1502663b4 Update node_registry_spec Nick O'Leary 2014-03-31 14:41:51 +01:00
  • ea2c0da163 Make localfs test async aware Nick O'Leary 2014-03-31 14:37:38 +01:00
  • 1bdfd920cd Add debug to storage_localfilesystem test Nick O'Leary 2014-03-31 14:15:10 +01:00
  • 22db06046b Fix mocha dependency Nick O'Leary 2014-03-31 13:38:35 +01:00
  • 9a7042b8dc Add grunt build and travis-ci Nick O'Leary 2014-03-31 13:31:31 +01:00
  • e7dcdb075a Update udp node bind local options Nick O'Leary 2014-03-31 13:06:29 +01:00
  • 1d23cdad9f Improve labels for Pi GPIO pins Dave C-J 2014-03-31 11:18:37 +01:00
  • 1f6155f118 Fix to allow blank password for Basic Auth in httprequest node Dave C-J 2014-03-31 10:28:37 +01:00
  • a3fa6dada5 Rework local port UI in udp node Nick O'Leary 2014-03-30 23:05:59 +01:00
  • e2bac40b17 Update range node ui Nick O'Leary 2014-03-29 23:05:46 +00:00
  • 99ab6eaafd Tidy-up language in change node Nick O'Leary 2014-03-29 21:57:20 +00:00
  • 8b138ff2c8 add support for word overrides in sentiment node Luis Montes 2014-03-29 14:27:09 -07:00
  • c24cf9c1c2 Fix config node usage counts Nick O'Leary 2014-03-28 21:34:26 +00:00
  • cefa0ae5b6 Node defaults of 0 not showing in edit form Fixes #186 Nick O'Leary 2014-03-28 21:00:11 +00:00
  • 79f8d057a1 tweak "leave blank for random" text for outgoing port as per Nick's suggestion Dave C-J 2014-03-28 08:53:25 +00:00
  • e5e457a410 UDP node fixes. Allow fixing of outbound port. Fixes #178 Also fixed multicast binding to work more correctly. Note: - if you fix the outbound port it will then be unvailable for input - as we are not setting up a pool. Dave C-J 2014-03-27 23:27:43 +00:00
  • 0409a14a84 Merge pull request #183 from hardillb/master Nick O'Leary 2014-03-25 23:24:22 +00:00
  • 4e41db15e9 Add explicit CLA links Nick O'Leary 2014-03-25 17:41:33 +00:00