Jacob Overgaard
|
e4da89aecf
|
Merge pull request #355 from umbraco/dependabot/npm_and_yarn/playwright/test-1.29.1
Bump @playwright/test from 1.29.0 to 1.29.1
|
2023-01-03 09:04:44 +01:00 |
|
Jacob Overgaard
|
690a700197
|
Merge pull request #357 from umbraco/dependabot/npm_and_yarn/typescript-eslint/eslint-plugin-5.48.0
Bump @typescript-eslint/eslint-plugin from 5.47.0 to 5.48.0
|
2023-01-03 09:02:29 +01:00 |
|
Jacob Overgaard
|
7adf05ca48
|
Merge pull request #356 from umbraco/dependabot/npm_and_yarn/eslint-8.31.0
Bump eslint from 8.30.0 to 8.31.0
|
2023-01-03 09:00:14 +01:00 |
|
Jacob Overgaard
|
7bcb4ab1d8
|
enable automatic infer of return type
|
2023-01-03 08:57:48 +01:00 |
|
Jacob Overgaard
|
07401c92cc
|
remove unused method
|
2023-01-03 08:47:28 +01:00 |
|
dependabot[bot]
|
527aeb7b7a
|
Bump @typescript-eslint/eslint-plugin from 5.47.0 to 5.48.0
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.47.0 to 5.48.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.48.0/packages/eslint-plugin)
---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-01-02 18:13:32 +00:00 |
|
dependabot[bot]
|
ba9e1f695e
|
Bump eslint from 8.30.0 to 8.31.0
Bumps [eslint](https://github.com/eslint/eslint) from 8.30.0 to 8.31.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v8.30.0...v8.31.0)
---
updated-dependencies:
- dependency-name: eslint
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-01-02 18:12:08 +00:00 |
|
dependabot[bot]
|
fb42c51f99
|
Bump @playwright/test from 1.29.0 to 1.29.1
Bumps [@playwright/test](https://github.com/Microsoft/playwright) from 1.29.0 to 1.29.1.
- [Release notes](https://github.com/Microsoft/playwright/releases)
- [Commits](https://github.com/Microsoft/playwright/compare/v1.29.0...v1.29.1)
---
updated-dependencies:
- dependency-name: "@playwright/test"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-01-02 18:11:07 +00:00 |
|
Niels Lyngsø
|
800874bb7d
|
Merge pull request #352 from umbraco/feature/implement-controllers
|
2023-01-02 15:13:24 +01:00 |
|
Niels Lyngsø
|
5a3c4dc576
|
fix missing import
|
2023-01-02 15:07:25 +01:00 |
|
Niels Lyngsø
|
96bf91e31a
|
correct
|
2023-01-02 15:00:13 +01:00 |
|
Niels Lyngsø
|
dff5477f3b
|
remove comment
|
2023-01-02 14:59:42 +01:00 |
|
Niels Lyngsø
|
4b134a390a
|
move method out
|
2023-01-02 14:59:29 +01:00 |
|
Niels Lyngsø
|
29ab8fe90b
|
implement method
|
2023-01-02 14:55:46 +01:00 |
|
Niels Lyngsø
|
1cf6543740
|
misspelling correction
|
2023-01-02 14:50:03 +01:00 |
|
Niels Lyngsø
|
dabaaf1395
|
resource controller as a real single controller
|
2023-01-02 14:49:46 +01:00 |
|
Niels Lyngsø
|
382aa914e1
|
rename to interface
|
2023-01-02 14:47:46 +01:00 |
|
Niels Lyngsø
|
1554123825
|
controller class
|
2023-01-02 13:27:35 +01:00 |
|
Niels Lyngsø
|
1640a2b644
|
ability to remove controller
|
2023-01-02 13:26:46 +01:00 |
|
Niels Lyngsø
|
d7e7e70e8f
|
fix imports
|
2023-01-02 13:19:50 +01:00 |
|
Niels Lyngsø
|
156cb84d4e
|
Merge pull request #351 from umbraco/feature/POC-controller-pattern
|
2023-01-02 13:06:05 +01:00 |
|
Niels Lyngsø
|
102329c4d4
|
correct test
|
2023-01-02 13:00:13 +01:00 |
|
Niels Lyngsø
|
6663bbe594
|
Merge remote-tracking branch 'origin/main' into feature/POC-controller-pattern
# Conflicts:
# src/backoffice/core/components/entity-property/entity-property.element.ts
# src/backoffice/core/components/workspace/workspace-context/workspace-with-store.context.ts
# src/backoffice/core/dashboards/performance-profiling/dashboard-performance-profiling.element.ts
# src/backoffice/workspaces/shared/workspace-context/workspace-node.context.ts
# src/core/resources/resource.controller.ts
|
2023-01-02 12:50:53 +01:00 |
|
Niels Lyngsø
|
deafa038b5
|
Merge pull request #348 from umbraco/feature/folder-structure-based-on-domain-v2
|
2023-01-02 12:05:53 +01:00 |
|
Mads Rasmussen
|
14997c3298
|
fix imports
|
2023-01-02 11:57:18 +01:00 |
|
Mads Rasmussen
|
0c0b58f37a
|
Merge branch 'main' into feature/folder-structure-based-on-domain-v2
|
2023-01-02 11:55:09 +01:00 |
|
Niels Lyngsø
|
1b294bd01d
|
note
|
2023-01-02 11:52:51 +01:00 |
|
Niels Lyngsø
|
8cb8af976c
|
move resource controller into resource folder
|
2023-01-02 11:52:22 +01:00 |
|
Mads Rasmussen
|
99eefedf0e
|
fix imports
|
2023-01-02 11:46:57 +01:00 |
|
Niels Lyngsø
|
0a229760d7
|
Merge remote-tracking branch 'origin/main' into feature/POC-controller-pattern
|
2023-01-02 11:44:44 +01:00 |
|
Niels Lyngsø
|
59a44f8eee
|
turn into a one liner
|
2023-01-02 11:43:41 +01:00 |
|
Niels Lyngsø
|
d9d70fc35c
|
destroy
|
2023-01-02 11:38:01 +01:00 |
|
Niels Lyngsø
|
ade6be34fa
|
todo
|
2023-01-02 11:34:57 +01:00 |
|
Niels Lyngsø
|
b2ac040e1a
|
observe impl
|
2023-01-02 11:33:39 +01:00 |
|
Mads Rasmussen
|
b6fcbf9ec2
|
fix import
|
2023-01-02 11:32:34 +01:00 |
|
Mads Rasmussen
|
e35dce7702
|
merge
|
2023-01-02 11:30:09 +01:00 |
|
Mads Rasmussen
|
93990bb5eb
|
Merge branch 'main' into feature/folder-structure-based-on-domain-v2
|
2023-01-02 11:30:00 +01:00 |
|
Niels Lyngsø
|
399f570238
|
next step
|
2023-01-02 11:24:54 +01:00 |
|
Niels Lyngsø
|
8d25b19bfa
|
move to constructor
|
2023-01-02 11:21:54 +01:00 |
|
Niels Lyngsø
|
1fde23a9a7
|
Merge pull request #347 from umbraco/dependabot/npm_and_yarn/babel/core-7.20.7
|
2023-01-02 11:19:10 +01:00 |
|
Niels Lyngsø
|
de341069df
|
note
|
2023-01-02 11:19:09 +01:00 |
|
Niels Lyngsø
|
e7e14bf88a
|
Merge pull request #346 from umbraco/dependabot/npm_and_yarn/eslint-8.30.0
|
2023-01-02 11:18:33 +01:00 |
|
Niels Lyngsø
|
bdbc8e0d83
|
Merge pull request #318 from umbraco/feature/resource-api-mixin
|
2023-01-02 11:14:55 +01:00 |
|
Niels Lyngsø
|
9bcb4154b9
|
Merge branch 'main' into dependabot/npm_and_yarn/babel/core-7.20.7
|
2023-01-02 11:14:25 +01:00 |
|
Niels Lyngsø
|
b369cd6d40
|
Merge branch 'main' into dependabot/npm_and_yarn/eslint-8.30.0
|
2023-01-02 11:13:38 +01:00 |
|
Niels Lyngsø
|
ac3d9b52a3
|
observer as a class
|
2023-01-02 11:09:47 +01:00 |
|
Niels Lyngsø
|
a95b8b04a9
|
Merge pull request #349 from umbraco/feature/using-workspace-action-extension
|
2023-01-02 11:06:12 +01:00 |
|
Mads Rasmussen
|
954c839171
|
Merge branch 'main' into feature/folder-structure-based-on-domain-v2
|
2023-01-02 11:03:39 +01:00 |
|
Mads Rasmussen
|
1306200f15
|
fix import
|
2023-01-02 11:02:03 +01:00 |
|
Niels Lyngsø
|
21af1ca8fb
|
Merge pull request #344 from umbraco/dependabot/npm_and_yarn/storybook/addon-essentials-6.5.15
|
2023-01-02 11:00:57 +01:00 |
|