Shannon
|
1c83c68862
|
Fixes integration tests localization text
|
2020-09-04 01:30:47 +10:00 |
|
Shannon
|
7c78b5b34f
|
Updates CoreRuntime with better dependencies so we can disable caches, fixes integration test to run multiple callbacks registered for TearDown, ensure we TearDown the runtime.
|
2020-09-04 00:27:43 +10: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 |
|
Bjarke Berg
|
0a2ebcd1f1
|
Use SqlMainDomLock if not windows
|
2020-08-19 09:39:11 +02:00 |
|
Bjarke Berg
|
1123b8bea5
|
Merge remote-tracking branch 'origin/netcore/netcore' into netcore/feature/better-linux-support
# Conflicts:
# src/Umbraco.Web.UI.NetCore/umbraco/config/lang/en.xml
|
2020-08-11 08:33:11 +02:00 |
|
Shannon
|
1239975b07
|
Ensures all back office controllers have the thread culture set, we do this with a new application model targeting all back office controllers.
|
2020-08-06 22:08:27 +10:00 |
|
Bjarke Berg
|
1dac8779c2
|
https://dev.azure.com/umbraco/D-Team%20Tracker/_workitems/edit/7619 - Added request localization from the current user
|
2020-08-04 12:54:54 +02:00 |
|
Bjarke Berg
|
f85204eaa1
|
Fixed lot of small issues for linux
|
2020-07-04 15:07:07 +02:00 |
|
Bjarke Berg
|
7b546e6cee
|
Attempts to fix issue
Signed-off-by: Bjarke Berg <mail@bergmania.dk>
|
2020-06-30 20:11:39 +02:00 |
|
Bjarke Berg
|
e14a81c72d
|
Merge remote-tracking branch 'origin/netcore/dev' into netcore/netcore
|
2020-06-25 11:47:12 +02:00 |
|
Bjarke Berg
|
ba38055ee9
|
Merge branch 'netcore/dev' into bug/use-sql-main-dom-lock-when-linux
|
2020-06-25 11:39:11 +02:00 |
|
Bjarke Berg
|
58c70c3a90
|
Merge remote-tracking branch 'origin/netcore/dev' into netcore/netcore
# Conflicts:
# src/Umbraco.Web.UI.NetCore/Umbraco/config/lang/da.xml
# src/Umbraco.Web.UI.NetCore/Umbraco/config/lang/en_us.xml
|
2020-05-29 13:02:27 +02:00 |
|
Bjarke Berg
|
dca04b3dd7
|
Merge remote-tracking branch 'origin/v8/dev' into netcore/dev
# Conflicts:
# src/Umbraco.Infrastructure/Runtime/SqlMainDomLock.cs
# src/Umbraco.PublishedCache.NuCache/PublishedSnapshotService.cs
# src/Umbraco.Web.UI.Client/src/views/users/user.controller.js
# src/Umbraco.Web/Models/Trees/MenuItemList.cs
# src/Umbraco.Web/Runtime/WebInitialComposer.cs
# src/Umbraco.Web/Trees/RelationTypeTreeController.cs
# src/Umbraco.Web/UmbracoApplication.cs
|
2020-05-29 12:59:42 +02:00 |
|
Mikulas Tomanka
|
df2d1fb4da
|
use sql main dom lock when linux and ignore config setting
|
2020-05-19 09:45:31 +02:00 |
|
Shannon
|
39fed867c1
|
Cleans up some routing, mvc base classes, gets controller specific model binding working, applies our own application model to our controllers
|
2020-05-12 10:21:40 +10:00 |
|
Shannon
|
1cc548a031
|
Adds notes
|
2020-05-08 17:47:21 +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 |
|
Shannon
|
d899e050fe
|
resolves types from the assembly that was loaded, removes unused references, adds notes
|
2020-05-08 16:35:37 +10:00 |
|
Bjarke Berg
|
e4dfdbb504
|
AB#6233 - renamed extensions namespace to Umbraco.Extensions
|
2020-05-07 10:08:23 +02:00 |
|
Bjarke Berg
|
269c75e26b
|
AB¤6233 - Reverted changes to typefinder and implemented check for if SqlCE is available in the install process
|
2020-05-06 20:37:03 +02:00 |
|
Bjarke Berg
|
fa740f36b5
|
fix tests
|
2020-04-29 08:56:42 +02:00 |
|
Bjarke Berg
|
64dfa009f5
|
#6233 - version in config removed
|
2020-04-28 12:31:15 +02:00 |
|
Bjarke Berg
|
bc4713a51c
|
#6233- SqlCE stuff
|
2020-04-28 07:02:14 +02:00 |
|
Bjarke Berg
|
55d9af2b68
|
#6233- Install steps + MacroRenderer
|
2020-04-27 13:00:55 +02:00 |
|
Bjarke Berg
|
3e50333a3b
|
Fix for logviewer issue
|
2020-04-24 11:52:12 +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 |
|
Bjarke Berg
|
30c877c66b
|
Merge pull request #7982 from umbraco/netcore/feature/ab6232-WebRuntime
Introduced GenericDictionaryRequestAppCache and eliminated the WebRuntime
|
2020-04-22 09:11:41 +02:00 |
|
Shannon
|
18b285f088
|
Splits profiler so it doesn't have to take a dependency since we don't want to pre-resolve. Adds enrichers to the container.
|
2020-04-22 15:23:51 +10: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 |
|
Elitsa Marinovska
|
28f5033cb7
|
Renaming a file for constants. Clarifying the proj for other Constants file
|
2020-04-21 10:14:03 +02:00 |
|
Bjarke Berg
|
c0ec1bf6ca
|
Introduced GenericDictionaryRequestAppCache, to use the HttpContext.Items from .NET Core
|
2020-04-20 13:21:09 +02:00 |
|
Bjarke Berg
|
7c87ec3141
|
Merge remote-tracking branch 'origin/netcore/feature/AB5822-smidge-implementation' into netcore/feature/ab5819-initialize-composers
|
2020-04-03 10:12:10 +02: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
|
97cf099f9f
|
AB#5819 - Moved composing of core/infrastructure items into CoreInitialComposer
|
2020-04-01 20:00:27 +02:00 |
|
Bjarke Berg
|
b1d214a13d
|
Merge remote-tracking branch 'origin/netcore/dev' into netcore/feature/AB5822-smidge-implementation
# Conflicts:
# src/Umbraco.Web.Common/Extensions/UmbracoCoreServiceCollectionExtensions.cs
# src/Umbraco.Web.UI.NetCore/Startup.cs
# src/Umbraco.Web.UI/Umbraco/PartialViewMacros/Templates/Gallery.cshtml
|
2020-04-01 15:52:23 +02:00 |
|
Bjarke Berg
|
400fa1ccd4
|
Initialize Current
|
2020-04-01 14:19:41 +02:00 |
|
Bjarke Berg
|
9e38ed045f
|
Aligned builders
|
2020-04-01 08:18:56 +02:00 |
|
Bjarke Berg
|
55426515c0
|
Merge remote-tracking branch 'origin/netcore/dev' into netcore/feature/AB5822-smidge-implementation
# Conflicts:
# src/Umbraco.Infrastructure/Media/ImageProcessorImageUrlGenerator.cs
# src/Umbraco.Infrastructure/Models/ImageProcessorImageUrlGenerator.cs
# src/Umbraco.Infrastructure/Models/ImageSharpImageUrlGenerator.cs
# src/Umbraco.Web.BackOffice/AspNetCore/AspNetCoreComposer.cs
# src/Umbraco.Web.Common/Extensions/UmbracoCoreServiceCollectionExtensions.cs
# src/Umbraco.Web.UI.NetCore/Startup.cs
# src/Umbraco.Web.UI.NetCore/appsettings.json
|
2020-03-31 15:36:25 +02:00 |
|
Bjarke Berg
|
2a2903f932
|
AB#5820 - Review fixes / Clean up
|
2020-03-31 12:22:11 +02:00 |
|