Skip to content

(feat): Add ListPendingJobProposals and ApproveJobProposalByID to the GQL SDK Client#21643

Merged
justinkaseman merged 2 commits intodevelopfrom
feat/accept-jobs
Mar 23, 2026
Merged

(feat): Add ListPendingJobProposals and ApproveJobProposalByID to the GQL SDK Client#21643
justinkaseman merged 2 commits intodevelopfrom
feat/accept-jobs

Conversation

@justinkaseman
Copy link
Contributor

No description provided.

@github-actions
Copy link
Contributor

👋 justinkaseman, thanks for creating this pull request!

To help reviewers, please consider creating future PRs as drafts first. This allows you to self-review and make any final changes before notifying the team.

Once you're ready, you can mark it as "Ready for review" to request feedback. Thanks!

@github-actions
Copy link
Contributor

github-actions bot commented Mar 23, 2026

CORA - Pending Reviewers

All codeowners have approved! ✅

Legend: ✅ Approved | ❌ Changes Requested | 💬 Commented | 🚫 Dismissed | ⏳ Pending | ❓ Unknown

For more details, see the full review summary.

@github-actions
Copy link
Contributor

github-actions bot commented Mar 23, 2026

✅ No conflicts with other open PRs targeting develop

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Risk Rating: MEDIUM — adds new public SDK surface area and introduces derived behavior (cross-manager filtering + approval-by-proposal-id) that callers may rely on.

Adds convenience methods to the GQL SDK client for enumerating job proposals whose latest spec is pending and for approving a job proposal by proposal ID.

Changes:

  • Add PendingJobProposal type to the SDK client types.
  • Extend the Client interface + implementation with ListPendingJobProposals and ApproveJobProposalByID.
  • Expand SDK README with structure/prerequisites/usage guidance; add a changeset entry.

Reviewed changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated 4 comments.

File Description
deployment/environment/web/sdk/client/types.go Introduces PendingJobProposal DTO for pending proposal listings.
deployment/environment/web/sdk/client/client.go Adds two new client methods and updates the Client interface.
deployment/environment/web/sdk/README.md Documents SDK structure, prerequisites, extension guidance, and usage pointers.
.changeset/bright-pens-glow.md Declares a patch-level changeset for the SDK addition.

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 4 out of 4 changed files in this pull request and generated 2 comments.

@trunk-io
Copy link

trunk-io bot commented Mar 23, 2026

Static BadgeStatic BadgeStatic BadgeStatic Badge

View Full Report ↗︎Docs

@cl-sonarqube-production
Copy link

@justinkaseman justinkaseman requested a review from bolekk March 23, 2026 19:25
@justinkaseman justinkaseman added this pull request to the merge queue Mar 23, 2026
Merged via the queue into develop with commit e034db3 Mar 23, 2026
224 of 225 checks passed
@justinkaseman justinkaseman deleted the feat/accept-jobs branch March 23, 2026 20:24
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.

5 participants