Commit Graph

  • 75103da378 Merge pull request #3044 from hardillb/hpagent-update Nick O'Leary 2021-07-01 17:09:07 +01:00
  • 9db9b53c81 Fix package.json Ben Hardill 2021-06-30 14:12:20 +01:00
  • 0e4787f3e8 Bump hpagent to 0.1.2 Ben Hardill 2021-06-30 13:42:56 +01:00
  • f8d8d4b186 Update dependencies Nick O'Leary 2021-06-29 16:19:28 +01:00
  • 45e0a1ffea Merge pull request #3042 from node-red/bye-travis Nick O'Leary 2021-06-29 15:28:49 +01:00
  • 75c58093f1 Remove bye-travis branch trigger Nick O'Leary 2021-06-29 14:25:22 +01:00
  • cc708e9fb4 Move to GH Actions in place of Travis Nick O'Leary 2021-06-29 14:19:24 +01:00
  • 2ce0e38827 Merge pull request #3040 from node-red/map-set-debug Nick O'Leary 2021-06-29 14:08:29 +01:00
  • 5b980e8c13 Merge pull request #3032 from node-red/view-annotations Nick O'Leary 2021-06-29 14:08:08 +01:00
  • 21b602650c Merge branch 'dev' of github.com:node-red/node-red into dev Nick O'Leary 2021-06-29 14:01:12 +01:00
  • fa4b7a1a69 Ensure any html in changelog is escaped before displaying Nick O'Leary 2021-06-29 13:58:24 +01:00
  • 977dfe700b Fix change log in help tab Kazuhito Yokoi 2021-06-29 19:51:41 +09:00
  • 48ac50e1c9 Add support for Map/Set property types on Debug Nick O'Leary 2021-06-29 11:09:30 +01:00
  • 1a817947eb Merge pull request #3039 from kazuhitoyokoi/dev-fixfileinlabel Nick O'Leary 2021-06-29 10:27:40 +01:00
  • be64603097 Fix indents from tab to space Kazuhito Yokoi 2021-06-29 18:08:02 +09:00
  • f6b90c8271 Fix output label in file-in node Kazuhito Yokoi 2021-06-29 18:02:06 +09:00
  • 26e4be87c7 Add Japanese translation for file-in node (#3037) Kazuhito Yokoi 2021-06-29 16:42:16 +09:00
  • cddbb8d80d Merge pull request #3035 from node-red/file-node-msg-clone-option Nick O'Leary 2021-06-28 15:48:12 +01:00
  • 58023b4bf0 Merge branch 'pr_3024' into dev Nick O'Leary 2021-06-28 15:32:32 +01:00
  • 4f18a5f1c3 Merge pull request #3025 from node-red/comms-batch Nick O'Leary 2021-06-28 15:28:40 +01:00
  • 56df8d8bd3 Merge pull request #3031 from Steve-Mcl/monaco0252 Nick O'Leary 2021-06-28 15:28:09 +01:00
  • 211ec104c2 Merge pull request #3015 from Steve-Mcl/monaco-beta-bug-fix Nick O'Leary 2021-06-28 15:27:27 +01:00
  • 3fb573247d Add 'theme' to default settings file Nick O'Leary 2021-06-25 18:10:13 +01:00
  • 6aac44db14 Add option for file-in node to include all properties (default off) Dave Conway-Jones 2021-06-25 14:39:18 +01:00
  • 3255e11cfc Limit annotations to badge type Nick O'Leary 2021-06-24 17:59:32 +01:00
  • 844bf29de1 Add RED.view.annotations api Nick O'Leary 2021-06-24 17:40:26 +01:00
  • 04d91d1422 prevent promise rejection when loading editor Steve-Mcl 2021-06-24 11:28:39 +01:00
  • db90e1f801 remove unnecessary global uncaught promise handler - monaco issue https://github.com/microsoft/monaco-editor/issues/2382 Steve-Mcl 2021-06-24 11:27:24 +01:00
  • 7f30748a41 dont try to load en-gb or en-us (they're builtin) - also monaco now comes with Turkish, Polish, Portuguese, Czech langs Steve-Mcl 2021-06-24 11:25:26 +01:00
  • a4e0abb48f Update monaco editor to V0.5.2 Steve-Mcl 2021-06-24 11:21:49 +01:00
  • 3f27dc89d8 Add overloads for context/flow/global set/get/keys Steve-Mcl 2021-06-23 22:27:13 +01:00
  • d6f6efc189 Lower tray zIndex when overlay tray being opened Fixes #3019 Nick O'Leary 2021-06-23 14:34:52 +01:00
  • 2cda49fc38 Reduce z-Index of Function expand buttons to prevent overlap Part of #3019 Nick O'Leary 2021-06-23 14:16:36 +01:00
  • 04f4a76b41 exec node: clarify scope Nathanaël Lécaudé 2021-06-18 14:46:16 -04:00
  • 0a8f7085f3 allow static private field to have initializer Steve-Mcl 2021-06-17 08:44:44 +01:00
  • 7ae48d7390 exec: solidify tests Nathanaël Lécaudé 2021-06-16 17:38:34 -04:00
  • c908502644 add 2 ace compatible functions - clearSelection - blocky node - selectAll - obvious addition Steve-Mcl 2021-06-16 22:36:00 +01:00
  • 2f0631809d exec node: modify test Nathanaël Lécaudé 2021-06-16 17:09:21 -04:00
  • 91ab3bd972 exec node: add windowsHide option to hide windows under Windows Nathanaël Lécaudé 2021-06-16 17:00:00 -04:00
  • 672636313c Update packages/node_modules/@node-red/runtime/locales/en-US/runtime.json Sam Machin 2021-06-16 17:13:52 +01:00
  • 79875ef50d Merge branch 'master' into dev Nick O'Leary 2021-06-16 17:03:50 +01:00
  • aea5445495 Support loading external module sub path Fixes #3023 Nick O'Leary 2021-06-16 17:02:24 +01:00
  • 754a36fbc9 Merge branch 'master' into dev Nick O'Leary 2021-06-16 13:42:56 +01:00
  • 85dafc0b3c Ensure RED.clipboard.import displays the right library Fixes #3021 Nick O'Leary 2021-06-16 13:41:58 +01:00
  • b516ab9b4f Batch messages sent over comms to prevent flooding Nick O'Leary 2021-06-16 11:36:24 +01:00
  • 1a27e60e55 Allow RED.popover.panel to specify a closeButton to ignore click events on Nick O'Leary 2021-06-16 11:34:41 +01:00
  • 2c710736e8 Use browser default language for initial page load Nick O'Leary 2021-06-14 09:37:14 +01:00
  • 69b9ff69be Add css var for node font color Nick O'Leary 2021-06-14 09:26:40 +01:00
  • a3a4fc0cc2 Fix label padding of toggleButton Nick O'Leary 2021-06-14 09:26:16 +01:00
  • ae686bb15d Give sidebar open tab a bit more room for its label Nick O'Leary 2021-06-14 09:24:34 +01:00
  • 68a5325849 Bump version to 2.0.0-beta.2 Nick O'Leary 2021-06-10 16:28:32 +01:00
  • 75e3bddfa9 Remove the request module as a dependency Nick O'Leary 2021-06-10 16:25:52 +01:00
  • bd3a8db438 log readOnly on startup Sam Machin 2021-06-16 10:10:31 +01:00
  • 102868bf74 Merge pull request #3022 from kazuhitoyokoi/update-message-files Nick O'Leary 2021-06-15 23:28:19 +01:00
  • 1a73a27102 add diagnosticCodesToIgnore 2345 - handles issue with Intl.DateTimeFormat when options is a variable Steve-Mcl 2021-06-15 23:15:54 +01:00
  • a9cf34ab56 prevent IE script error - even though monaco does not work in EI, scripts must not fail to load Steve-Mcl 2021-06-15 21:02:30 +01:00
  • 46d17c3314 update code comments Steve-Mcl 2021-06-15 21:01:33 +01:00
  • 40f816c311 Merge pull request #3020 from node-red-hitachi/update-message-files Nick O'Leary 2021-06-15 08:53:02 +01:00
  • 13f1c12912 Add translations to message catalog Kazuhito Yokoi 2021-06-14 15:54:05 +09:00
  • 93c25f5d1b Update message catalogue Hiroyasu Nishiyama 2021-06-13 14:19:36 +09:00
  • aa6ec60c34 fix up issues with function node types - node.status add overload - remove examples as they dont render correctly - correct Number and Object types to number and object Steve-Mcl 2021-06-11 18:44:37 +01:00
  • ac159bb52e Merge pull request #3017 from hardillb/dev Nick O'Leary 2021-06-11 14:51:38 +01:00
  • 919aee64f9 Add support for user/pass in URL Ben Hardill 2021-06-11 14:48:41 +01:00
  • 553bec1a1f Add testcase Ben Hardill 2021-06-11 14:34:16 +01:00
  • bcb6d1cf93 Fix for basic auth with @ in username Ben Hardill 2021-06-11 14:25:18 +01:00
  • 7d24e5b279 node.status snippet enums for fill and shape Steve-Mcl 2021-06-11 08:01:38 +01:00
  • 12253e23b5 Add setReadOnly support Steve-Mcl 2021-06-10 21:18:29 +01:00
  • 4acb66fb7a Merge branch 'master' into dev 2.0.0-beta.1 Nick O'Leary 2021-06-10 16:06:30 +01:00
  • 68ef85b64b Update CHANGELOG Nick O'Leary 2021-06-10 15:48:24 +01:00
  • b73efe6bb4 Ensure CSV node tries to parse number when set to do so (trim whitespace) Dave Conway-Jones 2021-06-10 14:55:47 +01:00
  • 89c84522d2 Merge branch 'master' into dev Nick O'Leary 2021-06-10 14:19:24 +01:00
  • 98172764ac Handle node icon paths for scoped modules Fixes #3013 Nick O'Leary 2021-06-10 14:15:43 +01:00
  • 448e881104 Update to latest node-red-admin Nick O'Leary 2021-06-10 10:31:54 +01:00
  • f16134ab1f Update changelog Nick O'Leary 2021-06-09 13:49:33 +01:00
  • f5dc1564a4 Merge pull request #3009 from hardillb/get-got Nick O'Leary 2021-06-09 09:59:31 +01:00
  • 133df75bd4 Merge branch 'dev' into get-got Nick O'Leary 2021-06-09 09:59:23 +01:00
  • 440be0653a Merge pull request #3012 from node-red/reorganise-settings Nick O'Leary 2021-06-09 09:57:34 +01:00
  • d721a40ca5 Clarify flowFilePretty option Nick O'Leary 2021-06-09 09:26:55 +01:00
  • a9b252b8fa Ensure httpServerOptions gets applied to ALL the express apps Nick O'Leary 2021-06-08 21:17:42 +01:00
  • 8a5b3ddee7 Change comment style in default settings file. Nick O'Leary 2021-06-08 21:04:59 +01:00
  • d83e543a98 Update dependencies Nick O'Leary 2021-06-08 17:33:40 +01:00
  • bcd6e8fd63 Restructure default settings.js to be more organised Nick O'Leary 2021-06-08 15:58:19 +01:00
  • d5c5738aab Fix proxy authentication problem & reinstate tests Ben Hardill 2021-06-08 14:22:20 +01:00
  • 9e4dfe081f Remove unused dev dependency Ben Hardill 2021-06-08 13:27:26 +01:00
  • 090852b72b Revet changes to /proxyAuthneticate Ben Hardill 2021-06-08 12:06:18 +01:00
  • ff5e038c49 Improve contrast of export dialog JSON font color Nick O'Leary 2021-06-08 11:54:58 +01:00
  • 5cc2e5f6e1 Fix merge Nick O'Leary 2021-06-08 11:48:45 +01:00
  • 4e8c0573c4 Re-enable as many http-request proxy tests as possible Ben Hardill 2021-06-08 11:46:54 +01:00
  • ce905ba2c4 Merge branch 'master' into dev Nick O'Leary 2021-06-08 11:44:31 +01:00
  • 3104c17fb3 Update to latest node-red-admin Nick O'Leary 2021-06-08 11:36:16 +01:00
  • 7651941722 Do not assign z property to tab node when updating flow Fixes #3010 Nick O'Leary 2021-06-08 11:35:10 +01:00
  • 7bf938901a Merge branch 'pr_2952' into dev Nick O'Leary 2021-06-08 11:09:56 +01:00
  • f8b61d2926 Merge pull request #2997 from hardillb/watch-fix Nick O'Leary 2021-06-08 11:07:37 +01:00
  • 4edea59ab1 Merge branch 'pr_2990' into dev Nick O'Leary 2021-06-08 10:56:57 +01:00
  • c8bcd2818d Disable inject-now button if inside subflow Nick O'Leary 2021-06-08 10:56:34 +01:00
  • 9b46dbaff1 Switch editableList buttons from <a> to <button> elements Nick O'Leary 2021-06-08 10:56:04 +01:00
  • 17a139f27f Start to add HTTP-PROXY tests back in Ben Hardill 2021-06-08 10:30:24 +01:00
  • bd00c728d1 Merge pull request #3008 from Steve-Mcl/node-red-typings-update Nick O'Leary 2021-06-08 10:29:03 +01:00
  • 9d510b514c Merge pull request #3007 from Steve-Mcl/monaco-update Nick O'Leary 2021-06-08 10:27:15 +01:00
  • 00dcc5ecda Merge pull request #3011 from node-red/cheerio-update Nick O'Leary 2021-06-08 10:22:20 +01:00