Bjarke Berg
|
c8669b18c2
|
Merge remote-tracking branch 'origin/netcore/netcore' into feature/8651-config-options-patten
Signed-off-by: Bjarke Berg <mail@bergmania.dk>
|
2020-09-04 14:30:48 +02:00 |
|
Andy Butland
|
14404f2720
|
Changed singleton created dependencies in composition root to use IOptionsMonitor.
|
2020-09-03 12:52:47 +02:00 |
|
Andy Butland
|
b87630250b
|
Removed unused private field and constructor variable for configuration global settings from UmbracoVersion.
Updated singleton created instances in CreateCompositionRoot to accept IOptions based parameters for configuration.
|
2020-09-03 11:36:57 +02:00 |
|
Shannon
|
f84a93ae20
|
Adds IUmbracoBuilder to build the config so it's easier to split apart, ensures background tasks don't run in integration tests, uses a custom CoreRuntime to ensure we use SimpleMainDom, re-wires the UmbracoWebApplicationFactory so that duplicate Hosts are not running at the same time, fixes issues with overriding/shadowing, uses RAMDirectory in lucene for tests, fixes CoreRuntime's events that we're moved incorrectly and not backwards compat, adds new real non static events which we can use in integration tests to install the DB before the runtime state is calculated
|
2020-09-02 18:10:29 +10:00 |
|
Andy Butland
|
adf687579c
|
Restored Umbraco.Tests.IntegrationTests (some failures remaining)
|
2020-08-24 12:34:37 +02:00 |
|
Andy Butland
|
89b725ef28
|
Reverted non netcore related project amends in order to limit changes to those necessary for the netcore executable call stack.
|
2020-08-23 14:05:35 +02:00 |
|
Andy Butland
|
510bd92e78
|
Amended injection of further settings to use IOptionsSnapshot.
|
2020-08-21 14:52:47 +01:00 |
|
Shannon
|
e3591923c3
|
Gets auto-routing back office api controllers working, lots of notes
|
2020-05-14 17:04:16 +10:00 |
|
Shannon
|
12bb68100a
|
Remove ununsed and unneeded DbProviderFactory CreateFactory(); from IDbProviderFactoryCreator, ensure the app doesn't explode if exceptions are thrown and boot fails
|
2020-05-08 17:30:30 +10:00 |
|
Emma Garland
|
c2eb3b0480
|
Merge branch 'netcore/dev' of https://github.com/umbraco/Umbraco-CMS into feature/netcore-model-unit-tests-settings
|
2020-04-22 13:53:41 +01:00 |
|
Shannon
|
46e14f7692
|
Fixes up all logging. Configures serilog logging to replace MS logging just like serilog does, adds new ILoggerConfiguration so we aren't hard coding things, dynamically adds enrichers when the container is ready to resolve services.
|
2020-04-22 14:23:56 +10:00 |
|
Emma Garland
|
0c77450222
|
Specified hostingenvironment and databaseproviders after unit tests not picking up Umbraco.Core namespaces
Migrated into integrations project configurations, as files are being read
|
2020-04-14 16:55:54 +01:00 |
|
Shannon
|
d711796c59
|
Fixing tests
|
2020-04-03 17:05:50 +11:00 |
|
Shannon
|
60abdd60b5
|
Starts fixing up integration tests
|
2020-04-03 13:16:01 +11:00 |
|
Shannon
|
9d320f79da
|
New IRuntimeHash to fix type scanning in netcore in order to look at the right runtime bits to creaet a hash for
|
2020-04-03 01:08:52 +11:00 |
|
Bjarke Berg
|
01957b7c64
|
Merge remote-tracking branch 'origin/netcore/dev' into netcore/bugfix/integration-tests-running
|
2020-04-02 10:01:57 +02:00 |
|
Shannon
|
ebdd5e3f69
|
env var change
|
2020-03-31 18:13:19 +11:00 |
|
Shannon
|
4ee3cf02d9
|
Changes integration tests working folder, hopefully this works on azure devops
|
2020-03-31 18:01:27 +11:00 |
|
Shannon
|
8535d0fbe3
|
Cleans up IIOHelper and removes methods/props that shouldn't exist, changes test helper to use WorkingDirectory fixes some usages of MapPath
|
2020-03-31 17:27:51 +11:00 |
|
Elitsa Marinovska
|
7e3b3414d5
|
Merge branch 'netcore/dev' into netcore/feature/ab5820-webprofiler-aspnetcore
|
2020-03-30 15:26:51 +02:00 |
|
Shannon
|
3757f722a0
|
Gets first integration test moved, moves the test options to the common project, ensures that the LocalDb pool is updated on each test
|
2020-03-30 20:55:13 +11:00 |
|
Shannon
|
9ed925941f
|
Gets DB installation test working with runtime level checking
|
2020-03-30 17:25:29 +11:00 |
|
Bjarke Berg
|
681a25b861
|
Moved files from backoffice into Common + Introduced AspNetCoreComponent to invoke the Umbraco Application Init event
|
2020-03-27 11:39:17 +01:00 |
|
Shannon
|
f24cae51d8
|
Renames IHostingEnvironmentLifetime to IApplicationShutdownRegistry
|
2020-03-26 15:39:20 +11:00 |
|
Shannon Deminick
|
29293bd25a
|
Update src/Umbraco.Tests.Integration/Implementations/TestHelper.cs
Co-Authored-By: Bjarke Berg <mail@bergmania.dk>
|
2020-03-26 15:32:39 +11:00 |
|
Shannon Deminick
|
9bb9997288
|
Update src/Umbraco.Tests.Integration/Implementations/HostBuilderExtensions.cs
Co-Authored-By: Bjarke Berg <mail@bergmania.dk>
|
2020-03-26 15:31:27 +11:00 |
|
Shannon Deminick
|
fee1f6f0ab
|
Update src/Umbraco.Tests.Integration/Implementations/HostBuilderExtensions.cs
Co-Authored-By: Bjarke Berg <mail@bergmania.dk>
|
2020-03-26 15:30:25 +11:00 |
|
Shannon
|
a0acc8126d
|
oops change namespace back to Umbraco.net
|
2020-03-25 16:52:42 +11:00 |
|
Shannon
|
612a47b16b
|
Splits interfaces into separate ones, removes overlap between interfaces, injects the necessary bits, and much more
|
2020-03-25 15:06:22 +11:00 |
|
Shannon
|
d0a204b984
|
Cleans up some unused code, fixes a merge issue causing duplicate runtimes to be created, register essential does what it's supposed to do, don't mix things with the webruntime.
|
2020-03-24 14:48:32 +11:00 |
|
Shannon
|
919d418920
|
Gets the DB installing in integration tests, changes integratino tests to use Generic Host builder
|
2020-03-24 11:53:56 +11:00 |
|
Shannon
|
6013d856b7
|
Changes back TestHelperBase, we'll just allocate new configs each time.
|
2020-03-23 17:15:32 +11:00 |
|
Shannon
|
427c44468f
|
Changes methods to properties since we don't return new instances each time.
|
2020-03-23 16:41:39 +11:00 |
|
Shannon
|
1658fced23
|
Merge remote-tracking branch 'origin/netcore/dev' into netcore/feature/booting-netcore
# Conflicts:
# src/Umbraco.Core/IO/IOHelper.cs
# src/Umbraco.Infrastructure/Runtime/WebRuntime.cs
# src/Umbraco.Tests.Common/TestHelperBase.cs
# src/Umbraco.Tests/Routing/RenderRouteHandlerTests.cs
# src/Umbraco.Tests/Runtimes/StandaloneTests.cs
# src/Umbraco.Web.BackOffice/AspNetCore/UmbracoBackOfficeServiceCollectionExtensions.cs
# src/Umbraco.Web.UI.NetCore/Program.cs
# src/Umbraco.Web.UI.NetCore/Startup.cs
# src/Umbraco.Web/UmbracoApplication.cs
|
2020-03-23 15:50:01 +11:00 |
|
Shannon
|
41163c3c78
|
Gets CoreRuntime loading/booting in integration project
|
2020-03-13 14:43:41 +11:00 |
|