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

Commit Graph

  • 902ce68164
    Merge branch 'master' into fix-group-unknown #3921 fix-group-unknown Nick O'Leary 2022-10-26 00:52:34 +0100
  • cd0474ce7b
    Update packages/node_modules/@node-red/editor-client/src/js/nodes.js Nick O'Leary 2022-10-26 00:51:41 +0100
  • 946def022f
    Merge pull request #3922 from node-red/fix-httpreq-tests Nick O'Leary 2022-10-26 00:40:47 +0100
  • fb499be979
    Add context menu to tab bar Nick O'Leary 2022-10-25 23:44:59 +0100
  • 4a5423720b
    Update contribution guide and add details to k8s dashboard node #3929 gharvey 2022-10-25 18:29:06 -0400
  • a392a97bdc apply same fix to MQTT-out node Steve-Mcl 2022-10-22 10:30:04 +0100
  • cb0bc9a2de fix single subscription mqtt node status Steve-Mcl 2022-10-22 09:41:22 +0100
  • 501c78666d
    Fix CSV node to handle headers with quotes and spaces Dave Conway-Jones 2022-10-19 09:19:54 +0100
  • c62a101635
    Fix httprequest tests to be more lenient on error message #3922 Nick O'Leary 2022-10-16 23:10:57 +0100
  • 52192e941d Merge branch 'hash_history' of https://github.com/ugurbahadir/node-red into hash_history #3923 bahadır 2022-10-17 01:09:24 +0300
  • 524896d6b5 Back/Frovard Navigation by window.history feature added to editor. bahadır 2022-10-17 01:01:30 +0300
  • 69a575097d
    Remove debug Nick O'Leary 2022-10-16 22:47:34 +0100
  • b40551a8fa
    Handle replacing unknown node inside group or subflow Nick O'Leary 2022-10-16 22:38:11 +0100
  • 3d59ece3a2 Back/Frovard Navigation by window.history feature added to editor. bahadır 2022-10-16 23:37:48 +0300
  • 1820b50602 highlighted feature added to junction node bahadır 2022-10-16 23:34:47 +0300
  • 5b27bcd781
    CSV node check header properties for ' and " Dave Conway-Jones 2022-10-16 18:05:21 +0100
  • 75725a38df Fix file permission Kazuhito Yokoi 2022-10-12 23:50:33 +0900
  • c4e277853c Add Japanese translation for button of node URL Kazuhito Yokoi 2022-10-12 23:19:11 +0900
  • 24b055b1b8
    Ensure key_path is quoted in GIT_SSH_COMMAND in case of spaces in pathname #3912 handle_username_spaces Nick O'Leary 2022-10-04 15:44:29 +0100
  • 7da3773f7f
    Merge pull request #3898 from node-red/delay-flush-reset Nick O'Leary 2022-10-04 15:39:05 +0100
  • 32999ffa84
    Merge pull request #3906 from node-red/Fix-for-csv-undefined-property Nick O'Leary 2022-10-04 15:38:37 +0100
  • f06c53f1f1
    Merge pull request #3905 from node-red/mqtt-followups Nick O'Leary 2022-10-04 15:36:49 +0100
  • a9eec28360
    Merge pull request #3884 from node-red/fix-auto-complete Nick O'Leary 2022-10-04 15:35:10 +0100
  • 5cda972872
    Merge pull request #3890 from kazuhitoyokoi/master-fixmqttproperty Nick O'Leary 2022-10-04 15:34:50 +0100
  • 087946876b
    Merge pull request #3907 from boahc077/github_actions_token_permission Nick O'Leary 2022-10-04 15:32:47 +0100
  • 318f0f1b7e
    Merge pull request #3899 from node-red/fix-change-self-overwrite Nick O'Leary 2022-10-04 15:29:23 +0100
  • f4d7b71984
    Ensure errors in preDeliver callback are handled Fixes #3848 Nick O'Leary 2022-10-04 15:20:06 +0100
  • 6d1a12af4b
    remove debug/test code #3867 Stephen McLaughlin 2022-10-04 13:36:23 +0100
  • a40e5dbcd4
    Add check that node sends object rather than primitive type Fixes #3876 #3909 warn-invalid-msg Nick O'Leary 2022-10-04 11:49:49 +0100
  • 7c79ca7878
    Ensure msg.req.headers is enumerable Fixes #3878 #3908 Nick O'Leary 2022-10-04 11:28:26 +0100
  • 93c1600980
    Merge pull request #3886 from kazuhitoyokoi/master2 Nick O'Leary 2022-10-04 11:00:18 +0100
  • c3d1e6181f
    Merge pull request #3894 from hardillb/http-response-status-number Nick O'Leary 2022-10-04 10:28:04 +0100
  • 87e7f3a61c ci: add minimum GitHub token permissions for workflows Signed-off-by: Ashish Kurmi <akurmi@stepsecurity.io> #3907 Ashish Kurmi 2022-10-02 11:16:13 -0700
  • e724f216bf
    Fix for CSV undefined property #3906 Fix-for-csv-undefined-property Dave Conway-Jones 2022-09-30 13:48:48 +0100
  • e6b379358a better logging of set with no types Steve-Mcl 2022-09-29 21:28:13 +0100
  • b0abba15a6 remove dud code instead of commenting #3905 mqtt-followups Steve-Mcl 2022-09-29 19:08:46 +0100
  • 81b4874a7c fix new test and fix bug found in previous PR Steve-Mcl 2022-09-29 19:05:53 +0100
  • f11b9c1e18 add test bad birth topic part of #3865 Steve-Mcl 2022-09-29 13:12:15 +0100
  • e15ecc00ce remove old unused code (5y+ not used) Steve-Mcl 2022-09-29 13:11:25 +0100
  • 3e4c45ac6a
    Fix change node overwriting msg with itself #3899 fix-change-self-overwrite Dave Conway-Jones 2022-09-22 20:22:11 +0100
  • fc657ecc71
    let delay node handle both flush then reset #3898 delay-flush-reset Dave Conway-Jones 2022-09-22 10:51:48 +0100
  • 2855b6882e build: harden release.yml permissions Signed-off-by: Alex <aleksandrosansan@gmail.com> #3896 Alex 2022-09-20 16:29:54 +0200
  • 432201611d build: harden tests.yml permissions Signed-off-by: Alex <aleksandrosansan@gmail.com> Alex 2022-09-20 16:28:22 +0200
  • 87cb61750f
    Korean Translation (message.json) #3895 hae-iotplatform 2022-09-20 11:02:11 +0900
  • 3231247fb6
    Korean Translation (editor.json) hae-iotplatform 2022-09-20 11:01:08 +0900
  • 4115c13a65
    Ensure statusCode is a number #3894 Ben Hardill 2022-09-19 19:43:06 +0100
  • 6a0fe255af
    Korean Translation (message.json) #3892 hae-iotplatform 2022-09-19 17:41:00 +0900
  • f60218a50b
    Korean Translation (editor.json) hae-iotplatform 2022-09-19 16:11:26 +0900
  • f872e2ab80 Add icon to typedInput in MQTT node #3890 Kazuhito Yokoi 2022-09-18 19:11:33 +0900
  • a81b1aa0cb Support i18n in MQTT node property Kazuhito Yokoi 2022-09-18 17:10:19 +0900
  • efc0f1ab91 Fix default values for MQTT retain settings Kazuhito Yokoi 2022-09-18 16:24:25 +0900
  • ce31edc803 Fix handling of max and min values in function outputs #3886 Kazuhito Yokoi 2022-09-18 02:22:52 +0900
  • 199caccbc3
    Change the maximum number of ports to 500 Kazuhito Yokoi 2022-09-17 00:25:46 +0900
  • 313bab37e2
    Merge pull request #3870 from node-red/uri-fragments Nick O'Leary 2022-09-15 21:25:50 +0100
  • f060309002
    Merge pull request #3872 from node-red-hitachi/fix-Japanese-editor-message-for-JSONata Nick O'Leary 2022-09-15 21:25:30 +0100
  • fc3d86e6ff
    Merge pull request #3882 from kazuhitoyokoi/master-addenvinfo2template Nick O'Leary 2022-09-15 21:24:32 +0100
  • 9fd4989142
    Fix autocomplete entry for responseUrl Fixes #3883 #3884 fix-auto-complete Nick O'Leary 2022-09-15 21:22:55 +0100
  • 7507a7b459 Limit number of ports in function node Kazuhito Yokoi 2022-09-16 02:10:14 +0900
  • d657817211 Add information about environment variable to template node #3882 Kazuhito Yokoi 2022-09-13 22:08:22 +0900
  • 954649007c merge master #3872 Hiroyasu Nishiyama 2022-09-13 10:52:48 +0900
  • 0caa308757
    Add core:copy-item-link action and expose in info sidebar #3870 Nick O'Leary 2022-09-12 20:53:46 +0100
  • b0d9903fe2
    Merge pull request #3873 from node-red-hitachi/fix-describe-arg Nick O'Leary 2022-09-12 19:29:14 +0100
  • 6375f3c445
    Merge pull request #3841 from Steve-Mcl/fix-search-type-with-spaces Nick O'Leary 2022-09-12 19:27:09 +0100
  • 2328f418be
    Merge pull request #3871 from node-red-hitachi/fix-extended-function-error-handling-of-jsonata-editor Nick O'Leary 2022-09-12 19:26:15 +0100
  • 22b6564847
    Merge pull request #3880 from kazuhitoyokoi/master-replacedot4function Nick O'Leary 2022-09-12 19:25:39 +0100
  • 25c8bfefe2
    Merge pull request #3868 from Steve-Mcl/func-types-monaco-util-promisify Nick O'Leary 2022-09-12 19:25:07 +0100
  • 30f4524821
    Merge pull request #3866 from kazuhitoyokoi/master-fixbutton4addsshkey Nick O'Leary 2022-09-12 19:18:49 +0100
  • 9e4c3a7200
    Merge pull request #3879 from kazuhitoyokoi/master-fixradiobutton4project Nick O'Leary 2022-09-12 19:18:15 +0100
  • 5b7e84c1b0
    Merge pull request #3869 from Steve-Mcl/fix-mqtt-birth-bad-topic-crash Nick O'Leary 2022-09-12 19:17:43 +0100
  • e6097e4968
    Merge pull request #3874 from node-red-hitachi/support-clone-in-monaco Nick O'Leary 2022-09-12 19:16:18 +0100
  • 0f2829097b Remove dot from variable name for external module in function node #3880 Kazuhito Yokoi 2022-09-10 12:17:18 +0900
  • e2a9f940e2 Check radio button as default in project dialog #3879 Kazuhito Yokoi 2022-09-09 01:05:53 +0900
  • 3eb2b2ac5d add $clone as supported function #3874 Hiroyasu Nishiyama 2022-09-06 18:52:13 +0900
  • ce7b0a3b5e remove done from describe #3873 Hiroyasu Nishiyama 2022-09-06 18:05:50 +0900
  • 7bd7c99dd4 Fix Japanese translation for JSONata editor Hiroyasu Nishiyama 2022-09-06 16:53:38 +0900
  • b0d12c4125 Fix error hanndling of JSONata expression editor for extennded functions #3871 Hiroyasu Nishiyama 2022-09-06 15:38:49 +0900
  • 1fa8f30550
    Support uri fragments for nodes and groups including edit support Nick O'Leary 2022-09-05 21:08:36 +0100
  • 745607b5bc Add button type to buttons on node properties #3866 Kazuhito Yokoi 2022-09-04 23:21:34 +0900
  • cc5a770b16 Add button type to buttons on projects dialog Kazuhito Yokoi 2022-09-04 21:58:02 +0900
  • fbde0091de fix node-red crash with invalid mqtt birth topic fixes #3865 #3869 Steve-Mcl 2022-09-04 11:08:41 +0100
  • a533943a40 add function node monaco types util and promisify fixes #3851 #3868 Steve-Mcl 2022-09-04 01:50:54 +0100
  • e11f17672c
    Update packages/node_modules/@node-red/editor-client/src/js/ui/palette.js #3841 Stephen McLaughlin 2022-09-03 22:01:54 +0100
  • c038c99f9d
    Update packages/node_modules/@node-red/editor-client/src/js/ui/search.js Stephen McLaughlin 2022-09-03 21:54:41 +0100
  • 5f159c1fbd
    Update packages/node_modules/@node-red/editor-client/src/js/ui/search.js Stephen McLaughlin 2022-09-03 21:54:21 +0100
  • 6a19d8246c add test for specific arrangement of node package Steve-Mcl 2022-09-03 21:37:27 +0100
  • d6bb3a558f fix loading node package in nodesDir on linux fixes #3861 Steve-Mcl 2022-09-03 21:23:38 +0100
  • cd8ca8981b Add button type to the adding SSH key button Kazuhito Yokoi 2022-09-03 21:03:08 +0900
  • 44300dbb34
    Merge pull request #3807 from node-red-hitachi/env-var-jsonata Nick O'Leary 2022-09-02 20:47:30 +0100
  • a5d7f7acce
    Merge pull request #3842 from hardillb/fix-broken-headers-tests Nick O'Leary 2022-09-02 20:46:22 +0100
  • a032c2e326
    Merge pull request #3840 from Steve-Mcl/fix-mqtt-session-time Nick O'Leary 2022-09-02 20:45:41 +0100
  • 9d770ed436
    Merge pull request #3857 from kazuhitoyokoi/master-fixeditablelist4httprequest Nick O'Leary 2022-09-02 20:45:08 +0100
  • ae753940f3
    Merge pull request #3852 from kazuhitoyokoi/master-addjpn Nick O'Leary 2022-09-02 20:44:45 +0100
  • a118272222 Palette: fix source code formatting. #3859 Bruno Feurer 2022-09-02 00:14:22 +0200
  • fc5a0ceaf5 Palette: Remember category open/close state across reloads. Bruno Feurer 2022-08-30 15:08:43 +0200
  • eb53054f49 Editor: quick-add when connect to empty. #3858 Bruno Feurer 2022-08-30 15:07:30 +0200
  • 21ac30b557 Editor: If there is an input/output port on the node, give the icon more space. #3860 Bruno Feurer 2022-08-30 15:03:16 +0200
  • 3964422855 Apply extended space also on text icons. #3855 Bruno Feurer 2022-08-28 22:49:36 +0200
  • c20ff8efd5 Adapt code style. Bruno Feurer 2022-08-28 21:25:40 +0200
  • bcb1163d59 Remember category open/close state across reloads. Bruno Feurer 2022-08-28 16:42:08 +0200
  • dc16376152 If there is an input/output, give the icon more space. Bruno Feurer 2022-08-28 15:19:29 +0200