Commit Graph

192 Commits

Author SHA1 Message Date
Dave Conway-Jones fbad6e4c2d
clarify linting confusion 2020-09-17 10:02:54 +01:00
Dave Conway-Jones c21fb22918
Linting and bump package for new clustered PR. 2020-09-17 09:21:50 +01:00
Ross Cruickshank cde422f34a
mongodb: update to add support replicaset clusters (ICD4Mongo) (#688) 2020-09-17 09:17:43 +01:00
Ross Cruickshank 4becf68848
use mongodb 3.6.1 client, add clustering support (#685) 2020-09-14 17:21:41 +01:00
Dave Conway-Jones f95f0639f4
bump sqlite lib 2020-09-11 12:44:05 +01:00
Dave Conway-Jones 4641d10beb
mysql: add charset option (defaults as-is to old UTF8) 2020-04-18 18:03:59 +01:00
Dave Conway-Jones 397b7cdaec
bump mysql thanks to PR 2020-04-10 22:56:28 +01:00
Marco 0351441075
MySQL allows to pass named parameters as object (#565)
* add check isobj

* added example to readme.md

* edit if Syntax

* add Documentation link to readme.md

* fixed Syntax and edit readme.md
2020-04-10 22:53:17 +01:00
Dave Conway-Jones fa8e174d0b
mysql - slightly overzealous closing of connections - causes crash. backed off slightly 2020-04-05 12:35:15 +01:00
Dave Conway-Jones 705dd1ffc1
mysql - ensure connection released back to pool more often
and try to ensure status is shown more correctly on error.
2020-04-05 11:44:27 +01:00
Dave Conway-Jones 0b590236a0
bump some node-red-node deps and packages
some due to  long outstanding doc PRs
2020-04-03 22:29:43 +01:00
arneman 3c4337f238
add an example for a prepared sql query (#621)
An example sql query for the given parameter example would help users to understand how they could use prepared statements.
2020-04-03 22:13:10 +01:00
Dave Conway-Jones e3e6c41030
Add Name field to mysql server config so can be made unique
to close #635
2020-03-20 14:59:08 +00:00
Dave Conway-Jones eb9d379014
bump mysql package and lib 2020-03-01 17:06:22 +00:00
Dave Conway-Jones be5f79becc
Stop sqlite adding too many listeners
to close #630
2020-02-23 11:27:01 +00:00
Dave Conway-Jones 3fff2c404e
Let LevelDB node handle json object (and binary) as well as text.
to close #626
2020-02-17 22:42:56 +00:00
Dave Conway-Jones 9cc3d237fb
Update package.json 2020-01-04 10:29:36 +00:00
Ryoichi Obara 9478bfa14a [ja] Support i18n 28-tail node. (#615) 2020-01-04 10:25:35 +00:00
Ryoichi Obara dda39a7867 Remove unused i18n key. (#614) 2019-12-26 15:52:56 +00:00
Ryoichi Obara 698af48500 Fix sqlite repo link. (#612) 2019-12-10 15:24:58 +00:00
Dave Conway-Jones 3d60aa4c00
bump sentiment, rbe, email, feedparser, twitter, tail nodes
Locale files moved out
2019-12-05 21:36:59 +00:00
Kazuhito Yokoi 870a2146c0 Move English help to en-US directory (#592)
* Move English help about e-mail node to en-US directory

* Move English help about rbe node to en-US directory

* Move English help about tail node to en-US directory

* Move English help about twitter node to en-US directory

* Move English help about feedparse node to en-US directory

* Move English help about sentiment node to en-US directory
2019-12-05 21:18:59 +00:00
Dave Conway-Jones 8547f26a45
Fix sqlite repo link 2019-11-13 13:31:08 +00:00
Dave Conway-Jones 2ddabadbf2
bump leveldb package to 0.2 to include level 6.0 lib 2019-10-26 13:08:09 +01:00
tmdoit 0f46364a55 Update level package in package.json (#588)
Update from 4.0.0 to 6.0.0 version. It fixes NR restarts (NR 502 errors) when trying to read from leveldb store after some time from writing.
2019-10-26 12:54:36 +01:00
Dave Conway-Jones f2e28e715f
fix mysql node OkPacket handling
to close #583
2019-10-16 11:24:33 +01:00
Dave Conway-Jones b35daf6bb7
bump sqlite node deps for Node12 support 2019-10-12 11:37:44 +01:00
Dave Conway-Jones d1cf309214
let tail node accept filename dynamically 2019-08-16 08:28:14 +01:00
zinen 78972a68ab Tail node add input filename (#557)
* Allow input

Added input point, removed requirement for data on data point 'filename' and added help text for new input parameter.

* Added filename parameter as an input

Handling of input msg add for parameter 'filename'. Monitoring will stop if no filename is defined either at the node level or as an input.

* Added 'state' to locale

Messages for node state added for en_US language

* Replaced messages with pointers to locale file

* Typo fixed

* Made inputs dynamic

Input bullet only available if filename is empty
2019-08-15 22:03:13 +01:00
Dave Conway-Jones e20cf97fce
A whole bunch of whitespace linting - no functional changes 2019-08-11 13:37:15 +01:00
Dave Conway-Jones f7fa242d4d
add ja translation for tail node 2019-07-12 16:02:12 +01:00
Dave Conway-Jones 55698e637d
Update tail node to accept/display regex.
To address Issue #555
2019-07-12 12:22:13 +01:00
Dave Conway-Jones e69d65667a
Bump sqlite and add wait times to readme 2019-04-25 12:40:49 +01:00
Dave Conway-Jones 81781539f7
Merge branch 'master' of https://github.com/node-red/node-red-nodes 2019-02-01 22:15:24 +00:00
Dave Conway-Jones d153034232
slow down status updates from mysql to better handle fast updates
to close #515
2019-02-01 22:15:22 +00:00
tmdoit 52bd3c2873 [SQLite] Add help text in sqlitedb template (#503)
About path to the database file.
2019-02-01 08:57:01 +00:00
Dave Conway-Jones 2ca330fcb8
sqlite small doc update, and bump dep library 2018-12-19 19:37:13 +00:00
Dave Conway-Jones 20b2eac830
add sentiment and tail node translations
bump versions on npm
2018-12-07 17:11:09 +00:00
Dave Conway-Jones 5b34702ac4
Add Tail node as separate node package - adds windows support 2018-10-24 15:08:42 +01:00
Dave Conway-Jones a94157efe6
sqlite - fix fixed statement check 2018-08-24 15:23:37 +01:00
Dave Conway-Jones 6d36f5db8a
sqlite - add test extension - half.c 2018-08-23 08:55:51 +01:00
Dave Conway-Jones 0b65cd8652
sqlite - better handle extensions timing 2018-08-22 23:47:03 +01:00
Dave Conway-Jones 1b0f573f4e
let sqlite add extensions 2018-08-22 13:58:55 +01:00
Dave Conway-Jones 493061e6f0
bump mysql lib version 2018-08-13 12:30:52 +01:00
tmdoit 9c9af2952c Update to the latest mysql package (#476)
Updating from mysql 2.13 to 2.16 fixed for me a problem with error msg "Error: pool is closed" produced every few seconds in NR debug window.
2018-08-13 12:29:42 +01:00
Dave Conway-Jones 211988017f
Let sqlite open RO as well as RW
Also better reuse of connection object
2018-08-11 14:03:16 +01:00
Dave Conway-Jones 93584d8071
Bump sqlite package 2018-07-19 12:38:16 +01:00
tmdoit e308b0c1f9 Add support for batch of SQL statements (#466)
* Add support for batch of SQL statements
2018-07-19 12:33:43 +01:00
Dave Conway-Jones 4d0360d94a
add done to sqlite close 2018-05-30 11:17:15 +01:00
Dave Conway-Jones 40c62db47b
bump levels node reqs 2018-05-30 11:15:11 +01:00
Dave Conway-Jones 989c7147cb
lint catch es6 escapes in core nodes
to fix twitter node and sqlite node
2018-05-18 18:40:14 +01:00
Dave Conway-Jones 4a8f071c91
bump email, feed parser, twilio, sqlite, rbe packages 2018-03-29 09:34:31 +01:00
Dave Conway-Jones 3decff0b1a
Bump sqlite node (now allows prepared statements) 2018-03-20 19:08:38 +00:00
atsage babff3ff26 Added a few SQL modes (#360) 2018-03-20 19:04:23 +00:00
Dave Conway-Jones 26458522dd
bump mongo node for new docs 2018-03-01 16:39:00 +00:00
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