Commit Graph

207 Commits

Author SHA1 Message Date
Nick O'Leary f5d8433341 Add node-red-pi command 2015-02-26 11:38:05 +00:00
Nick O'Leary 4d48c72146 Add node-red script
Needed to allow arguments to be passed to the node
engine, which isn't possible if red.js is run with
a #! line.
2015-02-25 22:37:56 +00:00
Nick O'Leary 63191bc641 Bump 0.10.3 2015-02-23 22:18:14 +00:00
Nick O'Leary 339e6039e1 Add engine restriction against node 0.12 2015-02-22 21:28:28 +00:00
Nick O'Leary 1c86908b90 Bump 0.10.2 2015-02-20 10:07:10 +00:00
Nick O'Leary d6c5d91e2c Remove package.json from gitignore because it breaks everything 2015-02-08 23:14:37 +00:00
Nick O'Leary e042d9e8cd Bump version 0.10.0 2015-02-08 23:03:48 +00:00
Nick O'Leary 1e6f45852f Update package dependencies 2015-02-06 17:17:44 +00:00
Nick O'Leary c31ffb98b0 Tie auth middleware to needsPermission api 2015-02-05 23:43:35 +00:00
Nick O'Leary 2128b57ab2 Add oauth grant 2015-02-05 13:00:07 +00:00
Nick O'Leary b97d251787 Add on-headers dependency to package.json 2015-02-04 22:32:27 +00:00
dceejay 69998243cc Add fs.notify, feedparser and serialport to default install packages
To close #518  Pull request 9 by TJ
We want to keep arduino, mongo and redis out of the default install for now.
need for js2xmlparser will go in v0.10
2015-01-21 15:05:35 +00:00
Dave C-J bdb46cbbe4 Add "is-utf8" npm to package - part of fix #435 2014-11-04 22:00:58 +00:00
Nick O'Leary da1321f1de Bump 0.9.1
Commit 1000! \o/
2014-10-08 13:56:05 +01:00
Nick O'Leary a5265784e8 Bump 0.9.0 2014-09-24 13:14:19 +01:00
Nick O'Leary da61fe12d0 Add dynamic node api
Closes #322
- nodes modules can be installed/removed dynamically at runtime
- nodes can be enabled/disabled
- onpaletteadd/onpaletteremove api added to node definitions
- initial implementation of nr-cli
2014-09-17 23:57:29 +01:00
Nick O'Leary 00cb8d5bce Update package dependencies
Closes #345

Also fixes a resulting test failure with the HTML parse node
2014-09-17 23:49:28 +01:00
Nick O'Leary 961c9f3fa9 Add ability to tweet images
Closes #117
2014-09-01 10:16:37 +01:00
Nick O'Leary c0842455b9 Update email node to use nodemailer 1.x api
Fixes #334
2014-08-18 15:47:37 +01:00
Mark Hindess 5b5b7d2be1 Add library tests 2014-07-23 21:38:57 +01:00
Nick O'Leary e15de8cf37 Bump 0.8.1 2014-06-29 22:55:08 +01:00
Nick O'Leary cfe7c372d3 Add jshint to grunt file 2014-06-28 21:40:46 +01:00
Nick O'Leary 83b8c46b28 Bump 0.8 2014-06-25 21:39:27 +01:00
Nick O'Leary da8ef7acc6 Minify node .html files before sending 2014-05-04 17:30:55 +01:00
Nick O'Leary 7eed375111 Split up nodes.js into components 2014-05-03 22:28:17 +01:00
Nick O'Leary b2f4bc915e Bump 0.7.2 2014-04-26 22:43:29 +01:00
Nick O'Leary d702caa5be Bump 0.7.1 2014-04-20 20:52:16 +01:00
Nick O'Leary 18ae7108f5 Add Grunt-cli dependency and fix Travis 2014-04-16 23:28:02 +01:00
Nick O'Leary b8bcd57cda Bump 0.7.0 2014-04-16 22:42:26 +01:00
Nick O'Leary 22db06046b Fix mocha dependency 2014-03-31 13:38:35 +01:00
Nick O'Leary 9a7042b8dc Add grunt build and travis-ci 2014-03-31 13:31:31 +01:00
Nick O'Leary f7792c66b4 Add cmd-line help and reduce node error output by default
Added nopt package dependency - npm update required!

