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

Commit Graph

  • eab281280f Add copy menu button on debug tab #3402 Kazuhito Yokoi 2022-02-09 11:04:03 +0900
  • aedcc5c91a Feat: all nodes under Getting started flow improved brandtkeller 2022-02-08 17:49:00 -0800
  • dc73997be3 fix not to use hasOwnProperty #3397 Hiroyasu Nishiyama 2022-02-08 09:21:52 +0900
  • 62315fd478 Add feature: split-wire-to-links Steve-Mcl 2022-02-07 12:25:09 +0000
  • bde5a2b7cd Add tooltip for coping Mustache path #3396 Kazuhito Yokoi 2022-02-07 13:58:17 +0900
  • 1c86ebdeb4 Feat: Updated big bang deployment on k3d with new content brandtkeller 2022-02-04 16:52:16 -0800
  • fb81121bd3 fix node validation to be applied to config node Hiroyasu Nishiyama 2022-02-04 17:45:00 +0900
  • a3b2b20368 Support to copy Mustache path by left click and ctrl key Kazuhito Yokoi 2022-02-04 15:21:24 +0900
  • 4e80a304e9 Feat: Improving node documentation for onboarding brandtkeller 2022-02-03 20:34:26 -0800
  • c3feaacfd8 Fix: podman rootless user namespace volume mount brandtkeller 2022-02-03 12:47:12 -0800
  • 5293563a6a
    Merge pull request #3394 from Alkarex/fix-debug-node-hasOwnProperty Nick O'Leary 2022-02-03 16:31:46 +0000
  • 2e1e61dabe
    Remove part of JSDoc #3394 Alexandre Alapetite 2022-02-03 16:32:51 +0100
  • 280d63fde7
    Fix util.encodeObject Alexandre Alapetite 2022-02-03 15:59:25 +0100
  • c6104195f6 add search options dropdown to regular search Steve-Mcl 2022-02-03 10:26:50 +0000
  • 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 +0100
  • 56b85e4194 Merge branch 'search-ismodified' of https://github.com/Steve-Mcl/node-red into search-ismodified #3392 Steve-Mcl 2022-02-02 17:21:33 +0000
  • 6431c43d0e Add ability to find modified nodes/flows Steve-Mcl 2022-02-02 17:21:23 +0000
  • a62107fbd1 Add ability to find modified nodes/flows Steve-Mcl 2022-02-02 17:19:23 +0000
  • 7959d18248 hide tooltip after removing subflow tab #3391 Hiroyasu Nishiyama 2022-02-02 11:34:58 +0900
  • 4cb55a0026 adds default text to nodes, updates cypress unclegedd 2022-01-26 12:46:45 +0100
  • 2f66915a9f
    Update node info table based on selection of outliner #3390 Nick O'Leary 2022-01-31 21:14:07 +0000
  • a508177e21
    Add copy-value button to entries in Node Props table of info sidebar Nick O'Leary 2022-01-31 20:35:42 +0000
  • 5a9d858604 OAuth/OpenID logout with Keycloak - Forum 57492 #3388 Mario Wolff 2022-01-31 08:03:34 +0100
  • 514da83961
    let inject optionally fire at start in only at time mode. #3385 Dave Conway-Jones 2022-01-28 18:05:20 +0000
  • b7bae18849
    Update inner package dependency 2.2.0 Nick O'Leary 2022-01-27 12:58:43 +0000
  • fbde247c72
    Update node-red-admin dependency Nick O'Leary 2022-01-27 12:57:32 +0000
  • 3a69af9034
    Merge pull request #3383 from node-red/dev Nick O'Leary 2022-01-27 12:50:45 +0000
  • 5c87a6cb76
    Update package readmes and licenses #3383 Nick O'Leary 2022-01-27 12:49:48 +0000
  • 9c6bb434e8
    Update contributing guide for new cla Nick O'Leary 2022-01-27 12:44:22 +0000
  • d1bd303dfa
    Update version for 2.2.0 Nick O'Leary 2022-01-27 10:13:28 +0000
  • 3813c32454
    Update marked to latest Nick O'Leary 2022-01-27 10:12:55 +0000
  • 3b00a692ee
    Update changelog Nick O'Leary 2022-01-27 10:12:06 +0000
  • 3304ebe9d3
    Merge pull request #3382 from node-red-hitachi/fix-subflow-update Nick O'Leary 2022-01-27 09:30:26 +0000
  • 513120cbfe
    Merge pull request #3381 from kazuhitoyokoi/dev-addjpn Nick O'Leary 2022-01-27 09:28:29 +0000
  • b06049d5a3 fix opening/closing subflow template not to make subflow changed #3382 Hiroyasu Nishiyama 2022-01-27 12:57:37 +0900
  • 0f50355deb Add Japanese translations for v2.2.0 #3381 Kazuhito Yokoi 2022-01-27 11:14:24 +0900
  • bd6e35fea2
    Merge branch 'dev' of github.com:node-red/node-red into dev Nick O'Leary 2022-01-26 17:46:47 +0000
  • a4fd63cd44
    Merge pull request #3380 from Steve-Mcl/search-find-filenode Nick O'Leary 2022-01-26 17:00:47 +0000
  • fdc4219b68 palletLabel (if different) should be indexed for search - fixes #3297 #3380 Steve-Mcl 2022-01-26 16:14:34 +0000
  • 5b428bb8e6
    Merge pull request #3379 from node-red-hitachi/nr_node_path-support Nick O'Leary 2022-01-26 14:29:03 +0000
  • c948ff88a5 add support of NR_NODE_PATH #3379 Hiroyasu Nishiyama 2022-01-26 21:24:48 +0900
  • 9b9a0d7060
    Update dependencies Nick O'Leary 2022-01-26 12:20:45 +0000
  • 16578e3677
    Update changelog Nick O'Leary 2022-01-26 12:07:04 +0000
  • be7f84bc67
    Merge pull request #3377 from Steve-Mcl/function-node-decs Nick O'Leary 2022-01-26 12:03:56 +0000
  • 033d26f2cb
    Merge pull request #3378 from node-red/tour-update Nick O'Leary 2022-01-26 12:03:40 +0000
  • 4c0826b1c4
    Update tour for 2.2.0 #3378 Nick O'Leary 2022-01-26 12:00:30 +0000
  • c4cc204c94 Add static declerations to func ts. fixes #3376 #3377 Steve-Mcl 2022-01-26 11:40:05 +0000
  • 3747db18b1
    Update changelog Nick O'Leary 2022-01-26 11:34:32 +0000
  • 4173625fca
    Merge pull request #3243 from node-red/delete-global-context Nick O'Leary 2022-01-26 11:28:34 +0000
  • 0e7863a6fb
    Merge pull request #3375 from node-red/settings-update Nick O'Leary 2022-01-26 11:21:55 +0000
  • 207ba00ad2
    Add editorTheme.tours property to default settings file #3375 Nick O'Leary 2022-01-26 11:21:11 +0000
  • 87c89586a5
    Merge pull request #3356 from node-red-hitachi/node-prop-env-var Nick O'Leary 2022-01-26 11:11:02 +0000
  • 1cea1ced82
    Merge pull request #3371 from node-red/node-alias Nick O'Leary 2022-01-26 11:10:43 +0000
  • 08732bac0f
    Merge pull request #3374 from Steve-Mcl/mqtt-reconnect-fix Nick O'Leary 2022-01-26 11:03:20 +0000
  • 283e8d3c08
    Merge pull request #3373 from Steve-Mcl/merge-fix Nick O'Leary 2022-01-26 11:01:35 +0000
  • 42a7165596
    Merge pull request #3372 from Steve-Mcl/use-paletteLabel-in-help Nick O'Leary 2022-01-26 11:00:53 +0000
  • aa3f5001d5 additional update of test for NR_ prefix addition #3356 Hiroyasu Nishiyama 2022-01-26 10:52:41 +0900
  • 56580c4005 add test for NR_ prefix addition Hiroyasu Nishiyama 2022-01-26 09:26:05 +0900
  • ba304c9651 add NR_ prefix to special environment variables Hiroyasu Nishiyama 2022-01-26 09:25:30 +0900
  • 703c5adba7
    Add _path property to nodes and expose as node.path in Function node #3371 Nick O'Leary 2022-01-25 21:32:28 +0000
  • 8b85f6e0a6 ensure help search is case insensitive #3372 Steve-Mcl 2022-01-25 18:27:47 +0000
  • c136d22382
    Merge pull request #3370 from node-red/fix-vertical-align-subflow-port Nick O'Leary 2022-01-25 17:09:05 +0000
  • 42358419ad
    Fix vertical align of subflow port labels #3370 Nick O'Leary 2022-01-25 17:08:04 +0000
  • ab2ced5c37
    Merge pull request #3352 from ralphwetzel/dev Nick O'Leary 2022-01-25 17:07:12 +0000
  • 46ad44cfe4 adds context and tutorials for flows unclegedd 2022-01-24 19:28:21 +0100
  • faf31be0dc Ensure label is shown in help tree Steve-Mcl 2022-01-25 16:30:30 +0000
  • ff4c67d068
    Merge pull request #3353 from kazuhitoyokoi/dev-addjpn Nick O'Leary 2022-01-25 16:02:29 +0000
  • 10b133db02 bug: merge issue. fixes #3364 #3373 Steve-Mcl 2022-01-25 14:47:36 +0000
  • f0bf607b43
    Merge pull request #3359 from node-red-hitachi/fix-action-list-i18n Nick O'Leary 2022-01-25 14:47:18 +0000
  • 8948ca5323 Merge branch 'dev' into mqtt-reconnect-fix #3374 Steve-Mcl 2022-01-25 12:32:49 +0000
  • 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 +0000
  • 2da9161f29
    Update packages/node_modules/@node-red/editor-client/src/js/ui/actions.js #3359 Hiroyasu Nishiyama 2022-01-25 21:21:39 +0900
  • 983dad5b53 add test for env var access of GROUP_ID & GROUP_NAME Hiroyasu Nishiyama 2022-01-25 21:07:38 +0900
  • 8b23d341b4 add support for env var access of GROUP_ID & GROUP_NAME Hiroyasu Nishiyama 2022-01-25 21:04:43 +0900
  • 0ad60013aa add test for env var access of FLOW_ID & FLOW_NAME Hiroyasu Nishiyama 2022-01-25 20:52:45 +0900
  • 289815e128 add support of FLOW_ID & FLOW_NAME Hiroyasu Nishiyama 2022-01-25 20:46:01 +0900
  • f7ee83f1b9 Add translations for restoring zoom level and scroll position #3353 Kazuhito Yokoi 2022-01-25 11:18:35 +0900
  • f67aafa8d3
    Merge pull request #3361 from node-red/zoom-level Nick O'Leary 2022-01-24 23:21:31 +0000
  • 4e5ddd57bf
    Merge branch 'dev' of github.com:node-red/node-red into dev Nick O'Leary 2022-01-24 23:18:43 +0000
  • e0d4ecf835
    Merge branch 'master' into dev Nick O'Leary 2022-01-24 23:18:25 +0000
  • 81a461115b
    Merge pull request #3365 from node-red-hitachi/fix-http-request-set-cookie Nick O'Leary 2022-01-24 21:26:29 +0000
  • d679b02658
    Add option to remember zoom and scroll position in localStorage #3361 Nick O'Leary 2022-01-24 21:04:27 +0000
  • fb17c5ce94 adds context and tutorials for flows #3368 unclegedd 2022-01-24 19:28:21 +0100
  • 9b0b85773d fix container run script, update readme andrew.greene 2022-01-20 17:15:19 -0700
  • 965d877b63 Resolve merge conflicts on update from upstream andrew.greene 2022-01-20 16:39:43 -0700
  • cfae2631f2 Add Getting Started Sparkle Guide andrew.greene 2022-01-17 09:57:35 -0700
  • ece0f3c9bb Add podman support andrew.greene 2022-01-17 09:31:18 -0700
  • da74c67ec8 Add Kubernetes Resources to k8s subflow andrew.greene 2021-12-10 14:51:32 -0700
  • eb8b508e29 Update modification copyright andrew.greene 2021-12-10 14:42:32 -0700
  • 41b3e4fa11 Add Sparkles Guide code contribution guidelines andrew.greene 2021-12-10 14:41:51 -0700
  • cf7fea53c1 Add Sparkles Guide contribution guidelines andrew.greene 2021-12-10 14:33:05 -0700
  • b083ce0533 Add Docker andrew.greene 2021-12-10 10:21:53 -0700
  • 48c6d3ac95 Change Title and logo andrew.greene 2021-12-08 21:32:19 -0700
  • ee94d8ed0b Resolve merge conflicts on update from upstream andrew.greene 2022-01-20 16:35:13 -0700
  • ee0dd782d1 Resolve merge conflicts on update from upstream andrew.greene 2022-01-20 16:31:53 -0700
  • d63e5da60c Add input/output to comment node andrew.greene 2021-12-08 18:08:01 -0700
  • c8a2bd6143 Resolve merge conflicts on update from upstream andrew.greene 2022-01-20 16:23:46 -0700
  • f8354f7bc0 Add Notice of derivative work andrew.greene 2021-12-08 17:51:12 -0700
  • 7567fd5c84
    Added [activate] onClick, [menu] width, [onselect] cb Christian Lagerkvist 2022-01-20 22:23:16 +0100
  • 5effcdb024 use setCookieSync instead of setCookie #3365 Hiroyasu Nishiyama 2022-01-19 23:45:13 +0900