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

Align BuildSchemaTest with graphql-js #928

Merged
merged 42 commits into from
Jun 9, 2022

Commits on Sep 2, 2021

  1. Align BuildSchemaTest with graphql-js v14.0

    - adds `dedent` where appropriate
    - adds indentation to GQL strings
    - fixes GQL in it('Simple Type') & it('Type modifiers')
    - updates it('Correctly assign AST nodes')
    - fixes expected and actual order in asserts
    - fixes assertGreaterThan to assertNotEmpty
    - preserves additional tests not in `graphql-js` v14.0
    vhenzl committed Sep 2, 2021
    Configuration menu
    Copy the full SHA
    1250978 View commit details
    Browse the repository at this point in the history
  2. Align BuildSchemaTest with graphql-js v14.7

    - adds missing tests, reflects changes to the tests
    - moves removed tests to BuildSchemaLegacyTest
    vhenzl committed Sep 2, 2021
    Configuration menu
    Copy the full SHA
    33c6bc1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f550da8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7ba8ff4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0960b68 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    39a49f9 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2021

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

Commits on Jun 2, 2022

  1. Configuration menu
    Copy the full SHA
    bb2640e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b44c186 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ae09031 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    74fc4e7 View commit details
    Browse the repository at this point in the history
  5. Fix merge

    vhenzl committed Jun 2, 2022
    Configuration menu
    Copy the full SHA
    a35fb10 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4c44622 View commit details
    Browse the repository at this point in the history
  7. Fix CS

    vhenzl committed Jun 2, 2022
    Configuration menu
    Copy the full SHA
    083821e View commit details
    Browse the repository at this point in the history
  8. Fix comments

    vhenzl committed Jun 2, 2022
    Configuration menu
    Copy the full SHA
    b996456 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9a0a778 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    add75d0 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    2de78d6 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    bd137ff View commit details
    Browse the repository at this point in the history
  13. Fix merge

    vhenzl committed Jun 2, 2022
    Configuration menu
    Copy the full SHA
    f730807 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    1313cb9 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    c83a083 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    3662b31 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    787305a View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    e44b2b0 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    f73ece4 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    a438cf7 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    efc0056 View commit details
    Browse the repository at this point in the history
  22. Fix assertCycle

    vhenzl committed Jun 2, 2022
    Configuration menu
    Copy the full SHA
    3b64673 View commit details
    Browse the repository at this point in the history
  23. Fix test name

    vhenzl committed Jun 2, 2022
    Configuration menu
    Copy the full SHA
    3c4fe64 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    ea5bb75 View commit details
    Browse the repository at this point in the history
  25. Make the test class final

    vhenzl committed Jun 2, 2022
    Configuration menu
    Copy the full SHA
    84e2925 View commit details
    Browse the repository at this point in the history
  26. Make assertCycle static

    vhenzl committed Jun 2, 2022
    Configuration menu
    Copy the full SHA
    304f5db View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2022

  1. Configuration menu
    Copy the full SHA
    eb6597b View commit details
    Browse the repository at this point in the history
  2. Fix @SpecifiedBy tests

    spawnia committed Jun 8, 2022
    Configuration menu
    Copy the full SHA
    b2a7738 View commit details
    Browse the repository at this point in the history
  3. assertSame

    spawnia committed Jun 8, 2022
    Configuration menu
    Copy the full SHA
    164e6a4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dc5777c View commit details
    Browse the repository at this point in the history
  5. ignore @deprecated on inputs

    spawnia committed Jun 8, 2022
    Configuration menu
    Copy the full SHA
    c59dbeb View commit details
    Browse the repository at this point in the history
  6. tighten assertions

    spawnia committed Jun 8, 2022
    Configuration menu
    Copy the full SHA
    08f9d19 View commit details
    Browse the repository at this point in the history
  7. fix directive order

    spawnia committed Jun 8, 2022
    Configuration menu
    Copy the full SHA
    8e3b6b9 View commit details
    Browse the repository at this point in the history
  8. fix phpstan

    spawnia committed Jun 8, 2022
    Configuration menu
    Copy the full SHA
    e709221 View commit details
    Browse the repository at this point in the history
  9. remove dedent

    spawnia committed Jun 8, 2022
    Configuration menu
    Copy the full SHA
    85e13d0 View commit details
    Browse the repository at this point in the history