Added -v cmdline option to show node module load errors, which are otherwise hidden by default with only a summary shown
2014-03-06 22:32:23 +00:00
Nick O'Leary a44104a7e4 Bump to 0.6.0 2014-02-21 21:48:31 +00:00
Nick O'Leary 6b278fdceb Add httpNodeCors setting
Adds a dependency on the 'cors' npm module
2014-02-17 22:32:53 +00:00
Nick O'Leary 35fb4bb47a Add rawBody middleware
Fixes #151
2014-02-12 21:30:49 +00:00
Nick O'Leary 20de0c7c89 Move to twitter-ng module
Fixes #136

This will require an `npm update` to keep things working
2014-02-05 20:26:56 +00:00
Nick Niemeir 3c41b2624a First pass at removing sync calls 2014-01-16 05:59:13 +00:00
Nick Niemeir bdef2a5b96 Add `npm test` 2014-01-14 06:13:07 +00:00
Nick O'Leary 5d43334b1c Bump version 0.5.0 2013-12-21 19:31:50 +00:00
Nick O'Leary 95b8600da7 Automatically follow 301-redirects in HTTP request node
Fixes #30
2013-12-20 11:11:50 +00:00
Nicholas O'Leary e1dbb95396 Deep-clone messages when there are multiple recipients
Fixes #85

As well as adding deep-clone (via the new dependency on the 'clone' module), we no longer clone the message if there is a single recipient. This makes simple node-to-node flows more efficient.

I've done some simple profiling using process.hrtime to time how long the Node.send function takes, and at best, this change is neutral to performance.
2013-11-21 14:03:17 +00:00
Nicholas O'Leary e700a11647 Bump version: 0.4.0 2013-11-14 20:45:34 +00:00
Nicholas O'Leary 29734dd994 Add unit test for localfilestorage
Stage 2 of #62
2013-11-10 22:19:01 +00:00
Nicholas O'Leary 95bef6b6ca Abstract all file-system operations
Stage 1 of  #62
2013-11-10 00:05:58 +00:00
Dave Conway-Jones 2e92b9a120 Added sentiment and irc to base dependencies 2013-11-02 16:03:32 +00:00
Nicholas O'Leary ff5f2da7e7 Bump version - 0.3.0 2013-10-31 16:42:47 +00:00
Nicholas O'Leary 80e96d9a01 Add xml2js to the core deps 2013-10-30 21:49:06 +00:00
Nicholas O'Leary cbc12d783c Promote twitter to a core node 2013-10-30 21:17:44 +00:00
Dave Conway-Jones 612dd4dc7f and add required comma :-) 2013-10-21 08:30:39 +01:00
Dave Conway-Jones 56e14a81b4 Close quote properly. 2013-10-21 08:28:33 +01:00
Nicholas O'Leary f80cbf729a Add some initial tests 2013-10-20 21:42:18 +01:00
Nicholas O'Leary 81d6a4b04f Bump version 2013-10-16 19:46:37 +01:00
Nicholas O'Leary 661b08fa4b Fix main property of package.json 2013-09-26 19:58:42 +01:00
Nicholas O'Leary b6ba859510 Add homepage to package.json 2013-09-20 14:34:03 +01:00
Nicholas O'Leary 9c939d1a58 Updates to package.json 2013-09-20 14:31:08 +01:00
Nicholas O'Leary 755d17766c Add cron-like scheduling to inject 2013-09-12 17:21:46 +01:00
Nicholas O'Leary 32796dd74c Got to start somewhere 2013-09-05 15:02:48 +01:00