Skip to content

#411: remove HttpChainDescriptor pipeline-introspection fields (2.6.1)#412

Merged
jeremydmiller merged 1 commit into
feat/409-dynamic-tenancy-admin-surfacefrom
feat/411-remove-pipeline-introspection
Jun 2, 2026
Merged

#411: remove HttpChainDescriptor pipeline-introspection fields (2.6.1)#412
jeremydmiller merged 1 commit into
feat/409-dynamic-tenancy-admin-surfacefrom
feat/411-remove-pipeline-introspection

Conversation

@jeremydmiller

Copy link
Copy Markdown
Member

Closes #411. Removes pipeline-introspection fields from the HTTP descriptors that existed only to mirror data for CritterWatch — the same operator-facing pipeline information is available on demand via the chain's generated source code (RequestHandlerSourceCode in Wolverine.CritterWatch; the generated C# is the compiled pipeline), so the descriptor copies were redundant payload (~30–50 KB compressed for a ~163-endpoint topology, plus equivalent savings in every persisted ServiceSummary row downstream).

Fix-version bump: 2.6.0 → 2.6.1. Public-type change, landing in the 2.x rc window per the issue.

Stacked on #410 (2.6.0 / #409). Base is feat/409-dynamic-tenancy-admin-surface; GitHub will auto-retarget this to main when #410 merges. Diff here is the single #411 commit.

Removed

  • HttpChainDescriptor.Middleware
  • HttpChainDescriptor.Postprocessors
  • HttpChainDescriptor.ServiceDependencies
  • MiddlewareStepDescriptor (no remaining consumers; NamespacePrefixDescriptor and ApiVersionDescriptor in the same file are retained)
  • HttpGraphUsage.MiddlewareTypes (graph-level, for API consistency)

Verification

  • Solution builds clean (confirms no in-repo consumers of the removed members).
  • CoreTests: 447/447 on net9.0 and net10.0.

Downstream (separate repos, coordinated after this ships)

  • Wolverine drops the descriptor population in HttpGraphUsageSource.cs (describeFrames / readServiceDependencies helpers + lines 188/190/191).
  • CritterWatch removes its HttpChainDetailPage Pipeline tab and regens TS messages + tooltips.

🤖 Generated with Claude Code

…lds (2.6.1)

These descriptor fields existed only to mirror pipeline information for CritterWatch,
but the same operator-facing data is available on demand via the chain's generated
source code (RequestHandlerSourceCode in Wolverine.CritterWatch) — the generated C#
IS the compiled pipeline — so the descriptor copies were redundant payload (~30-50 KB
compressed for a ~163-endpoint topology, plus equivalent savings in every persisted
ServiceSummary row downstream).

Removed (public-type change; landing in the 2.x rc window):
- HttpChainDescriptor.Middleware
- HttpChainDescriptor.Postprocessors
- HttpChainDescriptor.ServiceDependencies
- MiddlewareStepDescriptor (no remaining consumers; NamespacePrefixDescriptor and
  ApiVersionDescriptor in the same file are retained)
- HttpGraphUsage.MiddlewareTypes (graph-level, for API consistency)

Solution builds clean; CoreTests 447/447 on net9.0 and net10.0.

Downstream (separate repos): Wolverine drops the descriptor population in
HttpGraphUsageSource.cs (describeFrames / readServiceDependencies); CritterWatch
removes its HttpChainDetailPage Pipeline tab + regens TS messages.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@jeremydmiller jeremydmiller merged commit 22efbad into feat/409-dynamic-tenancy-admin-surface Jun 2, 2026
jeremydmiller added a commit that referenced this pull request Jun 2, 2026
PRs #412 (#411) and #414 (#413) merged into their stacked PR bases rather than
main, so main carried #409 (2.6.x) but was missing #411's removals and #413's
Task<string> auto-assign change. This brings both onto main as a single
consolidated 2.8.0 release (supersedes the interim 2.6.0/2.6.1/2.7.0 bumps).

- #411: removed HttpChainDescriptor.Middleware/Postprocessors/ServiceDependencies,
  the MiddlewareStepDescriptor type, and graph-level HttpGraphUsage.MiddlewareTypes.
- #413: IDynamicTenantSource<T>.AddTenantAsync(tenantId, CancellationToken) now
  returns Task<string> (resolved database id / partition suffix); admin extensions
  surface it.

Version set to 2.8.0. CoreTests green on net9.0 and net10.0; solution builds clean.

Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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