Andy Butland
|
4e222f103e
|
Reintroduced legacy config into CoreRuntime to support remaining use of Current.Configs (e.g. in UserInvite)
|
2020-08-26 18:21:09 +02:00 |
|
Andy Butland
|
8fd59d546e
|
Fixed failing tests.
|
2020-08-26 07:55:23 +02:00 |
|
Andy Butland
|
adf687579c
|
Restored Umbraco.Tests.IntegrationTests (some failures remaining)
|
2020-08-24 12:34:37 +02:00 |
|
Shannon
|
42c347dc21
|
doh fix build
|
2020-05-12 17:19:19 +10:00 |
|
Shannon
|
a34d94845c
|
Fixes tests
|
2020-05-12 17:14:39 +10:00 |
|
Shannon
|
bcaede22f1
|
Cleans up ext methods and where they are located and what they call to ensure dependencies are taken care of, cleans up Startup, moves routing appropriately
|
2020-05-12 15:18:55 +10:00 |
|
Bjarke Berg
|
e4dfdbb504
|
AB#6233 - renamed extensions namespace to Umbraco.Extensions
|
2020-05-07 10:08:23 +02:00 |
|
Bjarke Berg
|
fa740f36b5
|
fix tests
|
2020-04-29 08:56:42 +02:00 |
|
Bjarke Berg
|
f76e638f0d
|
Merge remote-tracking branch 'origin/netcore/dev' into netcore/bugfix/logging-fixing
# Conflicts:
# src/Umbraco.Tests.Integration/RuntimeTests.cs
# src/Umbraco.Tests.Integration/Testing/UmbracoIntegrationTest.cs
# src/Umbraco.Web.Common/Extensions/UmbracoCoreServiceCollectionExtensions.cs
|
2020-04-22 10:54:54 +02: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 |
|
Bjarke Berg
|
c0ec1bf6ca
|
Introduced GenericDictionaryRequestAppCache, to use the HttpContext.Items from .NET Core
|
2020-04-20 13:21:09 +02:00 |
|
Shannon
|
4920268ec8
|
combines application builder extensions to one class
|
2020-04-03 15:56:34 +11:00 |
|
Shannon
|
60abdd60b5
|
Starts fixing up integration tests
|
2020-04-03 13:16:01 +11:00 |
|
Bjarke Berg
|
400fa1ccd4
|
Initialize Current
|
2020-04-01 14:19:41 +02:00 |
|
Bjarke Berg
|
2a2903f932
|
AB#5820 - Review fixes / Clean up
|
2020-03-31 12:22:11 +02: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
|
a5d728cc51
|
Reduce the usage of BuildServiceProvider
|
2020-03-25 18:21:44 +11:00 |
|
Shannon
|
2d506c1fd0
|
Adds container test showing how we can pre-resolve a service and ensures its the same on that gets used.
|
2020-03-25 17:23:31 +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
|
59f0edc074
|
Merge remote-tracking branch 'origin/netcore/dev' into netcore/feature/booting-netcore-db
# Conflicts:
# src/Umbraco.Tests.Integration/RuntimeTests.cs
# src/Umbraco.Web.BackOffice/AspNetCore/UmbracoBackOfficeServiceCollectionExtensions.cs
|
2020-03-24 14:47:10 +11:00 |
|
Shannon
|
2bbdb699f2
|
reduces code duplication
|
2020-03-24 11:59:42 +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
|
679b88a2fb
|
more asserts
|
2020-03-23 17:35:04 +11:00 |
|
Shannon
|
5761381bc3
|
adds notes
|
2020-03-23 17:25:45 +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
|
299e9eb209
|
fixing tests and merges
|
2020-03-23 16:39:27 +11:00 |
|
Shannon
|
cb749242ff
|
name change
|
2020-03-13 19:12:52 +11:00 |
|
Shannon
|
44fd18d787
|
Gets AddUmbracoBackOffice working
|
2020-03-13 19:10:21 +11:00 |
|
Shannon
|
9ded4c7ddb
|
Wires up DI for cross wiring correctly ensuring that it occurs at the very end of ConfigureServices, updates tests accordingly, fixes a few other things.
|
2020-03-13 18:44:58 +11:00 |
|
Shannon
|
c9913f45a0
|
Moves LightInjectValidation to common and validates the container as part of new tests
|
2020-03-13 15:59:04 +11:00 |
|
Shannon
|
41163c3c78
|
Gets CoreRuntime loading/booting in integration project
|
2020-03-13 14:43:41 +11:00 |
|