Commit Graph

4934 Commits

Author SHA1 Message Date
Jacob Overgaard
8e1c2ebaf7 Merge remote-tracking branch 'origin/main' into feature/upload-to-gpr 2023-03-22 09:01:54 +01:00
Jacob Overgaard
2db7ff555b download artifact v3 2023-03-22 08:59:24 +01:00
Jacob Overgaard
c458796f81 add concurrency rules 2023-03-22 08:58:06 +01:00
Jacob Overgaard
b0771db733 set access to public 2023-03-22 08:56:51 +01:00
Jacob Overgaard
f9cf3d4a5f rename job to publish-npm 2023-03-22 08:54:35 +01:00
Jacob Overgaard
dcfbee0388 publish to npm 2023-03-22 08:52:12 +01:00
Jacob Overgaard
1f58d4504b create .npmrc file automatically 2023-03-21 16:33:29 +01:00
Jacob Overgaard
75f9f14ea3 auth type legacy 2023-03-21 16:25:20 +01:00
Mads Rasmussen
983ab83525 Cleanup: Remove content workspace (#613)
* use import aliases when importing when the libs folder

* move data source response interface to the repository module

* remove unused interfaces

* move dictionary interface into dictionary silo

* delete unused interface

* remove content workspace element from media workspace

* delete content workspace element

* move document edit views into folder

* create info workspace view specific for documents

* align naming of files and element

* update story

* add scaffolding info and edit workspace views for media

* remove edit content workspace view

* move media collection views into media silo

* update manifests + naming

* update last imports of temp MediaDetails type

* fix merge
2023-03-21 16:19:59 +01:00
Jacob Overgaard
fd0f3f0704 login and tag gpr 2023-03-21 16:18:55 +01:00
Jacob Overgaard
b48c2c3385 set global node_options 2023-03-21 16:13:07 +01:00
Jacob Overgaard
7c308fdad9 set max-old-space-size 2023-03-21 16:08:27 +01:00
Jacob Overgaard
c295874ccf remove the if condition to test publish 2023-03-21 16:06:01 +01:00
Jacob Overgaard
e7161170f5 set NODE_OPTIONS for all tasks 2023-03-21 16:05:44 +01:00
Jacob Overgaard
838a3ba877 try and set NODE_OPTIONS with more memory 2023-03-21 16:02:13 +01:00
Jacob Overgaard
df9ac3ef36 allow workflow_dispatch 2023-03-21 16:01:34 +01:00
Jacob Overgaard
b90ca28023 add gpr workflow 2023-03-21 15:57:11 +01:00
Niels Lyngsø
a26f5171d9 Merge branch 'main' into feature/test-extension-registry-distincts 2023-03-21 15:54:53 +01:00
Niels Lyngsø
bcc681976a correct memoization methods and test 2023-03-21 15:54:07 +01:00
Mads Rasmussen
8e6cf62625 Cleanup: move dictionary interface (#612)
* use import aliases when importing when the libs folder

* move data source response interface to the repository module

* remove unused interfaces

* move dictionary interface into dictionary silo

* delete unused interface
2023-03-21 14:59:46 +01:00
Mads Rasmussen
a688541f85 remove unused interfaces 2023-03-21 13:45:35 +01:00
Mads Rasmussen
3029b3d5f0 move data source response interface to the repository module 2023-03-21 13:45:35 +01:00
Mads Rasmussen
ac38b1314e use import aliases when importing when the libs folder 2023-03-21 12:55:44 +01:00
Jacob Overgaard
c691fe9d56 update imports for storybook preview 2023-03-21 11:51:10 +01:00
Jacob Overgaard
c2cf7a1964 add try/catch to move-libs script 2023-03-21 11:49:47 +01: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
Niels Lyngsø
c905d40c23 Merge pull request #606 from umbraco/feature/extension-kind 2023-03-21 09:24:26 +01:00
Mads Rasmussen
956d2c2040 add function for extension sorting 2023-03-21 09:10:10 +01:00
Mads Rasmussen
35c5dd75da camel case functions 2023-03-21 09:05:34 +01:00
Niels Lyngsø
48e8fa5336 Merge branch 'main' into feature/extension-kind 2023-03-20 20:16:27 +01:00
Niels Lyngsø
af99ef92a0 Kinds cannot Omit 2023-03-20 19:57:56 +01:00
Niels Lyngsø
dd51d2870f not optional umbExtensionsRegistry 2023-03-20 19:56:33 +01:00
Niels Lyngsø
d51bf80b27 remove ManifestCustom 2023-03-20 19:56:07 +01:00
Niels Lyngsø
e52901afaa use pipe for Omits in Kind Types 2023-03-20 16:33:13 +01:00
Niels Lyngsø
87c67a911d remove null 2023-03-20 16:22:18 +01:00
Mads Rasmussen
2b894102a7 move menu item tree kind interfaces into extension registry 2023-03-20 15:52:56 +01:00
Mads Rasmussen
d1a8f5fc80 move header app button kind interfaces into extensions registry 2023-03-20 15:48:32 +01:00
Mads Rasmussen
b5a9d105b2 move kind interface into extension registry module 2023-03-20 15:44:19 +01:00
Niels Lyngsø
6b1b4ff1f4 Merge pull request #604 from mlukasz7/feature/541-variant-selector 2023-03-20 15:01:25 +01:00
Niels Lyngsø
12981cdc18 test meta merge 2023-03-20 14:39:41 +01:00
Niels Lyngsø
c960a1d4ae fix type 2023-03-20 14:37:17 +01:00
Niels Lyngsø
c9b9431ad3 todo 2023-03-20 14:35:27 +01:00
Niels Lyngsø
e3fbe45fe1 a bit of deep merge. 2023-03-20 14:34:36 +01:00
Niels Lyngsø
93ed6d7789 fix tests 2023-03-20 14:21:31 +01:00
Niels Lyngsø
6882ad03b0 switch props 2023-03-20 13:45:42 +01:00
Niels Lyngsø
f4f42c981b Merge remote-tracking branch 'origin/main' into feature/extension-kind 2023-03-20 13:44:25 +01:00
Niels Lyngsø
0fe909d42e docs 2023-03-20 13:43:05 +01:00
JesmoDev
d6e5e74297 Merge pull request #591 from umbraco/feature/relation-types-2
Feature/relation types 2
2023-03-21 01:35:16 +13:00
Mads Rasmussen
53a218d8b5 remove console log 2023-03-20 13:10:48 +01:00
Mads Rasmussen
8a7724efa7 add todo 2023-03-20 13:10:15 +01:00