mirror of
https://github.com/rudrankriyam/App-Store-Connect-CLI.git
synced 2026-04-25 15:45:48 +03:00
[PR #632] [MERGED] coverage: add missing builds/TestFlight relationship endpoints #664
Labels
No labels
bug
bug
documentation
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/App-Store-Connect-CLI#664
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/rudrankriyam/App-Store-Connect-CLI/pull/632
Author: @rudrankriyam
Created: 2/18/2026
Status: ✅ Merged
Merged: 2/18/2026
Merged by: @rudrankriyam
Base:
main← Head:cursor/issue-621-builds-testflight-relationships📝 Commits (1)
22400f0coverage: add missing builds/TestFlight relationship endpoints📊 Changes
9 files changed (+814 additions, -0 deletions)
View changed files
📝
internal/asc/client.go(+27 -0)📝
internal/asc/client_beta_app_localizations.go(+27 -0)📝
internal/asc/client_beta_feedback.go(+27 -0)📝
internal/asc/client_build_bundles.go(+99 -0)📝
internal/asc/client_build_relationships.go(+86 -0)📝
internal/asc/client_builds.go(+35 -0)➕
internal/asc/client_http_issue_621_builds_testflight_relationships_test.go(+292 -0)📝
internal/asc/client_testflight_relationships.go(+140 -0)📝
internal/asc/client_testflight_review.go(+81 -0)📄 Description
Summary
Implements the missing builds/TestFlight relationship endpoints listed in #621 (GET + relationship mutations) and adds request-shaping tests.
Endpoints
Validation
make formatmake lintASC_BYPASS_KEYCHAIN=1 make testFixes #621
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.