diff --git a/backend/src/Squidex/Areas/Api/Controllers/Backups/BackupsController.cs b/backend/src/Squidex/Areas/Api/Controllers/Backups/BackupsController.cs index b2fa55e7c..5058f8ad0 100644 --- a/backend/src/Squidex/Areas/Api/Controllers/Backups/BackupsController.cs +++ b/backend/src/Squidex/Areas/Api/Controllers/Backups/BackupsController.cs @@ -15,6 +15,8 @@ using Squidex.Infrastructure.Security; using Squidex.Shared; using Squidex.Web; +#pragma warning disable CS0618 // Type or member is obsolete + namespace Squidex.Areas.Api.Controllers.Backups; /// diff --git a/backend/tests/Squidex.Domain.Apps.Entities.Tests/TestHelpers/VerifySettings.cs b/backend/tests/Squidex.Domain.Apps.Entities.Tests/TestHelpers/VerifySettings.cs index 0255a3408..2ecab077c 100644 --- a/backend/tests/Squidex.Domain.Apps.Entities.Tests/TestHelpers/VerifySettings.cs +++ b/backend/tests/Squidex.Domain.Apps.Entities.Tests/TestHelpers/VerifySettings.cs @@ -8,6 +8,7 @@ using System.Runtime.CompilerServices; using Argon; using NodaTime; +using NodaTime.Text; using Squidex.Infrastructure; using Squidex.Infrastructure.Json.Objects; @@ -142,6 +143,7 @@ public static partial class VerifySettings VerifierSettings.ScrubInlineGuids(); VerifierSettings.IgnoreMembersWithType(); + VerifierSettings.IgnoreInstance(x => x.Type == JsonValueType.String && InstantPattern.ExtendedIso.Parse(x.ToString()).Success); VerifierSettings.IgnoreMember("Secret"); } } diff --git a/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/AppDomainObjectTests.AddLanguage_should_create_events_and_add_language.verified.txt b/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/AppDomainObjectTests.AddLanguage_should_create_events_and_add_language.verified.txt index f9707f257..648e61327 100644 --- a/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/AppDomainObjectTests.AddLanguage_should_create_events_and_add_language.verified.txt +++ b/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/AppDomainObjectTests.AddLanguage_should_create_events_and_add_language.verified.txt @@ -113,8 +113,7 @@ { Headers: { AggregateId: Guid_1, - EventId: Guid_2, - Timestamp: DateTimeOffset_1 + EventId: Guid_2 }, Payload: { Language: de, diff --git a/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/AppDomainObjectTests.AddRole_should_create_events_and_add_role.verified.txt b/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/AppDomainObjectTests.AddRole_should_create_events_and_add_role.verified.txt index 908438a11..fdf47c9e8 100644 --- a/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/AppDomainObjectTests.AddRole_should_create_events_and_add_role.verified.txt +++ b/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/AppDomainObjectTests.AddRole_should_create_events_and_add_role.verified.txt @@ -120,8 +120,7 @@ { Headers: { AggregateId: Guid_1, - EventId: Guid_2, - Timestamp: DateTimeOffset_1 + EventId: Guid_2 }, Payload: { Name: My Role, diff --git a/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/AppDomainObjectTests.AddWorkflow_should_create_events_and_add_workflow.verified.txt b/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/AppDomainObjectTests.AddWorkflow_should_create_events_and_add_workflow.verified.txt index 1611d2604..39270bf75 100644 --- a/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/AppDomainObjectTests.AddWorkflow_should_create_events_and_add_workflow.verified.txt +++ b/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/AppDomainObjectTests.AddWorkflow_should_create_events_and_add_workflow.verified.txt @@ -141,8 +141,7 @@ { Headers: { AggregateId: Guid_1, - EventId: Guid_3, - Timestamp: DateTimeOffset_1 + EventId: Guid_3 }, Payload: { WorkflowId: Guid_2, diff --git a/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/AppDomainObjectTests.ArchiveApp_should_create_events_and_update_deleted_flag.verified.txt b/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/AppDomainObjectTests.ArchiveApp_should_create_events_and_update_deleted_flag.verified.txt index 9a25207e9..057224207 100644 --- a/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/AppDomainObjectTests.ArchiveApp_should_create_events_and_update_deleted_flag.verified.txt +++ b/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/AppDomainObjectTests.ArchiveApp_should_create_events_and_update_deleted_flag.verified.txt @@ -109,8 +109,7 @@ { Headers: { AggregateId: Guid_1, - EventId: Guid_2, - Timestamp: DateTimeOffset_1 + EventId: Guid_2 }, Payload: { AppId: Guid_1,my-app, diff --git a/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/AppDomainObjectTests.AssignContributor_should_create_events_and_add_contributor.verified.txt b/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/AppDomainObjectTests.AssignContributor_should_create_events_and_add_contributor.verified.txt index a24ab6382..a138da5f0 100644 --- a/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/AppDomainObjectTests.AssignContributor_should_create_events_and_add_contributor.verified.txt +++ b/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/AppDomainObjectTests.AssignContributor_should_create_events_and_add_contributor.verified.txt @@ -110,8 +110,7 @@ { Headers: { AggregateId: Guid_1, - EventId: Guid_3, - Timestamp: DateTimeOffset_1 + EventId: Guid_3 }, Payload: { ContributorId: Guid_2, diff --git a/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/AppDomainObjectTests.AssignContributor_should_create_update_events_and_update_contributor.verified.txt b/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/AppDomainObjectTests.AssignContributor_should_create_update_events_and_update_contributor.verified.txt index bff95fe1d..02362e129 100644 --- a/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/AppDomainObjectTests.AssignContributor_should_create_update_events_and_update_contributor.verified.txt +++ b/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/AppDomainObjectTests.AssignContributor_should_create_update_events_and_update_contributor.verified.txt @@ -110,8 +110,7 @@ { Headers: { AggregateId: Guid_1, - EventId: Guid_3, - Timestamp: DateTimeOffset_1 + EventId: Guid_3 }, Payload: { ContributorId: Guid_2, diff --git a/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/AppDomainObjectTests.AttachClient_should_create_events_and_add_client.verified.txt b/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/AppDomainObjectTests.AttachClient_should_create_events_and_add_client.verified.txt index f5d326137..9c777c2cc 100644 --- a/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/AppDomainObjectTests.AttachClient_should_create_events_and_add_client.verified.txt +++ b/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/AppDomainObjectTests.AttachClient_should_create_events_and_add_client.verified.txt @@ -116,8 +116,7 @@ { Headers: { AggregateId: Guid_1, - EventId: Guid_2, - Timestamp: DateTimeOffset_1 + EventId: Guid_2 }, Payload: { Id: client, diff --git a/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/AppDomainObjectTests.ChangePlan_from_callback_should_create_events_and_update_plan.verified.txt b/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/AppDomainObjectTests.ChangePlan_from_callback_should_create_events_and_update_plan.verified.txt index 581aa2baf..194806f4f 100644 --- a/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/AppDomainObjectTests.ChangePlan_from_callback_should_create_events_and_update_plan.verified.txt +++ b/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/AppDomainObjectTests.ChangePlan_from_callback_should_create_events_and_update_plan.verified.txt @@ -113,8 +113,7 @@ { Headers: { AggregateId: Guid_1, - EventId: Guid_2, - Timestamp: DateTimeOffset_1 + EventId: Guid_2 }, Payload: { PlanId: premium, diff --git a/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/AppDomainObjectTests.ChangePlan_from_callback_should_reset_plan_for_free_plan.verified.txt b/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/AppDomainObjectTests.ChangePlan_from_callback_should_reset_plan_for_free_plan.verified.txt index 11e31efaf..0c13668a2 100644 --- a/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/AppDomainObjectTests.ChangePlan_from_callback_should_reset_plan_for_free_plan.verified.txt +++ b/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/AppDomainObjectTests.ChangePlan_from_callback_should_reset_plan_for_free_plan.verified.txt @@ -109,8 +109,7 @@ { Headers: { AggregateId: Guid_1, - EventId: Guid_2, - Timestamp: DateTimeOffset_1 + EventId: Guid_2 }, Payload: { AppId: Guid_1,my-app, diff --git a/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/AppDomainObjectTests.ChangePlan_should_create_events_and_update_plan.verified.txt b/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/AppDomainObjectTests.ChangePlan_should_create_events_and_update_plan.verified.txt index 581aa2baf..194806f4f 100644 --- a/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/AppDomainObjectTests.ChangePlan_should_create_events_and_update_plan.verified.txt +++ b/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/AppDomainObjectTests.ChangePlan_should_create_events_and_update_plan.verified.txt @@ -113,8 +113,7 @@ { Headers: { AggregateId: Guid_1, - EventId: Guid_2, - Timestamp: DateTimeOffset_1 + EventId: Guid_2 }, Payload: { PlanId: premium, diff --git a/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/AppDomainObjectTests.ChangePlan_should_not_call_billing_manager_for_callback.verified.txt b/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/AppDomainObjectTests.ChangePlan_should_not_call_billing_manager_for_callback.verified.txt index 581aa2baf..194806f4f 100644 --- a/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/AppDomainObjectTests.ChangePlan_should_not_call_billing_manager_for_callback.verified.txt +++ b/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/AppDomainObjectTests.ChangePlan_should_not_call_billing_manager_for_callback.verified.txt @@ -113,8 +113,7 @@ { Headers: { AggregateId: Guid_1, - EventId: Guid_2, - Timestamp: DateTimeOffset_1 + EventId: Guid_2 }, Payload: { PlanId: premium, diff --git a/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/AppDomainObjectTests.ChangePlan_should_reset_plan_for_free_plan.verified.txt b/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/AppDomainObjectTests.ChangePlan_should_reset_plan_for_free_plan.verified.txt index 11e31efaf..0c13668a2 100644 --- a/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/AppDomainObjectTests.ChangePlan_should_reset_plan_for_free_plan.verified.txt +++ b/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/AppDomainObjectTests.ChangePlan_should_reset_plan_for_free_plan.verified.txt @@ -109,8 +109,7 @@ { Headers: { AggregateId: Guid_1, - EventId: Guid_2, - Timestamp: DateTimeOffset_1 + EventId: Guid_2 }, Payload: { AppId: Guid_1,my-app, diff --git a/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/AppDomainObjectTests.Create_should_create_events_and_set_intitial_state.verified.txt b/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/AppDomainObjectTests.Create_should_create_events_and_set_intitial_state.verified.txt index 433eac9b9..d35344a35 100644 --- a/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/AppDomainObjectTests.Create_should_create_events_and_set_intitial_state.verified.txt +++ b/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/AppDomainObjectTests.Create_should_create_events_and_set_intitial_state.verified.txt @@ -109,8 +109,7 @@ { Headers: { AggregateId: Guid_1, - EventId: Guid_2, - Timestamp: DateTimeOffset_1 + EventId: Guid_2 }, Payload: { Name: my-app, @@ -122,8 +121,7 @@ { Headers: { AggregateId: Guid_1, - EventId: Guid_3, - Timestamp: DateTimeOffset_1 + EventId: Guid_3 }, Payload: { ContributorId: me, @@ -138,8 +136,7 @@ { Headers: { AggregateId: Guid_1, - EventId: Guid_4, - Timestamp: DateTimeOffset_1 + EventId: Guid_4 }, Payload: { Settings: { diff --git a/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/AppDomainObjectTests.Create_should_not_assign_client_as_contributor.verified.txt b/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/AppDomainObjectTests.Create_should_not_assign_client_as_contributor.verified.txt index 214f41dbb..de668c288 100644 --- a/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/AppDomainObjectTests.Create_should_not_assign_client_as_contributor.verified.txt +++ b/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/AppDomainObjectTests.Create_should_not_assign_client_as_contributor.verified.txt @@ -106,8 +106,7 @@ { Headers: { AggregateId: Guid_1, - EventId: Guid_2, - Timestamp: DateTimeOffset_1 + EventId: Guid_2 }, Payload: { Name: my-app, @@ -119,8 +118,7 @@ { Headers: { AggregateId: Guid_1, - EventId: Guid_3, - Timestamp: DateTimeOffset_1 + EventId: Guid_3 }, Payload: { Settings: { diff --git a/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/AppDomainObjectTests.DeleteRole_should_create_events_and_delete_role.verified.txt b/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/AppDomainObjectTests.DeleteRole_should_create_events_and_delete_role.verified.txt index 7d9851244..34c30cf74 100644 --- a/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/AppDomainObjectTests.DeleteRole_should_create_events_and_delete_role.verified.txt +++ b/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/AppDomainObjectTests.DeleteRole_should_create_events_and_delete_role.verified.txt @@ -109,8 +109,7 @@ { Headers: { AggregateId: Guid_1, - EventId: Guid_2, - Timestamp: DateTimeOffset_1 + EventId: Guid_2 }, Payload: { Name: My Role, diff --git a/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/AppDomainObjectTests.DeleteWorkflow_should_create_events_and_remove_workflow.verified.txt b/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/AppDomainObjectTests.DeleteWorkflow_should_create_events_and_remove_workflow.verified.txt index a0ca359b4..38b5cbee4 100644 --- a/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/AppDomainObjectTests.DeleteWorkflow_should_create_events_and_remove_workflow.verified.txt +++ b/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/AppDomainObjectTests.DeleteWorkflow_should_create_events_and_remove_workflow.verified.txt @@ -109,8 +109,7 @@ { Headers: { AggregateId: Guid_1, - EventId: Guid_2, - Timestamp: DateTimeOffset_1 + EventId: Guid_2 }, Payload: { WorkflowId: Guid_3, diff --git a/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/AppDomainObjectTests.RemoveContributor_should_create_events_and_remove_contributor.verified.txt b/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/AppDomainObjectTests.RemoveContributor_should_create_events_and_remove_contributor.verified.txt index e84d9db3d..8445268be 100644 --- a/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/AppDomainObjectTests.RemoveContributor_should_create_events_and_remove_contributor.verified.txt +++ b/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/AppDomainObjectTests.RemoveContributor_should_create_events_and_remove_contributor.verified.txt @@ -109,8 +109,7 @@ { Headers: { AggregateId: Guid_1, - EventId: Guid_2, - Timestamp: DateTimeOffset_1 + EventId: Guid_2 }, Payload: { ContributorId: Guid_3, diff --git a/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/AppDomainObjectTests.RemoveImage_should_create_events_and_update_image.verified.txt b/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/AppDomainObjectTests.RemoveImage_should_create_events_and_update_image.verified.txt index 11e31efaf..0c13668a2 100644 --- a/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/AppDomainObjectTests.RemoveImage_should_create_events_and_update_image.verified.txt +++ b/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/AppDomainObjectTests.RemoveImage_should_create_events_and_update_image.verified.txt @@ -109,8 +109,7 @@ { Headers: { AggregateId: Guid_1, - EventId: Guid_2, - Timestamp: DateTimeOffset_1 + EventId: Guid_2 }, Payload: { AppId: Guid_1,my-app, diff --git a/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/AppDomainObjectTests.RemoveLanguage_should_create_events_and_remove_language.verified.txt b/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/AppDomainObjectTests.RemoveLanguage_should_create_events_and_remove_language.verified.txt index c4450204f..4b5137b05 100644 --- a/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/AppDomainObjectTests.RemoveLanguage_should_create_events_and_remove_language.verified.txt +++ b/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/AppDomainObjectTests.RemoveLanguage_should_create_events_and_remove_language.verified.txt @@ -109,8 +109,7 @@ { Headers: { AggregateId: Guid_1, - EventId: Guid_2, - Timestamp: DateTimeOffset_1 + EventId: Guid_2 }, Payload: { Language: de, diff --git a/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/AppDomainObjectTests.RevokeClient_should_create_events_and_remove_client.verified.txt b/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/AppDomainObjectTests.RevokeClient_should_create_events_and_remove_client.verified.txt index 789d73532..c0306559f 100644 --- a/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/AppDomainObjectTests.RevokeClient_should_create_events_and_remove_client.verified.txt +++ b/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/AppDomainObjectTests.RevokeClient_should_create_events_and_remove_client.verified.txt @@ -109,8 +109,7 @@ { Headers: { AggregateId: Guid_1, - EventId: Guid_2, - Timestamp: DateTimeOffset_1 + EventId: Guid_2 }, Payload: { Id: client, diff --git a/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/AppDomainObjectTests.Transfer_from_team_should_create_events_and_set_team.verified.txt b/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/AppDomainObjectTests.Transfer_from_team_should_create_events_and_set_team.verified.txt index 11e31efaf..0c13668a2 100644 --- a/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/AppDomainObjectTests.Transfer_from_team_should_create_events_and_set_team.verified.txt +++ b/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/AppDomainObjectTests.Transfer_from_team_should_create_events_and_set_team.verified.txt @@ -109,8 +109,7 @@ { Headers: { AggregateId: Guid_1, - EventId: Guid_2, - Timestamp: DateTimeOffset_1 + EventId: Guid_2 }, Payload: { AppId: Guid_1,my-app, diff --git a/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/AppDomainObjectTests.Transfer_should_create_events_and_set_team.verified.txt b/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/AppDomainObjectTests.Transfer_should_create_events_and_set_team.verified.txt index b80ab6761..f81e4cccf 100644 --- a/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/AppDomainObjectTests.Transfer_should_create_events_and_set_team.verified.txt +++ b/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/AppDomainObjectTests.Transfer_should_create_events_and_set_team.verified.txt @@ -110,8 +110,7 @@ { Headers: { AggregateId: Guid_1, - EventId: Guid_3, - Timestamp: DateTimeOffset_1 + EventId: Guid_3 }, Payload: { TeamId: Guid_2, diff --git a/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/AppDomainObjectTests.UpdateClient_should_create_events_and_update_client.verified.txt b/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/AppDomainObjectTests.UpdateClient_should_create_events_and_update_client.verified.txt index 38b319ceb..7479a3cb4 100644 --- a/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/AppDomainObjectTests.UpdateClient_should_create_events_and_update_client.verified.txt +++ b/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/AppDomainObjectTests.UpdateClient_should_create_events_and_update_client.verified.txt @@ -116,8 +116,7 @@ { Headers: { AggregateId: Guid_1, - EventId: Guid_2, - Timestamp: DateTimeOffset_1 + EventId: Guid_2 }, Payload: { Id: client, diff --git a/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/AppDomainObjectTests.UpdateLanguage_should_create_events_and_update_language.verified.txt b/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/AppDomainObjectTests.UpdateLanguage_should_create_events_and_update_language.verified.txt index 46332aa9d..10eee608d 100644 --- a/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/AppDomainObjectTests.UpdateLanguage_should_create_events_and_update_language.verified.txt +++ b/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/AppDomainObjectTests.UpdateLanguage_should_create_events_and_update_language.verified.txt @@ -116,8 +116,7 @@ { Headers: { AggregateId: Guid_1, - EventId: Guid_2, - Timestamp: DateTimeOffset_1 + EventId: Guid_2 }, Payload: { Language: de, diff --git a/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/AppDomainObjectTests.UpdateRole_should_create_events_and_update_role.verified.txt b/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/AppDomainObjectTests.UpdateRole_should_create_events_and_update_role.verified.txt index ec120f39e..c37998dcd 100644 --- a/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/AppDomainObjectTests.UpdateRole_should_create_events_and_update_role.verified.txt +++ b/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/AppDomainObjectTests.UpdateRole_should_create_events_and_update_role.verified.txt @@ -130,8 +130,7 @@ { Headers: { AggregateId: Guid_1, - EventId: Guid_2, - Timestamp: DateTimeOffset_1 + EventId: Guid_2 }, Payload: { Name: My Role, diff --git a/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/AppDomainObjectTests.UpdateSettings_should_create_event_and_update_settings.verified.txt b/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/AppDomainObjectTests.UpdateSettings_should_create_event_and_update_settings.verified.txt index ad3a422af..2f4e72ad9 100644 --- a/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/AppDomainObjectTests.UpdateSettings_should_create_event_and_update_settings.verified.txt +++ b/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/AppDomainObjectTests.UpdateSettings_should_create_event_and_update_settings.verified.txt @@ -109,8 +109,7 @@ { Headers: { AggregateId: Guid_1, - EventId: Guid_2, - Timestamp: DateTimeOffset_1 + EventId: Guid_2 }, Payload: { Settings: { diff --git a/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/AppDomainObjectTests.UpdateWorkflow_should_create_events_and_update_workflow.verified.txt b/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/AppDomainObjectTests.UpdateWorkflow_should_create_events_and_update_workflow.verified.txt index 932052221..479c8c973 100644 --- a/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/AppDomainObjectTests.UpdateWorkflow_should_create_events_and_update_workflow.verified.txt +++ b/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/AppDomainObjectTests.UpdateWorkflow_should_create_events_and_update_workflow.verified.txt @@ -141,8 +141,7 @@ { Headers: { AggregateId: Guid_1, - EventId: Guid_3, - Timestamp: DateTimeOffset_1 + EventId: Guid_3 }, Payload: { WorkflowId: Guid_2, diff --git a/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/AppDomainObjectTests.Update_should_create_events_and_update_label_and_description.verified.txt b/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/AppDomainObjectTests.Update_should_create_events_and_update_label_and_description.verified.txt index 442d78ba8..b815df3fb 100644 --- a/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/AppDomainObjectTests.Update_should_create_events_and_update_label_and_description.verified.txt +++ b/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/AppDomainObjectTests.Update_should_create_events_and_update_label_and_description.verified.txt @@ -111,8 +111,7 @@ { Headers: { AggregateId: Guid_1, - EventId: Guid_2, - Timestamp: DateTimeOffset_1 + EventId: Guid_2 }, Payload: { Label: my-label, diff --git a/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/AppDomainObjectTests.UploadImage_should_create_events_and_update_image.verified.txt b/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/AppDomainObjectTests.UploadImage_should_create_events_and_update_image.verified.txt index a3a4b604e..350ca448a 100644 --- a/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/AppDomainObjectTests.UploadImage_should_create_events_and_update_image.verified.txt +++ b/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/AppDomainObjectTests.UploadImage_should_create_events_and_update_image.verified.txt @@ -113,8 +113,7 @@ { Headers: { AggregateId: Guid_1, - EventId: Guid_3, - Timestamp: DateTimeOffset_1 + EventId: Guid_3 }, Payload: { Image: { diff --git a/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/AssetDomainObjectTests.AnnotateMetadata_should_create_events_and_update_metadata.verified.txt b/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/AssetDomainObjectTests.AnnotateMetadata_should_create_events_and_update_metadata.verified.txt index 1d58d00c4..8377608fe 100644 --- a/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/AssetDomainObjectTests.AnnotateMetadata_should_create_events_and_update_metadata.verified.txt +++ b/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/AssetDomainObjectTests.AnnotateMetadata_should_create_events_and_update_metadata.verified.txt @@ -27,8 +27,7 @@ { Headers: { AggregateId: Guid_1, - EventId: Guid_3, - Timestamp: DateTimeOffset_1 + EventId: Guid_3 }, Payload: { Metadata: { diff --git a/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/AssetDomainObjectTests.AnnotateName_should_create_events_and_update_file_name.verified.txt b/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/AssetDomainObjectTests.AnnotateName_should_create_events_and_update_file_name.verified.txt index 049dd3dc7..02d23e8bb 100644 --- a/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/AssetDomainObjectTests.AnnotateName_should_create_events_and_update_file_name.verified.txt +++ b/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/AssetDomainObjectTests.AnnotateName_should_create_events_and_update_file_name.verified.txt @@ -24,8 +24,7 @@ { Headers: { AggregateId: Guid_1, - EventId: Guid_3, - Timestamp: DateTimeOffset_1 + EventId: Guid_3 }, Payload: { FileName: My New Image.png, diff --git a/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/AssetDomainObjectTests.AnnotateProtected_should_create_events_and_update_protected_flag.verified.txt b/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/AssetDomainObjectTests.AnnotateProtected_should_create_events_and_update_protected_flag.verified.txt index a7be27efc..b30300583 100644 --- a/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/AssetDomainObjectTests.AnnotateProtected_should_create_events_and_update_protected_flag.verified.txt +++ b/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/AssetDomainObjectTests.AnnotateProtected_should_create_events_and_update_protected_flag.verified.txt @@ -24,8 +24,7 @@ { Headers: { AggregateId: Guid_1, - EventId: Guid_3, - Timestamp: DateTimeOffset_1 + EventId: Guid_3 }, Payload: { IsProtected: true, diff --git a/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/AssetDomainObjectTests.AnnotateSlug_should_create_events_and_update_slug.verified.txt b/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/AssetDomainObjectTests.AnnotateSlug_should_create_events_and_update_slug.verified.txt index bc5cb3c35..452bcf146 100644 --- a/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/AssetDomainObjectTests.AnnotateSlug_should_create_events_and_update_slug.verified.txt +++ b/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/AssetDomainObjectTests.AnnotateSlug_should_create_events_and_update_slug.verified.txt @@ -24,8 +24,7 @@ { Headers: { AggregateId: Guid_1, - EventId: Guid_3, - Timestamp: DateTimeOffset_1 + EventId: Guid_3 }, Payload: { Slug: my-new-image.png, diff --git a/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/AssetDomainObjectTests.AnnotateTags_should_create_events_and_update_tags.verified.txt b/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/AssetDomainObjectTests.AnnotateTags_should_create_events_and_update_tags.verified.txt index a0d42902a..dd4a4c62b 100644 --- a/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/AssetDomainObjectTests.AnnotateTags_should_create_events_and_update_tags.verified.txt +++ b/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/AssetDomainObjectTests.AnnotateTags_should_create_events_and_update_tags.verified.txt @@ -27,8 +27,7 @@ { Headers: { AggregateId: Guid_1, - EventId: Guid_3, - Timestamp: DateTimeOffset_1 + EventId: Guid_3 }, Payload: { Tags: [ diff --git a/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/AssetDomainObjectTests.Create_should_create_events_and_set_intitial_state.verified.txt b/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/AssetDomainObjectTests.Create_should_create_events_and_set_intitial_state.verified.txt index 781398eae..bcb2aa3c3 100644 --- a/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/AssetDomainObjectTests.Create_should_create_events_and_set_intitial_state.verified.txt +++ b/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/AssetDomainObjectTests.Create_should_create_events_and_set_intitial_state.verified.txt @@ -22,8 +22,7 @@ { Headers: { AggregateId: Guid_1, - EventId: Guid_3, - Timestamp: DateTimeOffset_1 + EventId: Guid_3 }, Payload: { FileName: image.png, diff --git a/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/AssetDomainObjectTests.Delete_should_create_events_with_total_file_size_and_tags_and_update_deleted_flag.verified.txt b/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/AssetDomainObjectTests.Delete_should_create_events_with_total_file_size_and_tags_and_update_deleted_flag.verified.txt index 81250d05b..ad126b755 100644 --- a/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/AssetDomainObjectTests.Delete_should_create_events_with_total_file_size_and_tags_and_update_deleted_flag.verified.txt +++ b/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/AssetDomainObjectTests.Delete_should_create_events_with_total_file_size_and_tags_and_update_deleted_flag.verified.txt @@ -25,8 +25,7 @@ { Headers: { AggregateId: Guid_1, - EventId: Guid_3, - Timestamp: DateTimeOffset_1 + EventId: Guid_3 }, Payload: { DeletedSize: 2048, diff --git a/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/AssetDomainObjectTests.Move_should_create_events_and_update_parent_id.verified.txt b/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/AssetDomainObjectTests.Move_should_create_events_and_update_parent_id.verified.txt index f45e2914c..67f002b66 100644 --- a/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/AssetDomainObjectTests.Move_should_create_events_and_update_parent_id.verified.txt +++ b/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/AssetDomainObjectTests.Move_should_create_events_and_update_parent_id.verified.txt @@ -25,8 +25,7 @@ { Headers: { AggregateId: Guid_1, - EventId: Guid_4, - Timestamp: DateTimeOffset_1 + EventId: Guid_4 }, Payload: { ParentId: Guid_2, diff --git a/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/AssetDomainObjectTests.Update_should_create_events_and_update_file_state.verified.txt b/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/AssetDomainObjectTests.Update_should_create_events_and_update_file_state.verified.txt index cc925f271..3fb2fc5c9 100644 --- a/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/AssetDomainObjectTests.Update_should_create_events_and_update_file_state.verified.txt +++ b/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/AssetDomainObjectTests.Update_should_create_events_and_update_file_state.verified.txt @@ -25,8 +25,7 @@ { Headers: { AggregateId: Guid_1, - EventId: Guid_3, - Timestamp: DateTimeOffset_1 + EventId: Guid_3 }, Payload: { MimeType: image/png, diff --git a/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/AssetDomainObjectTests.Upsert_should_create_events_and_set_intitial_state_if_not_found.verified.txt b/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/AssetDomainObjectTests.Upsert_should_create_events_and_set_intitial_state_if_not_found.verified.txt index 781398eae..bcb2aa3c3 100644 --- a/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/AssetDomainObjectTests.Upsert_should_create_events_and_set_intitial_state_if_not_found.verified.txt +++ b/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/AssetDomainObjectTests.Upsert_should_create_events_and_set_intitial_state_if_not_found.verified.txt @@ -22,8 +22,7 @@ { Headers: { AggregateId: Guid_1, - EventId: Guid_3, - Timestamp: DateTimeOffset_1 + EventId: Guid_3 }, Payload: { FileName: image.png, diff --git a/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/AssetDomainObjectTests.Upsert_should_create_events_and_update_file_state_if_found.verified.txt b/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/AssetDomainObjectTests.Upsert_should_create_events_and_update_file_state_if_found.verified.txt index cc925f271..3fb2fc5c9 100644 --- a/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/AssetDomainObjectTests.Upsert_should_create_events_and_update_file_state_if_found.verified.txt +++ b/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/AssetDomainObjectTests.Upsert_should_create_events_and_update_file_state_if_found.verified.txt @@ -25,8 +25,7 @@ { Headers: { AggregateId: Guid_1, - EventId: Guid_3, - Timestamp: DateTimeOffset_1 + EventId: Guid_3 }, Payload: { MimeType: image/png, diff --git a/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/AssetFolderDomainObjectTests.Create_should_create_events_and_set_intitial_state.verified.txt b/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/AssetFolderDomainObjectTests.Create_should_create_events_and_set_intitial_state.verified.txt index d207f8978..6e4704e55 100644 --- a/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/AssetFolderDomainObjectTests.Create_should_create_events_and_set_intitial_state.verified.txt +++ b/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/AssetFolderDomainObjectTests.Create_should_create_events_and_set_intitial_state.verified.txt @@ -16,8 +16,7 @@ { Headers: { AggregateId: Guid_1--Guid_2, - EventId: Guid_3, - Timestamp: DateTimeOffset_1 + EventId: Guid_3 }, Payload: { FolderName: New Name, diff --git a/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/AssetFolderDomainObjectTests.Delete_should_create_events_with_total_file_size.verified.txt b/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/AssetFolderDomainObjectTests.Delete_should_create_events_with_total_file_size.verified.txt index b3d5120b2..58d7624e3 100644 --- a/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/AssetFolderDomainObjectTests.Delete_should_create_events_with_total_file_size.verified.txt +++ b/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/AssetFolderDomainObjectTests.Delete_should_create_events_with_total_file_size.verified.txt @@ -18,8 +18,7 @@ { Headers: { AggregateId: Guid_1--Guid_2, - EventId: Guid_3, - Timestamp: DateTimeOffset_1 + EventId: Guid_3 }, Payload: { AssetFolderId: Guid_2, diff --git a/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/AssetFolderDomainObjectTests.Move_should_create_events_and_update_state.verified.txt b/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/AssetFolderDomainObjectTests.Move_should_create_events_and_update_state.verified.txt index f25e41723..55ae257c4 100644 --- a/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/AssetFolderDomainObjectTests.Move_should_create_events_and_update_state.verified.txt +++ b/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/AssetFolderDomainObjectTests.Move_should_create_events_and_update_state.verified.txt @@ -19,8 +19,7 @@ { Headers: { AggregateId: Guid_1--Guid_2, - EventId: Guid_4, - Timestamp: DateTimeOffset_1 + EventId: Guid_4 }, Payload: { ParentId: Guid_3, diff --git a/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/AssetFolderDomainObjectTests.Update_should_create_events_and_update_state.verified.txt b/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/AssetFolderDomainObjectTests.Update_should_create_events_and_update_state.verified.txt index 6de487f77..1aad3a539 100644 --- a/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/AssetFolderDomainObjectTests.Update_should_create_events_and_update_state.verified.txt +++ b/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/AssetFolderDomainObjectTests.Update_should_create_events_and_update_state.verified.txt @@ -18,8 +18,7 @@ { Headers: { AggregateId: Guid_1--Guid_2, - EventId: Guid_3, - Timestamp: DateTimeOffset_1 + EventId: Guid_3 }, Payload: { FolderName: New Name, diff --git a/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/ContentDomainObjectTests.ApplyDefaults_should_update_content.verified.txt b/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/ContentDomainObjectTests.ApplyDefaults_should_update_content.verified.txt index 081548710..09795cd7f 100644 --- a/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/ContentDomainObjectTests.ApplyDefaults_should_update_content.verified.txt +++ b/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/ContentDomainObjectTests.ApplyDefaults_should_update_content.verified.txt @@ -37,8 +37,7 @@ { Headers: { AggregateId: Guid_1--Guid_2, - EventId: Guid_4, - Timestamp: DateTimeOffset_1 + EventId: Guid_4 }, Payload: { Status: Draft, diff --git a/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/ContentDomainObjectTests.CancelContentSchedule_create_events_and_unset_schedule.verified.txt b/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/ContentDomainObjectTests.CancelContentSchedule_create_events_and_unset_schedule.verified.txt index f0be5b504..69258387d 100644 --- a/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/ContentDomainObjectTests.CancelContentSchedule_create_events_and_unset_schedule.verified.txt +++ b/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/ContentDomainObjectTests.CancelContentSchedule_create_events_and_unset_schedule.verified.txt @@ -33,8 +33,7 @@ { Headers: { AggregateId: Guid_1--Guid_2, - EventId: Guid_4, - Timestamp: DateTimeOffset_1 + EventId: Guid_4 }, Payload: { ContentId: Guid_2, diff --git a/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/ContentDomainObjectTests.CancelContentSchedule_should_create_events_and_unset_schedule.verified.txt b/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/ContentDomainObjectTests.CancelContentSchedule_should_create_events_and_unset_schedule.verified.txt index f0be5b504..69258387d 100644 --- a/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/ContentDomainObjectTests.CancelContentSchedule_should_create_events_and_unset_schedule.verified.txt +++ b/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/ContentDomainObjectTests.CancelContentSchedule_should_create_events_and_unset_schedule.verified.txt @@ -33,8 +33,7 @@ { Headers: { AggregateId: Guid_1--Guid_2, - EventId: Guid_4, - Timestamp: DateTimeOffset_1 + EventId: Guid_4 }, Payload: { ContentId: Guid_2, diff --git a/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/ContentDomainObjectTests.ChangeStatus_create_events_and_set_schedule_if_duetime_set.verified.txt b/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/ContentDomainObjectTests.ChangeStatus_create_events_and_set_schedule_if_duetime_set.verified.txt index b860628dd..d5c48d8bf 100644 --- a/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/ContentDomainObjectTests.ChangeStatus_create_events_and_set_schedule_if_duetime_set.verified.txt +++ b/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/ContentDomainObjectTests.ChangeStatus_create_events_and_set_schedule_if_duetime_set.verified.txt @@ -38,8 +38,7 @@ { Headers: { AggregateId: Guid_1--Guid_2, - EventId: Guid_5, - Timestamp: DateTimeOffset_1 + EventId: Guid_5 }, Payload: { Status: Published, diff --git a/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/ContentDomainObjectTests.ChangeStatus_should_also_update_if_script_changes_data.verified.txt b/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/ContentDomainObjectTests.ChangeStatus_should_also_update_if_script_changes_data.verified.txt index 90f66b95d..7af114af7 100644 --- a/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/ContentDomainObjectTests.ChangeStatus_should_also_update_if_script_changes_data.verified.txt +++ b/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/ContentDomainObjectTests.ChangeStatus_should_also_update_if_script_changes_data.verified.txt @@ -39,8 +39,7 @@ { Headers: { AggregateId: Guid_1--Guid_2, - EventId: Guid_4, - Timestamp: DateTimeOffset_1 + EventId: Guid_4 }, Payload: { Data: { @@ -62,8 +61,7 @@ { Headers: { AggregateId: Guid_1--Guid_2, - EventId: Guid_5, - Timestamp: DateTimeOffset_1 + EventId: Guid_5 }, Payload: { Change: Unpublished, diff --git a/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/ContentDomainObjectTests.ChangeStatus_should_create_events_and_delete_new_version_if_available.verified.txt b/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/ContentDomainObjectTests.ChangeStatus_should_create_events_and_delete_new_version_if_available.verified.txt index fa6c2baf5..2fbf505b9 100644 --- a/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/ContentDomainObjectTests.ChangeStatus_should_create_events_and_delete_new_version_if_available.verified.txt +++ b/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/ContentDomainObjectTests.ChangeStatus_should_create_events_and_delete_new_version_if_available.verified.txt @@ -33,8 +33,7 @@ { Headers: { AggregateId: Guid_1--Guid_2, - EventId: Guid_4, - Timestamp: DateTimeOffset_1 + EventId: Guid_4 }, Payload: { Change: Published, diff --git a/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/ContentDomainObjectTests.ChangeStatus_should_create_events_and_unset_schedule_if_failed.verified.txt b/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/ContentDomainObjectTests.ChangeStatus_should_create_events_and_unset_schedule_if_failed.verified.txt index f0be5b504..69258387d 100644 --- a/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/ContentDomainObjectTests.ChangeStatus_should_create_events_and_unset_schedule_if_failed.verified.txt +++ b/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/ContentDomainObjectTests.ChangeStatus_should_create_events_and_unset_schedule_if_failed.verified.txt @@ -33,8 +33,7 @@ { Headers: { AggregateId: Guid_1--Guid_2, - EventId: Guid_4, - Timestamp: DateTimeOffset_1 + EventId: Guid_4 }, Payload: { ContentId: Guid_2, diff --git a/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/ContentDomainObjectTests.ChangeStatus_should_create_events_and_update_new_version_if_draft_available.verified.txt b/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/ContentDomainObjectTests.ChangeStatus_should_create_events_and_update_new_version_if_draft_available.verified.txt index 3b029e3c5..569bd670f 100644 --- a/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/ContentDomainObjectTests.ChangeStatus_should_create_events_and_update_new_version_if_draft_available.verified.txt +++ b/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/ContentDomainObjectTests.ChangeStatus_should_create_events_and_update_new_version_if_draft_available.verified.txt @@ -41,8 +41,7 @@ { Headers: { AggregateId: Guid_1--Guid_2, - EventId: Guid_4, - Timestamp: DateTimeOffset_1 + EventId: Guid_4 }, Payload: { Status: Archived, diff --git a/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/ContentDomainObjectTests.ChangeStatus_should_create_events_and_update_status_if_changed.verified.txt b/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/ContentDomainObjectTests.ChangeStatus_should_create_events_and_update_status_if_changed.verified.txt index d144d8836..041a604ad 100644 --- a/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/ContentDomainObjectTests.ChangeStatus_should_create_events_and_update_status_if_changed.verified.txt +++ b/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/ContentDomainObjectTests.ChangeStatus_should_create_events_and_update_status_if_changed.verified.txt @@ -33,8 +33,7 @@ { Headers: { AggregateId: Guid_1--Guid_2, - EventId: Guid_4, - Timestamp: DateTimeOffset_1 + EventId: Guid_4 }, Payload: { Status: Archived, diff --git a/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/ContentDomainObjectTests.ChangeStatus_should_create_events_and_update_status_if_published.verified.txt b/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/ContentDomainObjectTests.ChangeStatus_should_create_events_and_update_status_if_published.verified.txt index d144d8836..041a604ad 100644 --- a/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/ContentDomainObjectTests.ChangeStatus_should_create_events_and_update_status_if_published.verified.txt +++ b/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/ContentDomainObjectTests.ChangeStatus_should_create_events_and_update_status_if_published.verified.txt @@ -33,8 +33,7 @@ { Headers: { AggregateId: Guid_1--Guid_2, - EventId: Guid_4, - Timestamp: DateTimeOffset_1 + EventId: Guid_4 }, Payload: { Status: Archived, diff --git a/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/ContentDomainObjectTests.ChangeStatus_should_create_events_and_update_status_if_unpublished.verified.txt b/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/ContentDomainObjectTests.ChangeStatus_should_create_events_and_update_status_if_unpublished.verified.txt index ffd8efa3b..6cea7b5d0 100644 --- a/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/ContentDomainObjectTests.ChangeStatus_should_create_events_and_update_status_if_unpublished.verified.txt +++ b/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/ContentDomainObjectTests.ChangeStatus_should_create_events_and_update_status_if_unpublished.verified.txt @@ -33,8 +33,7 @@ { Headers: { AggregateId: Guid_1--Guid_2, - EventId: Guid_4, - Timestamp: DateTimeOffset_1 + EventId: Guid_4 }, Payload: { Change: Unpublished, diff --git a/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/ContentDomainObjectTests.ChangeStatus_should_refresh_properties_and_unset_schedule_if_completed.verified.txt b/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/ContentDomainObjectTests.ChangeStatus_should_refresh_properties_and_unset_schedule_if_completed.verified.txt index 8fa1db599..77c5bc671 100644 --- a/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/ContentDomainObjectTests.ChangeStatus_should_refresh_properties_and_unset_schedule_if_completed.verified.txt +++ b/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/ContentDomainObjectTests.ChangeStatus_should_refresh_properties_and_unset_schedule_if_completed.verified.txt @@ -33,8 +33,7 @@ { Headers: { AggregateId: Guid_1--Guid_2, - EventId: Guid_4, - Timestamp: DateTimeOffset_1 + EventId: Guid_4 }, Payload: { Status: Archived, diff --git a/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/ContentDomainObjectTests.CreateDraft_should_create_events_and_update_new_state.verified.txt b/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/ContentDomainObjectTests.CreateDraft_should_create_events_and_update_new_state.verified.txt index 5a73a7674..4bdb8ef23 100644 --- a/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/ContentDomainObjectTests.CreateDraft_should_create_events_and_update_new_state.verified.txt +++ b/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/ContentDomainObjectTests.CreateDraft_should_create_events_and_update_new_state.verified.txt @@ -41,8 +41,7 @@ { Headers: { AggregateId: Guid_1--Guid_2, - EventId: Guid_4, - Timestamp: DateTimeOffset_1 + EventId: Guid_4 }, Payload: { Status: Draft, diff --git a/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/ContentDomainObjectTests.Create_should_change_status_if_set.verified.txt b/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/ContentDomainObjectTests.Create_should_change_status_if_set.verified.txt index ae174cca8..a21ea98d5 100644 --- a/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/ContentDomainObjectTests.Create_should_change_status_if_set.verified.txt +++ b/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/ContentDomainObjectTests.Create_should_change_status_if_set.verified.txt @@ -33,8 +33,7 @@ { Headers: { AggregateId: Guid_1--Guid_2, - EventId: Guid_4, - Timestamp: DateTimeOffset_1 + EventId: Guid_4 }, Payload: { Status: Draft, @@ -53,8 +52,7 @@ { Headers: { AggregateId: Guid_1--Guid_2, - EventId: Guid_5, - Timestamp: DateTimeOffset_1 + EventId: Guid_5 }, Payload: { Status: Archived, diff --git a/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/ContentDomainObjectTests.Create_should_create_events_and_update_data_and_status.verified.txt b/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/ContentDomainObjectTests.Create_should_create_events_and_update_data_and_status.verified.txt index 146724eea..9872b0984 100644 --- a/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/ContentDomainObjectTests.Create_should_create_events_and_update_data_and_status.verified.txt +++ b/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/ContentDomainObjectTests.Create_should_create_events_and_update_data_and_status.verified.txt @@ -31,8 +31,7 @@ { Headers: { AggregateId: Guid_1--Guid_2, - EventId: Guid_4, - Timestamp: DateTimeOffset_1 + EventId: Guid_4 }, Payload: { Status: Draft, diff --git a/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/ContentDomainObjectTests.Create_should_not_change_status_if_set_to_initial.verified.txt b/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/ContentDomainObjectTests.Create_should_not_change_status_if_set_to_initial.verified.txt index 146724eea..9872b0984 100644 --- a/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/ContentDomainObjectTests.Create_should_not_change_status_if_set_to_initial.verified.txt +++ b/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/ContentDomainObjectTests.Create_should_not_change_status_if_set_to_initial.verified.txt @@ -31,8 +31,7 @@ { Headers: { AggregateId: Guid_1--Guid_2, - EventId: Guid_4, - Timestamp: DateTimeOffset_1 + EventId: Guid_4 }, Payload: { Status: Draft, diff --git a/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/ContentDomainObjectTests.DeleteDraft_should_create_events_and_delete_new_version.verified.txt b/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/ContentDomainObjectTests.DeleteDraft_should_create_events_and_delete_new_version.verified.txt index 16033cd8f..4abe6c051 100644 --- a/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/ContentDomainObjectTests.DeleteDraft_should_create_events_and_delete_new_version.verified.txt +++ b/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/ContentDomainObjectTests.DeleteDraft_should_create_events_and_delete_new_version.verified.txt @@ -33,8 +33,7 @@ { Headers: { AggregateId: Guid_1--Guid_2, - EventId: Guid_4, - Timestamp: DateTimeOffset_1 + EventId: Guid_4 }, Payload: { ContentId: Guid_2, diff --git a/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/ContentDomainObjectTests.Delete_should_create_events_and_update_deleted_flag.verified.txt b/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/ContentDomainObjectTests.Delete_should_create_events_and_update_deleted_flag.verified.txt index f7496a5d9..6598d53fe 100644 --- a/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/ContentDomainObjectTests.Delete_should_create_events_and_update_deleted_flag.verified.txt +++ b/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/ContentDomainObjectTests.Delete_should_create_events_and_update_deleted_flag.verified.txt @@ -33,8 +33,7 @@ { Headers: { AggregateId: Guid_1--Guid_2, - EventId: Guid_4, - Timestamp: DateTimeOffset_1 + EventId: Guid_4 }, Payload: { ContentId: Guid_2, diff --git a/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/ContentDomainObjectTests.EnrichContentDefaults_should_update_content.verified.txt b/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/ContentDomainObjectTests.EnrichContentDefaults_should_update_content.verified.txt index ce9b066c3..6539652b2 100644 --- a/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/ContentDomainObjectTests.EnrichContentDefaults_should_update_content.verified.txt +++ b/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/ContentDomainObjectTests.EnrichContentDefaults_should_update_content.verified.txt @@ -39,8 +39,7 @@ { Headers: { AggregateId: Guid_1--Guid_2, - EventId: Guid_4, - Timestamp: DateTimeOffset_1 + EventId: Guid_4 }, Payload: { Data: { diff --git a/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/ContentDomainObjectTests.Patch_should_create_events_and_update_data.verified.txt b/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/ContentDomainObjectTests.Patch_should_create_events_and_update_data.verified.txt index d6b84f499..76c580231 100644 --- a/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/ContentDomainObjectTests.Patch_should_create_events_and_update_data.verified.txt +++ b/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/ContentDomainObjectTests.Patch_should_create_events_and_update_data.verified.txt @@ -39,8 +39,7 @@ { Headers: { AggregateId: Guid_1--Guid_2, - EventId: Guid_4, - Timestamp: DateTimeOffset_1 + EventId: Guid_4 }, Payload: { Data: { diff --git a/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/ContentDomainObjectTests.Patch_should_create_events_and_update_new_version_if_draft_available.verified.txt b/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/ContentDomainObjectTests.Patch_should_create_events_and_update_new_version_if_draft_available.verified.txt index 647e05032..b6ae6ac74 100644 --- a/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/ContentDomainObjectTests.Patch_should_create_events_and_update_new_version_if_draft_available.verified.txt +++ b/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/ContentDomainObjectTests.Patch_should_create_events_and_update_new_version_if_draft_available.verified.txt @@ -47,8 +47,7 @@ { Headers: { AggregateId: Guid_1--Guid_2, - EventId: Guid_4, - Timestamp: DateTimeOffset_1 + EventId: Guid_4 }, Payload: { Data: { diff --git a/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/ContentDomainObjectTests.Update_should_create_events_and_update_data.verified.txt b/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/ContentDomainObjectTests.Update_should_create_events_and_update_data.verified.txt index ed8799182..4495efedd 100644 --- a/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/ContentDomainObjectTests.Update_should_create_events_and_update_data.verified.txt +++ b/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/ContentDomainObjectTests.Update_should_create_events_and_update_data.verified.txt @@ -39,8 +39,7 @@ { Headers: { AggregateId: Guid_1--Guid_2, - EventId: Guid_4, - Timestamp: DateTimeOffset_1 + EventId: Guid_4 }, Payload: { Data: { diff --git a/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/ContentDomainObjectTests.Update_should_create_events_and_update_new_version_if_draft_available.verified.txt b/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/ContentDomainObjectTests.Update_should_create_events_and_update_new_version_if_draft_available.verified.txt index 9c61c387d..cd883087e 100644 --- a/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/ContentDomainObjectTests.Update_should_create_events_and_update_new_version_if_draft_available.verified.txt +++ b/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/ContentDomainObjectTests.Update_should_create_events_and_update_new_version_if_draft_available.verified.txt @@ -47,8 +47,7 @@ { Headers: { AggregateId: Guid_1--Guid_2, - EventId: Guid_4, - Timestamp: DateTimeOffset_1 + EventId: Guid_4 }, Payload: { Data: { diff --git a/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/ContentDomainObjectTests.Upsert_should_change_status_on_create_if_status_set.verified.txt b/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/ContentDomainObjectTests.Upsert_should_change_status_on_create_if_status_set.verified.txt index ae174cca8..a21ea98d5 100644 --- a/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/ContentDomainObjectTests.Upsert_should_change_status_on_create_if_status_set.verified.txt +++ b/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/ContentDomainObjectTests.Upsert_should_change_status_on_create_if_status_set.verified.txt @@ -33,8 +33,7 @@ { Headers: { AggregateId: Guid_1--Guid_2, - EventId: Guid_4, - Timestamp: DateTimeOffset_1 + EventId: Guid_4 }, Payload: { Status: Draft, @@ -53,8 +52,7 @@ { Headers: { AggregateId: Guid_1--Guid_2, - EventId: Guid_5, - Timestamp: DateTimeOffset_1 + EventId: Guid_5 }, Payload: { Status: Archived, diff --git a/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/ContentDomainObjectTests.Upsert_should_change_status_on_update_if_status_set.verified.txt b/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/ContentDomainObjectTests.Upsert_should_change_status_on_update_if_status_set.verified.txt index 2ed941a5e..38ad0623d 100644 --- a/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/ContentDomainObjectTests.Upsert_should_change_status_on_update_if_status_set.verified.txt +++ b/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/ContentDomainObjectTests.Upsert_should_change_status_on_update_if_status_set.verified.txt @@ -39,8 +39,7 @@ { Headers: { AggregateId: Guid_1--Guid_2, - EventId: Guid_4, - Timestamp: DateTimeOffset_1 + EventId: Guid_4 }, Payload: { Data: { @@ -62,8 +61,7 @@ { Headers: { AggregateId: Guid_1--Guid_2, - EventId: Guid_5, - Timestamp: DateTimeOffset_1 + EventId: Guid_5 }, Payload: { Status: Archived, diff --git a/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/ContentDomainObjectTests.Upsert_should_create_content_if_not_found.verified.txt b/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/ContentDomainObjectTests.Upsert_should_create_content_if_not_found.verified.txt index 146724eea..9872b0984 100644 --- a/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/ContentDomainObjectTests.Upsert_should_create_content_if_not_found.verified.txt +++ b/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/ContentDomainObjectTests.Upsert_should_create_content_if_not_found.verified.txt @@ -31,8 +31,7 @@ { Headers: { AggregateId: Guid_1--Guid_2, - EventId: Guid_4, - Timestamp: DateTimeOffset_1 + EventId: Guid_4 }, Payload: { Status: Draft, diff --git a/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/ContentDomainObjectTests.Upsert_should_not_change_status_on_create_if_status_set_to_initial.verified.txt b/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/ContentDomainObjectTests.Upsert_should_not_change_status_on_create_if_status_set_to_initial.verified.txt index 146724eea..9872b0984 100644 --- a/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/ContentDomainObjectTests.Upsert_should_not_change_status_on_create_if_status_set_to_initial.verified.txt +++ b/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/ContentDomainObjectTests.Upsert_should_not_change_status_on_create_if_status_set_to_initial.verified.txt @@ -31,8 +31,7 @@ { Headers: { AggregateId: Guid_1--Guid_2, - EventId: Guid_4, - Timestamp: DateTimeOffset_1 + EventId: Guid_4 }, Payload: { Status: Draft, diff --git a/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/ContentDomainObjectTests.Upsert_should_not_change_status_on_update_if_status_set_to_initial.verified.txt b/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/ContentDomainObjectTests.Upsert_should_not_change_status_on_update_if_status_set_to_initial.verified.txt index ed8799182..4495efedd 100644 --- a/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/ContentDomainObjectTests.Upsert_should_not_change_status_on_update_if_status_set_to_initial.verified.txt +++ b/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/ContentDomainObjectTests.Upsert_should_not_change_status_on_update_if_status_set_to_initial.verified.txt @@ -39,8 +39,7 @@ { Headers: { AggregateId: Guid_1--Guid_2, - EventId: Guid_4, - Timestamp: DateTimeOffset_1 + EventId: Guid_4 }, Payload: { Data: { diff --git a/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/ContentDomainObjectTests.Upsert_should_patch_content_if_found.verified.txt b/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/ContentDomainObjectTests.Upsert_should_patch_content_if_found.verified.txt index d6b84f499..76c580231 100644 --- a/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/ContentDomainObjectTests.Upsert_should_patch_content_if_found.verified.txt +++ b/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/ContentDomainObjectTests.Upsert_should_patch_content_if_found.verified.txt @@ -39,8 +39,7 @@ { Headers: { AggregateId: Guid_1--Guid_2, - EventId: Guid_4, - Timestamp: DateTimeOffset_1 + EventId: Guid_4 }, Payload: { Data: { diff --git a/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/ContentDomainObjectTests.Upsert_should_update_content_if_found.verified.txt b/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/ContentDomainObjectTests.Upsert_should_update_content_if_found.verified.txt index ed8799182..4495efedd 100644 --- a/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/ContentDomainObjectTests.Upsert_should_update_content_if_found.verified.txt +++ b/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/ContentDomainObjectTests.Upsert_should_update_content_if_found.verified.txt @@ -39,8 +39,7 @@ { Headers: { AggregateId: Guid_1--Guid_2, - EventId: Guid_4, - Timestamp: DateTimeOffset_1 + EventId: Guid_4 }, Payload: { Data: { diff --git a/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/RuleDomainObjectTests.Create_should_create_events_and_set_intitial_state.verified.txt b/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/RuleDomainObjectTests.Create_should_create_events_and_set_intitial_state.verified.txt index e6cf0da25..4e0279f80 100644 --- a/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/RuleDomainObjectTests.Create_should_create_events_and_set_intitial_state.verified.txt +++ b/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/RuleDomainObjectTests.Create_should_create_events_and_set_intitial_state.verified.txt @@ -22,8 +22,7 @@ { Headers: { AggregateId: Guid_1--Guid_2, - EventId: Guid_3, - Timestamp: DateTimeOffset_1 + EventId: Guid_3 }, Payload: { Trigger: { diff --git a/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/RuleDomainObjectTests.Delete_should_create_events_and_update_deleted_flag.verified.txt b/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/RuleDomainObjectTests.Delete_should_create_events_and_update_deleted_flag.verified.txt index 424d02b23..4307f1536 100644 --- a/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/RuleDomainObjectTests.Delete_should_create_events_and_update_deleted_flag.verified.txt +++ b/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/RuleDomainObjectTests.Delete_should_create_events_and_update_deleted_flag.verified.txt @@ -24,8 +24,7 @@ { Headers: { AggregateId: Guid_1--Guid_2, - EventId: Guid_3, - Timestamp: DateTimeOffset_1 + EventId: Guid_3 }, Payload: { RuleId: Guid_2, diff --git a/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/RuleDomainObjectTests.Disable_should_create_events_and_update_enabled_flag.verified.txt b/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/RuleDomainObjectTests.Disable_should_create_events_and_update_enabled_flag.verified.txt index 3dd5a296b..7e0989df1 100644 --- a/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/RuleDomainObjectTests.Disable_should_create_events_and_update_enabled_flag.verified.txt +++ b/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/RuleDomainObjectTests.Disable_should_create_events_and_update_enabled_flag.verified.txt @@ -24,8 +24,7 @@ { Headers: { AggregateId: Guid_1--Guid_2, - EventId: Guid_3, - Timestamp: DateTimeOffset_1 + EventId: Guid_3 }, Payload: { RuleId: Guid_2, diff --git a/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/RuleDomainObjectTests.Disable_via_update_should_create_events_and_update_enabled_flag.verified.txt b/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/RuleDomainObjectTests.Disable_via_update_should_create_events_and_update_enabled_flag.verified.txt index 872dfd361..ea8d02517 100644 --- a/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/RuleDomainObjectTests.Disable_via_update_should_create_events_and_update_enabled_flag.verified.txt +++ b/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/RuleDomainObjectTests.Disable_via_update_should_create_events_and_update_enabled_flag.verified.txt @@ -24,8 +24,7 @@ { Headers: { AggregateId: Guid_1--Guid_2, - EventId: Guid_3, - Timestamp: DateTimeOffset_1 + EventId: Guid_3 }, Payload: { IsEnabled: false, diff --git a/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/RuleDomainObjectTests.Enable_should_create_events_and_update_enabled_flag.verified.txt b/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/RuleDomainObjectTests.Enable_should_create_events_and_update_enabled_flag.verified.txt index 8de784fec..706883733 100644 --- a/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/RuleDomainObjectTests.Enable_should_create_events_and_update_enabled_flag.verified.txt +++ b/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/RuleDomainObjectTests.Enable_should_create_events_and_update_enabled_flag.verified.txt @@ -24,8 +24,7 @@ { Headers: { AggregateId: Guid_1--Guid_2, - EventId: Guid_3, - Timestamp: DateTimeOffset_1 + EventId: Guid_3 }, Payload: { RuleId: Guid_2, diff --git a/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/RuleDomainObjectTests.Enable_via_update_should_create_events_and_update_enabled_flag.verified.txt b/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/RuleDomainObjectTests.Enable_via_update_should_create_events_and_update_enabled_flag.verified.txt index 41765b624..d017d49ea 100644 --- a/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/RuleDomainObjectTests.Enable_via_update_should_create_events_and_update_enabled_flag.verified.txt +++ b/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/RuleDomainObjectTests.Enable_via_update_should_create_events_and_update_enabled_flag.verified.txt @@ -24,8 +24,7 @@ { Headers: { AggregateId: Guid_1--Guid_2, - EventId: Guid_3, - Timestamp: DateTimeOffset_1 + EventId: Guid_3 }, Payload: { IsEnabled: true, diff --git a/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/RuleDomainObjectTests.Update_should_create_events_and_update_trigger_and_action.verified.txt b/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/RuleDomainObjectTests.Update_should_create_events_and_update_trigger_and_action.verified.txt index 449045c12..68eba16f0 100644 --- a/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/RuleDomainObjectTests.Update_should_create_events_and_update_trigger_and_action.verified.txt +++ b/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/RuleDomainObjectTests.Update_should_create_events_and_update_trigger_and_action.verified.txt @@ -25,8 +25,7 @@ { Headers: { AggregateId: Guid_1--Guid_2, - EventId: Guid_3, - Timestamp: DateTimeOffset_1 + EventId: Guid_3 }, Payload: { Name: NewName, diff --git a/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/SchemaDomainObjectTests.Add_should_create_events_and_add_field.verified.txt b/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/SchemaDomainObjectTests.Add_should_create_events_and_add_field.verified.txt index f2b72a3df..18a47ecdf 100644 --- a/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/SchemaDomainObjectTests.Add_should_create_events_and_add_field.verified.txt +++ b/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/SchemaDomainObjectTests.Add_should_create_events_and_add_field.verified.txt @@ -230,8 +230,7 @@ { Headers: { AggregateId: Guid_1--Guid_2, - EventId: Guid_3, - Timestamp: DateTimeOffset_1 + EventId: Guid_3 }, Payload: { Name: age, diff --git a/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/SchemaDomainObjectTests.Add_should_create_events_and_add_field_to_array.verified.txt b/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/SchemaDomainObjectTests.Add_should_create_events_and_add_field_to_array.verified.txt index e9bae4726..981a31f0f 100644 --- a/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/SchemaDomainObjectTests.Add_should_create_events_and_add_field_to_array.verified.txt +++ b/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/SchemaDomainObjectTests.Add_should_create_events_and_add_field_to_array.verified.txt @@ -1286,8 +1286,7 @@ { Headers: { AggregateId: Guid_1--Guid_2, - EventId: Guid_3, - Timestamp: DateTimeOffset_1 + EventId: Guid_3 }, Payload: { Name: age, diff --git a/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/SchemaDomainObjectTests.ChangeCategory_should_create_events_and_update_category.verified.txt b/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/SchemaDomainObjectTests.ChangeCategory_should_create_events_and_update_category.verified.txt index d58678a70..a231ba0aa 100644 --- a/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/SchemaDomainObjectTests.ChangeCategory_should_create_events_and_update_category.verified.txt +++ b/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/SchemaDomainObjectTests.ChangeCategory_should_create_events_and_update_category.verified.txt @@ -25,8 +25,7 @@ { Headers: { AggregateId: Guid_1--Guid_2, - EventId: Guid_3, - Timestamp: DateTimeOffset_1 + EventId: Guid_3 }, Payload: { Name: my-category, diff --git a/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/SchemaDomainObjectTests.ConfigureFieldRules_should_create_events_and_update_schema_field_rules.verified.txt b/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/SchemaDomainObjectTests.ConfigureFieldRules_should_create_events_and_update_schema_field_rules.verified.txt index 5676c76f1..8c15d3c88 100644 --- a/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/SchemaDomainObjectTests.ConfigureFieldRules_should_create_events_and_update_schema_field_rules.verified.txt +++ b/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/SchemaDomainObjectTests.ConfigureFieldRules_should_create_events_and_update_schema_field_rules.verified.txt @@ -29,8 +29,7 @@ { Headers: { AggregateId: Guid_1--Guid_2, - EventId: Guid_3, - Timestamp: DateTimeOffset_1 + EventId: Guid_3 }, Payload: { FieldRules: [ diff --git a/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/SchemaDomainObjectTests.ConfigurePreviewUrls_should_create_events_and_update_preview_urls.verified.txt b/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/SchemaDomainObjectTests.ConfigurePreviewUrls_should_create_events_and_update_preview_urls.verified.txt index b59f22704..8dcb49d44 100644 --- a/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/SchemaDomainObjectTests.ConfigurePreviewUrls_should_create_events_and_update_preview_urls.verified.txt +++ b/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/SchemaDomainObjectTests.ConfigurePreviewUrls_should_create_events_and_update_preview_urls.verified.txt @@ -27,8 +27,7 @@ { Headers: { AggregateId: Guid_1--Guid_2, - EventId: Guid_3, - Timestamp: DateTimeOffset_1 + EventId: Guid_3 }, Payload: { PreviewUrls: { diff --git a/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/SchemaDomainObjectTests.ConfigureScripts_should_create_events_and_update_schema_scripts.verified.txt b/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/SchemaDomainObjectTests.ConfigureScripts_should_create_events_and_update_schema_scripts.verified.txt index 3e13ebbc6..34b990723 100644 --- a/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/SchemaDomainObjectTests.ConfigureScripts_should_create_events_and_update_schema_scripts.verified.txt +++ b/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/SchemaDomainObjectTests.ConfigureScripts_should_create_events_and_update_schema_scripts.verified.txt @@ -26,8 +26,7 @@ { Headers: { AggregateId: Guid_1--Guid_2, - EventId: Guid_3, - Timestamp: DateTimeOffset_1 + EventId: Guid_3 }, Payload: { Scripts: { diff --git a/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/SchemaDomainObjectTests.ConfigureUIFields_should_create_events_for_list_fields_and_update_schema.verified.txt b/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/SchemaDomainObjectTests.ConfigureUIFields_should_create_events_for_list_fields_and_update_schema.verified.txt index c730040ac..000219e23 100644 --- a/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/SchemaDomainObjectTests.ConfigureUIFields_should_create_events_for_list_fields_and_update_schema.verified.txt +++ b/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/SchemaDomainObjectTests.ConfigureUIFields_should_create_events_for_list_fields_and_update_schema.verified.txt @@ -233,8 +233,7 @@ { Headers: { AggregateId: Guid_1--Guid_2, - EventId: Guid_3, - Timestamp: DateTimeOffset_1 + EventId: Guid_3 }, Payload: { FieldsInLists: [ diff --git a/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/SchemaDomainObjectTests.ConfigureUIFields_should_create_events_for_reference_fields_and_update_schema.verified.txt b/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/SchemaDomainObjectTests.ConfigureUIFields_should_create_events_for_reference_fields_and_update_schema.verified.txt index eb6af8407..e684c0b94 100644 --- a/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/SchemaDomainObjectTests.ConfigureUIFields_should_create_events_for_reference_fields_and_update_schema.verified.txt +++ b/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/SchemaDomainObjectTests.ConfigureUIFields_should_create_events_for_reference_fields_and_update_schema.verified.txt @@ -233,8 +233,7 @@ { Headers: { AggregateId: Guid_1--Guid_2, - EventId: Guid_3, - Timestamp: DateTimeOffset_1 + EventId: Guid_3 }, Payload: { FieldsInReferences: [ diff --git a/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/SchemaDomainObjectTests.Create_should_create_events_and_schema_with_initial_fields.verified.txt b/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/SchemaDomainObjectTests.Create_should_create_events_and_schema_with_initial_fields.verified.txt index d805b506c..bb196405f 100644 --- a/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/SchemaDomainObjectTests.Create_should_create_events_and_schema_with_initial_fields.verified.txt +++ b/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/SchemaDomainObjectTests.Create_should_create_events_and_schema_with_initial_fields.verified.txt @@ -2712,8 +2712,7 @@ { Headers: { AggregateId: Guid_1--Guid_2, - EventId: Guid_3, - Timestamp: DateTimeOffset_1 + EventId: Guid_3 }, Payload: { Schema: { diff --git a/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/SchemaDomainObjectTests.Create_should_create_events_and_set_intitial_state.verified.txt b/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/SchemaDomainObjectTests.Create_should_create_events_and_set_intitial_state.verified.txt index 0633113c1..2798f6445 100644 --- a/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/SchemaDomainObjectTests.Create_should_create_events_and_set_intitial_state.verified.txt +++ b/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/SchemaDomainObjectTests.Create_should_create_events_and_set_intitial_state.verified.txt @@ -22,8 +22,7 @@ { Headers: { AggregateId: Guid_1--Guid_2, - EventId: Guid_3, - Timestamp: DateTimeOffset_1 + EventId: Guid_3 }, Payload: { Schema: { diff --git a/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/SchemaDomainObjectTests.DeleteField_should_create_events_and_delete_field.verified.txt b/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/SchemaDomainObjectTests.DeleteField_should_create_events_and_delete_field.verified.txt index 082fa7871..b4f0495bf 100644 --- a/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/SchemaDomainObjectTests.DeleteField_should_create_events_and_delete_field.verified.txt +++ b/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/SchemaDomainObjectTests.DeleteField_should_create_events_and_delete_field.verified.txt @@ -25,8 +25,7 @@ { Headers: { AggregateId: Guid_1--Guid_2, - EventId: Guid_3, - Timestamp: DateTimeOffset_1 + EventId: Guid_3 }, Payload: { FieldId: 1,age, diff --git a/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/SchemaDomainObjectTests.DeleteField_should_create_events_and_delete_nested_field.verified.txt b/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/SchemaDomainObjectTests.DeleteField_should_create_events_and_delete_nested_field.verified.txt index 46b53d8cb..6178d4004 100644 --- a/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/SchemaDomainObjectTests.DeleteField_should_create_events_and_delete_nested_field.verified.txt +++ b/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/SchemaDomainObjectTests.DeleteField_should_create_events_and_delete_nested_field.verified.txt @@ -164,8 +164,7 @@ { Headers: { AggregateId: Guid_1--Guid_2, - EventId: Guid_3, - Timestamp: DateTimeOffset_1 + EventId: Guid_3 }, Payload: { FieldId: 2,age, diff --git a/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/SchemaDomainObjectTests.Delete_should_create_events_and_update_deleted_flag.verified.txt b/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/SchemaDomainObjectTests.Delete_should_create_events_and_update_deleted_flag.verified.txt index 01a1718e4..9959d343d 100644 --- a/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/SchemaDomainObjectTests.Delete_should_create_events_and_update_deleted_flag.verified.txt +++ b/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/SchemaDomainObjectTests.Delete_should_create_events_and_update_deleted_flag.verified.txt @@ -24,8 +24,7 @@ { Headers: { AggregateId: Guid_1--Guid_2, - EventId: Guid_3, - Timestamp: DateTimeOffset_1 + EventId: Guid_3 }, Payload: { SchemaId: Guid_2,my-schema, diff --git a/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/SchemaDomainObjectTests.DisableField_should_create_events_and_update_field_disabled_flag.verified.txt b/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/SchemaDomainObjectTests.DisableField_should_create_events_and_update_field_disabled_flag.verified.txt index c0704aa61..a22173f92 100644 --- a/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/SchemaDomainObjectTests.DisableField_should_create_events_and_update_field_disabled_flag.verified.txt +++ b/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/SchemaDomainObjectTests.DisableField_should_create_events_and_update_field_disabled_flag.verified.txt @@ -230,8 +230,7 @@ { Headers: { AggregateId: Guid_1--Guid_2, - EventId: Guid_3, - Timestamp: DateTimeOffset_1 + EventId: Guid_3 }, Payload: { FieldId: 1,age, diff --git a/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/SchemaDomainObjectTests.DisableField_should_create_events_and_update_nested_field_disabled_flag.verified.txt b/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/SchemaDomainObjectTests.DisableField_should_create_events_and_update_nested_field_disabled_flag.verified.txt index 9f5eb684b..6ab90f307 100644 --- a/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/SchemaDomainObjectTests.DisableField_should_create_events_and_update_nested_field_disabled_flag.verified.txt +++ b/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/SchemaDomainObjectTests.DisableField_should_create_events_and_update_nested_field_disabled_flag.verified.txt @@ -1286,8 +1286,7 @@ { Headers: { AggregateId: Guid_1--Guid_2, - EventId: Guid_3, - Timestamp: DateTimeOffset_1 + EventId: Guid_3 }, Payload: { FieldId: 2,age, diff --git a/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/SchemaDomainObjectTests.EnableField_should_create_events_and_update_field_disabled_flag.verified.txt b/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/SchemaDomainObjectTests.EnableField_should_create_events_and_update_field_disabled_flag.verified.txt index e37023ee2..b1d2fcd84 100644 --- a/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/SchemaDomainObjectTests.EnableField_should_create_events_and_update_field_disabled_flag.verified.txt +++ b/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/SchemaDomainObjectTests.EnableField_should_create_events_and_update_field_disabled_flag.verified.txt @@ -230,8 +230,7 @@ { Headers: { AggregateId: Guid_1--Guid_2, - EventId: Guid_3, - Timestamp: DateTimeOffset_1 + EventId: Guid_3 }, Payload: { FieldId: 1,age, diff --git a/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/SchemaDomainObjectTests.EnableField_should_create_events_and_update_nested_field_disabled_flag.verified.txt b/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/SchemaDomainObjectTests.EnableField_should_create_events_and_update_nested_field_disabled_flag.verified.txt index ee742bbb5..7da4bd1ef 100644 --- a/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/SchemaDomainObjectTests.EnableField_should_create_events_and_update_nested_field_disabled_flag.verified.txt +++ b/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/SchemaDomainObjectTests.EnableField_should_create_events_and_update_nested_field_disabled_flag.verified.txt @@ -1286,8 +1286,7 @@ { Headers: { AggregateId: Guid_1--Guid_2, - EventId: Guid_3, - Timestamp: DateTimeOffset_1 + EventId: Guid_3 }, Payload: { FieldId: 2,age, diff --git a/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/SchemaDomainObjectTests.HideField_should_create_events_and_update_field_hidden_flag.verified.txt b/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/SchemaDomainObjectTests.HideField_should_create_events_and_update_field_hidden_flag.verified.txt index af008d05b..6e2b36543 100644 --- a/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/SchemaDomainObjectTests.HideField_should_create_events_and_update_field_hidden_flag.verified.txt +++ b/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/SchemaDomainObjectTests.HideField_should_create_events_and_update_field_hidden_flag.verified.txt @@ -230,8 +230,7 @@ { Headers: { AggregateId: Guid_1--Guid_2, - EventId: Guid_3, - Timestamp: DateTimeOffset_1 + EventId: Guid_3 }, Payload: { FieldId: 1,age, diff --git a/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/SchemaDomainObjectTests.HideField_should_create_events_and_update_nested_field_hidden_flag.verified.txt b/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/SchemaDomainObjectTests.HideField_should_create_events_and_update_nested_field_hidden_flag.verified.txt index c354ace02..13baad09a 100644 --- a/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/SchemaDomainObjectTests.HideField_should_create_events_and_update_nested_field_hidden_flag.verified.txt +++ b/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/SchemaDomainObjectTests.HideField_should_create_events_and_update_nested_field_hidden_flag.verified.txt @@ -1286,8 +1286,7 @@ { Headers: { AggregateId: Guid_1--Guid_2, - EventId: Guid_3, - Timestamp: DateTimeOffset_1 + EventId: Guid_3 }, Payload: { FieldId: 2,age, diff --git a/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/SchemaDomainObjectTests.LockField_should_create_events_and_update_field_locked_flag.verified.txt b/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/SchemaDomainObjectTests.LockField_should_create_events_and_update_field_locked_flag.verified.txt index 1ad4bc00b..ffa1001ae 100644 --- a/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/SchemaDomainObjectTests.LockField_should_create_events_and_update_field_locked_flag.verified.txt +++ b/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/SchemaDomainObjectTests.LockField_should_create_events_and_update_field_locked_flag.verified.txt @@ -230,8 +230,7 @@ { Headers: { AggregateId: Guid_1--Guid_2, - EventId: Guid_3, - Timestamp: DateTimeOffset_1 + EventId: Guid_3 }, Payload: { FieldId: 1,age, diff --git a/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/SchemaDomainObjectTests.LockField_should_create_events_and_update_nested_field_locked_flag.verified.txt b/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/SchemaDomainObjectTests.LockField_should_create_events_and_update_nested_field_locked_flag.verified.txt index f47393c2b..a6cbaac5a 100644 --- a/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/SchemaDomainObjectTests.LockField_should_create_events_and_update_nested_field_locked_flag.verified.txt +++ b/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/SchemaDomainObjectTests.LockField_should_create_events_and_update_nested_field_locked_flag.verified.txt @@ -1286,8 +1286,7 @@ { Headers: { AggregateId: Guid_1--Guid_2, - EventId: Guid_3, - Timestamp: DateTimeOffset_1 + EventId: Guid_3 }, Payload: { FieldId: 2,age, diff --git a/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/SchemaDomainObjectTests.Publish_should_create_events_and_update_published_flag.verified.txt b/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/SchemaDomainObjectTests.Publish_should_create_events_and_update_published_flag.verified.txt index 106b7bea6..9df2fee96 100644 --- a/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/SchemaDomainObjectTests.Publish_should_create_events_and_update_published_flag.verified.txt +++ b/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/SchemaDomainObjectTests.Publish_should_create_events_and_update_published_flag.verified.txt @@ -24,8 +24,7 @@ { Headers: { AggregateId: Guid_1--Guid_2, - EventId: Guid_3, - Timestamp: DateTimeOffset_1 + EventId: Guid_3 }, Payload: { SchemaId: Guid_2,my-schema, diff --git a/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/SchemaDomainObjectTests.Reorder_should_create_events_and_reorder_fields.verified.txt b/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/SchemaDomainObjectTests.Reorder_should_create_events_and_reorder_fields.verified.txt index 93b79f2b2..fb8622d85 100644 --- a/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/SchemaDomainObjectTests.Reorder_should_create_events_and_reorder_fields.verified.txt +++ b/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/SchemaDomainObjectTests.Reorder_should_create_events_and_reorder_fields.verified.txt @@ -422,8 +422,7 @@ { Headers: { AggregateId: Guid_1--Guid_2, - EventId: Guid_3, - Timestamp: DateTimeOffset_1 + EventId: Guid_3 }, Payload: { FieldIds: [ diff --git a/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/SchemaDomainObjectTests.Reorder_should_create_events_and_reorder_nestedy_fields.verified.txt b/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/SchemaDomainObjectTests.Reorder_should_create_events_and_reorder_nestedy_fields.verified.txt index e7b9507d9..101f38e81 100644 --- a/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/SchemaDomainObjectTests.Reorder_should_create_events_and_reorder_nestedy_fields.verified.txt +++ b/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/SchemaDomainObjectTests.Reorder_should_create_events_and_reorder_nestedy_fields.verified.txt @@ -2330,8 +2330,7 @@ { Headers: { AggregateId: Guid_1--Guid_2, - EventId: Guid_3, - Timestamp: DateTimeOffset_1 + EventId: Guid_3 }, Payload: { FieldIds: [ diff --git a/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/SchemaDomainObjectTests.ShowField_should_create_events_and_update_field_hidden_flag.verified.txt b/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/SchemaDomainObjectTests.ShowField_should_create_events_and_update_field_hidden_flag.verified.txt index e37023ee2..b1d2fcd84 100644 --- a/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/SchemaDomainObjectTests.ShowField_should_create_events_and_update_field_hidden_flag.verified.txt +++ b/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/SchemaDomainObjectTests.ShowField_should_create_events_and_update_field_hidden_flag.verified.txt @@ -230,8 +230,7 @@ { Headers: { AggregateId: Guid_1--Guid_2, - EventId: Guid_3, - Timestamp: DateTimeOffset_1 + EventId: Guid_3 }, Payload: { FieldId: 1,age, diff --git a/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/SchemaDomainObjectTests.ShowField_should_create_events_and_update_nested_field_hidden_flag.verified.txt b/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/SchemaDomainObjectTests.ShowField_should_create_events_and_update_nested_field_hidden_flag.verified.txt index ee742bbb5..7da4bd1ef 100644 --- a/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/SchemaDomainObjectTests.ShowField_should_create_events_and_update_nested_field_hidden_flag.verified.txt +++ b/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/SchemaDomainObjectTests.ShowField_should_create_events_and_update_nested_field_hidden_flag.verified.txt @@ -1286,8 +1286,7 @@ { Headers: { AggregateId: Guid_1--Guid_2, - EventId: Guid_3, - Timestamp: DateTimeOffset_1 + EventId: Guid_3 }, Payload: { FieldId: 2,age, diff --git a/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/SchemaDomainObjectTests.Synchronize_should_create_events_and_update_schema.verified.txt b/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/SchemaDomainObjectTests.Synchronize_should_create_events_and_update_schema.verified.txt index b114f27c5..6adb7d1a2 100644 --- a/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/SchemaDomainObjectTests.Synchronize_should_create_events_and_update_schema.verified.txt +++ b/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/SchemaDomainObjectTests.Synchronize_should_create_events_and_update_schema.verified.txt @@ -25,8 +25,7 @@ { Headers: { AggregateId: Guid_1--Guid_2, - EventId: Guid_3, - Timestamp: DateTimeOffset_1 + EventId: Guid_3 }, Payload: { Name: My-Category, diff --git a/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/SchemaDomainObjectTests.Unpublish_should_create_events_and_update_published_flag.verified.txt b/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/SchemaDomainObjectTests.Unpublish_should_create_events_and_update_published_flag.verified.txt index ad50302fd..0cbd2fd20 100644 --- a/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/SchemaDomainObjectTests.Unpublish_should_create_events_and_update_published_flag.verified.txt +++ b/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/SchemaDomainObjectTests.Unpublish_should_create_events_and_update_published_flag.verified.txt @@ -24,8 +24,7 @@ { Headers: { AggregateId: Guid_1--Guid_2, - EventId: Guid_3, - Timestamp: DateTimeOffset_1 + EventId: Guid_3 }, Payload: { SchemaId: Guid_2,my-schema, diff --git a/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/SchemaDomainObjectTests.UpdateField_should_create_events_and_update_field_properties.verified.txt b/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/SchemaDomainObjectTests.UpdateField_should_create_events_and_update_field_properties.verified.txt index 5ba534d0b..e8db802b0 100644 --- a/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/SchemaDomainObjectTests.UpdateField_should_create_events_and_update_field_properties.verified.txt +++ b/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/SchemaDomainObjectTests.UpdateField_should_create_events_and_update_field_properties.verified.txt @@ -206,8 +206,7 @@ { Headers: { AggregateId: Guid_1--Guid_2, - EventId: Guid_3, - Timestamp: DateTimeOffset_1 + EventId: Guid_3 }, Payload: { Properties: { diff --git a/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/SchemaDomainObjectTests.UpdateField_should_create_events_and_update_nested_field_properties.verified.txt b/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/SchemaDomainObjectTests.UpdateField_should_create_events_and_update_nested_field_properties.verified.txt index 2f66a8026..1190d216c 100644 --- a/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/SchemaDomainObjectTests.UpdateField_should_create_events_and_update_nested_field_properties.verified.txt +++ b/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/SchemaDomainObjectTests.UpdateField_should_create_events_and_update_nested_field_properties.verified.txt @@ -1142,8 +1142,7 @@ { Headers: { AggregateId: Guid_1--Guid_2, - EventId: Guid_3, - Timestamp: DateTimeOffset_1 + EventId: Guid_3 }, Payload: { Properties: { diff --git a/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/SchemaDomainObjectTests.Update_should_create_events_and_update_schema_properties.verified.txt b/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/SchemaDomainObjectTests.Update_should_create_events_and_update_schema_properties.verified.txt index 058f413d2..d887402d5 100644 --- a/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/SchemaDomainObjectTests.Update_should_create_events_and_update_schema_properties.verified.txt +++ b/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/SchemaDomainObjectTests.Update_should_create_events_and_update_schema_properties.verified.txt @@ -25,8 +25,7 @@ { Headers: { AggregateId: Guid_1--Guid_2, - EventId: Guid_3, - Timestamp: DateTimeOffset_1 + EventId: Guid_3 }, Payload: { Properties: { diff --git a/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/TeamDomainObjectTests.ChangePlan_from_callback_should_create_events_and_update_plan.verified.txt b/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/TeamDomainObjectTests.ChangePlan_from_callback_should_create_events_and_update_plan.verified.txt index 3e00f00e1..d73e5ec6a 100644 --- a/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/TeamDomainObjectTests.ChangePlan_from_callback_should_create_events_and_update_plan.verified.txt +++ b/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/TeamDomainObjectTests.ChangePlan_from_callback_should_create_events_and_update_plan.verified.txt @@ -23,8 +23,7 @@ { Headers: { AggregateId: Guid_1, - EventId: Guid_2, - Timestamp: DateTimeOffset_1 + EventId: Guid_2 }, Payload: { PlanId: premium, diff --git a/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/TeamDomainObjectTests.ChangePlan_from_callback_should_reset_plan_for_free_plan.verified.txt b/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/TeamDomainObjectTests.ChangePlan_from_callback_should_reset_plan_for_free_plan.verified.txt index ab42d5df4..cf10ee05f 100644 --- a/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/TeamDomainObjectTests.ChangePlan_from_callback_should_reset_plan_for_free_plan.verified.txt +++ b/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/TeamDomainObjectTests.ChangePlan_from_callback_should_reset_plan_for_free_plan.verified.txt @@ -19,8 +19,7 @@ { Headers: { AggregateId: Guid_1, - EventId: Guid_2, - Timestamp: DateTimeOffset_1 + EventId: Guid_2 }, Payload: { TeamId: Guid_1, diff --git a/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/TeamDomainObjectTests.ChangePlan_should_create_events_and_update_plan.verified.txt b/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/TeamDomainObjectTests.ChangePlan_should_create_events_and_update_plan.verified.txt index 3e00f00e1..d73e5ec6a 100644 --- a/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/TeamDomainObjectTests.ChangePlan_should_create_events_and_update_plan.verified.txt +++ b/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/TeamDomainObjectTests.ChangePlan_should_create_events_and_update_plan.verified.txt @@ -23,8 +23,7 @@ { Headers: { AggregateId: Guid_1, - EventId: Guid_2, - Timestamp: DateTimeOffset_1 + EventId: Guid_2 }, Payload: { PlanId: premium, diff --git a/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/TeamDomainObjectTests.ChangePlan_should_not_call_billing_manager_for_callback.verified.txt b/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/TeamDomainObjectTests.ChangePlan_should_not_call_billing_manager_for_callback.verified.txt index 3e00f00e1..d73e5ec6a 100644 --- a/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/TeamDomainObjectTests.ChangePlan_should_not_call_billing_manager_for_callback.verified.txt +++ b/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/TeamDomainObjectTests.ChangePlan_should_not_call_billing_manager_for_callback.verified.txt @@ -23,8 +23,7 @@ { Headers: { AggregateId: Guid_1, - EventId: Guid_2, - Timestamp: DateTimeOffset_1 + EventId: Guid_2 }, Payload: { PlanId: premium, diff --git a/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/TeamDomainObjectTests.ChangePlan_should_reset_plan_for_free_plan.verified.txt b/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/TeamDomainObjectTests.ChangePlan_should_reset_plan_for_free_plan.verified.txt index ab42d5df4..cf10ee05f 100644 --- a/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/TeamDomainObjectTests.ChangePlan_should_reset_plan_for_free_plan.verified.txt +++ b/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/TeamDomainObjectTests.ChangePlan_should_reset_plan_for_free_plan.verified.txt @@ -19,8 +19,7 @@ { Headers: { AggregateId: Guid_1, - EventId: Guid_2, - Timestamp: DateTimeOffset_1 + EventId: Guid_2 }, Payload: { TeamId: Guid_1, diff --git a/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/TeamDomainObjectTests.Create_should_create_events_and_set_intitial_state.verified.txt b/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/TeamDomainObjectTests.Create_should_create_events_and_set_intitial_state.verified.txt index 58e2e85e4..59dcffe0a 100644 --- a/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/TeamDomainObjectTests.Create_should_create_events_and_set_intitial_state.verified.txt +++ b/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/TeamDomainObjectTests.Create_should_create_events_and_set_intitial_state.verified.txt @@ -19,8 +19,7 @@ { Headers: { AggregateId: Guid_1, - EventId: Guid_2, - Timestamp: DateTimeOffset_1 + EventId: Guid_2 }, Payload: { Name: My Team, @@ -32,8 +31,7 @@ { Headers: { AggregateId: Guid_1, - EventId: Guid_3, - Timestamp: DateTimeOffset_1 + EventId: Guid_3 }, Payload: { ContributorId: me, diff --git a/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/TeamDomainObjectTests.Create_should_not_assign_client_as_contributor.verified.txt b/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/TeamDomainObjectTests.Create_should_not_assign_client_as_contributor.verified.txt index 3fb9df90e..04d6fd39f 100644 --- a/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/TeamDomainObjectTests.Create_should_not_assign_client_as_contributor.verified.txt +++ b/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/TeamDomainObjectTests.Create_should_not_assign_client_as_contributor.verified.txt @@ -14,8 +14,7 @@ { Headers: { AggregateId: Guid_1, - EventId: Guid_2, - Timestamp: DateTimeOffset_1 + EventId: Guid_2 }, Payload: { Name: My Team, diff --git a/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/TeamDomainObjectTests.Update_should_create_events_and_update_label_and_description.verified.txt b/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/TeamDomainObjectTests.Update_should_create_events_and_update_label_and_description.verified.txt index feefda358..736c1712c 100644 --- a/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/TeamDomainObjectTests.Update_should_create_events_and_update_label_and_description.verified.txt +++ b/backend/tests/Squidex.Domain.Apps.Entities.Tests/Verify/TeamDomainObjectTests.Update_should_create_events_and_update_label_and_description.verified.txt @@ -19,8 +19,7 @@ { Headers: { AggregateId: Guid_1, - EventId: Guid_2, - Timestamp: DateTimeOffset_1 + EventId: Guid_2 }, Payload: { Name: Changed Name,