Skip to content

feat(cli): opt into cli-engine pagination for domain/dns list and api search [DEVEX-972] - #189

Open
jpage-godaddy wants to merge 1 commit into
mainfrom
opt-in-pagination
Open

feat(cli): opt into cli-engine pagination for domain/dns list and api search [DEVEX-972]#189
jpage-godaddy wants to merge 1 commit into
mainfrom
opt-in-pagination

Conversation

@jpage-godaddy

Copy link
Copy Markdown
Collaborator

Summary

  • Opts domain list, dns list, application list, and api search into cli-engine's now-published CommandSpec::with_pagination (--limit/--offset, capped max_limit, no forced default so unflagged invocations keep returning everything).
  • Bumps cli-engine 0.6 -> 0.8 (the version that actually shipped with_pagination, per DEVEX-972) and drops the temporary local-path [patch.crates-io] this branch was using to prove the feature out before it was released.
  • Bumps httpmock 0.7 -> 0.8 (both the top-level and domains-client dev-dependency) to drop the workspace's last hyper 0.14 pull, which was forcing socket2 into two incompatible version buckets in the lockfile. Fixes the resulting breaking API changes in test code (.matches -> .is_true, .hits_async/.assert_hits_async -> .calls_async/.assert_calls_async, private body/headers fields -> accessor methods).

Test plan

  • cargo check
  • cargo clippy -- -D warnings
  • cargo test (554 passed)
  • cargo fmt --check

…pi search [DEVEX-972]

Adds `--limit`/`--offset` pagination (capped max_limit, no forced
default) to `domain list`, `dns list`, `application list`, and
`api search` via cli-engine's now-published `CommandSpec::with_pagination`.

Bumps httpmock 0.7 -> 0.8 across the workspace to drop the last
lingering hyper 0.14 dependency, which was forcing socket2 into two
incompatible version buckets in the lockfile.
Copilot AI lite review requested due to automatic review settings August 6, 2026 20:52

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Copilot encountered an error and was unable to review this pull request. You can try again by re-requesting a review.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

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 10 out of 11 changed files in this pull request and generated no new comments.

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.

3 participants