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

feat: Display schema parse errors. #136

Merged
merged 15 commits into from
Dec 8, 2021

Commits on Nov 23, 2021

  1. feat: Display schema parse errors.

    With the previous apollo-rs dependency bump, we are now able to provide a bit more context and details when a schema parse failed.
    
    This commit displays the schema errors that have been noticed during parsing.
    o0Ignition0o committed Nov 23, 2021
    Configuration menu
    Copy the full SHA
    eb7ca56 View commit details
    Browse the repository at this point in the history
  2. wip

    o0Ignition0o committed Nov 23, 2021
    Configuration menu
    Copy the full SHA
    00b82a3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6ca45d2 View commit details
    Browse the repository at this point in the history
  4. use displaydoc again

    o0Ignition0o committed Nov 23, 2021
    Configuration menu
    Copy the full SHA
    98ee893 View commit details
    Browse the repository at this point in the history
  5. cargo update to bump headers to 0.3.5, thus eliminating the time crat…

    …e, which is targeted by RUSTSEC-2020-0071
    o0Ignition0o committed Nov 23, 2021
    Configuration menu
    Copy the full SHA
    054a30b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d30fe92 View commit details
    Browse the repository at this point in the history
  7. remove comment

    o0Ignition0o committed Nov 23, 2021
    Configuration menu
    Copy the full SHA
    0317294 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2021

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

Commits on Nov 29, 2021

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

Commits on Dec 6, 2021

  1. Configuration menu
    Copy the full SHA
    e1de1f4 View commit details
    Browse the repository at this point in the history
  2. wip

    o0Ignition0o committed Dec 6, 2021
    Configuration menu
    Copy the full SHA
    75a3936 View commit details
    Browse the repository at this point in the history
  3. wip

    o0Ignition0o committed Dec 6, 2021
    Configuration menu
    Copy the full SHA
    9d5deac View commit details
    Browse the repository at this point in the history
  4. refactor a bit

    o0Ignition0o committed Dec 6, 2021
    Configuration menu
    Copy the full SHA
    d491427 View commit details
    Browse the repository at this point in the history
  5. remove comment

    o0Ignition0o committed Dec 6, 2021
    Configuration menu
    Copy the full SHA
    77d042a View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2021

  1. print errors to stdout

    o0Ignition0o committed Dec 8, 2021
    Configuration menu
    Copy the full SHA
    fc57254 View commit details
    Browse the repository at this point in the history