Commit Graph

  • 635bdf15cb Fix use of paletteLabel in help tab Fixes #2973 Nick O'Leary 2021-05-01 21:55:50 +01:00
  • a72bdfdacc Handle known bug (monaco-editor issue No 2382) - handles "Uncaught (in promise) Canceled: Canceled" Steve-Mcl 2021-05-01 11:40:43 +01:00
  • dc3e04456c remove temporary debugging window variable Steve-Mcl 2021-05-01 11:01:04 +01:00
  • b0e4fb7602 Fix infotip display following i18n update Nick O'Leary 2021-04-30 13:54:25 +01:00
  • df7aa3339b dont tokenise JSONata - monaco has jsonata tokeniser Steve-Mcl 2021-04-29 18:11:47 +01:00
  • c475536388 provide extra libs and call to refresh Steve-Mcl 2021-04-29 18:00:23 +01:00
  • cc7def89af ensure monaco is correctly sized Steve-Mcl 2021-04-29 17:59:12 +01:00
  • 58da87898e integrate monaco - refactors createEditor out to own code files - moves ace editor to own code file - adds monaco editor to own code file - add monaco bootstrap - update mst to include monaco asset - update grunt to include new files and integrate Steve-Mcl 2021-04-29 17:58:41 +01:00
  • bded5490d2 add utility func getBrowserInfo - prep for monaco - for slimming down monaco on mobile - prep for monaco - needed to prevent monaco on IE Steve-Mcl 2021-04-29 17:35:11 +01:00
  • c3715a2a3d ensure editor is removed - Fixes issue with left over HTML in the DOM Steve-Mcl 2021-04-29 17:32:44 +01:00
  • abf084f6c2 Dont call to ACE, re-use createEditor instead Steve-Mcl 2021-04-29 17:31:38 +01:00
  • 37ba409dc3 ensure mode is set for event log viewer Steve-Mcl 2021-04-29 17:29:54 +01:00
  • f29488b24f prevent editor context menu being clipped by sidebar - raise / lower tray z-index for correct slide animation Steve-Mcl 2021-04-29 17:03:17 +01:00
  • 71bdade7b9 prevent exception if ace is missing Steve-Mcl 2021-04-29 16:59:11 +01:00
  • 60d97c887d missing args from JSONata $now signature Steve-Mcl 2021-04-29 16:57:22 +01:00
  • 5bba50f01f refactor node.libs to a function getLibsList - preparation for monaco integration Steve-Mcl 2021-04-29 16:56:16 +01:00
  • 1f7884dc70 add typings for basic intellisense Steve-Mcl 2021-04-29 16:54:29 +01:00
  • 69dafd6c68 add codeEditor settings Steve-Mcl 2021-04-29 16:53:59 +01:00
  • 64b79cd5ac add monaco dist - includes themes from https://github.com/brijeshb42/monaco-themes Steve-Mcl 2021-04-29 16:52:22 +01:00
  • 1af21735a9 Fix theme handling when no editorTheme.page setting Nick O'Leary 2021-04-29 15:32:26 +01:00
  • 9886af3cec Fix jshint error in treeList Nick O'Leary 2021-04-29 14:09:21 +01:00
  • 1eb8f9ad97 Update changelog 1.3.4 Nick O'Leary 2021-04-29 14:01:40 +01:00
  • 08e73d9d7d Merge pull request #2967 from hanc2006/master Nick O'Leary 2021-04-29 14:00:02 +01:00
  • b0e349b215 Update for 1.3.4 Nick O'Leary 2021-04-29 11:22:22 +01:00
  • caa98b08da Merge branch 'pr_2965' into dev Nick O'Leary 2021-04-29 11:04:50 +01:00
  • 00caa13a12 Update externalModules_spec to handle variable npm args length Nick O'Leary 2021-04-29 11:04:19 +01:00
  • cfc0135e86 Update ajv to 8.2.0 - drop support for JSON-Schema draft-04 Nick O'Leary 2021-04-29 10:48:26 +01:00
  • 9ee8c1c791 Give delay node random mina nd max more space so you can see complete value Dave Conway-Jones 2021-04-29 10:36:13 +01:00
  • cd3aba2b89 Allow nodes to access resolved theme files Fixes #2968 Nick O'Leary 2021-04-29 10:17:07 +01:00
  • a150d8e289 Update packages/node_modules/@node-red/editor-client/src/js/ui/common/treeList.js Daniele 2021-04-28 23:37:26 +02:00
  • 6da8e92f20 Fix inject node output tooltip extra property count Nick O'Leary 2021-04-28 22:01:39 +01:00
  • 1d4dd4be96 Merge pull request #2961 from node-red/rerorder-inject-typedinput Nick O'Leary 2021-04-28 21:56:47 +01:00
  • 7df1a03b4b Handle subflow modules that contain subflows Nick O'Leary 2021-04-28 21:49:32 +01:00
  • ad316ffd37 Merge pull request #2964 from node-red-hitachi/fix-grunt-error-on-exec-node Nick O'Leary 2021-04-28 21:02:23 +01:00
  • 91f5542a57 Fix importing node to currently flow rather than match its old z value Nick O'Leary 2021-04-28 20:54:31 +01:00
  • d47a8aa562 Fix remove item when depth=0 and wrong gutter calc GitHub 2021-04-28 17:25:26 +02:00
  • 676f790933 add engine-strict flag to npm install args nileio 2021-04-28 22:40:17 +10:00
  • 70433f3d05 fix grunt fail on exec node test Hiroyasu Nishiyama 2021-04-28 21:40:17 +09:00
  • 9f2a2b9869 Pass npm args to preUninstall hook to be consistent with preInstall Nick O'Leary 2021-04-27 17:32:18 +01:00
  • a0c09fc617 Update api docs header Nick O'Leary 2021-04-27 17:30:30 +01:00
  • 19d391fa05 only move msg. instead rerorder-inject-typedinput Dave Conway-Jones 2021-04-27 11:28:01 +01:00
  • d1aa1fd4d8 reorder inject typedinput to de-empahsise context options Dave Conway-Jones 2021-04-27 11:15:16 +01:00
  • 0e02d03d9a Merge branch 'master' of https://github.com/node-red/node-red Dave Conway-Jones 2021-04-27 11:12:10 +01:00
  • 4133f9c56f Merge pull request #2936 from node-red/npm-install-hooks Nick O'Leary 2021-04-27 10:57:14 +01:00
  • 53055064e1 Merge pull request #2932 from node-red/file-cwd-setting Nick O'Leary 2021-04-27 10:49:02 +01:00
  • 06090d8de1 Merge branch 'dev' into pr_2949 Nick O'Leary 2021-04-27 10:45:33 +01:00
  • d6ccae38f8 Merge pull request #2959 from node-red/inject-cronosjs Nick O'Leary 2021-04-27 10:44:22 +01:00
  • f7210effec Rework hooks structure to be a linkedlist Nick O'Leary 2021-04-26 21:14:42 +01:00
  • 8e7efd98b2 Don't let 'escape' whilst moving nodes interrupt things Fixes #2960 Nick O'Leary 2021-04-26 16:48:21 +01:00
  • ea50ba16f9 Move Inject node to CronosJS module Nick O'Leary 2021-04-26 14:47:50 +01:00
  • b62e4f6662 Fix deprecation of httpRoot Nick O'Leary 2021-04-26 14:43:06 +01:00
  • f5a1c8bc49 Merge pull request #2957 from node-red-hitachi/fix-error-on-git-auto-commit Nick O'Leary 2021-04-26 11:54:05 +01:00
  • 4cb8e99430 Timeout http upgrade requests that are not otherwise handled Fixes #2956 Nick O'Leary 2021-04-26 11:45:28 +01:00
  • bbac49ff38 Ensure function expand button is above vertical scrollbar Fixes #2955 Nick O'Leary 2021-04-26 10:18:25 +01:00
  • 1d12017f11 Sort context stores in TypedInput and ensure default first Fixes #2954 Nick O'Leary 2021-04-26 10:13:57 +01:00
  • 46af2e37a7 Add Japanese translations for delay node enhancements (#2958) delay-node-enhance Kazuhito Yokoi 2021-04-26 17:57:11 +09:00
  • a480919ec3 fix error on auto commit for no flow change Hiroyasu Nishiyama 2021-04-26 09:05:53 +09:00
  • f8abf9fce1 add another test to csv Dave Conway-Jones 2021-04-25 08:53:18 +01:00
  • 62f2a552ea Merge pull request #2953 from node-red/depreacte-usage-of-httpRoot-and-add-warning Nick O'Leary 2021-04-23 16:42:01 +01:00
  • b053e02174 remove httpRoot from setting.js entirely depreacte-usage-of-httpRoot-and-add-warning Dave Conway-Jones 2021-04-23 16:38:45 +01:00
  • 3798167908 Update packages/node_modules/@node-red/runtime/locales/en-US/runtime.json Dave Conway-Jones 2021-04-23 16:36:22 +01:00
  • 56fe2014e1 Update packages/node_modules/@node-red/runtime/lib/index.js Dave Conway-Jones 2021-04-23 16:36:15 +01:00
  • be2e64433f Merge pull request #2951 from node-red/fix-flowfile-name-in-settings Nick O'Leary 2021-04-23 16:27:45 +01:00
  • 8732e89e55 Update packages/node_modules/@node-red/runtime/locales/en-US/runtime.json Dave Conway-Jones 2021-04-23 16:22:50 +01:00
  • fdd0a93bad Deprecate use of httpRoot in settings and add warning Dave Conway-Jones 2021-04-23 15:42:57 +01:00
  • dd12572b1d Allow node16 build to fail for now Nick O'Leary 2021-04-23 14:30:50 +01:00
  • e23f20227a Initial migration from request to got for http-request node Nick O'Leary 2021-04-23 14:19:15 +01:00
  • 5cc791690b fix flowfile name to flows.json in settings Dave Conway-Jones 2021-04-23 14:09:06 +01:00
  • 9f1deb0c36 CSV Add couple more special character tests just to make sure Dave Conway-Jones 2021-04-23 11:19:23 +01:00
  • 4cebbf8d22 Fix CSV handling of special chars as separators Dave Conway-Jones 2021-04-23 10:47:23 +01:00
  • 93971537b4 add rate option to queue and timed modes. so a simple check box instead. Dave Conway-Jones 2021-04-22 11:02:34 +01:00
  • 87e816a7f5 Delay node - Make msg.rate an optional override Dave Conway-Jones 2021-04-22 10:26:35 +01:00
  • 0f45b1da48 Try to make delay modes consistent as regards flush Dave Conway-Jones 2021-04-22 09:43:54 +01:00
  • a20049c82a Delay node enhancements (#2294) Kazuhito Yokoi 2021-04-22 17:01:28 +09:00
  • e57ebdb583 Merge pull request #2947 from kazuhitoyokoi/master Nick O'Leary 2021-04-21 09:42:43 +01:00
  • 372122037f Fix margin between nodes on palette Kazuhito Yokoi 2021-04-21 13:14:46 +09:00
  • 23a5cb1917 Ensure typedInput option is selected in dropdown menu Part of #2945 Nick O'Leary 2021-04-20 23:39:21 +01:00
  • f8d5fef3c4 Ensure typedInput without value has focus class removed Closes #2945 Nick O'Leary 2021-04-20 23:25:56 +01:00
  • 250005ad16 Allow npm install args to be customised by preInstall trigger Nick O'Leary 2021-04-20 22:55:06 +01:00
  • 719aea2a58 Add Node 16 to travis Nick O'Leary 2021-04-20 18:38:35 +01:00
  • 0e06da6c63 Update for 1.3.3 1.3.3 Nick O'Leary 2021-04-20 11:06:23 +01:00
  • 68fef169f3 Merge pull request #2944 from node-red/Pull-in-RBE-and-push-out-tail Nick O'Leary 2021-04-20 10:57:37 +01:00
  • c668201df4 Merge pull request #2931 from node-red/join-default Nick O'Leary 2021-04-20 10:57:23 +01:00
  • 1d68c8cc87 Merge pull request #2940 from node-red/i18n-update Nick O'Leary 2021-04-20 10:57:08 +01:00
  • b9ac8b42ea Use paletteLabel if set in help sidebar Nick O'Leary 2021-04-19 21:07:44 +01:00
  • b4a03a56b4 Allow preInstall hook to return false to skip npm install Nick O'Leary 2021-04-19 20:29:30 +01:00
  • 9eb668ab30 Prevent TypedInput label overflowing element Nick O'Leary 2021-04-19 15:28:17 +01:00
  • 233a74c146 Remove TypedInput from tab focus when only one type available Nick O'Leary 2021-04-19 15:27:47 +01:00
  • e0c7269b8e bump other refs to bcrypt up to 5.0.1 Dave Conway-Jones 2021-04-19 13:21:12 +01:00
  • 73063df11b Pull in RBE node and push out tail Dave Conway-Jones 2021-04-19 13:09:13 +01:00
  • ff00afb5d7 Fix project credential secret reset handling Part of #2868 Nick O'Leary 2021-04-19 11:32:26 +01:00
  • 3f43dc1855 Fix jshint error Nick O'Leary 2021-04-19 10:43:01 +01:00
  • 4a4e7fc7cb Make typedInput.disable more consistent in behaviour Fixes #2942 Nick O'Leary 2021-04-19 10:39:58 +01:00
  • 0253dc9623 ensure CSV node can send false as string Dave Conway-Jones 2021-04-19 10:03:11 +01:00
  • f8855b83fa Update i18next in util package Nick O'Leary 2021-04-16 17:11:57 +01:00
  • 0d0459d83d Update to latest i18n in editor and runtime Fixes #2924 Nick O'Leary 2021-04-16 16:51:30 +01:00
  • 374ef3902c Merge pull request #2938 from hardillb/dev Nick O'Leary 2021-04-16 13:27:22 +01:00
  • 235690064f Fix for #2935 Ben Hardill 2021-04-16 13:26:11 +01:00
  • 0167c25e08 Export package version in Grunt file so docs template can access Nick O'Leary 2021-04-16 11:56:23 +01:00
  • d2432716ea Fix hook requires in unit tests Nick O'Leary 2021-04-15 15:30:02 +01:00