Skip to content

History

Revisions

  • docs: fix broken markdown tables and MongoDB arrow directions Move mid-table blockquotes (Dual-Resolution notes) after the table across 21 extension wiki pages. The blockquotes were breaking markdown table rendering, causing properties like SetupVerbosity, ExcludedHeaders, and TrackDuringSetup to not render as table rows. Also fix MongoDB-specific issues: - Move CreateIndex from Schema/Admin (no arrow) to Write (→) category - Fix GridFS annotation position: Find ← uploads.files (GridFS)

    @lemonlion lemonlion committed May 24, 2026
    f9345ab
  • docs: fix final verification findings - xUnit3: fix non-compiling Dispose pattern (override -> new) - MongoDB: fix ChangeStreamCorrelation signatures (required idSelector, CancellationToken in handler lambdas) - Component-Diagrams: fix ArrowColorMode default (ByStatus -> DependencyType), remove phantom ComponentDiagram.puml output file - Redis: clarify Hash method classification language - Event-Annotations: add missing DependencyCategory and phase-aware properties to MessageTrackerOptions table

    @lemonlion lemonlion committed May 24, 2026
    3d986ce
  • docs: fill remaining coverage gaps across wiki pages - MSTest: add Customisation Options tables and Faking Downstream Dependencies section (parity with other framework pages) - Redis: fix Hash family categorization (HashIncrement/HashDecrement/ HashExists classified as Increment/Decrement/KeyExists), add StringGetSetExpiry to tracked methods - ServiceBus: fix architecture diagram label from wrapper to subclass - Bigtable: add Other fallback operation to Supported Operations table - ReqNRoll-TUnit: add attachment capture documentation - LightBDD-TUnit: update deprecated ReportWritersConfiguration example - API-Reference: complete Scenario record with missing properties - Document CurrentTestInfo class across xUnit3, NUnit, MSTest, TUnit pages - Add TrackingDiagramOverride.StartSetup() to framework page examples

    @lemonlion lemonlion committed May 24, 2026
    1894d0d
  • docs: fix remaining audit findings across wiki pages - HTTP-Tracking-Setup: update stale IHttpClientFactory registration to IHttpMessageHandlerBuilderFilter (v3.0.21+) - xUnit3: fix broken Dispose(bool) pattern in BaseFixture example - Component-Diagrams: add missing ArrowColorMode/DependencyColors to API reference code block - PubSub: remove misleading "Tracker Only" DI section (no separate overload) - PlantUML-Browser-Rendering: fix "official CDN" claim (uses jsdelivr fork) - Tracking-Custom-Dependencies: add DependencyCategory to properties table - LightBDD-xUnit2: update deprecated ReportWritersConfiguration() example

    @lemonlion lemonlion committed May 24, 2026
    c33f857
  • docs: update database toggle docs to include collections participants

    @lemonlion lemonlion committed May 24, 2026
    793039f
  • docs: fix defaults and add missing properties across extension wiki pages - Fix MaxResponseRows/MaxResponseDocuments default from 5 to 10 (all extensions) - Fix LogSqlText default from false to true (MySql, Npgsql, Oracle, SqlClient, Sqlite) - Fix CallerName default from null to "Caller" (Npgsql) - Add AutoCorrelateWrites, ChangeFeedKeyExtractor, ChangeFeedCorrelation (CosmosDB) - Add AutoCorrelateWrites, ChangeStreamCorrelation, pipeline/GridFS annotations (MongoDB) - Fix MongoDB Update arrow direction from read-modify-write to write - Fix CosmosDB Batch operation HTTP pattern - Mark Spanner LogParameters as obsolete - Add CurrentStepTypeFetcher to Dapper config reference - Add missing config properties to MySqlConnector, Npgsql, Oracle, SqlClient - Fix Elasticsearch verbosity table response body for Detailed level - Fix Project-Templates AssertionTracking.cs contradiction

    @lemonlion lemonlion committed May 24, 2026
    296d87d
  • docs: Pattern 10 for TestWebHostDriverBase, updated matching semantics (#66, #67, #68)

    @lemonlion lemonlion committed May 22, 2026
    0fd0fa3
  • docs: v3.0.21 EndsWith matching for ClientNamesToServiceNames (#65)

    @lemonlion lemonlion committed May 22, 2026
    d3a2f05
  • docs: v3.0.21 - TrackDependenciesForDiagrams uses filter, ClientNamesToServiceNames contains matching (#65)

    @lemonlion lemonlion committed May 22, 2026
    eb02abc
  • docs: update for v3.0.20 fixes (idempotent AddTestTrackingContextPropagation, both-header guard note)

    @lemonlion lemonlion committed May 22, 2026
    8e94447
  • docs: update for v3.0.19 - InnerHandler lazy init, context propagation middleware, Refit Pattern 9

    @lemonlion lemonlion committed May 22, 2026
    4ed142a
  • Updated Demo (markdown)

    @lemonlion lemonlion committed May 17, 2026
    7604d8f
  • Updated Demo (markdown)

    @lemonlion lemonlion committed May 17, 2026
    bccde37
  • docs: replace What's New in 2.0 with Demo page linking to BreakfastProvider

    @lemonlion lemonlion committed May 17, 2026
    1cd2931
  • Updated Assertion Tracking (markdown)

    @lemonlion lemonlion committed May 17, 2026
    18331ac
  • 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

    @lemonlion lemonlion committed May 17, 2026
    a8b22b4
  • Update database extension docs: fix verbosity tables, add response payload sections - EF Core: fix verbosity table (response was 'None', now shows actual behavior) - EF Core: add Response Payload Capture section with tuning example - CosmosDB: fix Summarised response body (was 'None', now 'Full JSON') - Spanner: add response content to verbosity levels, add Response Payload Capture section - MongoDB: add Response Payload Capture section - Dapper: add Response Payload Capture section with tuning example

    @lemonlion lemonlion committed May 17, 2026
    f9e255e
  • docs: LogResponseContent works at all verbosity levels for MongoDB, Dapper, Spanner (v2.37.3) - MongoDB: updated verbosity table and LogResponseContent description - Dapper: updated LogResponseContent description - Spanner: added LogResponseContent, MaxResponseRows, ResponseDetail to options table

    @lemonlion lemonlion committed May 17, 2026
    bed085e
  • docs: LogResponseContent works at all verbosity levels (v2.37.2) - Added LogResponseContent to CosmosDB options table - Updated all SQL/Cosmos extension pages to note response content is included at all verbosity levels, not just Detailed/Raw

    @lemonlion lemonlion committed May 16, 2026
    a802314
  • docs: document v2.37.0 database response payload capture and wrapping alternatives

    @lemonlion lemonlion committed May 16, 2026
    4882c8d
  • docs: add Parallel-Safe Background Correlation page and cross-references

    @lemonlion lemonlion committed May 15, 2026
    16798af
  • docs: add database visibility toggle documentation

    @lemonlion lemonlion committed May 14, 2026
    d4410e0
  • docs: add SkipIf/SkipReason section, update Background Steps, config, assertion sub-steps

    @lemonlion lemonlion committed May 14, 2026
    7bf5267
  • docs: document automatic test identity propagation through messaging extensions (v2.34.0)

    @lemonlion lemonlion committed May 13, 2026
    ec5afda
  • docs: document automatic attachment file copying

    @lemonlion lemonlion committed May 11, 2026
    c981260
  • docs: add Background Steps and File Attachments documentation

    @lemonlion lemonlion committed May 11, 2026
    7856da4
  • docs: remove LightBDD Tabular Parameters references from InsertTestDelimiter tips TabularAttributes is a superset of LightBDD's Tabular Parameters, so references to Tabular Parameters are removed. Tips now only mention TabularAttributes.

    @lemonlion lemonlion committed May 10, 2026
    f509e60
  • docs: fix overhead description - framework lifecycle, not HTTP pipeline

    @lemonlion lemonlion committed May 10, 2026
    a08d0b5
  • docs: clarify per-test overhead even with shared factory

    @lemonlion lemonlion committed May 10, 2026
    56f410a
  • docs: update performance wording in Tabular Attributes

    @lemonlion lemonlion committed May 10, 2026
    b4b2877