mirror of
https://github.com/rudrankriyam/App-Store-Connect-CLI.git
synced 2026-04-25 07:35:48 +03:00
[PR #1] [MERGED] Add pagination, filters, and integration tests #215
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#215
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/1
Author: @rudrankriyam
Created: 1/20/2026
Status: ✅ Merged
Merged: 1/20/2026
Merged by: @rudrankriyam
Base:
main← Head:feature/pagination-filters-integration-tests📝 Commits (7)
a38fa73Add pagination/filter flags and opt-in integration tests.9286cf9Add Codemagic CI/CD configuration7757a5dRename CLAUDE.md to Agents.md with redirect10854e4Add Codemagic workflows for PR checks and main branchdb6cfbdExpand integration test coverage.c8092fcAdd platform/build/tester filters and sort checks.77f6b59Add apps/builds list commands and output formats.📊 Changes
13 files changed (+1866 additions, -290 deletions)
View changed files
➖
.github/workflows/release.yml(+0 -58)➖
.github/workflows/test.yml(+0 -29)➕
Agents.md(+160 -0)📝
CLAUDE.md(+1 -160)📝
CONTRIBUTING.md(+14 -0)📝
Makefile(+7 -0)📝
PLAN.md(+12 -13)📝
README.md(+18 -0)📝
cmd/commands.go(+306 -8)➕
codemagic.yaml(+147 -0)📝
internal/asc/client.go(+555 -22)📝
internal/asc/client_test.go(+148 -0)➕
internal/asc/integration_test.go(+498 -0)📄 Description
Summary
Test plan
go test ./...go test -tags=integration ./internal/asc -run Integration(requiresASC_*env vars)🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.