Avraham H
6306587cce
[ mongo documentation fixes]: fixing syntax ( #412 )
2018-03-01 16:33:37 +00:00
Dave Conway-Jones
7864abd20b
bump redis for Japanese language support
2017-10-07 22:28:24 +01:00
Kazuhito Yokoi
3892bc248a
Add Japanese translation file for redis node (65-redisout.json) ( #362 )
2017-10-07 22:26:39 +01:00
Dave Conway-Jones
c19197f540
add ,msg to leveldb errors
2017-06-05 19:21:25 +01:00
Dave Conway-Jones
2023bddf97
bump wen and mongoldb packages to pub to npm
2017-04-19 15:25:19 +01:00
Dave Conway-Jones
a881a5c4af
bump mongoldb node for skip, limit default PR
2017-04-19 11:14:51 +01:00
Ben Hardill
c17aac3b66
Make msg.limit and msg.skip optional as per the README ( #303 )
2017-04-19 11:11:47 +01:00
Dave Conway-Jones
100cf9a38d
bump levels and mins dependancies
2017-04-12 09:21:05 +01:00
Dave Conway-Jones
5a07f29ebd
remove invalid error parameter from mysql callback
2017-03-17 13:45:47 +00:00
Dave Conway-Jones
20f7cb0a3d
remove console logging from mysql
2017-02-26 10:20:30 +00:00
Dave Conway-Jones
c6d214fcfe
mysql set to try to keep server connection alive
2017-02-26 10:18:07 +00:00
Dave Conway-Jones
316a2fd272
Re-lint a load of nodes
2017-01-29 17:45:44 +00:00
Dave Conway-Jones
dcd2ede2c4
bump serial port package
2017-01-09 20:53:43 +00:00
Dave Conway-Jones
fe1a96d67d
tidy up mysql some more
...
remove listeners on close and update status on partial deploy
2016-11-27 19:21:57 +00:00
Dave Conway-Jones
738eada16b
Update Mysql Node status reporting
2016-11-27 17:03:03 +00:00
Dave Conway-Jones
7a39c6f70b
reduce Mongo db connection retry warnings
...
only report on first attempt
to close issue 1052 on main project
2016-11-16 22:48:41 +00:00
Dave Conway-Jones
a9d669411c
fix mongo connection timeout call
...
to close #1045
Thanks @pelis
2016-11-11 10:07:26 +00:00
Dave Conway-Jones
a7247e898a
Update licenses and packages for all nodes
2016-11-06 20:26:19 +00:00
Dave Conway-Jones
1e31652073
Better handling of mongo ObjectId for updates
2016-11-02 15:25:35 +00:00
Dave Conway-Jones
afec508980
Catch "not connected" to database in Mysql node
...
also to close #172 - as multiple statements now also supported
2016-09-14 22:44:53 +01:00
Dave Conway-Jones
eb6e35957b
Let Mongo node auto retry initial connection
...
and add status indicator
to close #221
2016-08-16 11:43:36 +01:00
Dave Conway-Jones
ba488aa4c1
bump Mongoldb pre-req version
...
to fix #228
2016-08-16 10:11:42 +01:00
Dave Conway-Jones
69b471b0f1
let mysql node allow multiple statements
2016-07-20 20:11:50 +01:00
Dave Conway-Jones
86049c20cb
update storage nodes info style
2016-03-02 13:27:52 +00:00
Dave Conway-Jones
ae25111ccc
update sqlite node pre-reqs
...
bump versions
2016-01-04 19:18:55 +00:00
Dave Conway-Jones
e04f65040c
Grammar correction in mongo readme
...
to close #152
2015-12-09 20:12:17 +00:00
Dave Conway-Jones
e1b02c90dd
let mysql report errors to catch node
2015-11-01 15:04:42 +00:00
Nick O'Leary
d8ffba3338
Update mongodb dependency
...
Fixes #133
2015-10-11 21:11:39 +01:00
Nick O'Leary
5dc0c0e968
Fix merge conflicts on i18n
2015-07-15 10:24:44 +01:00
Nick O'Leary
ee5ff8b010
Send status message id to be nls'd in editor
2015-07-07 21:31:28 +01:00
dceejay
56bb10642a
Update Note(s) in READMEs for all moved out nodes.
...
redis, mongo, email, feedparse, twitter, irc, arduino, serialport
2015-06-16 21:37:22 +01:00
dceejay
ba0e2c3796
Merge linting error fixes into i18n branch of n-r-n
2015-06-16 14:38:36 +01:00
Nick O'Leary
da209a6b66
Update core nodes to pull common msgs from node-red ns
2015-06-16 11:16:29 +01:00
Nick O'Leary
7d011dac99
Add i18n content for moved core nodes
2015-06-16 10:36:19 +01:00
dceejay
02c21c6e89
Add redis to node-red-nodes, fix lint etc
2015-06-13 18:53:03 +01:00
dceejay
909afe9fed
Add mongo to node-red-node, fix lint etc
2015-06-13 18:53:03 +01:00
dceejay
76f55af264
Update Package.json file for all node-red-nodes to be Apache-2.0
2015-05-29 14:58:34 +01:00
dceejay
8920b981ef
leveldb reports not ready as error rather than warn,
...
so can be seen by catch node.
2015-05-21 14:12:49 +01:00
dceejay
b03db617e2
make LevelDb node aware of db ready/not ready to reduce errors.
2015-05-21 12:37:48 +01:00
dceejay
bb9d67f1ae
Update node-red-nodes - clean up lint issues (mainly unused funcs and vars)
2015-04-16 10:58:34 +01:00
dceejay
cd57346cae
Update leveldb node to try to force topic to string for key.
...
Add extra "help" for blink1 users.
2015-04-14 17:23:31 +01:00
dceejay
e56029b3e3
Tidy up node-red-nodes
2015-04-10 11:56:17 +01:00
dceejay
87a8814fe0
Fix for sqlite not retrying to open database (and crashing)
...
Fix for #106
2015-03-18 08:47:09 +00:00
dceejay
732a38e214
remove deprecated postgress node
...
now that npm search includes nodes
2015-03-16 16:25:57 +00:00
Nick O'Leary
08791f1914
Update all nodes to credentials system and auth middleware
2015-02-06 21:10:14 +00:00
dceejay
5982da8495
Add bind capability to sqlite and mysql nodes
...
Thanks to Scott Penrose for the patch.
2015-01-26 10:57:13 +00:00
Nick O'Leary
b7a1193d32
Update mysql to use credentials system
...
Fixes #86
2015-01-19 09:46:29 +00:00
Dave Conway-Jones
84dd741165
Merge pull request #71 from wnagele/master
...
Moved node-red-node-ddb into own repo
2014-12-29 20:53:03 +00:00
dceejay
2469d25419
Remove DDB as now available direct from author on NPM
...
npm install node-red-node-ddb
2014-12-29 20:34:14 +00:00
Dave C-J
bad0142f61
Correct timezone param in mysql node
2014-12-12 23:16:40 +00:00
Dave C-J
c1032f9165
Add Warning to deprecated DDB node
...
Move to @wnagele 's version on npm.
2014-10-14 17:49:59 +01:00
Wolfgang Nagele
5cc33864e0
Prepare for submission to NPM repo
2014-09-29 14:56:28 +10:00
Dave C-J
4baf78e52b
fix sqlite node typos
2014-09-22 20:50:25 +01:00
Mark Hindess
b1ba8369d4
Remove redundant msg != null checks.
2014-09-08 21:42:16 +01:00
Dave C-J
fe44018250
Merge branch 'migrate-to-fa-icons' of https://github.com/hindessm/node-red-nodes into hindessm-migrate-to-fa-icons
...
Conflicts:
io/ping/88-ping.html
io/wol/39-wol.html
social/nma/57-nma.html
social/prowl/57-prowl.html
social/pushover/57-pushover.html
social/twilio/56-twilio.html
storage/sqlite/sqlite.html
2014-09-03 22:16:02 +01:00
Mark Hindess
f19ae71fb7
Migrate icons.
2014-09-03 16:12:26 +01:00
Dave C-J
f21a08afe6
Add prowl, nma and pushover to npm, update all to fa icons
2014-07-27 16:09:50 +01:00
Dave C-J
2d44105ae6
Realign sqlite files to be similar to other nodes
2014-07-25 10:10:06 +01:00
Dave C-J
f121f2683d
Tidy ups to ping (doc), dweet (unrequired util) and ddbout (JSHint)
2014-07-25 10:09:35 +01:00
Dave C-J
647fe4f5d8
Add xmpp, suncalc and leveldb as npms...
2014-07-06 20:58:52 +01:00
Dave C-J
dac2c7e778
Update MySQL node - fa icons, add timezone, make npm installable
2014-07-04 17:26:20 +01:00
Dave C-J
7ef1759621
Add sqlite node to node-red-nodes (and npm)
2014-07-04 16:12:00 +01:00
Dave C-J
ebf950d818
Update node-red-nodes sample, analysis, storage and time nodes to use strict and pass jshint scan
2014-06-28 23:37:19 +01:00
Nick O'Leary
192c423153
Update some icons
2014-06-04 22:29:09 +01:00
Nick O'Leary
9b41a4e051
Remove deprecated use of RED.app
2014-02-23 21:06:29 +00:00
Dave C-J
3d78a93958
update mysql node to use RED.httpAdmin
2014-02-23 18:32:49 +00:00
Nick O'Leary
e5af41ba2b
Merge pull request #17 from krisdaniels/master
...
Added Postgres Node
2014-02-08 14:48:44 +00:00
Wolfgang Nagele
efb9fbb92b
Move AWS credentials to DDB node
2014-02-02 21:52:08 +11:00
Wolfgang Nagele
4e20f70bfd
Leave region selection open so new regions are quicker to use.
2013-12-22 08:48:02 +01:00
Wolfgang Nagele
3a2b8df881
Make AWS credentials reusable
2013-12-21 19:02:56 +01:00
Wolfgang Nagele
243fc9ffd4
Setting defaults with credentials fields persists them in the flows file. Fixed.
2013-12-21 18:44:50 +01:00
Kris Daniels
e72ced85e6
fixed bug with outputs not being set correctly after initial load
2013-12-21 16:55:44 +01:00
Kris Daniels
497f08bba9
moved credtials from config to credential store
2013-12-21 11:01:19 +01:00
Kris Daniels
43c6bdb95a
removed script editor from node config
...
added support for script in msg.payload
added support for query parameters in msg.queryParameters
2013-12-21 09:23:46 +01:00
Kris Daniels
4b75bfda5f
removed template remarks and adjusted name
2013-12-20 10:33:06 +01:00
Kris Daniels
f8a303a79a
adjusted file names
2013-12-20 10:29:01 +01:00
Kris Daniels
a226319885
added examples to node documentation
2013-12-20 10:18:22 +01:00
Kris Daniels
fe109f15d8
added postgres node
2013-12-20 10:00:35 +01:00
Wolfgang Nagele
17a040adfe
Support external credentials
...
Add base node with credentials
2013-12-19 13:07:40 +11:00
Wolfgang Nagele
8a8b9bf7d8
Implementation for Amazon DynamoDB
2013-12-09 21:45:15 +11:00
Nicholas O'Leary
34b3c635f3
Lazily connect mysql node
...
If there is a mysqldatabase config node, but no actual users of it,
we don't need to connect to the database.
2013-11-22 20:49:31 +00:00
Nicholas O'Leary
39b849ded8
Move Mysql node credentials to credentials file
...
We must not store passwords in the regular flows file as this gets exchanged with the browser regularly and would leave things vulnerable.
The credentials mechanism is there to all a write-once-don't-need-to-read approach that allows the runtime access to the credentials without exposing them to the browser.
2013-11-22 20:34:57 +00:00
Dave C-J
39da31eaaa
Added proper database reconnects... and more error handling, that should help address Issue #87 in main node-red Issue list.
2013-11-22 10:24:08 +00:00
Dave C-J
793fd3c7fd
Added list of Nodes to he ReadME so people can see what's there without digging... Bunch of cleanups to node-red-nodes... mainly just removing tabs -> spaces and stuff. No code changes...
2013-11-10 17:01:19 +00:00
Dave C-J
5e67f41114
Add rawserial, mpd, mysql and swearfilter nodes.
2013-11-03 21:29:20 +00:00
Nicholas O'Leary
6f7487f393
Use process.env.NODE_RED_HOME to locate modules
2013-10-30 21:34:54 +00:00
Nicholas O'Leary
6a0d248f5a
Move nodes over from main repo
2013-10-30 20:38:41 +00:00