Commit Graph

24 Commits

Author SHA1 Message Date
Niels Lyngsø
0f5582cf00 eslint rule for imports 2023-05-25 15:11:37 +02:00
Mads Rasmussen
ec50fa935e move mocks outside of shared folder 2023-05-23 21:17:25 +02:00
Mads Rasmussen
8cef0fcf48 rename core to shared 2023-05-16 22:11:11 +02:00
Mads Rasmussen
2fca2f99d9 get rest from window 2023-05-15 11:16:38 +02:00
Jacob Overgaard
796533ff11 Refactor libs into @umbraco-cms/backoffice/* (#608)
* merge libs rollup configs to one rollup

* move css from libs to src/core

* run rollup on cms build

* move test-utils to /utils folder

* move css to src/core

* mark @umbraco-cms/backoffice as external when building for CMS

* rename all models to include @umbraco-cms/backoffice in their path to allow us to publish as a single module

* rename all imports to @umbraco-cms/backoffice/*

* rename events to umb-events to avoid rollup error of protected module name(?)

* test that libs can build

* move css to src/core

* move umb-lit-element and modal elements to src/core

* move some modal interfaces back to libs/modal

* move the icon store into src/core since it is very localized to the backoffice

* comment out build:libs for now since Github runs out of memory

* rename to match tsconfig alias

* add package.json to libs

* only make libs for lib folders

* turn off emit for typescript since we are handling types for libs separately

* build libs locally

* add script to move libs to final destination with some transform

* move libs after build

* move package.json to dist folder first (so we can publish from there)

* remove inline comments

* ensure the outputDir exists

* Remove re-export of extensions-registry library from models library

* move to individual files to avoid circular imports

* check if outputDir exists before trying to create it

* write transforms first in dist file and then copy the file to outputDir

* ensure all umbraco types are external

* copy information from main package.json file
2023-03-21 11:41:06 +01:00
Nathan Woulfe
e7961af9d3 fixes model changes 2023-03-16 18:02:40 +10:00
Jacob Overgaard
21bfba6513 e2e models 2023-02-09 17:06:16 +01:00
Jacob Overgaard
25081cc8a0 update ProblemDetailsModel 2023-02-09 16:59:23 +01:00
Jacob Overgaard
09a552b8f6 add e2e for auth 2023-01-24 12:08:12 +01:00
Jacob Overgaard
3f5cca3cea move e2e tests to a commonjs project as they dont work in esmodule context 2022-11-24 09:45:51 +01:00
Jacob Overgaard
f4729e7a25 update spec for upgrader 2022-11-09 12:28:20 +01:00
Jacob Overgaard
8cbc168fcd update spec for installer 2022-11-09 12:28:15 +01:00
Mads Rasmussen
ff8c61cc4f use utils import alias 2022-10-18 10:52:05 +02:00
Mads Rasmussen
9fbe698d10 rename folders 2022-10-18 10:43:31 +02:00
Mads Rasmussen
35ef1af627 use models import alias 2022-10-17 12:36:45 +02:00
Jacob Overgaard
bada418bb9 eslint fix types 2022-08-25 14:08:36 +02:00
Jacob Overgaard
98141cbd31 add upgrader e2e tests 2022-08-16 16:05:57 +02:00
Jacob Overgaard
a14a32ee3c change selectors to aria-label so that because Webkit discovers two elements with the same name and fails otherwise 2022-08-16 11:22:20 +02:00
Jacob Overgaard
f7b11fbdce make sure to reset form after error page 2022-08-15 16:51:42 +02:00
Jacob Overgaard
476b27204d add test cases to click through installer 2022-08-15 16:12:00 +02:00
Jacob Overgaard
72cd69c590 add base override for runtime status to install specs 2022-08-08 14:14:51 +02:00
Jacob Overgaard
08871757ac add base testbed override to login specs to enable msw 2022-08-08 14:14:29 +02:00
Jacob Overgaard
b1398d38af use default config for login specs 2022-08-04 14:49:22 +02:00
Jacob Overgaard
d11f3d45df add simple login test 2022-08-04 13:34:09 +02:00