docs(sdk): add Go SDK documentation and CI job (3/4)#11
Open
rhuss wants to merge 4 commits into
Open
Conversation
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
rhuss
force-pushed
the
go-sdk-2-auth-fakes
branch
from
July 11, 2026 10:50
ce2b841 to
798a017
Compare
rhuss
force-pushed
the
go-sdk-2-auth-fakes
branch
from
July 11, 2026 10:58
798a017 to
8ec90d2
Compare
rhuss
force-pushed
the
go-sdk-2-auth-fakes
branch
from
July 11, 2026 11:05
8ec90d2 to
b5db057
Compare
rhuss
force-pushed
the
go-sdk-2-auth-fakes
branch
from
July 11, 2026 11:11
b5db057 to
edbf3ed
Compare
Add Fern MDX documentation pages (getting-started, architecture, error-handling, authentication), wire into docs navigation, create go:proto mise task, and add Go job to branch-checks CI workflow. Part 3 of 4 for issue NVIDIA#2044. Assisted-By: 🤖 Claude Code Signed-off-by: Roland Huß <rhuss@redhat.com>
Applied fixes from bot review comments: - Comments #3563986610-3563986676: fix SPDX copyright year to 2025-2026 - Comment #3563988719: use sb.Status.Phase instead of sb.Status - Comment #3563988730: fix Create API to use (name, spec, labels) signature - Comment #3563988737: fix Exec.Run to use []string command and cast Stdout - Comment #3563988745: fix StaticToken import to v1 package - Comment #3563988756: fix OIDC refresh description accuracy - Comment #3564030817: fix oidc import path in auth docs Assisted-By: 🤖 Claude Code Signed-off-by: Roland Huß <rhuss@redhat.com>
rhuss
added a commit
that referenced
this pull request
Jul 11, 2026
Lower the minimum Go version to 1.24.0, matching PR #9. Assisted-By: 🤖 Claude Code
rhuss
added a commit
that referenced
this pull request
Jul 11, 2026
Lower the minimum Go version to 1.24.0, matching PR #9. Assisted-By: 🤖 Claude Code
Lower the minimum Go version to 1.24.0, matching PR #9. Assisted-By: 🤖 Claude Code
rhuss
force-pushed
the
go-sdk-2-auth-fakes
branch
from
July 11, 2026 13:28
552e801 to
db75560
Compare
Applied fixes from bot review comments: - Comment #3564062168: fix TLS field names (InsecureSkipVerify->Insecure, CACertFile->CAFile) - Comment #3564062197: fix error code constant names (NotFound->ErrorNotFound, etc.) - Comment #3564062212: fix retry field name (Backoff->InitialWait) in error-handling - Comment #3564062234: fix retry field name (Backoff->InitialWait) in getting-started - Comment #3564062266: fix error codes table (remove Unauthenticated, add missing codes) - Comment #3564062301: add missing Config() accessor to sub-clients table - Comment #3564256837: update Go version requirement from 1.25 to 1.24 Assisted-By: 🤖 Claude Code
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
Add Fern MDX documentation and Go CI job for the SDK.
Part 3 of 4 for #2044. Depends on PR 2 (auth/fakes).
What's Included
docs/sdks/go/docs/index.ymlbranch-checks.yml(lint, build, test, proto check)tasks/go.tomlwithgo:proto,go:lint,go:build,go:test7 files