Skip to content

Commit

Permalink
Updated Cleipnir.ResilientFunctions to the latest commit
Browse files Browse the repository at this point in the history
  • Loading branch information
stidsborg committed Aug 31, 2024
1 parent 06d9047 commit 423a625
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cleipnir.ResilientFunctions
Submodule Cleipnir.ResilientFunctions updated 20 files
+1 −0 Core/Cleipnir.ResilientFunctions.Tests/InMemoryTests/LeaseUpdaterTests/LeaseUpdaterTestFunctionStore.cs
+0 −1 Core/Cleipnir.ResilientFunctions.Tests/TestTemplates/StoreCrudTests.cs
+1 −0 Core/Cleipnir.ResilientFunctions.Tests/TestTemplates/WatchDogsTests/CrashableFunctionStore.cs
+1 −0 Core/Cleipnir.ResilientFunctions/Storage/IFunctionStore.cs
+8 −0 Core/Cleipnir.ResilientFunctions/Storage/IMigrator.cs
+2 −0 Core/Cleipnir.ResilientFunctions/Storage/InMemoryFunctionStore.cs
+8 −0 Core/Cleipnir.ResilientFunctions/Storage/InMemoryMigrator.cs
+2 −1 Samples/Sample.ConsoleApp/Utils/CrashableFunctionStore.cs
+8 −0 Stores/MySQL/Cleipnir.ResilientFunctions.MySQL/MySqlFunctionStore.cs
+104 −0 Stores/MySQL/Cleipnir.ResilientFunctions.MySQL/MySqlMigrator.cs
+12 −21 Stores/PostgreSQL/Cleipnir.ResilientFunctions.PostgreSQL/PostgreSqlCorrelationStore.cs
+8 −17 Stores/PostgreSQL/Cleipnir.ResilientFunctions.PostgreSQL/PostgreSqlEffectsStore.cs
+14 −6 Stores/PostgreSQL/Cleipnir.ResilientFunctions.PostgreSQL/PostgreSqlFunctionStore.cs
+3 −10 Stores/PostgreSQL/Cleipnir.ResilientFunctions.PostgreSQL/PostgreSqlMessageStore.cs
+107 −0 Stores/PostgreSQL/Cleipnir.ResilientFunctions.PostgreSQL/PostgreSqlMigrator.cs
+8 −17 Stores/PostgreSQL/Cleipnir.ResilientFunctions.PostgreSQL/PostgreSqlStatesStore.cs
+3 −10 Stores/PostgreSQL/Cleipnir.ResilientFunctions.PostgreSQL/PostgreSqlTimeoutStore.cs
+21 −30 Stores/PostgreSQL/Cleipnir.ResilientFunctions.PostgreSQL/PostgresSqlUnderlyingRegister.cs
+8 −0 Stores/SqlServer/Cleipnir.ResilientFunctions.SqlServer/SqlServerFunctionStore.cs
+105 −0 Stores/SqlServer/Cleipnir.ResilientFunctions.SqlServer/SqlServerMigrator.cs

0 comments on commit 423a625

Please sign in to comment.