Mole
|
ff2528bb06
|
Migrate MacroServiceTests
|
2020-10-05 11:51:07 +02:00 |
|
Mole
|
b181fa0e01
|
Migrate EntityServiceTests
|
2020-10-05 09:38:30 +02:00 |
|
Mole
|
8404ae63c0
|
Change HasSchema to CanAttachSchema in LocalDbTestDatabase
It's more indicative of what it's actually checking for.
|
2020-10-05 08:13:52 +02:00 |
|
Mole
|
7ad3cfc403
|
Migrate KeyValueServiceTests
|
2020-10-02 14:52:48 +02:00 |
|
Mole
|
07d943e37a
|
Migrate FileServiceTests
|
2020-10-02 14:46:14 +02:00 |
|
Mole
|
ca2ec63dd6
|
Re-configure current factory in NewSchemaPerFixture like in NewSchemaPerTest
|
2020-10-02 14:35:24 +02:00 |
|
Mole
|
e4dd5abd3e
|
Fix NewSchemaPerFixture
I don't know if this is a hacky fix, someone might have to take a look at it
|
2020-10-02 14:16:36 +02:00 |
|
Mole
|
8c5e348437
|
Move CachedDataTypeServiceTests
|
2020-10-02 14:15:46 +02:00 |
|
Mole
|
89d2668b8f
|
Move ConsentServiceTests & CreatedPackagesRepositoryTests
I need to figure out why hostBuilder.StartAsync(); hangs
|
2020-10-02 12:00:13 +02:00 |
|
Mole
|
6dc52b9461
|
Migrate DataTypeServiceTests
|
2020-10-01 15:10:42 +02:00 |
|
Bjarke Berg
|
aa3049fded
|
Migrated more tests + Aligned IHostingEnvironment.ToAbsolute implementation with expectations from old tests
|
2020-09-30 14:54:53 +02:00 |
|
Bjarke Berg
|
d74e18a15d
|
Migrated SectionServiceTests to integration tests
Signed-off-by: Bjarke Berg <mail@bergmania.dk>
|
2020-09-29 08:14:27 +02:00 |
|
Bjarke Berg
|
0d731e7a40
|
Merge remote-tracking branch 'origin/netcore/dev' into netcore/netcore
Signed-off-by: Bjarke Berg <mail@bergmania.dk>
# Conflicts:
# build/build-bootstrap.ps1
# src/Umbraco.Infrastructure/Compose/NotificationsComponent.cs
# src/Umbraco.Infrastructure/Compose/PublicAccessComponent.cs
# src/Umbraco.Infrastructure/Search/ExamineComponent.cs
# src/Umbraco.ModelsBuilder.Embedded/Compose/ModelsBuilderComponent.cs
# src/Umbraco.Tests/Persistence/Repositories/UserRepositoryTest.cs
# src/Umbraco.Web/Compose/BackOfficeUserAuditEventsComponent.cs
# src/Umbraco.Web/Logging/WebProfilerComponent.cs
|
2020-09-23 13:28:36 +02:00 |
|
Mole
|
3d52949938
|
Merge pull request #8944 from umbraco/netcore/bugfix/8856-user_culture_not_used_everywhere
Netcore: Bugfix for user culture not used everywhere
|
2020-09-23 09:58:30 +02:00 |
|
Mole
|
75608919cd
|
Merge pull request #8925 from umbraco/netcore/feature/use-serilog-to-log-all-messages
Netcore: Use serilog to log all messages and use appsettings as config
|
2020-09-23 09:37:43 +02:00 |
|
Bjarke Berg
|
25c7418d66
|
Merge remote-tracking branch 'origin/netcore/netcore' into feature/8651-config-options-validation
# Conflicts:
# src/Umbraco.Tests.UnitTests/Umbraco.Core/PropertyEditors/PropertyEditorValueEditorTests.cs
# src/Umbraco.Tests.UnitTests/Umbraco.Core/ShortStringHelper/CmsHelperCasingTests.cs
# src/Umbraco.Tests.UnitTests/Umbraco.Core/ShortStringHelper/DefaultShortStringHelperTestsWithoutSetup.cs
# src/Umbraco.Tests.UnitTests/Umbraco.Web.Website/Controllers/SurfaceControllerTests.cs
# src/Umbraco.Tests/Models/MediaXmlTest.cs
# src/Umbraco.Tests/PublishedContent/NuCacheChildrenTests.cs
# src/Umbraco.Tests/PublishedContent/NuCacheTests.cs
# src/Umbraco.Tests/TestHelpers/TestWithDatabaseBase.cs
# src/Umbraco.Web.Common/Extensions/UmbracoCoreServiceCollectionExtensions.cs
# src/Umbraco.Web.UI.NetCore/appsettings.json
|
2020-09-22 20:25:28 +02:00 |
|
Bjarke Berg
|
4880b16512
|
Fix tests
Signed-off-by: Bjarke Berg <mail@bergmania.dk>
|
2020-09-22 19:59:01 +02:00 |
|
Bjarke Berg
|
0c908a7bbb
|
Introduced interface on BackOfficeUserManager (#8913)
* Introduced IBackOfficeUserManager
* Fixed test
* Moved class into own file
Co-authored-by: Elitsa Marinovska <elm@umbraco.dk>
|
2020-09-22 14:44:41 +02:00 |
|
Bjarke Berg
|
69668abc18
|
Merge remote-tracking branch 'origin/netcore/netcore' into netcore/feature/AB8239-nuget-updates
|
2020-09-22 13:32:21 +02:00 |
|
Bjarke Berg
|
96facc4d35
|
Netcore: Introduce BackofficeSecurityAccessor (#8871)
* Introduced IWebSecurityAccessor
Signed-off-by: Bjarke Berg <mail@bergmania.dk>
* Fixed tests
Signed-off-by: Bjarke Berg <mail@bergmania.dk>
* Renamed WebSecurity to BackofficeSecurity and all related names
* Fixes typos
Co-authored-by: Elitsa Marinovska <elm@umbraco.dk>
|
2020-09-22 10:01:00 +02:00 |
|
Andy Butland
|
1bd22d72c2
|
Removed configuration model builders.
|
2020-09-21 21:06:24 +02:00 |
|
berg
|
f6f0687bf8
|
fix in syntax after merge
Signed-off-by: berg <mail@bergmania.dk>
|
2020-09-18 09:11:16 +02:00 |
|
berg
|
f11391961f
|
Merge remote-tracking branch 'origin/netcore/netcore' into netcore/feature/use-serilog-to-log-all-messages
# Conflicts:
# src/Umbraco.Tests.Integration/TestServerTest/UmbracoBuilderExtensions.cs
# src/Umbraco.Web.Common/Extensions/UmbracoCoreServiceCollectionExtensions.cs
# src/Umbraco.Web/UmbracoApplicationBase.cs
|
2020-09-18 08:31:09 +02:00 |
|
Bjarke Berg
|
81f670f10a
|
Merge remote-tracking branch 'origin/netcore/netcore' into netcore/feature/AB8239-nuget-updates
|
2020-09-18 08:24:29 +02:00 |
|
Elitsa Marinovska
|
0f9595a5b1
|
Updates nuget packages versions to latest
|
2020-09-17 17:58:11 +02:00 |
|
Bjarke Berg
|
7d3bc9be1c
|
Moved serilog config to appsettings and configured it to also catch MS logging messages.
Added Console log for Development
|
2020-09-17 09:01:10 +02:00 |
|
Bjarke Berg
|
b7a48686f0
|
Updates based on review feedback
|
2020-09-15 13:18:01 +02:00 |
|
Bjarke Berg
|
b4353585c3
|
Simplifyed the ConnectionStrings config
|
2020-09-15 09:11:36 +02:00 |
|
Bjarke Berg
|
acb46119be
|
More clean up of old configs
|
2020-09-14 12:57:47 +02:00 |
|
Bjarke Berg
|
1b4b17cbae
|
More clean up of old configs
|
2020-09-14 11:56:22 +02:00 |
|
Bjarke Berg
|
e6ad34da1d
|
More clean up of old configs
|
2020-09-14 09:13:53 +02:00 |
|
Bjarke Berg
|
2eee6d7386
|
Removed some of the old legacy configs
Signed-off-by: Bjarke Berg <mail@bergmania.dk>
|
2020-09-11 21:13:18 +02:00 |
|
Bjarke Berg
|
dc643ab6a6
|
Merge remote-tracking branch 'origin/netcore/netcore' into feature/8651-config-options-patten
# Conflicts:
# src/Umbraco.Core/Configuration/ModelsBuilderConfigExtensions.cs
# src/Umbraco.ModelsBuilder.Embedded/BackOffice/ContentTypeModelValidatorBase.cs
# src/Umbraco.ModelsBuilder.Embedded/BackOffice/ModelsBuilderDashboardController.cs
# src/Umbraco.ModelsBuilder.Embedded/Building/ModelsGenerator.cs
# src/Umbraco.ModelsBuilder.Embedded/Compose/ModelsBuilderComposer.cs
# src/Umbraco.ModelsBuilder.Embedded/ModelsGenerationError.cs
# src/Umbraco.ModelsBuilder.Embedded/OutOfDateModelsStatus.cs
# src/Umbraco.ModelsBuilder.Embedded/PureLiveModelFactory.cs
# src/Umbraco.Web.BackOffice/Controllers/RedirectUrlManagementController.cs
|
2020-09-10 14:01:38 +02:00 |
|
Nikolaj
|
6cd8617202
|
Fix tests
|
2020-09-08 15:17:57 +02:00 |
|
Bjarke Berg
|
e079bd5a50
|
Cleanup usages of Configs
|
2020-09-08 13:03:43 +02:00 |
|
Bjarke Berg
|
3efee8284a
|
Post merge fixes
|
2020-09-07 15:28:58 +02:00 |
|
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 |
|
Shannon
|
855a58a3cc
|
fix tests
|
2020-09-04 01:40:46 +10:00 |
|
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 |
|
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
|
a5772f10e1
|
comments
|
2020-09-02 18:21:51 +10:00 |
|
Shannon
|
b5d2adaf25
|
remove explicit
|
2020-09-02 18:20:30 +10:00 |
|
Shannon
|
27586d9f19
|
removes proj ref that wasn't needed
|
2020-09-02 18:19:27 +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 |
|
Andy Butland
|
f1bda37a64
|
Updates following PR review.
|
2020-09-01 18:10:12 +02:00 |
|
Bjarke Berg
|
edd457c24b
|
Force Examine to run in sync for integration tests
|
2020-08-31 11:31:56 +02:00 |
|
Andy Butland
|
1d124ea0ac
|
Merge branch 'netcore/netcore' into feature/8651-config-options-patten
# Conflicts:
# src/Umbraco.Tests.Integration/Persistence/Repositories/DictionaryRepositoryTest.cs
# src/Umbraco.Tests.Integration/Persistence/Repositories/LanguageRepositoryTest.cs
# src/Umbraco.Tests.Integration/Persistence/Repositories/TemplateRepositoryTest.cs
# src/Umbraco.Tests/Persistence/Repositories/UserRepositoryTest.cs
# src/Umbraco.Tests/Services/ContentServiceTests.cs
# src/Umbraco.Tests/Services/UserServiceTests.cs
|
2020-08-27 18:58:12 +02:00 |
|
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 |
|