docs: complete rebrand TestTrackingDiagrams → Kronikol (v3.0.0)
- All TestTrackingDiagrams references → Kronikol
- All TTD abbreviations → Kronikol
- X-TTD-TestName/X-TTD-TestId → test-tracking-current-test-name/test-tracking-current-test-id
- ttd- prefixed headers → kronikol-
- TTD_ env vars → KRONIKOL_
- Updated all code examples, API references, and guides
Add Filtering and Redacting Diagram Content page, How-To Guides, FAQ, and cross-links
- New page: Filtering-and-Redacting-Diagram-Content.md (intent-based recipes for wide diagrams, sensitive data, hash-based token shortening, setup noise, custom large content)
- New page: How-To-Guides.md (task-oriented index with question headings)
- New page: FAQ.md (short inline answers to common questions)
- Updated _Sidebar.md: Added Common Tasks section with links to new pages
- Updated Home.md: Added Common Tasks section prominently above Contents
- Updated Content-Formatting.md: Added callout at top pointing to recipes page
- Updated Excluded-Headers.md: Added Related section with cross-links
- Updated Large-Response-and-Diagram-Handling.md: Added note distinguishing splitting from content redaction
- Updated Report-Configuration.md: Added cross-links on ExcludedHeaders, PostProcessor, MidProcessor
docs: v2.28.13 - comprehensive documentation improvements
New pages:
- Background Thread Correlation: TestIdentityScope, ActiveTestTracker, Unknown entries, LazyHttpContextAccessor
- Service Bus Tracking Patterns: MessageTracker setup, BeforePublish/AfterPublish bridging, atomic tracking, dual-caller attribution
Updated pages:
- HTTP Tracking Setup: handler pipeline ordering, PrimaryHandler vs AdditionalHandlers, CreateTestTrackingClient behaviour, IHttpContextAccessor timing
- Diagnostics and Debugging: 8 new troubleshooting entries (empty reports, Unknown entries, Service Bus, function triggers, CosmosDB, service names)
- Quick Start (xUnit): TestContexts.Enqueue warning for custom fixtures
- Integration CosmosDB Extension: fault injection code example, background thread correlation link
- What's New in 2.0: upgrading from 2.27.x to 2.28.x migration guide
- Tracking Custom Dependencies: interface-based blob tracking with auto-resolving LogPair
- Multi-Host Test Architectures: consistent test identity, HttpContextAccessor wiring order, initialization order
- Home and Sidebar: links to new pages
docs: add Tracking Custom Dependencies cross-links to all extension pages and Home
Each extension page now has a callout note directing users to
Tracking Custom Dependencies when their code uses a shared library,
wrapper, or abstraction that prevents the extension from intercepting
SDK calls. Messaging extensions also cross-link to MassTransit where
relevant. Home.md now lists Tracking Custom Dependencies in the
contents for better top-level discoverability.
Remove all Mermaid references - Mermaid support has been removed
docs: Add Internal Flow Tracking, Inline SVG Rendering, and OpenTelemetry Extension pages; update sidebar, home, report config, API reference
docs: Add PlantUML Browser Rendering page, update sidebar, home, report config, generated reports, API reference
docs: Add Redis extension documentation
- New page: Integration-Redis-Extension.md
- Updated _Sidebar.md, Home.md with Redis extension links
- Updated API-Reference.md with Redis extension classes
- Updated Tracking-Dependencies.md with Redis callout
- Updated Framework-Integration-Guides.md with Redis section
docs: Add CI Artifact Upload page, update sidebar, home, report config, generated reports, API reference
docs: Add CI Summary Integration page, update sidebar, home, report config, generated reports, API reference
docs: Add Mermaid Output page, update sidebar, home, and report configuration
docs: add component diagrams wiki page and update sidebar, home, report config, API reference
docs: add EF Core Relational Extension to wiki
- New page: Integration-EF-Core-Relational-Extension.md (full guide)
- Home.md: added to Contents list
- _Sidebar.md: added under Extensions section
- Framework-Integration-Guides.md: added extension summary
- API-Reference.md: added type reference table
- HTTP-Tracking-Setup.md: added to Non-HttpClient Dependencies
- Tracking-Dependencies.md: added callout alongside CosmosDB note
Add PlantUML IKVM local rendering documentation
Add CosmosDB Extension documentation and update all affected pages
docs: add DiagramFocus (field highlighting) documentation
- Content-Formatting.md: comprehensive DiagramFocus section with usage,
emphasis/de-emphasis modes, global config, examples (bold, colored,
hidden, nested objects, case-insensitive matching), tips
- Updated DiagramsFetcherOptions table with FocusEmphasis/FocusDeEmphasis
- Updated formatting pipeline to show DiagramFocus stage
- Report-Configuration.md: added FocusEmphasis/FocusDeEmphasis to table
- API-Reference.md: added DiagramFocus, FocusEmphasis, FocusDeEmphasis,
JsonFocusFormatter entries
- Diagram-Customisation.md: cross-reference to Content Formatting
- Sidebar and Home: added DiagramFocus sub-link
docs: clarify HTTP tracking vs MessageTracker for dependency faking
- Add 'Faking Dependencies' section to Tracking-Dependencies with WireMock,
JustEat HttpClient Interception, and in-memory fake API examples
- Add anti-pattern warning, visual comparison, and decision guide to Event-Annotations
- Add 'Faking Downstream Dependencies' section to all integration pages
- Update Home and Sidebar navigation
Fix Home.md rendering: replace wiki links with plain markdown links
Add full documentation wiki pages