https://github.com/node-red/node-red

sort by:
Revision Author Date Message Commit Date
b81be8f Update for 1.0.3 again 21 November 2019, 17:28:28 UTC
aa6c0b9 Add clarification that MQTT Out requires payload to send msg Fixes #2370 21 November 2019, 16:56:01 UTC
6458023 Remove rogue debug 21 November 2019, 11:08:15 UTC
b931655 Merge pull request #2372 from btsimonh/proxy-support noproxy support in mqtt, Proxy & noproxy support in websocket 21 November 2019, 10:45:23 UTC
83c1e44 Merge pull request #2371 from btsimonh/projects-flowsFile-absolute flows file absolute path plus non-existent folder creation. 21 November 2019, 10:44:20 UTC
3088115 Avoid unnecessary i18n catalog load if base lng provided 21 November 2019, 10:42:40 UTC
fc93e50 Merge pull request #2376 from tt92/master I18n - language fallback behaviour 21 November 2019, 10:38:21 UTC
e90e6ea Merge pull request #2388 from node-red/subflow-status-i18n let subflow add node-red context to status so i18n works 21 November 2019, 09:59:40 UTC
2f4dcba let subflow add node-red context to status For all those nodes thaht don't specify it. So that subflow status then works ok 20 November 2019, 11:12:33 UTC
683c6a7 switched loading order 18 November 2019, 19:45:48 UTC
175a871 repalce for-in with 'normal' for loop in mqtt and http 18 November 2019, 17:14:38 UTC
b4e2061 Update packages/node_modules/@node-red/nodes/core/network/21-httprequest.js Co-Authored-By: Nick O'Leary <nick.oleary@gmail.com> 18 November 2019, 17:03:59 UTC
2aef99c Merge pull request #2362 from node-red-hitachi/i18n-json-editor Update support of i18n of visual JSON editor 18 November 2019, 11:32:19 UTC
6c125e1 Merge pull request #2383 from kazuhitoyokoi/master-fixpermission Revert permission of script file 18 November 2019, 11:29:43 UTC
88cbc32 Fix inverse of 'replace' editor event 14 November 2019, 19:13:23 UTC
8f45e8f Revert permission of script file 14 November 2019, 03:38:54 UTC
21635aa use type name from common.type 13 November 2019, 13:50:44 UTC
d523488 Merge branch 'master' into i18n-json-editor 13 November 2019, 13:42:53 UTC
1f5ff0c Merge pull request #2366 from btsimonh/fix-encodeObjecterror Catches bad objects being encoded, returning instead the error. 13 November 2019, 09:33:20 UTC
2a2541d Merge pull request #2361 from kazuhitoyokoi/master-fixtypedInput Support i18n for typedInput in join and switch nodes 13 November 2019, 09:29:08 UTC
cd629c1 Merge pull request #2373 from kazuhitoyokoi/master-fixuitest Fix UI testing on the latest Google Chrome 13 November 2019, 09:25:59 UTC
4d6828e typo 09 November 2019, 21:09:02 UTC
dae1d60 fixed i18n language fallback behaviour 09 November 2019, 21:07:06 UTC
6726c42 Remove @wdio/cli module 05 November 2019, 12:59:37 UTC
4f6023e Support UI testing on the latest Google Chrome 05 November 2019, 02:40:20 UTC
9e16d7f Move messages to editor.json 05 November 2019, 02:29:43 UTC
aa86cfc Add fix for HttpsProxyAgent using an incorrect default port for http: 03 November 2019, 11:08:24 UTC
6931cb9 Added test for both UNC path and flow in non-existent subfolder. 03 November 2019, 10:42:50 UTC
d32d04b websocket - add proxy support. 03 November 2019, 09:55:11 UTC
0b3e9bf mqtt & httprequest: change proxy comparison from null to falsy. mqtt - add no_proxy support. 03 November 2019, 09:54:23 UTC
a4af7b8 localfilesystem - ensure folder is present before write (e.g. flows file not in user folder) 03 November 2019, 09:10:32 UTC
72deee5 Detect windows UNC '\\' as well as 'X:' as an absolute flow path - use the path.isAbsolute function instead of rolling our own. 03 November 2019, 08:24:47 UTC
5e9e523 add one line of coverage in log tests. 02 November 2019, 13:21:58 UTC
c54509d additional test to cover last line in encodeObject 02 November 2019, 13:03:37 UTC
63cc9ad small update to log - if toString() causes exception, then note and use util.inspect instead - prevents log from causing processes to abort through exception. Add tests. 02 November 2019, 12:38:40 UTC
74d760a add util.inspect data to 'type not printable'. Add test to cover these lines (no existing test). 02 November 2019, 12:37:07 UTC
d46531d add unit tests for encode Object changes. 02 November 2019, 11:27:08 UTC
eb09ec6 add utils.inspect result and be more explicit about the error. 02 November 2019, 10:39:22 UTC
9bd9c6a Merge pull request #2364 from kazuhitoyokoi/master-addtooltip Add tooltip to the expand button in markdown editor 01 November 2019, 23:36:31 UTC
7321e20 Merge pull request #2363 from kazuhitoyokoi/master-fixtabselectkey Support ctrl key to select tabs for Windows 01 November 2019, 23:35:18 UTC
2c7917f Merge pull request #2355 from node-red-hitachi/fix-typedInput-line-break Prohibit line break in type menu of typedInput 01 November 2019, 23:27:36 UTC
d94b20a Merge pull request #2356 from node-red-hitachi/fix-jsonata-help-display Make JSONata help initially shown 01 November 2019, 23:27:01 UTC
b1b1fe2 Merge pull request #2357 from kazuhitoyokoi/addplaceholder Add placeholders to name fields 01 November 2019, 23:26:40 UTC
1db3af7 Merge pull request #2354 from node-red-hitachi/update-jsonata-message-jp Update Japanese JSONata message catalogue 01 November 2019, 23:25:46 UTC
397fe31 Update 17-split.html (#2365) 01 November 2019, 13:04:43 UTC
bc283aa Catches bad objects being encoded, returning instead the error. Symptom- Observed that global context would not display in front end, the call returning 400. Traced to an object in global which cause encodeObject to except. This push catches that, and now global will display, but the object in question display as an error. 01 November 2019, 11:38:26 UTC
9dbdf09 Add tooltip to expand button in markdown editor 31 October 2019, 08:21:26 UTC
7c21bf4 Add icons for typedInput 31 October 2019, 07:03:27 UTC
361dc19 Support ctrl key to select tabs for Windows 31 October 2019, 05:46:29 UTC
8c1aa83 update support of i18n of JSON editor 31 October 2019, 03:26:04 UTC
d2755a8 Support i18n for typedInput in split and switch nodes 30 October 2019, 10:58:29 UTC
1b78bd1 Add placeholder to topic field 30 October 2019, 10:39:38 UTC
5f67f1f Add placeholders to name fields 29 October 2019, 11:45:57 UTC
0706192 make JSONata help initially shown 29 October 2019, 01:24:15 UTC
18ff2df prohibit line break in type menu of typedInput 28 October 2019, 14:49:14 UTC
7b1411d update Japanese JSONata message catalogue 28 October 2019, 13:45:53 UTC
3a1d0f3 Merge pull request #2330 from kazuhitoyokoi/master-fixcopyhandling4subflow Fix handling to avoid invalid nested subflow 28 October 2019, 09:58:32 UTC
2cd5e1d Bump for 1.0.3 27 October 2019, 21:22:20 UTC
000765f Increase timeouts in Subflow tests to minimise false positives 25 October 2019, 20:15:59 UTC
0ff324b delay node- remove commented out code 25 October 2019, 16:03:16 UTC
a96d509 Fix delay to not pass through .reset and .flush props consistently to close #2349 (it used to not pass them through but did on initial message... now it doesn't) 25 October 2019, 15:48:35 UTC
e8ef476 update grunt-sass and add node-sass for node12 support and update Gruntfile.js to use them 25 October 2019, 14:23:51 UTC
22b9df6 Using the ‘a msg per line’ the last line does not get msg.topic passed (#2352) When using the file-in node and ‘a msg per line’ the last line does not get msg.topic passed. In the .on(‘end’, function() { code (starting at line 334) the msg is created but no msg.topic is set. Adding topic:msg.topic, after line 343 (var m = { payload: spare,) fixes the issue. 25 October 2019, 13:51:50 UTC
6026da8 Fix timings of Delay node tests 25 October 2019, 10:48:12 UTC
4d58902 Merge pull request #2340 from pdong/chore/update-to-jsonata-1.7 Update JSONata to 1.7.0 25 October 2019, 09:25:22 UTC
4dc1343 Merge pull request #2350 from kazuhitoyokoi/master-addtranslation4httprequest Add translation for http request node 25 October 2019, 09:22:41 UTC
080487c Bump https-proxy-agent version 25 October 2019, 09:22:05 UTC
0febcf4 Merge pull request #2339 from bartbutenaers/master Check auth type on opening 23 October 2019, 20:38:54 UTC
cd23f71 Merge pull request #2332 from TJKoury/patch-2 Remove msg 23 October 2019, 20:37:58 UTC
f9b147a Merge pull request #2334 from kazuhitoyokoi/master-fixsubflowlang2 Fix language handling in subflow node 23 October 2019, 20:36:57 UTC
775f111 Merge pull request #2337 from piyonakajima/language_of_tooltip fix tooltip language in subflow 23 October 2019, 20:33:32 UTC
57649a9 Merge pull request #2345 from 1ft-seabass/fix-tcpin Removed unused variable "remoteDetails" 23 October 2019, 20:32:29 UTC
72a268b Merge pull request #2344 from 1ft-seabass/fix-70-csv Fixed the code format of 70-CSV.js from Tab to Space. try again. 23 October 2019, 20:31:30 UTC
f86a171 Merge pull request #2346 from 1ft-seabass/fix-jsdoc-description Fixed jsdoc descriptions 23 October 2019, 20:31:02 UTC
e022b78 Fixed jsdoc descriptions 21 October 2019, 15:35:35 UTC
bd67731 Removed unused variable "remoteDetails" 21 October 2019, 15:28:57 UTC
25de4e4 Fixed the code format of 70-CSV.js from Tab to Space. try again. 21 October 2019, 15:24:10 UTC
c590247 Update node-red/util JSONata to 1.7.0 19 October 2019, 21:33:13 UTC
5d36539 Update JSONata to 1.7.0 19 October 2019, 19:37:54 UTC
0d67348 Check auth type on opening 19 October 2019, 12:16:03 UTC
29f1651 Use default language if lng param not set in i18n req 18 October 2019, 15:09:14 UTC
dd20a3e Fix the language of the tooltip 18 October 2019, 14:50:54 UTC
75a5b13 Add translation for http request node 17 October 2019, 12:56:22 UTC
dae9ac8 Fix language handling in subflow node 17 October 2019, 12:24:55 UTC
78b7352 fix httprequest timeout units info to close #2333 17 October 2019, 12:24:51 UTC
e10dd54 Revert "Merge pull request #2328 from kazuhitoyokoi/master-fixsubflowlang" This reverts commit 873bdc673300f2bacfb1b3968f1328e241fa79c8, reversing changes made to 8a40b075b57bb792a5a3324416b6601c7e893b2d. 17 October 2019, 12:05:06 UTC
cb8deab Update packages/node_modules/@node-red/runtime/lib/nodes/Node.js Co-Authored-By: Nick O'Leary <nick.oleary@gmail.com> 17 October 2019, 11:42:11 UTC
e5c27d0 Remove msg `msg` not defined in scope. 17 October 2019, 00:00:11 UTC
faf6fa9 Fix copy and paste handling in subflow 16 October 2019, 11:59:01 UTC
873bdc6 Merge pull request #2328 from kazuhitoyokoi/master-fixsubflowlang Fix language handling in subflow node 16 October 2019, 10:12:48 UTC
8a40b07 Merge pull request #2326 from bonanitech/patch-1 Fix palette editor search visualization 16 October 2019, 10:12:03 UTC
56c4137 Fix language handling in subflow node 15 October 2019, 07:50:16 UTC
a08c2c6 Fix palette editor search visualization 14 October 2019, 19:13:59 UTC
e946345 Add script to generate npm publish script 14 October 2019, 14:50:48 UTC
07fe5b2 Bump for 1.0.2 14 October 2019, 12:17:48 UTC
c1c6940 Allow node.status() to be passed number/bool types Adds to the existing support for string types. Also adds unit tests for all three cases 14 October 2019, 12:06:59 UTC
147d2a0 Ensure node status is refreshed whenever node is edited Fixes an issue where, if the number of node outputs was changes the node would resize, but the status text would not reposition until a new status message arrived. This change marks status as dirty whenever the node has been edited, forcing it to be redrawn. 14 October 2019, 12:05:45 UTC
6f91786 Fixup Change node use of node.done 11 October 2019, 10:08:25 UTC
f62a933 Ensure z property included in full message debug payload Fixes #2315 #2316 11 October 2019, 10:07:48 UTC
451835f Fixed editor.json (#2321) 11 October 2019, 07:55:23 UTC
back to top