feat(gocd): add read-only pipeline and stage tools - #1570
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Dashboard visual evidenceNo matching dashboard scenarios for this diff. |
Add @sentry/junior-gocd as a host-agnostic read-only GoCD package. Tools call through ctx.egress.fetch. Hosts supply base URL and either static bearer apiHeaders or grantForEgress/issueCredential hooks. Keep Sentry deploy topology and IAP defaults out of the OSS package. Co-Authored-By: Joshua Li <joshua.li@sentry.io>
sentry-junior
Bot
force-pushed
the
feat/gocd-api-access
branch
from
August 14, 2026 19:40
9e14cdf to
c8b9f07
Compare
joshuarli
marked this pull request as ready for review
August 14, 2026 19:46
NicoHinderling
force-pushed
the
feat/gocd-api-access
branch
from
August 20, 2026 17:52
8309540 to
c8b9f07
Compare
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
There are 2 total unresolved issues (including 1 from previous review).
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit c8b9f07. Configure here.
dcramer
approved these changes
Aug 28, 2026
Co-Authored-By: David Cramer <david@sentry.io>
Co-Authored-By: David Cramer <david@sentry.io>
Co-Authored-By: David Cramer <david@sentry.io>
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.

Adds
@sentry/junior-gocdwith read-only tools for pipeline history and stage results.The app supplies one HTTPS GoCD base URL and either a read-only API token or credential hooks. The package has no settings for a specific GoCD deployment.
The tools use the GoCD 25.2.0 API:
GET /go/api/pipelines/:name/historyGET /go/api/stages/:pipeline_name/:stage_name/instance/:pipeline_counter/:stage_counterpage_sizeto 10 through 100Sentry-specific Google IAP setup remains in
junior-prod#317.Requested by David Cramer.
--
View Junior Session [Sentry]