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

Test GraphQL CLI for accounts #3702

Merged
merged 4 commits into from
Jul 11, 2022
Merged

Commits on Jul 8, 2022

  1. Return 1 when there are any GraphQL errors

    This is easier to understand: code 0 means no errors.
    chrzaszcz committed Jul 8, 2022
    Configuration menu
    Copy the full SHA
    e869d59 View commit details
    Browse the repository at this point in the history
  2. Test GraphQL CLI for accounts

    Reuse the existing test code for the HTTP API - now there is a
    'protocol' option per test group, that can be 'http' or 'cli'.
    
    The query documents are generated for the HTTP API.
    There is an option to avoid this, but it would complicate the tests.
    chrzaszcz committed Jul 8, 2022
    Configuration menu
    Copy the full SHA
    238a809 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2022

  1. Divide command processing into steps

    This way it is easier to control the error messages,
    and to print out additional hints.
    There is a plan to add more usage information in a new PR.
    chrzaszcz authored and Paweł Chrząszcz committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    bdafc97 View commit details
    Browse the repository at this point in the history
  2. Remove empty line

    Paweł Chrząszcz committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    b3a3a19 View commit details
    Browse the repository at this point in the history