Bjarke Berg
|
424c3b821e
|
Clean up
|
2020-10-09 09:35:30 +02:00 |
|
Bjarke Berg
|
e69f3d02de
|
Clean up
|
2020-10-09 09:34:44 +02:00 |
|
Bjarke Berg
|
05d8b0aaf8
|
Changed to use a ReadOnlyRelation model
|
2020-10-09 09:32:32 +02:00 |
|
Bjarke Berg
|
731a189fbe
|
Removed uncommented code
|
2020-10-08 14:54:42 +02:00 |
|
Bjarke Berg
|
b7a0b0b457
|
Merge remote-tracking branch 'origin/netcore/netcore' into netcore/feature/migrate/relation-tests
|
2020-10-08 14:53:18 +02:00 |
|
Bjarke Berg
|
c7cdfaa775
|
Update nuget packages
Signed-off-by: Bjarke Berg <mail@bergmania.dk>
|
2020-10-08 14:49:24 +02:00 |
|
Bjarke Berg
|
55db973e82
|
Introduced IRelationRepository.SaveBulk to use internally when performance is important.
Fixed issue in RelationRepository.Save not populating Ids on LocalDB/SqlServer
|
2020-10-08 14:38:02 +02:00 |
|
Bjarke Berg
|
3171cdda70
|
Migrated RelationServiceTests.cs
Signed-off-by: Bjarke Berg <mail@bergmania.dk>
|
2020-10-07 21:01:28 +02:00 |
|
Bjarke Berg
|
e7edbfeaa3
|
Migrated RelationRepositoryTest.cs + Minimized how many relations we create to test the code.
Signed-off-by: Bjarke Berg <mail@bergmania.dk>
|
2020-10-07 20:23:06 +02:00 |
|
Bjarke Berg
|
9feb79eb90
|
Update nuget packages
Signed-off-by: Bjarke Berg <mail@bergmania.dk>
|
2020-10-07 15:12:55 +02:00 |
|
Mole
|
17c68176e0
|
Merge pull request #9100 from umbraco/netcore/task/6964-legacy-password-format
Adds support for the super old password format so we can handle upgrades
|
2020-10-07 11:25:51 +02:00 |
|
Shannon
|
ed582eea58
|
removes test that is testing code that will be deleted
|
2020-10-07 17:07:20 +11:00 |
|
Shannon
|
eaa295095d
|
Gets password roll forward working
|
2020-10-07 16:56:48 +11:00 |
|
Bjarke Berg
|
a3b32db41c
|
Merge pull request #8892 from umbraco/netcore/feature/migrate-logging
Netcore: Migrate to use MS ILogger<T>
|
2020-10-07 06:44:55 +02:00 |
|
Shannon
|
e5c272b5d2
|
Adds support for the super old password format so we can handle upgrades
|
2020-10-07 15:20:43 +11:00 |
|
Bjarke Berg
|
3551d6e65e
|
Clean up and fixed todos
Signed-off-by: Bjarke Berg <mail@bergmania.dk>
|
2020-10-06 21:23:15 +02:00 |
|
Bjarke Berg
|
413b410bfb
|
use mocks in unit test instead of real console logger
Signed-off-by: Bjarke Berg <mail@bergmania.dk>
|
2020-10-06 20:10:54 +02:00 |
|
Bjarke Berg
|
18828951a6
|
Clean up
Signed-off-by: Bjarke Berg <mail@bergmania.dk>
|
2020-10-06 20:04:13 +02:00 |
|
Bjarke Berg
|
baf2aaecab
|
Merge remote-tracking branch 'origin/netcore/netcore' into netcore/feature/migrate-logging
Signed-off-by: Bjarke Berg <mail@bergmania.dk>
# Conflicts:
# src/Umbraco.Infrastructure/Runtime/CoreInitialComposer.cs
# src/Umbraco.Tests.Integration/Packaging/CreatedPackagesRepositoryTests.cs
# src/Umbraco.Tests.Integration/Services/CachedDataTypeServiceTests.cs
# src/Umbraco.Tests.Integration/Services/DataTypeServiceTests.cs
# src/Umbraco.Tests.Integration/Services/MacroServiceTests.cs
# src/Umbraco.Tests.Integration/Testing/UmbracoIntegrationTest.cs
# src/Umbraco.Tests.UnitTests/Umbraco.Core/Services/LocalizedTextServiceTests.cs
|
2020-10-06 18:49:03 +02:00 |
|
Bjarke Berg
|
170aaa47a9
|
Changed the way we setup logging in integration tests, to respect the test option attribute
Signed-off-by: Bjarke Berg <mail@bergmania.dk>
|
2020-10-06 18:43:07 +02:00 |
|
Bjarke Berg
|
f1936869ea
|
Merge pull request #9086 from umbraco/netcore/feature/8518-migrate-tests
NetCore: Migrate tests
|
2020-10-06 18:42:25 +02:00 |
|
Mole
|
9f05ae7792
|
Don't save macro twice
|
2020-10-06 15:22:47 +02:00 |
|
Mole
|
55a9623c84
|
Fix csproj after merge
|
2020-10-06 15:21:27 +02:00 |
|
Mole
|
23aee8bd4e
|
Merge remote-tracking branch 'origin/netcore/netcore' into netcore/feature/8518-migrate-tests
# Conflicts:
# src/Umbraco.Tests.Integration/Services/MacroServiceTests.cs
# src/Umbraco.Tests.Integration/Testing/UmbracoIntegrationTest.cs
|
2020-10-06 15:16:28 +02:00 |
|
Bjarke Berg
|
a97ebc1f86
|
Merge pull request #9085 from AndyButland/feature/7898-services-integration-tests-migration-2
NetCore: Migrate further integration tests
|
2020-10-06 15:06:47 +02:00 |
|
Mole
|
e6fcfb09bd
|
Fix commented out test
|
2020-10-06 14:49:11 +02:00 |
|
Mole
|
b28d45cde5
|
Use same pattern for getting Services in all tests
|
2020-10-06 14:41:10 +02:00 |
|
Mole
|
b233caf9b7
|
Use EntityService instead of var service in EntityServiceTests
It's more descriptive
|
2020-10-06 14:35:51 +02:00 |
|
Mole
|
2d785adfe6
|
Don't get IDataTypeService twice
|
2020-10-06 14:22:16 +02:00 |
|
Bjarke Berg
|
33acc05efd
|
Added errors
Signed-off-by: Bjarke Berg <mail@bergmania.dk>
|
2020-10-06 14:21:41 +02:00 |
|
Mole
|
c7aad452ee
|
Clean
|
2020-10-06 14:16:29 +02:00 |
|
Mole
|
32b43feac4
|
Remove unused imports
|
2020-10-06 13:45:21 +02:00 |
|
Andy Butland
|
8e48f2cc31
|
Further updates from PR comments and additional use of test model builders.
|
2020-10-06 13:24:32 +02:00 |
|
Mole
|
65bd5ea3ef
|
Move AngularIntegrationTests
They all say they belong to Web but their implementations are in Core/Infrastructure/Backoffice, so I assume they belong in the new test suite
|
2020-10-06 13:11:44 +02:00 |
|
Mole
|
da5f9e7520
|
Migrate MacroParserTests
While the namespace is Umbraco.Web.Macros the implementation is in Umbraco.Infrastructure assembly, so I assume it has been migrated.
|
2020-10-06 13:02:29 +02:00 |
|
Andy Butland
|
0e5c013c36
|
Updated from PR review.
|
2020-10-06 12:43:24 +02:00 |
|
Bjarke Berg
|
849e7179f7
|
Clean up
Signed-off-by: Bjarke Berg <mail@bergmania.dk>
|
2020-10-06 12:41:13 +02:00 |
|
Andy Butland
|
11dc3459bc
|
Further update to user service and controller tests to use test builders.
|
2020-10-06 12:02:29 +02:00 |
|
Bjarke Berg
|
a56e3615d1
|
Merge remote-tracking branch 'origin/netcore/feature/migrate-logging' into netcore/feature/migrate-logging
|
2020-10-06 11:41:52 +02:00 |
|
Andy Butland
|
7461a10c78
|
Migrated macro service tests to new integration tests project.
|
2020-10-06 09:54:10 +02:00 |
|
Andy Butland
|
1f83c61043
|
Aligned service integration tests with naming convention for private variables and use of test model builders.
|
2020-10-06 09:23:15 +02:00 |
|
Andy Butland
|
30e49ac548
|
Fix after rebase.
|
2020-10-06 08:28:02 +02:00 |
|
Mole
|
7a8a7104c7
|
Merge remote-tracking branch 'origin/netcore/netcore' into netcore/feature/migrate-logging
# Conflicts:
# src/Umbraco.Tests.UnitTests/Umbraco.Core/Manifest/ManifestParserTests.cs
# src/Umbraco.Tests/IO/ShadowFileSystemTests.cs
|
2020-10-06 08:13:29 +02:00 |
|
Andy Butland
|
6736860f4b
|
Removed duplicate depenency registration.
|
2020-10-05 21:46:53 +02:00 |
|
Andy Butland
|
30b0f142eb
|
Migrated various service tests into the new integration or unit tests projects as appropriate.
|
2020-10-05 21:46:53 +02:00 |
|
Bjarke Berg
|
471903b793
|
Introduced NoopServerMessenger for integration tests
Signed-off-by: Bjarke Berg <mail@bergmania.dk>
|
2020-10-05 16:59:26 +02:00 |
|
Mole
|
696c65222f
|
Fix migration and clear caches
|
2020-10-05 15:04:41 +02:00 |
|
Mole
|
dd2ff6602e
|
Merge remote-tracking branch 'origin/netcore/netcore' into netcore/feature/8518-migrate-tests
|
2020-10-05 13:34:00 +02:00 |
|
Mole
|
c97375d478
|
Migrate ContentServicePublishBranchTests
|
2020-10-05 13:33:39 +02:00 |
|
Bjarke Berg
|
a7c4fa5f2e
|
Merge pull request #9068 from umbraco/netcore/feature/AB8519-umbraco-tests-services-migration
NetCore: Migrating Service tests
|
2020-10-05 12:50:40 +02:00 |
|