Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge JSON responses from gh api #8620

Merged
merged 11 commits into from Apr 17, 2024
Merged

Merge JSON responses from gh api #8620

merged 11 commits into from Apr 17, 2024

Commits on Apr 4, 2024

  1. Merge JSON responses from gh api

    Partly resolves cli#1268 and replaces cli#5652. Requires cli/go-gh#148 to be merged and optionally released.
    heaths committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    8e27e9a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a651036 View commit details
    Browse the repository at this point in the history
  3. Add more JSON merge tests

    heaths committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    e7f5dde View commit details
    Browse the repository at this point in the history
  4. Resolve test issues

    heaths committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    310e552 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    48f0cd6 View commit details
    Browse the repository at this point in the history
  6. Clarify --merge-pages docs

    Only works when piping or redirecting stdout.
    heaths committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    0dfe6ec View commit details
    Browse the repository at this point in the history
  7. Resolve PR comments

    heaths committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    f41876d View commit details
    Browse the repository at this point in the history
  8. Wrap JSON arrays, objects in array with --slurp

    Effectively copies `jq --slurp` since `--jq` already uses the same grammar.
    heaths committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    e83e049 View commit details
    Browse the repository at this point in the history
  9. Resolve PR comments

    heaths committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    a76af85 View commit details
    Browse the repository at this point in the history
  10. Run defers in queue

    heaths committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    4ea7bca View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2024

  1. Configuration menu
    Copy the full SHA
    2758b80 View commit details
    Browse the repository at this point in the history