- You have not created the subscription. Therefore you cannot change the planInfo.plan.
+ You have not created the subscription. Therefore you cannot change the plan.
@@ -85,4 +85,4 @@
-
\ No newline at end of file
+
diff --git a/src/Squidex/appsettings.json b/src/Squidex/appsettings.json
index 825264806..6a588f94d 100644
--- a/src/Squidex/appsettings.json
+++ b/src/Squidex/appsettings.json
@@ -168,11 +168,7 @@
* Prefix for all streams and projections (for multiple installations).
*/
"prefix": "squidex"
- },
- /*
- * Consume the events on this server (Ensure that it is only enabled on a single node).
- */
- "consume": true
+ }
},
"eventPublishers": {
@@ -245,4 +241,4 @@
*/
"privacyUrl": "https://squidex.io/privacy"
}
-}
\ No newline at end of file
+}
diff --git a/tests/Squidex.Domain.Apps.Core.Tests/Squidex.Domain.Apps.Core.Tests.csproj b/tests/Squidex.Domain.Apps.Core.Tests/Squidex.Domain.Apps.Core.Tests.csproj
index 005b89848..e0144c1a4 100644
--- a/tests/Squidex.Domain.Apps.Core.Tests/Squidex.Domain.Apps.Core.Tests.csproj
+++ b/tests/Squidex.Domain.Apps.Core.Tests/Squidex.Domain.Apps.Core.Tests.csproj
@@ -10,14 +10,17 @@
-
+
-
+
-
-
+
+
+ all
+ runtime; build; native; contentfiles; analyzers
+
..\..\Squidex.ruleset
diff --git a/tests/Squidex.Domain.Apps.Entities.Tests/Contents/OData/ODataQueryTests.cs b/tests/Squidex.Domain.Apps.Entities.Tests/Contents/OData/ODataQueryTests.cs
index 8c7b9ae61..96aa25515 100644
--- a/tests/Squidex.Domain.Apps.Entities.Tests/Contents/OData/ODataQueryTests.cs
+++ b/tests/Squidex.Domain.Apps.Entities.Tests/Contents/OData/ODataQueryTests.cs
@@ -95,6 +95,15 @@ namespace Squidex.Domain.Apps.Entities.Contents.OData
Assert.Equal(o, i);
}
+ [Fact]
+ public void Should_make_query_with_created_and_date()
+ {
+ var i = F("$filter=created eq 1988-01-19");
+ var o = C("{ 'ct' : ISODate('1988-01-19T00:00:00Z') }");
+
+ Assert.Equal(o, i);
+ }
+
[Fact]
public void Should_make_query_with_createdBy()
{
@@ -216,7 +225,7 @@ namespace Squidex.Domain.Apps.Entities.Contents.OData
public void Should_make_query_with_datetime_equals()
{
var i = F("$filter=data/birthday/iv eq 1988-01-19T12:00:00Z");
- var o = C("{ 'do.5.iv' : ISODate('1988-01-19T12:00:00Z') }");
+ var o = C("{ 'do.5.iv' : '1988-01-19T12:00:00Z' }");
Assert.Equal(o, i);
}
@@ -430,7 +439,7 @@ namespace Squidex.Domain.Apps.Entities.Contents.OData
var parser = edmModel.ParseQuery(value);
var query =
- parser.BuildFilter(FindExtensions.CreatePropertyCalculator(schemaDef, false))
+ parser.BuildFilter(FindExtensions.CreatePropertyCalculator(schemaDef, false), FindExtensions.ValueConverter)
.Filter.Render(Serializer, Registry).ToString();
return query;
diff --git a/tests/Squidex.Domain.Apps.Entities.Tests/Squidex.Domain.Apps.Entities.Tests.csproj b/tests/Squidex.Domain.Apps.Entities.Tests/Squidex.Domain.Apps.Entities.Tests.csproj
index a936764da..45f9a5357 100644
--- a/tests/Squidex.Domain.Apps.Entities.Tests/Squidex.Domain.Apps.Entities.Tests.csproj
+++ b/tests/Squidex.Domain.Apps.Entities.Tests/Squidex.Domain.Apps.Entities.Tests.csproj
@@ -19,16 +19,19 @@
-
+
-
-
+
+
-
-
+
+
+ all
+ runtime; build; native; contentfiles; analyzers
+
..\..\Squidex.ruleset
diff --git a/tests/Squidex.Domain.Users.Tests/Squidex.Domain.Users.Tests.csproj b/tests/Squidex.Domain.Users.Tests/Squidex.Domain.Users.Tests.csproj
index 2a1d35175..7f5c5bb06 100644
--- a/tests/Squidex.Domain.Users.Tests/Squidex.Domain.Users.Tests.csproj
+++ b/tests/Squidex.Domain.Users.Tests/Squidex.Domain.Users.Tests.csproj
@@ -11,14 +11,17 @@
-
+
-
+
-
-
+
+
+ all
+ runtime; build; native; contentfiles; analyzers
+
..\..\Squidex.ruleset
diff --git a/tests/Squidex.Infrastructure.Tests/Squidex.Infrastructure.Tests.csproj b/tests/Squidex.Infrastructure.Tests/Squidex.Infrastructure.Tests.csproj
index 39f6455df..a8236f785 100644
--- a/tests/Squidex.Infrastructure.Tests/Squidex.Infrastructure.Tests.csproj
+++ b/tests/Squidex.Infrastructure.Tests/Squidex.Infrastructure.Tests.csproj
@@ -11,17 +11,20 @@
-
+
-
+
-
-
+
+
+ all
+ runtime; build; native; contentfiles; analyzers
+
..\..\Squidex.ruleset
diff --git a/tests/Squidex.Tests/Squidex.Tests.csproj b/tests/Squidex.Tests/Squidex.Tests.csproj
index 1293bb584..0a1243e99 100644
--- a/tests/Squidex.Tests/Squidex.Tests.csproj
+++ b/tests/Squidex.Tests/Squidex.Tests.csproj
@@ -10,15 +10,18 @@
-
+
-
-
+
+
-
-
+
+
+ all
+ runtime; build; native; contentfiles; analyzers
+
..\..\Squidex.ruleset