Standalone Nexus support#339
Open
stephanos wants to merge 12 commits into
Open
Conversation
d0b8597 to
6ddd638
Compare
stephanos
commented
Apr 28, 2026
| } | ||
| } | ||
| } | ||
| } |
Collaborator
Author
There was a problem hiding this comment.
The endpoint isn't available at the time the testInput is created and we therefore have to patch it here. We could change the test input to come from a closure and pass in the endpoint there; but not sure that's worth it.
6ddd638 to
94548e5
Compare
94548e5 to
213691f
Compare
bab944d to
c860e41
Compare
145a039 to
b1ee98e
Compare
a3d7a75 to
bc3f266
Compare
63ef2e0 to
10bd1a6
Compare
bc3f266 to
d2cd37c
Compare
10bd1a6 to
53dab88
Compare
cd60bd2 to
47475ae
Compare
53dab88 to
5d4d0dd
Compare
47475ae to
9c43257
Compare
5d4d0dd to
7aeffca
Compare
9c43257 to
1bd6851
Compare
7aeffca to
fcd36ea
Compare
1bd6851 to
83b747e
Compare
d0865d3 to
b313d6c
Compare
6e43725 to
393a56c
Compare
stephanos
commented
May 28, 2026
| # Ignore Gradle project-specific cache directory | ||
| .gradle | ||
| .devserver/ | ||
| .devserver.lock |
S15
approved these changes
May 29, 2026
| go.opentelemetry.io/otel/trace v1.39.0/go.mod h1:88w4/PnZSazkGzz/w84VHpQafiU4EtqqlVdxWy+rNOA= | ||
| go.temporal.io/api v1.62.11 h1:MWDaooDvOJCIRb1atqeZX2ErDPNTsNc3/mMEVEvvaVU= | ||
| go.temporal.io/api v1.62.11/go.mod h1:iaxoP/9OXMJcQkETTECfwYq4cw/bj4nwov8b3ZLVnXM= | ||
| go.temporal.io/api v1.62.12 h1:627rVnItegQmrszg1bH4vfyc/1uNo5qCereCNkvZefw= |
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.
What was changed
Add support for testing Standalone Nexus.