Skip to content

Fix DB URI display and stable output paths - #3318

Merged
Widthdom merged 6 commits into
mainfrom
fix-issue3221-3148-3147-3138-3175-3125
Jun 6, 2026
Merged

Fix DB URI display and stable output paths#3318
Widthdom merged 6 commits into
mainfrom
fix-issue3221-3148-3147-3138-3175-3125

Conversation

@Widthdom

@Widthdom Widthdom commented Jun 6, 2026

Copy link
Copy Markdown
Owner

Summary

  • Preserve SQLite file: URI display values for cdidx db and cdidx diff reports.
  • Normalize report --db file:... before schema collection and stabilize report bundle output paths.
  • Stabilize export archive / ctags output paths and treat import WAL/SHM cleanup as best-effort after DB replacement.
  • Keep DB path metadata probes best-effort for expected filesystem and path exceptions.

Validation

  • dotnet build
  • dotnet test tests/CodeIndex.Tests/CodeIndex.Tests.csproj --filter "FullyQualifiedName~DbCommandRunnerTests"
  • dotnet test tests/CodeIndex.Tests/CodeIndex.Tests.csproj --filter "FullyQualifiedName~DiffCommandRunnerTests"
  • dotnet test tests/CodeIndex.Tests/CodeIndex.Tests.csproj --filter "FullyQualifiedName~ReportCommandRunnerTests"
  • dotnet test tests/CodeIndex.Tests/CodeIndex.Tests.csproj --filter "FullyQualifiedName~ExportImportCommandRunnerTests"
  • dotnet test tests/CodeIndex.Tests/CodeIndex.Tests.csproj --filter "FullyQualifiedName~DbPathResolverTests"
  • dotnet test
  • dotnet run --project tools/CodeIndex.Changelog -- check
  • dotnet format CodeIndex.sln --verify-no-changes
  • git diff --check origin/main..HEAD
  • dotnet ./src/CodeIndex/bin/Debug/net8.0/cdidx.dll status --check --json
  • Adversarial review of origin/main..HEAD: No blocking/actionable issues found.

Changelog

  • changelog.d/unreleased/3221.fixed.md
  • changelog.d/unreleased/3148.fixed.md
  • changelog.d/unreleased/3147.fixed.md
  • changelog.d/unreleased/3138.fixed.md
  • changelog.d/unreleased/3125.fixed.md
  • changelog.d/unreleased/3175.fixed.md

Follow-up Candidates

None.

Fixes #3221
Fixes #3148
Fixes #3147
Fixes #3138
Fixes #3175
Fixes #3125

@Widthdom
Widthdom marked this pull request as ready for review June 6, 2026 02:59
@Widthdom
Widthdom merged commit 28808b2 into main Jun 6, 2026
10 checks passed
@Widthdom
Widthdom deleted the fix-issue3221-3148-3147-3138-3175-3125 branch June 6, 2026 18:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment