Commit Graph

57514 Commits

Author SHA1 Message Date
Jack Westbrook f75463e170 refactor(playwright): move playwright config and add package.json to prevent esm errors 2025-03-03 09:52:08 +01:00
Jack Westbrook bf68d041fa build(vite): update build:stats script to use rollup visualiser 2025-03-03 09:51:13 +01:00
Jack Westbrook dbb2097f40 revert(playwright): put back ts extension, cts did nothing 2025-03-03 09:51:13 +01:00
Jack Westbrook 0911638c91 chore(playwright): rename config to cts in case it fixes cli errors related to esm 2025-03-03 09:51:12 +01:00
Jack Westbrook a6ab645029 chore(codeowners): update file post rename of jquery.ts 2025-03-03 09:51:12 +01:00
Tom Ratcliffe 63dc588531 fix(vite): require env utils correctly 2025-03-03 09:51:12 +01:00
Tom Ratcliffe c5d89b53d8 fix(frontend): make linting work with cjs util file 2025-03-03 09:51:12 +01:00
Tom Ratcliffe f6b49880df fix(frontend): rename env utils and expose frontend_dev_ settings via env plugin 2025-03-03 09:51:12 +01:00
Jack Westbrook 030eb759a9 fix(vite): provide global to patch webpacks defaults 2025-03-03 09:51:11 +01:00
Jack Westbrook eb7af07b19 chore(vite): major bump to v6 and associated deps 2025-03-03 09:51:10 +01:00
Jack Westbrook 6550ffcc23 feat(webassets): set cdn url for preloadJSFiles and update tests 2025-03-03 09:50:32 +01:00
Jack Westbrook 12b2a63b55 feat(webassets): take advantage of preloadmodule to improve performance 2025-03-03 09:50:30 +01:00
Tom Ratcliffe 762d9a0801 fix(frontend): Fix loading translation files due to hyphens in names 2025-03-03 09:49:23 +01:00
Tom Ratcliffe 9da6111c05 fix(frontend): get all workspace dependencies so we don't optimise them away 2025-03-03 09:49:22 +01:00
Tom Ratcliffe f016bfe60e fix(frontend): use vite logger for moveAssets 2025-03-03 09:49:22 +01:00
Tom Ratcliffe 3b44fab842 fix(frontend): Remove unneeded as in vite 2025-03-03 09:49:22 +01:00
Jack Westbrook 6f150098fd fix(frontend): get start command working 2025-03-03 09:49:22 +01:00
Jack Westbrook caaa1fe62f chore(backend): comment out swagger related assets and redundant css keys 2025-03-03 09:49:21 +01:00
Jack Westbrook 54b4cbf3f1 test(dashboard-scene): fix import of CorsWorker 2025-03-03 09:49:21 +01:00
Jack Westbrook 6690095d18 chore(codeowners): fixes for renaming betterer and eslint configs to cjs 2025-03-03 09:49:21 +01:00
Jack Westbrook e54ce29a29 refactor(crash): clean up cors sharedworker 2025-03-03 09:49:21 +01:00
Jack Westbrook 416afce642 refactor(frontend): clean up usage of corsworker across codebase 2025-03-03 09:49:20 +01:00
Jack Westbrook 5c10f2677b chore(frontend): fix failing imports preventing vite from building 2025-03-03 09:49:20 +01:00
Jack Westbrook 16ae94dadc feat(webassets): get prod builds loading in browser again 2025-03-03 09:49:20 +01:00
Jack Westbrook 43189a3848 chore(betterer): make it work, again 2025-03-03 09:49:20 +01:00
Jack Westbrook af0d904bfe revert(frontend): put back process.env for jest 2025-03-03 09:49:20 +01:00
Jack Westbrook 22955700ca chore(internationalization): re-export type to make enterprise a happy bunny 2025-03-03 09:49:19 +01:00
Jack Westbrook 727a3723a1 chore(storybook): put back esbuild-loader for e2e-storybook drone stage 2025-03-03 09:49:18 +01:00
Jack Westbrook edda259bad test(internationalization): globally mock extensions to avoid using import.meta.glob in jest 2025-03-03 09:45:32 +01:00
Jack Westbrook 5e21abeed7 test(internationalisation): move files around so we can mock any use of import.meta.glob 2025-03-03 09:45:32 +01:00
Jack Westbrook 0a01254c68 chore(vite): bump dependencies to latest 2025-03-03 09:45:31 +01:00
Jack Westbrook 6c812409fe chore(saga-icons): use prettier directly to avoid ERR_REQUIRE_ESM error from svgr prettier plugin 2025-03-03 09:44:52 +01:00
Jack Westbrook 4ba0bbb602 chore(frontend): get typechecking to pass 2025-03-03 09:44:51 +01:00
Jack Westbrook ad36be9612 chore(tempo): put back missing css-loader 2025-03-03 09:44:51 +01:00
Jack Westbrook 60a7faca5b build(typescript): reenable jsx react-jsx in ts config 2025-03-03 09:44:51 +01:00
Jack Westbrook 830187d688 build(vite): make sure NODE_ENV is set for dev and prod 2025-03-03 09:44:51 +01:00
Jack Westbrook 5298d168cc fix(frontend): attempt to fix enterprise locales require.context imports 2025-03-03 09:44:50 +01:00
Jack Westbrook 57f74c0740 chore(backend): put back missing FrontendDevServer cfg 2025-03-03 09:44:50 +01:00
Jack Westbrook 0e643f352b build(frontend): add missing dependencies to core and decoupled plugins 2025-03-03 09:44:49 +01:00
Jack Westbrook be481d2780 chore(frontend): fix lint issues with tether-drop 2025-03-03 09:44:17 +01:00
Jack Westbrook 1115cbb722 refactor(frontend): fix tether-drop import path 2025-03-03 09:44:17 +01:00
Jack Westbrook 1fd1bb5dff refactor(frontend): update imports of tether-drop to point to vendor directory 2025-03-03 09:44:16 +01:00
Jack Westbrook 732dc952de refactor(frontend): bring tether-drop into vendor folder to build from source 2025-03-03 09:44:16 +01:00
Jack Westbrook 904084614b refactor(frontend): replace usage of process.env.NODE_ENV with import.meta.env.MODE 2025-03-03 09:44:16 +01:00
Jack Westbrook 4c9f0387fa feat(vite): add basic vendor chunking and vizualizer plugins 2025-03-03 09:44:14 +01:00
Jack Westbrook 8d3d389362 chore(angular): remove nonexistant template import 2025-03-03 09:43:32 +01:00
Jack Westbrook 8f2ebceddf test(integration): fix testinfra due to asset manifest.json changes 2025-03-03 09:43:32 +01:00
Jack Westbrook ac5eb6afab chore(e2e): rename reporter as commonjs 2025-03-03 09:43:31 +01:00
Jack Westbrook f7be501f9a test(webassets): trim down sample json 2025-03-03 09:43:31 +01:00
Jack Westbrook d7f6f87873 ci(e2e): bump cypress container to 13.6.6 2025-03-03 09:43:31 +01:00