Resolve merge conflict for RavenDb CI PR#2564
Merged
jeremydmiller merged 5 commits intoJasperFx:feature/2558-ravendb-cifrom Apr 22, 2026
Merged
Resolve merge conflict for RavenDb CI PR#2564jeremydmiller merged 5 commits intoJasperFx:feature/2558-ravendb-cifrom
jeremydmiller merged 5 commits intoJasperFx:feature/2558-ravendb-cifrom
Conversation
Extends the existing Wolverine.Grpc package (previously only gRPC service hosting support) with a proto-based message transport that enables service-to-service Wolverine messaging over gRPC. Ships an embedded Kestrel HTTP/2 listener, a GrpcChannel-backed sender, and configuration extensions (ListenAtGrpcPort, ToGrpcEndpoint). All 22 transport compliance tests pass. Adds a CIGrpc Nuke target, a dedicated GitHub Actions workflow, and pulls Wolverine.Grpc into the NuGet Pack target. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Add gRPC message transport to Wolverine.Grpc
Sweeps Wolverine's guide for the main landing points of four topics that now have canonical homes elsewhere in the Critter Stack, and adds deep-links so readers can find the authoritative reference instead of bouncing through GitHub. - docs/guide/command-line.md — intro info box pointing at shared-libs.jasperfx.net/cli for the JasperFx command-line library (writing commands, arguments/flags, environment checks). Keeps this page focused on the Wolverine-specific surface. - docs/guide/codegen.md — intro info box pointing at shared-libs.jasperfx.net/codegen (frames, variables, MethodCall, generated types, codegen CLI). Also links the `codegen` CLI reference inline next to the existing "commands are from JasperFx.CodeGeneration.Commands" tip, and adds a one-line pointer under the "Using CritterStackDefaults" heading to shared-libs.jasperfx.net/configuration/critter-stack-defaults. - docs/guide/handlers/middleware.md — "Custom Code Generation" section now links shared-libs.jasperfx.net/codegen for the Frame / Variable / MethodCall model in depth rather than leaving users to grep source. - docs/guide/durability/managing.md — per-command Weasel CLI refs (db-apply / db-assert / db-patch / db-dump / db-list) added as an info box next to the existing `dotnet run -- db-apply` snippet. Also fixes the Weasel.CommandLine footnote to point at the /cli/ landing instead of the weasel root. - docs/guide/durability/efcore/migrations.md — adds a "for the finer-grained Weasel commands see the Weasel CLI reference" pointer under the CLI commands section. No content was moved or duplicated — these are purely outbound references so readers know where the canonical docs live. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
…r-stack docs: cross-link shared-libs.jasperfx.net and weasel.jasperfx.net
4 tasks
This was referenced Apr 23, 2026
Closed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
mainintofeature/2558-ravendb-cibuild/CITargets.csconflict by keeping bothCIRavenDband the newCIGrpctargetThis is intended to unblock #2561, which is currently not mergeable because it is behind
mainand conflicts inbuild/CITargets.cs.Verification
dotnet build build/build.csproj --nologopasses locally with existing package/nullability warnings.