Skip to content

Rename RestartExecutionsWithoutMessages to RestartExecutions#185

Merged
stidsborg merged 1 commit into
mainfrom
rename-restart-executions
Jul 5, 2026
Merged

Rename RestartExecutionsWithoutMessages to RestartExecutions#185
stidsborg merged 1 commit into
mainfrom
rename-restart-executions

Conversation

@stidsborg

Copy link
Copy Markdown
Owner

Renames the IFunctionStore method RestartExecutionsWithoutMessages to RestartExecutions across the codebase.

What changed

  • IFunctionStore.RestartExecutionsWithoutMessagesRestartExecutions, along with:
    • InMemoryFunctionStore and the PostgreSQL / MariaDB / SqlServer store implementations
    • Callers in FlowsManager and PostponedWatchdog
    • Store test suites and the sample CrashableFunctionStore

Pure rename — no behavioural change. The store method now matches the existing SqlGenerator.RestartExecutions helper it delegates to. No collision with FlowsManager.RestartExecutions(IEnumerable<StoredMessages>) (different type/signature).

Verification

  • dotnet build Cleipnir.ResilientFunctions.sln — succeeds, 0 warnings, 0 errors.

🤖 Generated with Claude Code

@stidsborg stidsborg merged commit 968d3c1 into main Jul 5, 2026
7 of 8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant