Bjarke Berg
|
56b94b53b1
|
Merge remote-tracking branch 'origin/v8/dev' into netcore/dev
# Conflicts:
# src/Umbraco.Core/Services/UserServiceExtensions.cs
# src/Umbraco.Infrastructure/Examine/ContentValueSetBuilder.cs
# src/Umbraco.Infrastructure/Runtime/SqlMainDomLock.cs
# src/Umbraco.Infrastructure/Search/ExamineComposer.cs
# src/Umbraco.PublishedCache.NuCache/DataSource/DatabaseDataSource.cs
# src/Umbraco.Tests/UmbracoExamine/IndexInitializer.cs
|
2020-04-24 08:34:48 +02:00 |
|
Morten Christensen
|
9b21cf9332
|
Merge pull request #7994 from umbraco/v8/bugfix/5151-scope-issue-indexing
Fixing Nasty Exception with Scope/Provider #5151 - when indexing data
|
2020-04-23 08:52:00 +02:00 |
|
Bjarke Berg
|
27f7d5efae
|
5151 - Added GetProfilesById extension
|
2020-04-23 08:38:29 +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
|
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 |
|
Shannon
|
ee37d3aa7a
|
Fixes up usage of AppDomain.CurrentDomain.BaseDirectory in log viewer which cannot work in netcore since this is inconsistent with net framework, adds notes, starts configuring serilog with UseUmbraco
|
2020-04-21 13:07:20 +10:00 |
|
Shannon
|
008df6018c
|
Fixes: SqlMainDomLock when configured via appSettings cannot be used unless umbraco is installed #7967
|
2020-04-21 00:02:59 +10:00 |
|
Bjarke Berg
|
c0ec1bf6ca
|
Introduced GenericDictionaryRequestAppCache, to use the HttpContext.Items from .NET Core
|
2020-04-20 13:21:09 +02:00 |
|
Bjarke Berg
|
c3136943e3
|
Merge pull request #7970 from umbraco/v8/bugfix/nucache-db-paging
In Nucache when we are loading in all data that we page over the data as to not cause an SQL timeout
|
2020-04-20 11:10:14 +02:00 |
|
Bjarke Berg
|
bf1784f9d1
|
Merge remote-tracking branch 'origin/v8/dev' into netcore/dev
# Conflicts:
# src/Umbraco.Core/ContentExtensions.cs
# src/Umbraco.Infrastructure/Persistence/Repositories/Implement/DocumentRepository.cs
|
2020-04-17 11:43:04 +02:00 |
|
Shannon
|
d1524cdafe
|
Merge branch 'v8/dev' into v8/bugfix/7868-nucache-null-parent
# Conflicts:
# src/Umbraco.Web/PublishedCache/NuCache/ContentStore.cs
|
2020-04-17 15:04:10 +10:00 |
|
Shannon
|
5d8bfcea97
|
Ensure when we are loading in ALL data that we page over the data as to not cause an SQL timeout
|
2020-04-17 12:46:36 +10:00 |
|
Bjarke Berg
|
3406bdb40b
|
Merge remote-tracking branch 'origin/v8/dev' into netcore/dev
# Conflicts:
# NuGet.Config
# src/Umbraco.Core/Models/RelationType.cs
# src/Umbraco.Infrastructure/PropertyEditors/MediaPickerPropertyEditor.cs
|
2020-04-16 19:00:51 +02:00 |
|
Bjarke Berg
|
d2f361e816
|
Merge remote-tracking branch 'origin/v8/8.6' into v8/dev
# Conflicts:
# src/SolutionInfo.cs
# src/Umbraco.Tests/PublishedContent/NuCacheChildrenTests.cs
|
2020-04-16 18:54:45 +02:00 |
|
Sebastiaan Janssen
|
271669581a
|
Merge pull request #7847 from umbraco/v8/bugfix/7773-memory-leak
Fixes Memory Leak in GetCacheItem cache dependency #7773
(cherry picked from commit b8abc04417)
|
2020-04-16 15:21:54 +02:00 |
|
Shannon
|
eabc9583f0
|
adds more named params
|
2020-04-16 22:39:32 +10:00 |
|
Shannon
|
153daa9fc5
|
fixes nameof
|
2020-04-16 22:35:53 +10:00 |
|
Shannon
|
6a5366469e
|
fixes null checks in ctor
|
2020-04-16 22:34:15 +10:00 |
|
Shannon
|
d2c05bf681
|
Fixes issue with RelationTypeFactory swapping the parent/child
|
2020-04-16 22:27:05 +10:00 |
|
Shannon
|
6cd7e5d055
|
removes the extra unneeded variable
|
2020-04-16 22:04:27 +10:00 |
|
Shannon
|
d9bf7dfa96
|
changes back isBidrectional spelling in case someone is using it with a named parameter binding :/
|
2020-04-16 18:53:45 +10:00 |
|
Shannon
|
53824cac25
|
fix isBidirectional spelling
|
2020-04-16 18:46:00 +10:00 |
|
Shannon
|
feeff07d5c
|
Cherry pick - Possible fix for issue #7870
|
2020-04-16 18:39:02 +10:00 |
|
Shannon
|
b72abd50a0
|
fixes relation type ctor
|
2020-04-16 17:47:43 +10:00 |
|
Sebastiaan Janssen
|
0d7b0b9674
|
Add back ctor to revert a breaking change
|
2020-04-15 21:11:14 +02:00 |
|
Sebastiaan Janssen
|
055f18d639
|
Add back ctor to revert a breaking change
|
2020-04-15 09:52:07 +02:00 |
|
Shannon
|
61c39eea64
|
Nicer sql template constants
|
2020-04-15 12:49:38 +10:00 |
|
Bjarke Berg
|
d0135eae2b
|
Merge remote-tracking branch 'origin/netcore/dev' into netcore/feature/ab5819-initialize-composers
|
2020-04-14 07:29:59 +02:00 |
|
Bjarke Berg
|
8aaff38a6d
|
Merge pull request #7895 from AndyButland/feature/netcore-model-unit-tests
Netcore: Further model unit test migrations into new project and builder pattern
|
2020-04-10 16:28:19 +02:00 |
|
Shannon
|
d56867757c
|
Merge branch 'netcore/dev' into netcore/feature/ab5819-initialize-composers
|
2020-04-08 15:59:00 +10:00 |
|
Shannon
|
f19e18e160
|
Removes new namespaces: Umbraco.Core.Cookie, Umbraco.Core.Session, Umbraco.Core.Request, these are web things and should be part of one namespace
|
2020-04-08 15:56:19 +10:00 |
|
Shannon
|
64e7a29795
|
Ensures caches are refreshed after data errors are fixed
|
2020-04-08 15:03:21 +10:00 |
|
Shannon
|
36c9cd47a1
|
Adds notes
|
2020-04-08 11:22:15 +10:00 |
|
Shannon
|
49c6fd2c76
|
data integrity report working
|
2020-04-08 10:38:02 +10:00 |
|
Shannon
|
19f0793cba
|
updates health check
|
2020-04-07 17:38:40 +10:00 |
|
Shannon
|
3ef1883765
|
fix build (non latest c#)
|
2020-04-07 16:53:54 +10:00 |
|
Shannon
|
18d9ad3c73
|
udpates health check and service methods to be flexible for data integrity checks, fixes tests
|
2020-04-07 16:42:21 +10:00 |
|
Shannon
|
ad698f9c19
|
Fixes content service/repository for moving things correctly along with the perf improvements that were done to media.
|
2020-04-07 15:02:08 +10:00 |
|
Shannon
|
727578e51c
|
Fixes media moving and massively improves moving performance
|
2020-04-07 13:29:00 +10:00 |
|
Shannon
|
4b467bf470
|
Creates data integrity health checks
|
2020-04-07 01:02:08 +10:00 |
|
Andy Butland
|
f10971efaa
|
Migrated relation tests into new project and builder pattern.
|
2020-04-04 12:21:41 +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 |
|
Bjarke Berg
|
2c1d94cb11
|
AB#5822 - removed IIOHelper.DirSepChar and uses Path.DirectorySeparatorChar instead
|
2020-04-03 10:09:08 +02:00 |
|
Bjarke Berg
|
eba1b90976
|
AB#5822 - removed wrong xmldoc
|
2020-04-03 10:05:38 +02:00 |
|
Bjarke Berg
|
440ebf6f18
|
AB#5822 - Small changes
|
2020-04-03 10:04:43 +02:00 |
|
Shannon
|
604797d339
|
fixes DisableAttribute implementation when looking for a type
|
2020-04-03 15:54:25 +11:00 |
|
Shannon
|
c48f36f6a2
|
Even more IOHelper reduction, fixes some tests
|
2020-04-03 15:36:57 +11:00 |
|
Shannon
|
60abdd60b5
|
Starts fixing up integration tests
|
2020-04-03 13:16:01 +11:00 |
|
Shannon
|
4349115f0d
|
Fixes up some errors
|
2020-04-03 11:47:38 +11:00 |
|