Commit Graph

  • dbbdd3f799 Update to latest cheerio module Nick O'Leary 2021-06-08 09:31:27 +01:00
  • 3541b4b968 Merge pull request #3004 from node-red-hitachi/fix-get-subflow-info Nick O'Leary 2021-06-07 18:16:01 +01:00
  • 5b1bf35a23 Fix over-greeding matching whilst parsing commit history Fixes #3006 Nick O'Leary 2021-06-07 18:06:35 +01:00
  • 591b61945f Merge branch 'get-got' of github.com:hardillb/node-red into get-got Ben Hardill 2021-06-07 16:01:06 +01:00
  • bd1943626b Add more comment Ben Hardill 2021-06-07 16:00:07 +01:00
  • f152cdef51 Merge pull request #1 from node-red/get-got Ben Hardill 2021-06-07 13:04:27 +01:00
  • 33f8c9747d Comment out HTTP Proxy tests Ben Hardill 2021-06-07 13:00:02 +01:00
  • 714a5e26b3 add env.get to function node defs Steve-Mcl 2021-06-05 12:42:54 +01:00
  • 7f2c6e40d3 fix typescript errors in node-red d.ts def files Steve-Mcl 2021-06-05 12:42:13 +01:00
  • db676ec223 add snippet for env.get Steve-Mcl 2021-06-05 12:34:47 +01:00
  • ffb3e511a7 update monaco v0.24.0 Steve-Mcl 2021-06-05 12:28:25 +01:00
  • e9e64f6a44 Add option to RED.nodes.createCompleteNodeSet to include node dimensions Nick O'Leary 2021-06-04 13:53:01 +01:00
  • a7b8adb0e1 Fix allow Flow.getNode to return subflowInstance nodes Kazuhiro Ito 2021-06-04 15:08:03 +09:00
  • 4140ff03d7 fix typo in zh-CN translation (#3003) Jiye Yu 2021-06-04 03:03:00 +09:00
  • e042ef05a4 Update dependencies Nick O'Leary 2021-06-02 16:24:12 +01:00
  • 7c02e4d66a Merge branch 'master' into dev Nick O'Leary 2021-06-02 15:40:56 +01:00
  • 711794cfe1 Merge pull request #2993 from Steve-Mcl/master Nick O'Leary 2021-06-02 15:20:25 +01:00
  • c0e4cf2358 Fix handling of boolean subflow module properties Fixes #3000 Nick O'Leary 2021-06-02 14:48:54 +01:00
  • a92f8f36c1 Keep proper track of moved/changed state in undo/redo history Fixes #2999 Nick O'Leary 2021-06-02 14:07:22 +01:00
  • 12698dc347 Add full ast parsing in Function node to spot node.done calls Fixes #2998 Nick O'Leary 2021-06-02 12:32:44 +01:00
  • 3e6a55f78e Update to latest 6.x ws module Nick O'Leary 2021-06-02 11:58:51 +01:00
  • 7585f14b89 Watch node throws errors if new files deleted Ben Hardill 2021-05-28 08:34:08 +01:00
  • 01b5fc4d49 Merge pull request #2987 from node-red/clean-ids Nick O'Leary 2021-05-27 12:18:38 +01:00
  • 0fb7d3bfc8 Merge pull request #2991 from node-red-hitachi/fix-empty-switch-rule Nick O'Leary 2021-05-27 12:18:23 +01:00
  • 2cd74d355c Merge pull request #2994 from node-red/css-vars Nick O'Leary 2021-05-27 12:18:05 +01:00
  • 3d405f8c63 Merge pull request #2969 from node-red/ajv-update Nick O'Leary 2021-05-27 12:17:51 +01:00
  • a92f0c4c6e fix context key validation + add tests - adds a helper function validateContextKey to keep it DRY - adds tests ensure key of null "" 1 {} [] [""] [1] [{}] all throw error Steve-Mcl 2021-05-26 13:04:09 +01:00
  • de142ac9d6 Add css named variables for certain key colors Nick O'Leary 2021-05-25 20:57:16 +01:00
  • 468ef7ecff Allow RED.settings.set to replace string property with object property Nick O'Leary 2021-05-25 21:02:14 +01:00
  • 4d768fd236 ensure context get/set key is a string Steve-Mcl 2021-05-25 14:53:06 +01:00
  • bfc1f95190 remove redundant i18n entries - no longer needed since moving inject onto edit form Steve-Mcl 2021-05-25 13:53:59 +01:00
  • bc17ebd90e Fix css of node help table of contents elements Nick O'Leary 2021-05-24 10:22:29 +01:00
  • bb1b3727cb add test case Hiroyasu Nishiyama 2021-05-23 10:42:28 +09:00
  • 4dbebefb45 fix handling empty rules Hiroyasu Nishiyama 2021-05-23 10:01:45 +09:00
  • e1c5764fbf move new inject button to existing edit form - revert refactoring of building editableList (not needed now) - remove node button modifier click & tray.show feature - add inject button to editableList [buttons] array - add id option to editableList to permit DOM access after creation - get the new inject button via its id and float it to the right - removed the popup tray buttons i18n entries Steve-Mcl 2021-05-22 10:52:44 +01:00
  • 70f975e4f0 move inject button off dialog and onto form Steve-Mcl 2021-05-21 13:26:50 +01:00
  • 845567d1ba add 2 tests for user inject values Steve-Mcl 2021-05-20 22:53:32 +01:00
  • f570447000 i18n for buttons on user inject values Steve-Mcl 2021-05-20 22:53:10 +01:00
  • 9d7b8f1f2f change user prop name for injected values - less chance for collision Steve-Mcl 2021-05-20 22:35:42 +01:00
  • bae6bfc32d Add inject values without deploy feature Steve-Mcl 2021-05-20 21:12:32 +01:00
  • 8a63390464 Merge pull request #2988 from hardillb/ALPNProtocols Nick O'Leary 2021-05-19 17:39:19 +01:00
  • 0b52cd8b31 Fixes from testing Ben Hardill 2021-05-19 10:41:24 +01:00
  • f97569dd34 Clarify codeEditor options only relate to monaco Nick O'Leary 2021-05-18 16:46:16 +01:00
  • a9164e63ab Merge branch 'dev' into pr_2971 Nick O'Leary 2021-05-18 16:30:13 +01:00
  • 8c95067ec4 Add ALPN support to TLS node Ben Hardill 2021-05-18 13:13:32 +01:00
  • 4f77bbeb2b Update for 1.3.5 1.3.5 Nick O'Leary 2021-05-18 11:52:49 +01:00
  • 8bbed2c831 Change node id generation to give fixed length values without '.' Nick O'Leary 2021-05-18 11:32:17 +01:00
  • 6b43a23c4b Merge branch 'master' into dev Nick O'Leary 2021-05-14 21:18:32 +01:00
  • be9521f659 Revert some of #2967 to fix treeList gutter width calculation Nick O'Leary 2021-05-14 21:17:47 +01:00
  • 90761fd840 Fix 'SyntaxError' in Function node when last line of on-stop is a comment Nick O'Leary 2021-05-13 17:23:25 +01:00
  • d49d9a783c Merge branch 'master' into dev Nick O'Leary 2021-05-13 16:06:33 +01:00
  • d7dc7c4eda Fix error handling in runtime/lib/api/nodes Nick O'Leary 2021-05-13 15:46:56 +01:00
  • fe64c6a841 Merge branch 'master' into dev Nick O'Leary 2021-05-13 14:30:02 +01:00
  • 2bbdc85a29 Prevent unknown node from breaking editor Nick O'Leary 2021-05-13 14:28:01 +01:00
  • 74628b7034 Update debug tests to handle compact comms format Nick O'Leary 2021-05-13 14:18:11 +01:00
  • 15aa249f64 Stop module with missing types from preventing editor load Nick O'Leary 2021-05-13 14:06:43 +01:00
  • fdf58e1225 Fix lint errors in editor hooks Nick O'Leary 2021-05-13 14:00:21 +01:00
  • 866f305686 Open subflow tab next to active tab rather than at the end Nick O'Leary 2021-05-13 13:57:29 +01:00
  • 1550e5343c Merge branch 'master' into dev Nick O'Leary 2021-05-13 13:42:26 +01:00
  • add3dd1077 Merge pull request #2986 from hardillb/get-got Nick O'Leary 2021-05-13 13:41:58 +01:00
  • 79a142fb19 Fix error log in runtime hooks module Nick O'Leary 2021-05-13 13:40:42 +01:00
  • 1a30fe4a1a Improve red-ui-node-icon css and add red-ui-node-icon-small modifier class Nick O'Leary 2021-05-13 13:39:29 +01:00
  • 4ff991764e Updates to encode/decode message when passed over debug comms link Nick O'Leary 2021-05-13 13:38:34 +01:00
  • 001f066769 Remove all input event listeners on a node once it is closed Nick O'Leary 2021-05-13 13:37:21 +01:00
  • c47b553a8e Add viewAddPort viewRemovePort viewAddNode viewRemoveNode hooks to view Nick O'Leary 2021-05-13 13:36:50 +01:00
  • 319af51f84 Add RED.hooks to editor Nick O'Leary 2021-05-13 13:35:12 +01:00
  • 5dbaaae68e Merge branch 'master' into dev Nick O'Leary 2021-05-12 16:00:36 +01:00
  • 8c1a749a5a Fix msg.responseUrl Ben Hardill 2021-05-12 11:08:57 +01:00
  • fc8643f238 Merge pull request #2983 from hardillb/get-got Nick O'Leary 2021-05-12 09:41:26 +01:00
  • c8653f19bf Merge pull request #2985 from node-red-hitachi/update-function-node-info-text Nick O'Leary 2021-05-12 09:41:09 +01:00
  • b01100d818 Update Japanese info text of function node Hiroyasu Nishiyama 2021-05-12 08:54:32 +09:00
  • d4096a9026 Merge pull request #2984 from node-red/migrate-sass Nick O'Leary 2021-05-11 18:56:06 +01:00
  • b9e780cdcd Add Node 16 with sass fixed Nick O'Leary 2021-05-11 18:14:05 +01:00
  • b77cd56a01 Migrate from node-sass to sass Nick O'Leary 2021-05-11 18:13:21 +01:00
  • 9cdec156dc Merge pull request #2974 from aheissenberger/fix-bundle-error Nick O'Leary 2021-05-11 17:45:07 +01:00
  • 6aa5968863 Fix Function tab label names in the node help text Closes #2978 Nick O'Leary 2021-05-11 17:14:53 +01:00
  • 8f7686cd7b Handle sidebar tab that no longer exists when setting first active Nick O'Leary 2021-05-11 16:42:32 +01:00
  • d8d384a979 Fix plugin loading when browser sends unrecognised lang Nick O'Leary 2021-05-11 16:42:00 +01:00
  • ade318bb78 Support mousewheel scroll in tab bar Nick O'Leary 2021-05-11 15:58:01 +01:00
  • ed3aa8189f Shrink default notification box Nick O'Leary 2021-05-11 14:45:53 +01:00
  • 3e43597617 Prevent error whilst drag/drop importing from leaving dropTarget visible Fixes #2982 Nick O'Leary 2021-05-11 14:10:40 +01:00
  • 4c8e895ac7 Clean up console.logs Ben Hardill 2021-05-11 09:56:22 +01:00
  • f6a3671366 Get the http-request node got port working with Proxy Ben Hardill 2021-05-10 23:01:29 +01:00
  • e641b0a965 Fix scaling issues when dragging nodes into scaled workspace Nick O'Leary 2021-05-10 21:02:54 +01:00
  • eddddc6c9b fix duplicate csv node example (#2980) Hiroyasu Nishiyama 2021-05-10 23:39:23 +09:00
  • f249d6306f Merge pull request #2976 from kazuhitoyokoi/master-fixinfotips Nick O'Leary 2021-05-10 09:42:59 +01:00
  • 5c31bd54e4 Fix incorrect shortcut keys in info tips Kazuhito Yokoi 2021-05-06 20:09:35 +09:00
  • 71ba73b38f Merge branch 'master' into dev Nick O'Leary 2021-05-04 11:19:05 +01:00
  • db0ff74857 Reduce code duplication around node/label generation Nick O'Leary 2021-05-04 11:12:55 +01:00
  • 1acb073737 add support for explicit calls to ace.setFontSize - found node-red-contrib-ui-svg explicitly calling ace function Steve-Mcl 2021-05-04 10:34:29 +01:00
  • 251dda3652 missing editor destroy() calls Steve-Mcl 2021-05-04 09:04:13 +01:00
  • 22db24509d Ensure monaco exists before attempting cleanup Steve-Mcl 2021-05-04 09:03:35 +01:00
  • 54c9d27fd8 fix Andreas Heissenberger 2021-05-03 17:35:50 +02:00
  • 01888ff078 fix "installRetry" was declared a constant and changed Andreas Heissenberger 2021-05-03 17:23:27 +02:00
  • ffbd140a97 bug fix orphaned models and graphical tray glitch - ensure models are disposed correctly - clean up any orphaned models left after editor:close - improve concurrent multiple instances javascript models - fix graphical glitch Steve-Mcl 2021-05-03 16:19:01 +01:00
  • dedf5c52d9 better support for multiple editors - as the javascript model is singleton, need to disable syntax checking when editor not focused (support multiple instances of js editor (function node)) Steve-Mcl 2021-05-02 23:11:29 +01:00
  • 10465c5d68 treat appcache files as shell (uibuilder support) Steve-Mcl 2021-05-02 23:00:35 +01:00
  • 1f4f64a7c0 handle node-red style affecting monaco rename box Steve-Mcl 2021-05-02 22:44:48 +01:00
  • a6f116b57b add default basic entries in settings,js - defaults to "ace" but provides instruction for using monaco Steve-Mcl 2021-05-01 22:17:48 +01:00
  • 0a80186a92 Merge branch 'dev' into monaco2 Steve-Mcl 2021-05-01 21:56:45 +01:00