Commit Graph

  • 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 Steve-Mcl 2022-03-04 16:08:29 +00:00
  • 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 +00:00
  • ea671bf395 Use v5 properties to aid auto parsing payload - closes #3421 - fixes bug in function setBoolProp() Steve-Mcl 2022-03-04 08:44:21 +00:00
  • fdb868516f Merge pull request #3464 from Steve-Mcl/dont-show-hidden-tab Nick O'Leary 2022-03-03 23:15:07 +00:00
  • c75bebfc90 Merge pull request #3390 from node-red/copy-node-props Nick O'Leary 2022-03-03 21:57:00 +00:00
  • 3e102ef760 Merge pull request #3395 from Steve-Mcl/search-options Nick O'Leary 2022-03-03 21:53:21 +00:00
  • c07eddbd97 Merge branch 'dev' into search-options Nick O'Leary 2022-03-03 21:52:52 +00:00
  • e85b925f40 Ensure linkType is a valid value (2nd attempt) Stephen McLaughlin 2022-03-01 16:48:31 +00:00
  • 27761ba6f2 Update built in docs Steve-Mcl 2022-02-28 19:01:15 +00:00
  • b665698e78 Ensure linkType is a valid value Steve-Mcl 2022-02-28 19:00:58 +00:00
  • 97ebe33d68 Dont show 1st tab if hidden when loading fixes #3455 Steve-Mcl 2022-02-28 18:15:13 +00:00
  • 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 +00:00
  • c0612e6193 Merge branch 'master' of https://github.com/node-red/node-red Dave Conway-Jones 2022-02-28 09:59:35 +00:00
  • 79a789c557 add test to check if in the case user contains token, Node-RED uses it instead of generating a new Token Ariel Ferreira 2022-02-26 17:24:59 -05:00
  • 450888f542 check if user contains token and use it instead of generating a new Token Ariel Ferreira 2022-02-26 16:35:46 -05:00
  • 380a08242a fix html label mistake (#3459) 萧十一郎 2022-02-26 18:10:17 +08:00
  • e653a933f1 fix subflow calls Steve-Mcl 2022-02-25 18:39:48 +00:00
  • bda5dffa34 Add tests Dave Conway-Jones 2022-02-25 16:19:20 +00:00
  • 29df7e84a1 add tests Steve-Mcl 2022-02-25 16:13:48 +00:00
  • 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 +00:00
  • 0398ef3b90 undo regression in tcp-in node (missed one) Dave Conway-Jones 2022-02-25 16:06:44 +00:00
  • 8c19daf949 TCP nodes- Add optional reattach delimiter to streaming strings Dave Conway-Jones 2022-02-25 15:56:13 +00:00
  • e4f0688a02 dynamic link target 1st draft Steve-Mcl 2022-02-24 19:46:21 +00:00
  • 25f4fbf2bb undo regression to tcp-in node Dave Conway-Jones 2022-02-21 20:03:25 +00:00
  • 0533c08438 Merge branch 'master' into dev Nick O'Leary 2022-02-18 22:02:30 +00:00
  • 5f0ea85f47 Bump for 2.2.2 2.2.2 Nick O'Leary 2022-02-18 14:46:01 +00:00
  • 6c7c1202ed Merge pull request #3451 from Steve-Mcl/fix-mqtt-close-timeout Nick O'Leary 2022-02-18 14:43:34 +00:00
  • 669aa769c2 Fix close timeout on MQTT nodes fixes #2934 Steve-Mcl 2022-02-17 10:18:46 +00:00
  • fcf2994015 Bump for 2.2.1 2.2.1 Nick O'Leary 2022-02-15 13:41:53 +00:00
  • bee21ddc9e Update dependencies Nick O'Leary 2022-02-15 13:36:05 +00:00
  • 263e68e677 Merge pull request #3447 from Steve-Mcl/fix-hook-module-location Nick O'Leary 2022-02-15 13:18:25 +00:00
  • 2b958f5724 Improve module location parsing when adding hook - fixes #3401 - handles brackets and no brackets in stack line - handles short stack Steve-Mcl 2022-02-15 12:40:34 +00:00
  • 95f7177ef4 Merge pull request #3445 from node-red-hitachi/fix-path-substitution Nick O'Leary 2022-02-15 11:26:19 +00:00
  • 006324b78e Merge pull request #3446 from Steve-Mcl/better-bad-node-err-log Nick O'Leary 2022-02-15 11:26:08 +00:00
  • 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 Steve-Mcl 2022-02-15 10:51:18 +00:00
  • 0f1aea3e0d add test case Hiroyasu Nishiyama 2022-02-15 14:41:03 +09:00
  • 6a41cbebc9 evaluate env var after path initialization Hiroyasu Nishiyama 2022-02-15 14:23:01 +09:00
  • fba95e6a42 Merge pull request #3392 from Steve-Mcl/search-ismodified Nick O'Leary 2022-02-14 23:19:27 +00:00
  • bffb91f196 Merge pull request #3443 from node-red/delay-field-validation Nick O'Leary 2022-02-14 23:18:41 +00:00
  • 4573b65639 Merge pull request #3444 from node-red/keyboard-filter-case Nick O'Leary 2022-02-14 23:18:16 +00:00
  • 3d8505385a Merge pull request #3442 from node-red/dupe-links Nick O'Leary 2022-02-14 23:18:01 +00:00
  • 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 +00:00
  • 99c053f86b Merge pull request #3440 from Steve-Mcl/monaco-env-suggestions Nick O'Leary 2022-02-14 23:02:55 +00:00
  • f2dde705ef Handle mixed-cased filter terms in keyboard shortcut dialog Fixes #3400 Nick O'Leary 2022-02-14 20:59:43 +00:00
  • be11fda814 Allow nbRateUnits to be undefined when validating Fixes #3407 Nick O'Leary 2022-02-14 20:44:55 +00:00
  • 0261105c52 Prevent duplicate links being added between nodes Nick O'Leary 2022-02-14 20:35:47 +00:00
  • 264047dc0c Merge pull request #3437 from Steve-Mcl/fix-multiple-wires Nick O'Leary 2022-02-14 20:12:46 +00:00
  • 4d84926ed2 Update monaco for Predefined Environment Variables - add Predefined Environment Variables to snippet suggestions - update jsdoc for env.get Steve-Mcl 2022-02-14 13:38:37 +00:00
  • da3211fee6 Merge pull request #3439 from node-red/remove-debug Nick O'Leary 2022-02-14 10:48:33 +00:00
  • 1388b03cf2 Remove console.log when ignoring disabled module Nick O'Leary 2022-02-14 10:46:08 +00:00
  • 9f98b4b082 add support of property validation message Hiroyasu Nishiyama 2022-02-14 10:40:49 +09:00
  • b3f1401ab4 Dont add wires to undo buffer twice Fixes #3433 Steve-Mcl 2022-02-13 16:56:26 +00:00
  • e5e3832809 fix Japanese message of delay node (#3434) Hiroyasu Nishiyama 2022-02-13 01:13:59 +09:00
  • 2eff7da171 Merge pull request #3397 from node-red-hitachi/fix-config-node-validation Nick O'Leary 2022-02-09 19:47:23 +00:00
  • e9622bcfe8 Merge pull request #3391 from node-red-hitachi/fix-hide-flow-tooltip Nick O'Leary 2022-02-09 19:44:05 +00:00
  • 63ebadc526 add check for NaN in is of type number to be false Dave Conway-Jones 2022-02-09 12:03:38 +00:00
  • fe47b07229 Add feature: search next, search previous Steve-Mcl 2022-02-09 11:00:09 +00:00
  • dc73997be3 fix not to use hasOwnProperty Hiroyasu Nishiyama 2022-02-08 09:21:52 +09:00
  • 62315fd478 Add feature: split-wire-to-links Steve-Mcl 2022-02-07 12:25:09 +00:00
  • fb81121bd3 fix node validation to be applied to config node Hiroyasu Nishiyama 2022-02-04 17:45:00 +09:00
  • 5293563a6a Merge pull request #3394 from Alkarex/fix-debug-node-hasOwnProperty Nick O'Leary 2022-02-03 16:31:46 +00:00
  • 2e1e61dabe Remove part of JSDoc Alexandre Alapetite 2022-02-03 16:32:51 +01:00
  • 280d63fde7 Fix util.encodeObject Alexandre Alapetite 2022-02-03 15:59:25 +01:00
  • c6104195f6 add search options dropdown to regular search Steve-Mcl 2022-02-03 10:26:50 +00:00
  • e55cbb3e3d Fix bug in debug node due to msg.hasOwnProperty construct msg.hasOwnProperty("status") might make the debug node crash/produce an error if the payload was created with Object.create(null). This is the case e.g. for ini (to parse INI files), an official NPM node: 4f289946b3/lib/ini.js (L63) Alexandre Alapetite 2022-02-03 02:01:22 +01:00
  • 56b85e4194 Merge branch 'search-ismodified' of https://github.com/Steve-Mcl/node-red into search-ismodified Steve-Mcl 2022-02-02 17:21:33 +00:00
  • 6431c43d0e Add ability to find modified nodes/flows Steve-Mcl 2022-02-02 17:21:23 +00:00
  • a62107fbd1 Add ability to find modified nodes/flows Steve-Mcl 2022-02-02 17:19:23 +00:00
  • 7959d18248 hide tooltip after removing subflow tab Hiroyasu Nishiyama 2022-02-02 11:34:58 +09:00
  • 2f66915a9f Update node info table based on selection of outliner Nick O'Leary 2022-01-31 21:14:07 +00:00
  • a508177e21 Add copy-value button to entries in Node Props table of info sidebar Nick O'Leary 2022-01-31 20:35:42 +00:00
  • 5a9d858604 OAuth/OpenID logout with Keycloak - Forum 57492 Mario Wolff 2022-01-31 08:03:34 +01:00
  • 514da83961 let inject optionally fire at start in only at time mode. Dave Conway-Jones 2022-01-28 18:05:20 +00:00
  • b7bae18849 Update inner package dependency 2.2.0 Nick O'Leary 2022-01-27 12:58:43 +00:00
  • fbde247c72 Update node-red-admin dependency Nick O'Leary 2022-01-27 12:57:32 +00:00
  • 3a69af9034 Merge pull request #3383 from node-red/dev Nick O'Leary 2022-01-27 12:50:45 +00:00
  • 5c87a6cb76 Update package readmes and licenses Nick O'Leary 2022-01-27 12:49:48 +00:00
  • 9c6bb434e8 Update contributing guide for new cla Nick O'Leary 2022-01-27 12:44:22 +00:00
  • d1bd303dfa Update version for 2.2.0 Nick O'Leary 2022-01-27 10:13:28 +00:00
  • 3813c32454 Update marked to latest Nick O'Leary 2022-01-27 10:12:55 +00:00
  • 3b00a692ee Update changelog Nick O'Leary 2022-01-27 10:12:06 +00:00
  • 3304ebe9d3 Merge pull request #3382 from node-red-hitachi/fix-subflow-update Nick O'Leary 2022-01-27 09:30:26 +00:00
  • 513120cbfe Merge pull request #3381 from kazuhitoyokoi/dev-addjpn Nick O'Leary 2022-01-27 09:28:29 +00:00
  • b06049d5a3 fix opening/closing subflow template not to make subflow changed Hiroyasu Nishiyama 2022-01-27 12:57:37 +09:00
  • 0f50355deb Add Japanese translations for v2.2.0 Kazuhito Yokoi 2022-01-27 11:14:24 +09:00
  • bd6e35fea2 Merge branch 'dev' of github.com:node-red/node-red into dev Nick O'Leary 2022-01-26 17:46:47 +00:00
  • a4fd63cd44 Merge pull request #3380 from Steve-Mcl/search-find-filenode Nick O'Leary 2022-01-26 17:00:47 +00:00
  • fdc4219b68 palletLabel (if different) should be indexed for search - fixes #3297 Steve-Mcl 2022-01-26 16:14:34 +00:00
  • 5b428bb8e6 Merge pull request #3379 from node-red-hitachi/nr_node_path-support Nick O'Leary 2022-01-26 14:29:03 +00:00
  • c948ff88a5 add support of NR_NODE_PATH Hiroyasu Nishiyama 2022-01-26 21:24:48 +09:00
  • 9b9a0d7060 Update dependencies Nick O'Leary 2022-01-26 12:20:45 +00:00
  • 16578e3677 Update changelog Nick O'Leary 2022-01-26 12:07:04 +00:00
  • be7f84bc67 Merge pull request #3377 from Steve-Mcl/function-node-decs Nick O'Leary 2022-01-26 12:03:56 +00:00
  • 033d26f2cb Merge pull request #3378 from node-red/tour-update Nick O'Leary 2022-01-26 12:03:40 +00:00
  • 4c0826b1c4 Update tour for 2.2.0 Nick O'Leary 2022-01-26 12:00:30 +00:00
  • c4cc204c94 Add static declerations to func ts. fixes #3376 Steve-Mcl 2022-01-26 11:40:05 +00:00
  • 3747db18b1 Update changelog Nick O'Leary 2022-01-26 11:34:32 +00:00
  • 4173625fca Merge pull request #3243 from node-red/delete-global-context Nick O'Leary 2022-01-26 11:28:34 +00:00
  • 0e7863a6fb Merge pull request #3375 from node-red/settings-update Nick O'Leary 2022-01-26 11:21:55 +00:00
  • 207ba00ad2 Add editorTheme.tours property to default settings file Nick O'Leary 2022-01-26 11:21:11 +00:00