Commit Graph

17 Commits

Author SHA1 Message Date
nikolajlauridsen
ebd0d95df0 Merge branch 'v9/feature/add-notifcation-for-url-collision' of https://github.com/umbraco/Umbraco-CMS into v9/feature/add-notifcation-for-url-collision 2021-10-15 08:40:41 +02:00
nikolajlauridsen
28c9b9bcca Add constants for ISO codes in ContentControllerTests 2021-10-15 08:36:24 +02:00
Mole
e0cac5e79e Apply suggestions from code review
Co-authored-by: Nikolaj Geisle <70372949+Zeegaan@users.noreply.github.com>
2021-10-15 08:26:23 +02:00
Nikolaj Geisle
563babd555 Removed logging from tests 2021-10-14 16:01:54 +02:00
Nikolaj Geisle
d184f82d63 Added removed language array back 2021-10-14 15:31:10 +02:00
Nikolaj Geisle
885281fc89 Added Assembly attributes 2021-10-14 15:16:49 +02:00
Nikolaj Geisle
6e540de408 Added additional logging 2021-10-14 14:36:58 +02:00
Nikolaj Geisle
76a8d4c474 Added logging in test 2021-10-14 14:07:31 +02:00
Nikolaj Geisle
7379387b2e Added logging 2021-10-14 13:30:22 +02:00
Nikolaj Geisle
e64d1ff4d1 Removed check for message 2021-10-14 11:26:33 +02:00
Nikolaj Geisle
ab0ac0f599 Ensure current thread culture 2021-10-12 14:09:04 +02:00
nikolajlauridsen
597b6f4bd2 Add final integration test 2021-10-08 14:52:22 +02:00
nikolajlauridsen
8112e1a9af Add intergration test 2021-10-08 13:08:32 +02:00
nikolajlauridsen
8e7fb897d1 Use proper notifications instead of event messages 2021-10-08 11:24:10 +02:00
nikolajlauridsen
f0f8874727 Add integration test 2021-10-07 16:34:38 +02:00
Mole
bf41c2eeaa Netcore: Align namespaces (#9801)
* Rename Umbraco.Core namespace to Umbraco.Cms.Core

* Move extension methods in core project to Umbraco.Extensions

* Move extension methods in core project to Umbraco.Extensions

* Rename Umbraco.Examine namespace to Umbraco.Cms.Examine

* Move examine extensions to Umbraco.Extensions namespace

* Reflect changed namespaces in Builder and fix unit tests

* Adjust namespace in Umbraco.ModelsBuilder.Embedded

* Adjust namespace in Umbraco.Persistence.SqlCe

* Adjust namespace in Umbraco.PublishedCache.NuCache

* Align namespaces in Umbraco.Web.BackOffice

* Align namespaces in Umbraco.Web.Common

* Ensure that SqlCeSupport is still enabled after changing the namespace

* Align namespaces in Umbraco.Web.Website

* Align namespaces in Umbraco.Web.UI.NetCore

* Align namespaces in Umbraco.Tests.Common

* Align namespaces in Umbraco.Tests.UnitTests

* Align namespaces in Umbraco.Tests.Integration

* Fix errors caused by changed namespaces

* Fix integration tests

* Undo the Umbraco.Examine.Lucene namespace change

This breaks integration tests on linux, since the namespace wont exists there because it's only used on windows.

* Fix merge

* Fix Merge
2021-02-18 11:06:02 +01:00
Shannon
2f97265bc0 Moves controller integration tests into correct namespace 2021-02-02 14:46:46 +11:00