1
0
mirror of https://github.com/node-red/node-red.git synced 2023-10-10 13:36:53 +02:00

Commit Graph

  • 99d824a999 Merge #3405 Steve-Mcl 2022-03-08 16:19:28 +0000
  • 97d2b5df15 close search toolbar on escape Steve-Mcl 2022-03-08 16:09:05 +0000
  • 84a9cf7adf handle errors by circ refs, undefined, BigInt etc Steve-Mcl 2022-03-08 14:20:12 +0000
  • a49927f173 do JSON comparison of old value/new value fixes #3475 Steve-Mcl 2022-03-08 14:07:03 +0000
  • a8259ad7cc Add clientside compareObjects function fixes #3475 #3480 Steve-Mcl 2022-03-08 12:33:37 +0000
  • 6a5c50ff77
    Merge pull request #3476 from Steve-Mcl/fix-calculateGridSnapOffsets Nick O'Leary 2022-03-07 21:10:46 +0000
  • c948573c2d fix PR 'split wire with link nodes' #3416 #3476 Steve-Mcl 2022-03-07 20:23:06 +0000
  • 5233bc501c
    Merge branch 'dev' into continuous-search Stephen McLaughlin 2022-03-07 20:04:59 +0000
  • ad96c6f838 fix search counter glitch Steve-Mcl 2022-03-07 20:01:24 +0000
  • 381814d9a7 Add missing HTTP methods Steve-Mcl 2022-03-07 15:55:48 +0000
  • 0e92f68b4a
    Merge pull request #3399 from Steve-Mcl/split-wire-to-links Nick O'Leary 2022-03-07 12:57:49 +0000
  • ac97e8c613
    Merge pull request #3468 from Steve-Mcl/scroll-into-view-calcs Nick O'Leary 2022-03-07 12:47:54 +0000
  • 95fe717ca7
    Merge pull request #3472 from Steve-Mcl/fix-mqtt-setboolprop Nick O'Leary 2022-03-07 12:47:01 +0000
  • 10b18de3e0 fix: ensure mqtt v5 props can be set false fixes #3471 #3472 Steve-Mcl 2022-03-05 11:24:25 +0000
  • 08295eb807 Remove RED.nodes.createNode #3399 Steve-Mcl 2022-03-05 11:08:36 +0000
  • fce4f0c116 resolve PR issues... - change default keymap to ALT-L L - Move RED.nodes.createNode to RED.view.createNode - replace selectedLinks with selection().links Steve-Mcl 2022-03-05 11:06:13 +0000
  • 569d9092ee change license #3470 Babken Asoyan 2022-03-05 11:33:51 +0400
  • cf1424976f Improve scroll into view - if a node is behind scrollbar, it is not scrolled into view - jQuery .width() & .width() actually includes the scroll bar. - using native clientWidth and clientHeight fixes this #3468 Steve-Mcl 2022-03-04 16:08:29 +0000
  • 94e8fce40a improve contineous search - rename action core:search-prev for core:search-previous - Ensure search counter in toolbar is i18n ready - remember (and display in toolbar) the search term - recall the search term when magnifier clicked - esnure currently flashing node is cancelled before flashing next node - Add "flash" for flow tabs revealed by a search - Fix "flash" for config nodes revealed by a search Steve-Mcl 2022-03-04 16:00:02 +0000
  • ea671bf395 Use v5 properties to aid auto parsing payload - closes #3421 - fixes bug in function setBoolProp() Steve-Mcl 2022-03-04 08:44:21 +0000
  • fdb868516f
    Merge pull request #3464 from Steve-Mcl/dont-show-hidden-tab Nick O'Leary 2022-03-03 23:15:07 +0000
  • c75bebfc90
    Merge pull request #3390 from node-red/copy-node-props Nick O'Leary 2022-03-03 21:57:00 +0000
  • 3e102ef760
    Merge pull request #3395 from Steve-Mcl/search-options Nick O'Leary 2022-03-03 21:53:21 +0000
  • c07eddbd97
    Merge branch 'dev' into search-options #3395 Nick O'Leary 2022-03-03 21:52:52 +0000
  • f978121c93
    Updated deploy and restart buttons Removed unnecessary buttons Closes #5 Jordan McClintock 2022-03-02 13:46:45 -0600
  • 1ecc8961cf
    Added barebones descriptions to resource nodes Jordan McClintock 2022-03-02 13:37:31 -0600
  • c9056a9d78
    Removed bad description templates for new nodes Jordan McClintock 2022-03-02 13:29:06 -0600
  • cdb0bf4d69
    Added nodes for commit signing on m1 Jordan McClintock 2022-03-02 11:42:53 -0600
  • e85b925f40
    Ensure linkType is a valid value (2nd attempt) #3463 Stephen McLaughlin 2022-03-01 16:48:31 +0000
  • 27761ba6f2 Update built in docs Steve-Mcl 2022-02-28 19:01:15 +0000
  • b665698e78 Ensure linkType is a valid value Steve-Mcl 2022-02-28 19:00:58 +0000
  • 97ebe33d68 Dont show 1st tab if hidden when loading fixes #3455 #3464 Steve-Mcl 2022-02-28 18:15:13 +0000
  • abb95930c2
    Merge branch 'node-red-master' Jordan McClintock 2022-02-28 11:18:41 -0600
  • 29f502c00c
    Merge branch 'master' of https://github.com/node-red/node-red into node-red-master Jordan McClintock 2022-02-28 10:02:49 -0600
  • 249f7e45fb Link Call should not call into subflow... - includes missing jsdoc - improves speed (no searching, only lookups) - code formatting consistency - improve tests Steve-Mcl 2022-02-28 13:57:22 +0000
  • c0612e6193
    Merge branch 'master' of https://github.com/node-red/node-red Dave Conway-Jones 2022-02-28 09:59:35 +0000
  • 79a789c557 add test to check if in the case user contains token, Node-RED uses it instead of generating a new Token #3460 Ariel Ferreira 2022-02-26 17:24:59 -0500
  • 450888f542 check if user contains token and use it instead of generating a new Token Ariel Ferreira 2022-02-26 16:35:46 -0500
  • 380a08242a
    fix html label mistake (#3459) 萧十一郎 2022-02-26 18:10:17 +0800
  • e653a933f1 fix subflow calls Steve-Mcl 2022-02-25 18:39:48 +0000
  • 21c005dff2
    Update issue templates and contributing guide Andrew 2022-02-25 09:36:05 -0700
  • bda5dffa34
    Add tests Dave Conway-Jones 2022-02-25 16:19:20 +0000
  • 29df7e84a1 add tests Steve-Mcl 2022-02-25 16:13:48 +0000
  • 19cf43a10e Re-write link call targeting... - Remove msg.target by object - Remove :: scoping - Always try to locate matching link-in on same flow first - If not found, look on all flows - if 1 found, call it - If more than 1 link target found, raise error Steve-Mcl 2022-02-25 16:13:39 +0000
  • 0398ef3b90
    undo regression in tcp-in node (missed one) Dave Conway-Jones 2022-02-25 16:06:44 +0000
  • 8c19daf949
    TCP nodes- Add optional reattach delimiter to streaming strings Dave Conway-Jones 2022-02-25 15:56:13 +0000
  • 1d0c5870e3 fix html label mistake #3459 weibin 2022-02-25 10:33:19 +0800
  • 61db72b99c closing html label error #3458 weibin 2022-02-25 10:10:57 +0800
  • a68172f2f3
    Merge pull request #21 from corang/master Jordan McClintock 2022-02-24 14:04:16 -0600
  • 224d1f7ed9
    Merge pull request #22 from defenseunicorns/readme-update Jordan McClintock 2022-02-24 14:04:00 -0600
  • e4f0688a02 dynamic link target 1st draft Steve-Mcl 2022-02-24 19:46:21 +0000
  • cce9173e10
    Updated flows to use new node types Jordan McClintock 2022-02-24 12:25:10 -0600
  • 36166b3bb2 Added prereq information for installing npm and docker/podman. Added some supplemental info for less experienced Unicorns. #3456 Gavin Scallon 2022-02-24 08:15:12 -0700
  • 8fd328d580
    Remove old nodes and add new ones Jordan McClintock 2022-02-23 16:59:16 -0600
  • f093ef1bb1
    docs update Jordan McClintock 2022-02-23 15:39:24 -0600
  • be2c1f1859
    update package lock using latest npm Jordan McClintock 2022-02-23 13:16:56 -0600
  • 8fc1345bae initial guide flow update Jordan McClintock 2022-02-23 12:57:36 -0600
  • 67858a4df6 - Added vertical flow view - Made vertical flow view default to on - Changed default grid size to 10 Jordan McClintock 2022-02-23 12:57:24 -0600
  • 456928964e Revert "- Added vertical flow view" Jordan McClintock 2022-02-23 12:51:15 -0600
  • 88cc179ca5 - Added vertical flow view - Made vertical view default Jordan McClintock 2022-02-23 12:43:26 -0600
  • 25f4fbf2bb
    undo regression to tcp-in node Dave Conway-Jones 2022-02-21 20:03:25 +0000
  • 0533c08438
    Merge branch 'master' into dev Nick O'Leary 2022-02-18 22:02:30 +0000
  • 5f0ea85f47
    Bump for 2.2.2 2.2.2 Nick O'Leary 2022-02-18 14:46:01 +0000
  • 6c7c1202ed
    Merge pull request #3451 from Steve-Mcl/fix-mqtt-close-timeout Nick O'Leary 2022-02-18 14:43:34 +0000
  • 669aa769c2 Fix close timeout on MQTT nodes fixes #2934 #3451 Steve-Mcl 2022-02-17 10:18:46 +0000
  • fcf2994015
    Bump for 2.2.1 2.2.1 Nick O'Leary 2022-02-15 13:41:53 +0000
  • bee21ddc9e
    Update dependencies Nick O'Leary 2022-02-15 13:36:05 +0000
  • 263e68e677
    Merge pull request #3447 from Steve-Mcl/fix-hook-module-location Nick O'Leary 2022-02-15 13:18:25 +0000
  • 2b958f5724 Improve module location parsing when adding hook - fixes #3401 - handles brackets and no brackets in stack line - handles short stack #3447 Steve-Mcl 2022-02-15 12:40:34 +0000
  • 95f7177ef4
    Merge pull request #3445 from node-red-hitachi/fix-path-substitution Nick O'Leary 2022-02-15 11:26:19 +0000
  • 006324b78e
    Merge pull request #3446 from Steve-Mcl/better-bad-node-err-log Nick O'Leary 2022-02-15 11:26:08 +0000
  • efd8c1229d improve "Unexpected Node Error" logging - fixes #3389 - adds additional info to aid sourcing the issue - removes lots of undefined info when node type is incorrect - stores and reports original stack before internal try/catch exception - ensure this._flow is something before attempting to call handleError #3446 Steve-Mcl 2022-02-15 10:51:18 +0000
  • 0f1aea3e0d add test case #3445 Hiroyasu Nishiyama 2022-02-15 14:41:03 +0900
  • 6a41cbebc9 evaluate env var after path initialization Hiroyasu Nishiyama 2022-02-15 14:23:01 +0900
  • fba95e6a42
    Merge pull request #3392 from Steve-Mcl/search-ismodified Nick O'Leary 2022-02-14 23:19:27 +0000
  • bffb91f196
    Merge pull request #3443 from node-red/delay-field-validation Nick O'Leary 2022-02-14 23:18:41 +0000
  • 4573b65639
    Merge pull request #3444 from node-red/keyboard-filter-case Nick O'Leary 2022-02-14 23:18:16 +0000
  • 3d8505385a
    Merge pull request #3442 from node-red/dupe-links Nick O'Leary 2022-02-14 23:18:01 +0000
  • 95d3a8cc22
    Merge pull request #3409 from node-red/let-switch-number-test-report-NaN-as-false Nick O'Leary 2022-02-14 23:17:38 +0000
  • 99c053f86b
    Merge pull request #3440 from Steve-Mcl/monaco-env-suggestions Nick O'Leary 2022-02-14 23:02:55 +0000
  • f2dde705ef
    Handle mixed-cased filter terms in keyboard shortcut dialog Fixes #3400 #3444 Nick O'Leary 2022-02-14 20:59:43 +0000
  • be11fda814
    Allow nbRateUnits to be undefined when validating Fixes #3407 #3443 Nick O'Leary 2022-02-14 20:44:55 +0000
  • 0261105c52
    Prevent duplicate links being added between nodes #3442 Nick O'Leary 2022-02-14 20:35:47 +0000
  • 264047dc0c
    Merge pull request #3437 from Steve-Mcl/fix-multiple-wires Nick O'Leary 2022-02-14 20:12:46 +0000
  • 4d84926ed2 Update monaco for Predefined Environment Variables - add Predefined Environment Variables to snippet suggestions - update jsdoc for env.get #3440 Steve-Mcl 2022-02-14 13:38:37 +0000
  • da3211fee6
    Merge pull request #3439 from node-red/remove-debug Nick O'Leary 2022-02-14 10:48:33 +0000
  • 1388b03cf2
    Remove console.log when ignoring disabled module #3439 Nick O'Leary 2022-02-14 10:46:08 +0000
  • 9f98b4b082 add support of property validation message Hiroyasu Nishiyama 2022-02-14 10:40:49 +0900
  • b3f1401ab4 Dont add wires to undo buffer twice Fixes #3433 #3437 Steve-Mcl 2022-02-13 16:56:26 +0000
  • e5e3832809
    fix Japanese message of delay node (#3434) Hiroyasu Nishiyama 2022-02-13 01:13:59 +0900
  • 650c98c781 Update start options to load flow.json andrew.greene 2022-02-11 07:56:22 -0700
  • f6168aeff3 upstream merge andrew.greene 2022-02-11 07:48:51 -0700
  • 0dd47e5c3f fix Japanese message of delay node #3434 Hiroyasu Nishiyama 2022-02-11 23:39:15 +0900
  • 277ec8f2f2
    Merge pull request #17 from defenseunicorns/flow-improvements-brandt Brandt Keller 2022-02-10 07:43:14 -0800
  • 2eff7da171
    Merge pull request #3397 from node-red-hitachi/fix-config-node-validation Nick O'Leary 2022-02-09 19:47:23 +0000
  • e9622bcfe8
    Merge pull request #3391 from node-red-hitachi/fix-hide-flow-tooltip Nick O'Leary 2022-02-09 19:44:05 +0000
  • 8dd86a324c Feat: new integration tests / updated PR template brandtkeller 2022-02-09 08:20:20 -0800
  • 63ebadc526
    add check for NaN in is of type number to be false #3409 Dave Conway-Jones 2022-02-09 12:03:38 +0000
  • fe47b07229 Add feature: search next, search previous Steve-Mcl 2022-02-09 11:00:09 +0000
  • 50be2f3f66
    Merge pull request #16 from defenseunicorns/rootless-podman-run-permissions-issue Brandt Keller 2022-02-08 20:11:28 -0800