Shannon Deminick
|
99c6ca7c7b
|
Merge pull request #7840 from umbraco/netcore/feature/booting-netcore-db
Netcore - Runtime booting and shutting down (and more)
|
2020-03-26 15:40:18 +11: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 Deminick
|
8b531b7aea
|
Merge pull request #7820 from umbraco/netcore/feature/unit-test-project
NetCore: Introduces a seperate UnitTest project
|
2020-03-26 15:24:19 +11:00 |
|
Shannon
|
a5d728cc51
|
Reduce the usage of BuildServiceProvider
|
2020-03-25 18:21:44 +11:00 |
|
Shannon
|
1a8f422dce
|
another note
|
2020-03-25 17:40:52 +11:00 |
|
Shannon
|
926b0662e7
|
another note
|
2020-03-25 17:39:36 +11:00 |
|
Shannon
|
77ce21b0e3
|
Adds notes/test about pre building the netcore container
|
2020-03-25 17:35:43 +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
|
07966b5225
|
more unused code
|
2020-03-25 17:19:12 +11:00 |
|
Shannon
|
c988004762
|
fixes test
|
2020-03-25 17:18:36 +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
|
900505704c
|
Committing a namespaces change
|
2020-03-25 14:54:45 +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 Deminick
|
bcc8dff862
|
Merge pull request #7811 from umbraco/netcore/feature/booting-netcore
Puts in place the code to 'boot' Umbraco Core in netcore
|
2020-03-24 12:12:24 +11:00 |
|
Shannon
|
2f8a85abe5
|
resolves remaining PR comments
|
2020-03-24 12:11:46 +11:00 |
|
Shannon
|
139cd3935f
|
oops
|
2020-03-24 12:00:48 +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 |
|
Bjarke Berg
|
8986783cbc
|
Parse connection string provider
|
2020-03-23 14:31:21 +01:00 |
|
Bjarke Berg
|
a3930b1b70
|
Merge branch 'netcore/dev' into netcore/feature/unit-test-project
|
2020-03-23 13:56:18 +01:00 |
|
Bjarke Berg
|
919271b2c6
|
Post merge fix
|
2020-03-23 13:03:02 +01:00 |
|
Bjarke Berg
|
73a1058dd1
|
Merge remote-tracking branch 'origin/v8/dev' into netcore/dev
# Conflicts:
# src/Umbraco.Core/Models/Property.cs
|
2020-03-23 12:48:56 +01: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
|
7900179abd
|
oops fix build
|
2020-03-23 17:16:33 +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
|
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 Deminick
|
91ae2d63da
|
Merge pull request #7822 from umbraco/netcore/feature/ab3671-webruntime-netstandard
NetCore: Make WebRuntime netstandard compatible
|
2020-03-23 15:09:02 +11:00 |
|
Bjarke Berg
|
4d7952b068
|
Clean up
|
2020-03-20 07:00:34 +01:00 |
|
Bjarke Berg
|
f3e3ac8969
|
Removed Machine key stuff
|
2020-03-19 19:11:57 +01:00 |
|
Bjarke Berg
|
7c011e5b57
|
Removed UseLegacyEncoding option from config
|
2020-03-19 19:09:33 +01:00 |
|
Bjarke Berg
|
dd012db594
|
Introduced constants for config
|
2020-03-19 19:06:05 +01:00 |
|
Bjarke Berg
|
b93b4f7c4f
|
Changed CharCollection input to not special case :
|
2020-03-19 18:43:39 +01:00 |
|
Sebastiaan Janssen
|
2f10051ee9
|
Merge branch 'v8/dev' into v8/contrib
|
2020-03-19 14:06:12 +01:00 |
|
Sebastiaan Janssen
|
8cd537cc96
|
Merge branch 'v8/8.5.5' into v8/dev
# Conflicts:
# src/SolutionInfo.cs
|
2020-03-19 14:03:38 +01:00 |
|
Bjarke Berg
|
f84798322c
|
AB3671 - Moved WebRuntime into infrastracutre, and removed typefinder reference in AppCaches (Replaced with string input with Type)..
- Move initialized of Current.Factory out of webruntime
|
2020-03-19 08:53:18 +01:00 |
|
Bjarke Berg
|
00418959f2
|
Extracted IConfigManipulator from IConnectionStrings, and implemented a XML (legacy) and JSON version.
|
2020-03-18 19:17:51 +01:00 |
|
Bjarke Berg
|
814ab3e63f
|
Aligned default values for configs
|
2020-03-18 11:29:29 +01:00 |
|
Bjarke Berg
|
2aac7e627f
|
Provider name fix
|
2020-03-18 09:05:31 +01:00 |
|
Bjarke Berg
|
8c8a9764cd
|
Post merge + Added new SmtpSettingsBuilder
|
2020-03-18 07:42:35 +01:00 |
|
Bjarke Berg
|
9bf2d650ec
|
Merge remote-tracking branch 'origin/netcore/dev' into netcore/feature/unit-test-project
|
2020-03-18 07:03:03 +01:00 |
|
Bjarke Berg
|
3e54d96f77
|
Bugfix
|
2020-03-18 06:36:52 +01:00 |
|
Bjarke Berg
|
fb15da61aa
|
build fixes
|
2020-03-17 20:13:16 +01:00 |
|