Commit Graph

  • 87c89586a5 Merge pull request #3356 from node-red-hitachi/node-prop-env-var Nick O'Leary 2022-01-26 11:11:02 +00:00
  • 1cea1ced82 Merge pull request #3371 from node-red/node-alias Nick O'Leary 2022-01-26 11:10:43 +00:00
  • 08732bac0f Merge pull request #3374 from Steve-Mcl/mqtt-reconnect-fix Nick O'Leary 2022-01-26 11:03:20 +00:00
  • 283e8d3c08 Merge pull request #3373 from Steve-Mcl/merge-fix Nick O'Leary 2022-01-26 11:01:35 +00:00
  • 42a7165596 Merge pull request #3372 from Steve-Mcl/use-paletteLabel-in-help Nick O'Leary 2022-01-26 11:00:53 +00:00
  • aa3f5001d5 additional update of test for NR_ prefix addition Hiroyasu Nishiyama 2022-01-26 10:52:41 +09:00
  • 56580c4005 add test for NR_ prefix addition Hiroyasu Nishiyama 2022-01-26 09:26:05 +09:00
  • ba304c9651 add NR_ prefix to special environment variables Hiroyasu Nishiyama 2022-01-26 09:25:30 +09:00
  • 703c5adba7 Add _path property to nodes and expose as node.path in Function node Nick O'Leary 2022-01-25 21:32:28 +00:00
  • 8b85f6e0a6 ensure help search is case insensitive Steve-Mcl 2022-01-25 18:27:47 +00:00
  • c136d22382 Merge pull request #3370 from node-red/fix-vertical-align-subflow-port Nick O'Leary 2022-01-25 17:09:05 +00:00
  • 42358419ad Fix vertical align of subflow port labels Nick O'Leary 2022-01-25 17:08:04 +00:00
  • ab2ced5c37 Merge pull request #3352 from ralphwetzel/dev Nick O'Leary 2022-01-25 17:07:12 +00:00
  • faf31be0dc Ensure label is shown in help tree Steve-Mcl 2022-01-25 16:30:30 +00:00
  • ff4c67d068 Merge pull request #3353 from kazuhitoyokoi/dev-addjpn Nick O'Leary 2022-01-25 16:02:29 +00:00
  • 10b133db02 bug: merge issue. fixes #3364 Steve-Mcl 2022-01-25 14:47:36 +00:00
  • f0bf607b43 Merge pull request #3359 from node-red-hitachi/fix-action-list-i18n Nick O'Leary 2022-01-25 14:47:18 +00:00
  • 8948ca5323 Merge branch 'dev' into mqtt-reconnect-fix Steve-Mcl 2022-01-25 12:32:49 +00:00
  • 9c3be51fe9 Improve MQTT broker disconnect situation * Ensure topic is sane to prevent error 129 * Ensure a log entry is made * Update node status Steve-Mcl 2022-01-25 12:29:51 +00:00
  • 2da9161f29 Update packages/node_modules/@node-red/editor-client/src/js/ui/actions.js Hiroyasu Nishiyama 2022-01-25 21:21:39 +09:00
  • 983dad5b53 add test for env var access of GROUP_ID & GROUP_NAME Hiroyasu Nishiyama 2022-01-25 21:07:38 +09:00
  • 8b23d341b4 add support for env var access of GROUP_ID & GROUP_NAME Hiroyasu Nishiyama 2022-01-25 21:04:43 +09:00
  • 0ad60013aa add test for env var access of FLOW_ID & FLOW_NAME Hiroyasu Nishiyama 2022-01-25 20:52:45 +09:00
  • 289815e128 add support of FLOW_ID & FLOW_NAME Hiroyasu Nishiyama 2022-01-25 20:46:01 +09:00
  • f7ee83f1b9 Add translations for restoring zoom level and scroll position Kazuhito Yokoi 2022-01-25 11:18:35 +09:00
  • f67aafa8d3 Merge pull request #3361 from node-red/zoom-level Nick O'Leary 2022-01-24 23:21:31 +00:00
  • 4e5ddd57bf Merge branch 'dev' of github.com:node-red/node-red into dev Nick O'Leary 2022-01-24 23:18:43 +00:00
  • e0d4ecf835 Merge branch 'master' into dev Nick O'Leary 2022-01-24 23:18:25 +00:00
  • 81a461115b Merge pull request #3365 from node-red-hitachi/fix-http-request-set-cookie Nick O'Leary 2022-01-24 21:26:29 +00:00
  • d679b02658 Add option to remember zoom and scroll position in localStorage Nick O'Leary 2022-01-24 21:04:27 +00:00
  • 5effcdb024 use setCookieSync instead of setCookie Hiroyasu Nishiyama 2022-01-19 23:45:13 +09:00
  • 211a5eb2bb Bump for 2.1.6 2.1.6 Nick O'Leary 2022-01-18 09:46:57 +00:00
  • c4465ba58d Merge pull request #3351 from node-red-hitachi/fix-delay-rate-unit-validation Nick O'Leary 2022-01-18 09:45:56 +00:00
  • 7903c53876 Merge pull request #3363 from node-red/revert-copy-fix Nick O'Leary 2022-01-18 09:28:37 +00:00
  • dbefe6a560 Revert copy-text change and apply alternative fix Nick O'Leary 2022-01-18 09:26:42 +00:00
  • 8b1f412255 Merge pull request #3362 from node-red/update-marked Nick O'Leary 2022-01-18 09:22:28 +00:00
  • a2e0074061 Update marked to latest Nick O'Leary 2022-01-18 09:20:52 +00:00
  • 5fc920087b Store user zoom level in localStorage Nick O'Leary 2022-01-17 21:27:48 +00:00
  • 085233ab9b Remember last sidebar tab between editor sessions Nick O'Leary 2022-01-17 21:27:21 +00:00
  • 6657b2629f move i18n code to action list according to PR comment Hiroyasu Nishiyama 2022-01-16 12:10:19 +09:00
  • 310a279aaf Merge pull request #3358 from node-red-hitachi/fix-property-error-tooltip Nick O'Leary 2022-01-15 19:44:18 +00:00
  • 58f3a76da7 fix to make actions list i18n ready and Japanese translation Hiroyasu Nishiyama 2022-01-15 20:39:05 +09:00
  • a2c9458b1b aligin start of property error tooltip messages Hiroyasu Nishiyama 2022-01-15 13:11:56 +09:00
  • 75bcd9e8d5 add support for accessing node id & name as env var Hiroyasu Nishiyama 2022-01-14 23:40:12 +09:00
  • 977e7ef395 Add Japanese translations for v2.2.0-beta.1 Kazuhito Yokoi 2022-01-14 14:43:28 +09:00
  • eb1b8b577f Merge branch 'node-red:dev' into dev ralphwetzel 2022-01-13 23:36:23 +01:00
  • 28f91685ce Subflow: Add labels to OUTPUT nodes ralphwetzel 2022-01-13 23:33:06 +01:00
  • 81a4fe59d9 Update changelog/welcome tour for 2.2 2.2.0-beta.1 Nick O'Leary 2022-01-13 15:16:16 +00:00
  • e7189ab81f fix unit value validation of delay node Hiroyasu Nishiyama 2022-01-13 23:52:06 +09:00
  • 346db89e66 Merge pull request #3349 from node-red-hitachi/fix-inject-property-validation Nick O'Leary 2022-01-13 12:50:17 +00:00
  • f786c7f144 fix JSON propety validation of inject node Hiroyasu Nishiyama 2022-01-13 21:42:50 +09:00
  • 51f45293b8 Merge branch 'master' into dev Nick O'Leary 2022-01-13 10:52:36 +00:00
  • 943b103001 Update changelog 2.1.5 Nick O'Leary 2022-01-13 10:29:20 +00:00
  • f055d42277 Update package version for 2.1.5 Nick O'Leary 2022-01-13 10:22:41 +00:00
  • fb7a2a8d5d Update dependencies Nick O'Leary 2022-01-13 10:19:56 +00:00
  • 1e5ed2a2e3 Merge pull request #3331 from kazuhitoyokoi/master-fixcopybutton2 Nick O'Leary 2022-01-13 09:50:27 +00:00
  • e1467dfe23 Merge pull request #3348 from node-red/scrollbar-expand Nick O'Leary 2022-01-13 09:49:15 +00:00
  • c480f96d30 Prevent function scrollbar from obscuring expand button Fixes #2955 Nick O'Leary 2022-01-13 09:46:37 +00:00
  • cf613aafb2 Update packages/node_modules/@node-red/editor-client/src/js/ui/clipboard.js Kazuhito Yokoi 2022-01-13 10:35:12 +09:00
  • 20dbf7c5f4 Merge pull request #3346 from node-red/fix-stack-capture Nick O'Leary 2022-01-12 22:54:25 +00:00
  • 47c912c25b Merge pull request #3345 from node-red/jsonata-compat-mode-fix Nick O'Leary 2022-01-12 22:54:05 +00:00
  • 48fb1a8127 Merge pull request #3344 from node-red/fix-ws-hb Nick O'Leary 2022-01-12 22:53:51 +00:00
  • 6c1b55db16 Merge pull request #3347 from node-red/flow-name-increment Nick O'Leary 2022-01-12 22:53:33 +00:00
  • df70c8a800 Fix generating flow name with incrementing number Fixes #3295 Nick O'Leary 2022-01-12 22:45:18 +00:00
  • 82ae2e7118 Handle reporting error location when stack is truncated Fixes #3292 Nick O'Leary 2022-01-12 22:07:44 +00:00
  • 0cf9b5f3df Improve jsonata legacy mode detection regex Fixes #3290 Nick O'Leary 2022-01-12 21:56:38 +00:00
  • 036a825892 Only setup ws client heartbeat once it is connected Fixes #3264 Nick O'Leary 2022-01-12 21:46:56 +00:00
  • 8b43b31c64 Add checkbox on project-open screen to clear context Nick O'Leary 2022-01-12 21:05:47 +00:00
  • 3abef972a7 Clear context contents when switching projects Fixes #3240 Nick O'Leary 2021-11-02 00:12:30 +00:00
  • 30b00741b5 Merge pull request #3296 from node-red/Json-try-parse-buffer Nick O'Leary 2022-01-12 18:58:02 +00:00
  • b1a706f811 Add comment on RED.nodes.getNodeLinkCount api link-effects Nick O'Leary 2022-01-12 18:04:53 +00:00
  • c27dd336d9 Move ports behind node body and increase touch zone for each port Nick O'Leary 2022-01-02 23:41:05 +00:00
  • 5e9ff98c49 Add arrow-heads to links Nick O'Leary 2021-12-31 11:16:59 +00:00
  • 50cb074172 Visually distinguish ports with connected wires Nick O'Leary 2021-12-29 23:31:24 +00:00
  • 510a09ecba Add RED.nodes.getNodeLinkCount to provide O(1) lookup of link count on node port Nick O'Leary 2021-12-29 19:01:05 +00:00
  • f86e743cce Merge branch 'master' into dev Nick O'Leary 2022-01-12 17:59:26 +00:00
  • cb96fb735e Merge pull request #3289 from node-red/snap-grid Nick O'Leary 2022-01-12 17:57:26 +00:00
  • 459a52d31d Merge pull request #3340 from node-red/cut-wires Nick O'Leary 2022-01-12 17:52:54 +00:00
  • 44ef9a13d6 Merge pull request #3338 from node-red/detach-action Nick O'Leary 2022-01-12 17:52:32 +00:00
  • 0bb3652a63 Merge pull request #3323 from node-red/highlight-links Nick O'Leary 2022-01-12 17:52:03 +00:00
  • 6a82d683a9 Merge pull request #3262 from node-red/search-history Nick O'Leary 2022-01-12 17:51:46 +00:00
  • fad708e8de Merge pull request #3294 from node-red/multi-select-links Nick O'Leary 2022-01-12 17:51:15 +00:00
  • c6a38b8355 Merge pull request #3300 from node-red/remove-use-of-verbose-flag-in-core-nodes Nick O'Leary 2022-01-12 17:38:34 +00:00
  • ee84eb666b Merge pull request #3307 from node-red/add-tls-option-to-tcp-node Nick O'Leary 2022-01-12 17:37:43 +00:00
  • 6d2793cac6 Merge pull request #3336 from node-red-hitachi/add-link-call-example Nick O'Leary 2022-01-12 17:31:57 +00:00
  • 86d518fc2e Merge pull request #3343 from node-red/adminAuth-logging Nick O'Leary 2022-01-12 17:31:44 +00:00
  • 25dba1a6d5 Merge pull request #3342 from node-red/add-log-logging Nick O'Leary 2022-01-12 17:29:29 +00:00
  • af949c62c2 Allow 'escape' to cancel wire-slicing Nick O'Leary 2022-01-12 17:24:25 +00:00
  • ea20342d76 Handle non-error responses from token function Nick O'Leary 2022-01-12 13:48:06 +00:00
  • 7732d52583 Initialize passport when only adminAuth.tokens is set Fixes #3341 Nick O'Leary 2022-01-12 13:26:18 +00:00
  • c801bc5e6b Add error logging if Node.log throws an error Part of #3327 Nick O'Leary 2022-01-12 11:13:29 +00:00
  • ea43729063 Add _module to Node object to provide module info Nick O'Leary 2022-01-12 11:07:25 +00:00
  • e26bae8027 Merge pull request #3333 from tobiasoort/dev Nick O'Leary 2022-01-12 09:31:55 +00:00
  • 555f155cad Added support for commaseparated subprotocols Removed placeholder from html Tobias Oort 2022-01-12 09:10:35 +01:00
  • f8c47f59bc Merge pull request #3339 from node-red/fix-filter-node-start-condition Nick O'Leary 2022-01-11 22:39:14 +00:00
  • f3997128b9 Add wire-slice mode to delete wires with Ctrl-RHClick-Drag Nick O'Leary 2022-01-11 19:49:40 +00:00
  • 154a4e23dd Add delete-selection-and-reconnect action Nick O'Leary 2022-01-11 14:11:55 +00:00
  • 52e4e0e569 Fix for narrrowbandEq mode start condition failure fix-filter-node-start-condition Dave Conway-Jones 2022-01-11 13:56:44 +00:00
  • 30f2b96c68 Pressing escape whilst DETACH_DRAGGING should revert change Nick O'Leary 2022-01-11 00:24:34 +00:00
  • 58c94b7773 Add core:detach-selected-nodes action Nick O'Leary 2022-01-11 00:16:24 +00:00