Skip to content

Fix selected database hardening issues - #3860

Merged
Widthdom merged 11 commits into
mainfrom
codex/fix-3832-3812-3732-3810-3717-3737
Jun 20, 2026
Merged

Fix selected database hardening issues#3860
Widthdom merged 11 commits into
mainfrom
codex/fix-3832-3812-3732-3810-3717-3737

Conversation

@Widthdom

@Widthdom Widthdom commented Jun 20, 2026

Copy link
Copy Markdown
Owner

Summary

Issues

Fixes #3810
Fixes #3717
Fixes #3832
Fixes #3812
Fixes #3732
Fixes #3737
Fixes #3859

Validation

  • Passed: dotnet run --project tools/CodeIndex.Changelog -- check (Validated 86 changelog fragment(s).).
  • Passed: dotnet test tests/CodeIndex.Tests/CodeIndex.Tests.csproj --configuration Release --framework net8.0 --filter "FullyQualifiedName~Run_RestoreRollbackFailurePreservesPrimaryFailure_Issue3514|FullyQualifiedName~Run_RestoreRejectsSymlinkedCheckpointSidecar_Issue3812|FullyQualifiedName~RunStatus_JsonOutput_MatchesGolden".
  • Passed: dotnet test tests/CodeIndex.Tests/CodeIndex.Tests.csproj --configuration Release --framework net9.0 --filter "FullyQualifiedName~Run_RestoreRollbackFailurePreservesPrimaryFailure_Issue3514|FullyQualifiedName~Run_RestoreRejectsSymlinkedCheckpointSidecar_Issue3812|FullyQualifiedName~RunStatus_JsonOutput_MatchesGolden".
  • Passed: dotnet build tests/CodeIndex.Tests/CodeIndex.Tests.csproj --configuration Release --framework net8.0.
  • Passed: dotnet build tests/CodeIndex.Tests/CodeIndex.Tests.csproj --configuration Release --framework net9.0.
  • Passed: dotnet test tests/CodeIndex.Tests/CodeIndex.Tests.csproj --configuration Release --framework net8.0 --no-build --filter FullyQualifiedName~ToolsCall_StatusUpdateCheck_UsesRequestCancellationToken_Issue3658.
  • Passed: dotnet test tests/CodeIndex.Tests/CodeIndex.Tests.csproj --configuration Release --framework net9.0 --no-build --filter FullyQualifiedName~ToolsCall_StatusUpdateCheck_UsesRequestCancellationToken_Issue3658.
  • Passed: dotnet build src/CodeIndex/CodeIndex.csproj --configuration Debug --framework net8.0.
  • Passed: dotnet ./src/CodeIndex/bin/Debug/net8.0/cdidx.dll index . --json.
  • Passed: dotnet ./src/CodeIndex/bin/Debug/net8.0/cdidx.dll status --check --json (index_matches_workspace: true).
  • Codex adversarial review completed for the original issue scope and Build fails on main due duplicate requestToken declaration in MCP status handler #3859; latest narrow CI-fix review was attempted but blocked by Codex CLI usage limits before producing findings.

@Widthdom
Widthdom marked this pull request as ready for review June 20, 2026 18:27
@Widthdom
Widthdom merged commit 9abcc6a into main Jun 20, 2026
10 checks passed
@Widthdom
Widthdom deleted the codex/fix-3832-3812-3732-3810-3717-3737 branch June 21, 2026 13:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment