Bjarke Berg
10fd0bd013
Post merge stuff
2019-10-30 15:28:15 +01:00
Bjarke Berg
eade92e803
Merge remote-tracking branch 'origin/v8/dev' into vx/feature/unicore
...
# Conflicts:
# src/Umbraco.Core/ObjectExtensions.cs
# src/Umbraco.Core/Persistence/Repositories/Implement/ContentTypeRepositoryBase.cs
# src/Umbraco.Core/StringExtensions.cs
# src/Umbraco.Web.UI.Client/package-lock.json
2019-10-30 13:35:48 +01:00
Bjarke Berg
9d91402aca
V8: Follow guidelines from .editorconfig ( #6849 )
...
* Removed unused variable
* Align usage of C# type keywords vs Universal type names. Now we use C# keywords all over.
2019-10-25 14:16:50 +01:00
Søren Kottal
131273bb5c
V8 style preview badge ( #6585 )
...
* V8 style preview badge
* updates the preview badges in other places
* Removes umbraco logo
* changes the "click to end" icon
* Set flex-shrink to 0 on the badge end element
* adds width:1em to the svg
2019-10-25 11:37:58 +02:00
Shannon Deminick
5121df5b2e
Merge pull request #6764 from Adolfi/v8/dev-umbracoapicontroller-testable
...
UmbracoApiController Testable
2019-10-25 10:01:16 +11:00
Shannon Deminick
dc54924b52
Merge pull request #6730 from lars-erik/pr/fix-our-tests
...
Pr/fix our tests
2019-10-24 13:45:41 +11:00
Dennis Adolfi
faeb3e052a
* Removed unnessasary test.
2019-10-23 07:30:16 +02:00
Lars-Erik Aabech
d9c1853543
Totally helpful exception message for test classes that can't be resolved
2019-10-21 23:07:36 +02:00
Lars-Erik Aabech
7bd8dee6a2
Changed TestOptionAttributeBase type resolving to use Assemby instead of String
2019-10-21 23:01:23 +02:00
Bjarke Berg
c072015288
Merge remote-tracking branch 'origin/v8/dev' into v8/feature/AB2913-DataTypeTracking
...
# Conflicts:
# src/Umbraco.Web.UI/Umbraco/config/lang/en.xml
2019-10-21 09:40:21 +02:00
Bjarke Berg
9ffb3bed57
Merge pull request #6688 from umbraco/v8/bugfix/AB3172-long-running-ops
...
Long running operations causes SQL timeout
2019-10-21 07:56:53 +02:00
Shannon Deminick
16abdcac46
Merge pull request #6208 from PerplexDaniel/6174-saving-content-type-segment-variation
...
Support for Segments in ContentTypeRepositoryBase
2019-10-21 16:54:56 +11:00
Bjarke Berg
debe4b381c
Fixed tests
2019-10-21 07:26:39 +02:00
Bjarke Berg
538a8cf41b
Change to case when, just to support if someone change values to something invalid directly in the database, and fixed tes
2019-10-21 07:23:11 +02:00
Dennis Adolfi
8d70d53ed6
* Added test for mocking UmbracoApiController dependencies with injected UmbracoMapper
...
* Added test for mocking UmbracoApiController dependencies with ServiceLocator resolved UmbracoMapper for backward compability.
2019-10-18 14:27:55 +02:00
Claus
1d39a25240
Merge pull request #6734 from umbraco/v8/bugfix/6698-nucache-panic
...
Fixes nucache #6698
2019-10-18 10:36:19 +02:00
Shannon
b95404f585
Adds simpler test to validate RefreshNode
2019-10-17 18:51:15 +11:00
Bjarke Berg
9d7aacbfc0
Merge remote-tracking branch 'origin/v8/dev' into v8/bugfix/AB3172-long-running-ops
2019-10-17 09:44:51 +02:00
Shannon
439bacff07
Fixes issue - when calling Set, we were not setting all node graph elements.
2019-10-17 18:41:05 +11:00
Shannon
f384b31e98
Gets a test to confirm the issue, now to fix
2019-10-17 15:47:15 +11:00
Shannon
5ca32ba1e9
starts writing tests
2019-10-16 17:29:45 +11:00
Shannon
4e51a2d184
Fixes tests - Nucache tests were not disposing the snapshot service so was binding to all events!! renames the test snapshot service to avoid confusion
2019-10-16 15:49:19 +11:00
Shannon
9be7f536d3
Merge branch 'v8/dev' into v8/bugfix/AB3057-change-lang-culture
2019-10-16 14:49:46 +11:00
Shannon
0c5b832627
fixing tests
2019-10-16 14:21:03 +11:00
Shannon
c832e2a3f5
Merge branch 'v8/dev' into v8/bugfix/AB3057-change-lang-culture
2019-10-16 12:39:17 +11:00
Shannon
72cae37a28
fixes test
2019-10-16 12:38:42 +11:00
Shannon
64279c1b6d
Merge remote-tracking branch 'origin/v8/dev' into v8/bugfix/AB3057-change-lang-culture
2019-10-16 12:29:22 +11:00
Lars-Erik Aabech
c56f6c161e
Don't throw when type not found by TestOptionAttribute
2019-10-15 23:57:54 +02:00
Lars-Erik Aabech
1b8f9e91df
TestOptionAttibute seam to discover testassemblies
2019-10-15 23:29:13 +02:00
Daniël Knippers
4495a4ab5a
Updated various test cases to include the Segment flag.
...
The original test method has been changed to a method with parameters for the
ContentVariation "from" and "to" options and [TestCase] attributes are applied
to run the different combinations.
2019-10-15 11:50:16 +02:00
Daniël Knippers
4a42b2fb43
Merge branch 'v8/dev' into 6174-saving-content-type-segment-variation
2019-10-15 11:07:22 +02:00
Shannon
d0435f6625
Moves read/write locking and isolation level to the responsibility of the sql provider based on the db type
2019-10-15 00:04:41 +11:00
pirvandr
174a1d731d
# fix issue 6467: removed all the MacroContainer related files… ( #6518 )
2019-10-14 14:03:51 +02:00
Shannon
2675516b96
Adds logic to ensure you can't change to a culture that is already assigned + test
2019-10-10 20:45:16 +11:00
Bjarke Berg
2b8805b69d
Merge branch 'v8/dev' into vx/feature/unicore
...
# Conflicts:
# src/Umbraco.Web.UI.Client/package-lock.json
2019-10-09 11:09:10 +02:00
Paul Seal
6f5665f6a5
- updated this in 3 more places
2019-10-09 10:41:48 +02:00
Paul Seal
4e6bbcf6c2
- updated usage of EmptyRecycleBin to pass in the user id as instructed in warning messages
2019-10-09 10:41:48 +02:00
Shannon
ac300179e6
Adds new endpoint to DataTypeController to return the correct data and wires that up to angular
2019-10-09 15:19:03 +11:00
Shannon
bcc76b2072
Implements DataTypeService.FindUsages
2019-10-08 23:09:45 +11:00
Daniël Knippers
4a3b3c4151
Property type correction test
2019-10-04 14:29:01 +02:00
Daniël Knippers
2e79a515c9
Updated tests
2019-10-04 14:29:01 +02:00
Daniël Knippers
8892afe219
Merge branch 'upstream-v8-dev' into 6174-saving-content-type-segment-variation
2019-10-03 16:49:01 +02:00
Daniël Knippers
d76ff8b999
Updated a couple unit tests for segments
2019-10-03 16:40:44 +02:00
Shannon
d97101a14b
Updates tests to rename assertion method parameters including code comments
2019-10-01 09:37:43 +02:00
Shannon
af8c3459e3
Moves Assert4A/B methods to methods and renames some parameters ... need to figure out what the rest mean
2019-09-30 15:59:45 +02:00
Shannon
f992da41f7
Merge branch '6179+6180-read-write-segmented-property-values' of https://github.com/PerplexDaniel/Umbraco-CMS into PerplexDaniel-6179+6180-read-write-segmented-property-values
2019-09-30 15:04:06 +02:00
Shannon
35a7283952
Fixes #2997 - ContentService returns outdated result
2019-09-27 10:59:29 +02:00
Bjarke Berg
d1dc2541c7
Merge pull request #6422 from umbraco/v8/bugfix/6419-panic-no-children
...
Fixes #6419 regression issue in nucache causing a panic exception
2019-09-26 08:44:45 +02:00
Shannon
f6f8e3cbd5
Merge branch 'temp-5362' of https://github.com/dave0504/Umbraco-CMS into v8/dev
...
# Conflicts:
# src/Umbraco.Core/Services/Implement/ContentService.cs
2019-09-25 15:54:07 +02:00
Shannon
1caf7f4587
Fixes regression issue in nucache causing a panic exception
2019-09-25 13:51:19 +02:00