Commit Graph

  • 82ebd02110
    Merge branch 'node-red:master' into master GerwinvBeek 2022-06-16 17:51:03 +02:00
  • 5e23920c43 info instead of tooltip Gerwin van Beek 2022-06-16 17:19:37 +02:00
  • b9444e8197
    Merge pull request #3679 from node-red/update-deps Nick O'Leary 2022-06-16 16:03:37 +01:00
  • 5ff70b2a36
    Merge pull request #3680 from node-red/300-tour Nick O'Leary 2022-06-16 16:03:18 +01:00
  • 4ed559af95
    Update changelog and version for 3-beta.3 Nick O'Leary 2022-06-16 15:44:51 +01:00
  • ce529a9b9f
    Update module dependencies Nick O'Leary 2022-06-16 15:39:42 +01:00
  • 31e472145c
    Merge pull request #3678 from node-red/right-click-menu Nick O'Leary 2022-06-16 15:38:58 +01:00
  • 1664428429
    Update tour for 3.0-beta.3 Nick O'Leary 2022-06-16 15:37:07 +01:00
  • 1780cb9b91
    Update dependencies Nick O'Leary 2022-06-16 14:47:11 +01:00
  • ad32677263
    Fix lint errors in contextMenu right-click-menu Nick O'Leary 2022-06-16 14:37:48 +01:00
  • 0eba4bdd61
    Add right-click context menu to workspace Nick O'Leary 2022-06-16 13:59:14 +01:00
  • 28238eb5a7
    Allow typeSearch to list actions Nick O'Leary 2022-06-16 13:57:50 +01:00
  • cce4f6f7f7
    Add onpre/postselect, direction opts to menu and make id optional Nick O'Leary 2022-06-16 13:50:05 +01:00
  • 6bea3dabbb
    Allow popover position to be set via absolute pos rather than relative Nick O'Leary 2022-06-16 13:49:25 +01:00
  • ea46947054
    Add RED.actions.getLabel to retrieve action i18n label Nick O'Leary 2022-06-16 13:48:36 +01:00
  • 22879f8c23
    Merge pull request #3677 from Steve-Mcl/file-node-filename-ux Nick O'Leary 2022-06-16 13:13:43 +01:00
  • 77c4423059
    Merge pull request #3676 from Steve-Mcl/nodesdir-feature-parity Nick O'Leary 2022-06-16 13:11:36 +01:00
  • 62a2a4a9f5 Further simplify file node filename entry UX (v3) fixes #3668 Steve-Mcl 2022-06-16 11:38:19 +01:00
  • 59690328e2
    Merge pull request #3674 from node-red-hitachi/fix-cursor-position-function-node Nick O'Leary 2022-06-16 11:21:49 +01:00
  • e50ecd613f
    Merge pull request #3671 from node-red-hitachi/fix-disable-junction Nick O'Leary 2022-06-16 11:20:18 +01:00
  • d873a6138a
    Merge pull request #3672 from kazuhitoyokoi/v2.x-addjpn Nick O'Leary 2022-06-16 11:17:22 +01:00
  • 0ed7f6ce4e
    Merge pull request #3665 from Steve-Mcl/backport-3647 Nick O'Leary 2022-06-16 11:16:54 +01:00
  • 74e3b9e9ed
    Merge pull request #3664 from Steve-Mcl/backport-3643 Nick O'Leary 2022-06-16 11:16:34 +01:00
  • 7fd884c68f
    Merge pull request #3663 from Steve-Mcl/backport-3646 Nick O'Leary 2022-06-16 11:16:18 +01:00
  • 3f29283724
    Merge pull request #3662 from Steve-Mcl/backport-3645 Nick O'Leary 2022-06-16 11:15:55 +01:00
  • ea303495b0
    Merge pull request #3661 from Steve-Mcl/backport-3633 Nick O'Leary 2022-06-16 11:14:43 +01:00
  • 9d39709038
    Merge pull request #3660 from Steve-Mcl/backport-3632 Nick O'Leary 2022-06-16 11:14:26 +01:00
  • facb6143c3
    Merge pull request #3659 from Steve-Mcl/backport-3624 Nick O'Leary 2022-06-16 11:14:13 +01:00
  • 68a2786ff2
    Merge pull request #3658 from Steve-Mcl/backport-3630 Nick O'Leary 2022-06-16 11:13:17 +01:00
  • b2b31670f8
    Merge pull request #3657 from Steve-Mcl/backport-3611 Nick O'Leary 2022-06-16 11:13:02 +01:00
  • 355fb724f8
    Merge pull request #3656 from Steve-Mcl/backport-3548 Nick O'Leary 2022-06-16 11:12:47 +01:00
  • d925f12aea
    Merge pull request #3655 from Steve-Mcl/dup-hist-event Nick O'Leary 2022-06-16 11:12:11 +01:00
  • 428ed090f3
    Merge pull request #3654 from Steve-Mcl/mqtt-backport Nick O'Leary 2022-06-16 11:11:50 +01:00
  • 8093ae8570
    Merge pull request #3643 from node-red/fix-drag-hidden Nick O'Leary 2022-06-16 11:09:29 +01:00
  • 98ebb02763 improve tests for nodeDir Adds new resources (loose files, non NR pkgs, NR modules, NR Plugins) Adds new tests #getNodeFiles - new tests below √ Finds nodes and icons only in nodesDir with files, icons and valid node-red packages √ Should not find node-red node in nodesDir with files, icons and valid node-red packages √ Should not find node-red node in nodesDir when regular package and valid node-red packages #getModuleFiles - new tests below √ gets a nodes module files √ Finds only 1 node-red node in nodesDir amongst legacy nodes and regular nodes √ Finds a node-red node in nodesDir with a sub dir containing valid node-red package √ Finds 2 node-red node and 1 plugin in nodesDir (in root of dir) √ Finds 2 node-red node and 1 plugin in nodesDir pointing to a node_modules dir Steve-Mcl 2022-06-16 11:00:31 +01:00
  • ba22b07dce align functionality of nodesDir with coreNodesDir and userDir Steve-Mcl 2022-06-16 10:57:29 +01:00
  • 5494b06311 removed popover Gerwin van Beek 2022-06-16 10:03:42 +02:00
  • bb5a19b3fd Added tooltip option to all nodes Gerwin van Beek 2022-06-16 10:02:16 +02:00
  • d1312703c5 fix initial cursor position of init/finalize Hiroyasu Nishiyama 2022-06-16 14:16:40 +09:00
  • e47ff28f08
    Merge b1a706f811b03e6f3dd51e142843b67fe627819e into 8762d0e1646f224e6021ccb1a31a3d794e180b7a Nick O'Leary 2022-06-15 21:37:11 +01:00
  • 8d99a42307 Add Japanese translations (Backport #3576 to v2.x) Kazuhito Yokoi 2022-06-16 00:32:20 +09:00
  • 3ab93ecdd4 fix disable junction Hiroyasu Nishiyama 2022-06-16 00:00:02 +09:00
  • 6c0d6c5425
    Join-reduce keep existing msg properties Dave Conway-Jones 2022-06-15 10:16:12 +01:00
  • 326f346936
    Import default export if node is a transpiled es module Dominik Schmidt 2022-06-14 22:54:00 +02:00
  • 8762d0e164
    Merge pull request #3666 from node-red-hitachi/fix-junction-to-subflow-2 Stephen McLaughlin 2022-06-14 09:34:56 +01:00
  • 2b91edeb74 fix uncorrect fix of junction to subflow conversion Hiroyasu Nishiyama 2022-06-14 16:49:14 +09:00
  • 9946132658 extend escaped subflow category characters Steve-Mcl 2022-06-14 07:47:54 +01:00
  • 30f08a9f17 Track mouse release outside workspace so current action completes manual cherry pick a16032a Steve-Mcl 2022-06-14 07:39:19 +01:00
  • 83f1729d83 Reset mouse state when switching tabs Fixes #3639 Nick O'Leary 2022-06-09 15:47:16 -05:00
  • 6c49d1aa3f
    Merge pull request #3653 from node-red-hitachi/fix-undo-junction-to-subflow Nick O'Leary 2022-06-13 21:09:20 +01:00
  • f07f086d62
    Merge pull request #3652 from node-red-hitachi/fix-junction-to-subflow Nick O'Leary 2022-06-13 21:09:11 +01:00
  • c28862f8c7
    Merge pull request #3650 from node-red-hitachi/fix-export-junction Nick O'Leary 2022-06-13 21:06:33 +01:00
  • 9cfaf567be
    Merge pull request #3649 from kazuhitoyokoi/master-fixshade4palette Nick O'Leary 2022-06-13 21:04:52 +01:00
  • 53f453bf34
    Merge pull request #3647 from node-red-hitachi/fix-subflow-category-name Nick O'Leary 2022-06-13 21:04:13 +01:00
  • a16032a8ed
    Track mouse release outside workspace so current action completes fix-drag-hidden Nick O'Leary 2022-06-13 21:01:34 +01:00
  • 3667de18a9 sanitize tab name Hiroyasu Nishiyama 2022-06-10 20:22:09 +09:00
  • bda8e86ea4 Fix ESM module loading in Function node Fixes #3627 Nick O'Leary 2022-06-09 22:11:48 -05:00
  • 7920fa1dd4 fix new folder menu of save to library dialog Hiroyasu Nishiyama 2022-05-28 20:16:53 +09:00
  • 8cec0d8fcd
    Merge pull request #3645 from node-red/fix-esm Nick O'Leary 2022-06-13 08:10:28 -05:00
  • cb06690553 update test for inject node Hiroyasu Nishiyama 2022-05-27 12:11:53 +09:00
  • 4b4e5a0861 fix JSONata evaluation of inject button Hiroyasu Nishiyama 2022-05-27 11:44:56 +09:00
  • e5952f082e fix buffer parse error message of evaluateNodeProperty Hiroyasu Nishiyama 2022-05-22 17:59:27 +09:00
  • c7994b6393 Dont delete TCP socket twice Stephen McLaughlin 2022-05-26 10:18:34 +01:00
  • 39ac6b0d46 fix typo Steve-Mcl 2022-06-13 13:33:30 +01:00
  • e22bf22b61 Ensure ACE worker options are set fixes #3610 Stephen McLaughlin 2022-05-15 13:19:28 +01:00
  • 92dd80ac49 declare undeclared loop var Steve-Mcl 2022-05-04 15:10:02 +01:00
  • 9442e2a993 Prevent error when uses search term is used fixes #3578 Steve-Mcl 2022-05-04 15:08:52 +01:00
  • 6df7f50f9f Remove duplicate history add of ungroup event Fixes #3581 Nick O'Leary 2022-05-09 20:51:17 +01:00
  • 933cad888f add changes from #3563 Add client and Runtime MQTT topic validation and fix subsequent connection lockup (that arises due to bad birth/will topic) backport-2.x Steve-Mcl 2022-06-13 12:57:22 +01:00
  • 8133c5e834 define noproxy variable Stephen McLaughlin 2022-05-24 20:43:29 +01:00
  • e7f6549cb6 Remove unnecessary call to clientRemoveListeners Stephen McLaughlin 2022-05-09 16:37:25 +01:00
  • 2ded07c765 call client.end with force=true on timeout Phil Day 2022-05-09 16:29:39 +01:00
  • 6a799e7e2a Update packages/node_modules/@node-red/nodes/core/network/10-mqtt.js Phil Day 2022-05-09 16:22:50 +01:00
  • 1d40378f8c Update packages/node_modules/@node-red/nodes/core/network/10-mqtt.js Phil Day 2022-05-09 16:20:44 +01:00
  • bcab1cf096 Update packages/node_modules/@node-red/nodes/core/network/10-mqtt.js Phil Day 2022-05-09 16:20:27 +01:00
  • 03484fd5cd Updated to cover the removal of individual event handlers Phil Day 2022-05-09 15:39:12 +01:00
  • 1eea371124 Revent change of grunt version Phil Day 2022-05-06 15:34:25 +01:00
  • 02d9ad479d Track which event handlers we add to the mqtt client so we can removed them cleanly Phil Day 2022-05-06 15:29:42 +01:00
  • 3be75fa822 Add Force parameter mqtt client.end() when called in disconnect Phil Day 2022-05-05 16:12:28 +01:00
  • ca204dea2d Use new validation option to return better label Co-authored-by: Nick O'Leary <nick.oleary@gmail.com> Stephen McLaughlin 2022-05-02 21:28:04 +01:00
  • 6f6f67829b fix undoing junction to subflow Hiroyasu Nishiyama 2022-06-13 14:12:04 +09:00
  • 94471b6d07 fix conversion of junction to subflow Hiroyasu Nishiyama 2022-06-13 08:47:41 +09:00
  • 7eed9c0584 include junction to exported nodes Hiroyasu Nishiyama 2022-06-12 10:08:13 +09:00
  • 3e717862a4 Fix z-index value for shade to cover nodes in palette Kazuhito Yokoi 2022-06-11 20:52:58 +09:00
  • 30d88bbe7e extend escaped subflow category characters Hiroyasu Nishiyama 2022-06-11 09:50:28 +09:00
  • 551e73adef
    Merge pull request #3646 from node-red-hitachi/fix-tab-name-sanitize Nick O'Leary 2022-06-10 06:56:40 -05:00
  • 99d32c4758 sanitize tab name Hiroyasu Nishiyama 2022-06-10 20:22:09 +09:00
  • 9e52c15829
    Merge pull request #3644 from bonanitech/fix-selector-placement Nick O'Leary 2022-06-09 22:14:09 -05:00
  • 71a272f0a6
    Fix ESM module loading in Function node Fixes #3627 Nick O'Leary 2022-06-09 22:11:48 -05:00
  • 64061c3440 Fix selector placement Mauricio Bonani 2022-06-09 17:44:11 -04:00
  • d83516584d
    Merge branch 'master' into stop-start-flows Stephen McLaughlin 2022-06-09 22:29:09 +01:00
  • 1b4f2b9c53 fix formatting (resolve merge conflict) Steve-Mcl 2022-06-09 22:29:28 +01:00
  • 3e34d0badb
    Merge pull request #3622 from kazuhitoyokoi/master-addjpn Nick O'Leary 2022-06-09 16:03:43 -05:00
  • b2e8474df3
    Merge pull request #3624 from node-red-hitachi/fix-buffer-parse-error Nick O'Leary 2022-06-09 16:02:48 -05:00
  • 73ff7e2de4
    Merge pull request #3632 from node-red-hitachi/fix-inject-of-JSONata Nick O'Leary 2022-06-09 16:00:23 -05:00
  • b5d8d34718
    Merge pull request #3633 from node-red-hitachi/fix-new-folder-save-to-library Nick O'Leary 2022-06-09 15:59:34 -05:00
  • ac44d22cee
    Merge pull request #3638 from node-red-hitachi/fix-palette-node-layer Nick O'Leary 2022-06-09 15:55:46 -05:00
  • 6e8fa12172
    Merge pull request #3637 from node-red-hitachi/fix-node-placement Nick O'Leary 2022-06-09 15:54:32 -05:00
  • deb9c4ecc0
    Reset mouse state when switching tabs Fixes #3639 Nick O'Leary 2022-06-09 15:47:16 -05:00
  • d4e6136b09 re-enable tests i had temporarily disabled Steve-Mcl 2022-06-09 15:27:50 +01:00