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

Graphene-Django introspection fix #656

Open
wants to merge 34 commits into
base: main
Choose a base branch
from
Open

Commits on Mar 24, 2022

  1. Configuration menu
    Copy the full SHA
    1bdf3b1 View commit details
    Browse the repository at this point in the history
  2. Co-authored-by: Timothy Pansino <TimPansino@users.noreply.github.com>

    Co-authored-by: Uma Annamalai <umaannamalai@users.noreply.github.com>
    lrafeei committed Mar 24, 2022
    Configuration menu
    Copy the full SHA
    9e526d1 View commit details
    Browse the repository at this point in the history
  3. Add co-authors

    Co-authored-by: Timothy Pansino <TimPansino@users.noreply.github.com>
    Co-authored-by: Uma Annamalai <umaannamalai@users.noreply.github.com>
    3 people committed Mar 24, 2022
    Configuration menu
    Copy the full SHA
    9f8856b View commit details
    Browse the repository at this point in the history
  4. Comment out Copyright notice message

    Co-authored-by: Timothy Pansino <TimPansino@users.noreply.github.com>
    Co-authored-by: Uma Annamalai <umaannamalai@users.noreply.github.com>
    3 people committed Mar 24, 2022
    Configuration menu
    Copy the full SHA
    375bda5 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2022

  1. Finalize Sanic testing

    TimPansino committed Mar 28, 2022
    Configuration menu
    Copy the full SHA
    07ec74f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f781423 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    58418ee View commit details
    Browse the repository at this point in the history
  4. GraphQL Async Resolvers

    Co-authored-by: Lalleh Rafeei <lrafeei@users.noreply.github.com>
    Co-authored-by: Uma Annamalai <umaannamalai@users.noreply.github.com>
    3 people committed Mar 28, 2022
    Configuration menu
    Copy the full SHA
    215538b View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2022

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

Commits on Apr 20, 2022

  1. Configuration menu
    Copy the full SHA
    38e9f72 View commit details
    Browse the repository at this point in the history
  2. GraphQL Proper Coro and Promise Support (#508)

    * Fix GraphQL async issues
    
    * Fix nonlocal binding issues in python 2
    
    * Fix promises with async graphql
    
    * Issues with promises
    
    * Fix promises in graphql2
    
    * Fixed all graphql async issues
    
    * Fix Py27 quirks
    
    * Update tox
    
    * Fix importing paths of graphqlserver
    
    * Fix broken import path
    
    * Unpin pypy37
    
    * Fix weird import issues
    TimPansino authored Apr 20, 2022
    Configuration menu
    Copy the full SHA
    8cda4f7 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2022

  1. Configuration menu
    Copy the full SHA
    7c630b8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    56cab4b View commit details
    Browse the repository at this point in the history

Commits on May 3, 2022

  1. Strawberry Async Updates (#521)

    * Parameterize strawberry tests
    
    * Remove duplicate functions
    
    * Fix strawberry version testing
    
    * Updates
    
    * Finalize strawberry updates
    
    * Clean out code
    TimPansino authored May 3, 2022
    Configuration menu
    Copy the full SHA
    fd57192 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2022

  1. Ariadne Async Testing (#523)

    * Parameterize ariadne tests
    
    * Fixing ariadne tests
    
    * Fixing ariadne middleware
    
    * Set 0 extra spans for graphql core tests
    
    * Add spans attr to strawberry tests
    TimPansino authored May 9, 2022
    Configuration menu
    Copy the full SHA
    ff9b1b4 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2022

  1. Graphene Async Testing (#524)

    * Graphene Async Testing
    
    * Fix missing extra spans numbers
    
    * Graphene promise tests
    
    * Fix py2 imports
    
    * Removed unused __init__
    
    * Update code level metrics validator for py2
    
    * Unify graphql testing imports
    
    * Fix ariadne imports
    
    * Fix other imports
    
    * Fix import issues
    TimPansino authored May 10, 2022
    Configuration menu
    Copy the full SHA
    a2889a6 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2022

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

Commits on May 27, 2022

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

Commits on Jul 11, 2022

  1. Configuration menu
    Copy the full SHA
    545fdfa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    61d32f1 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2022

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

Commits on Oct 10, 2022

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

Commits on Oct 18, 2022

  1. Configuration menu
    Copy the full SHA
    34209bc View commit details
    Browse the repository at this point in the history
  2. Add tests in .tox file

    lrafeei committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    6dfbc02 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2022

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

Commits on Oct 23, 2022

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

Commits on Nov 1, 2022

  1. Initial test commit for graphene-django

    Co-authored-by: Timothy Pansino <TimPansino@users.noreply.github.com>
    lrafeei and TimPansino committed Nov 1, 2022
    Configuration menu
    Copy the full SHA
    7c2c396 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2022

  1. Imported graphene tests into graphene-django tests

    <TimPansino@users.noreply.github.com>Co-authored-by: Timothy Pansino
    lrafeei committed Nov 2, 2022
    Configuration menu
    Copy the full SHA
    8aa9de8 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2022

  1. Fix testing/account for existing GraphQLOperationTrace creation

    Co-authored-by: Timothy Pansino <TimPansino@users.noreply.github.com>
    Co-authored-by: Hannah Stepanek <hmstepanek@users.noreply.github.com>
    Co-authored-by: Uma Annamalai <umaannamalai@users.noreply.github.com>
    4 people committed Nov 3, 2022
    Configuration menu
    Copy the full SHA
    1b52d49 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9288e44 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2022

  1. Add django ASGI testing

    TimPansino committed Nov 4, 2022
    Configuration menu
    Copy the full SHA
    5ffd1af View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ba20f03 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2022

  1. Trigger tests

    hmstepanek committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    6ade93e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8502160 View commit details
    Browse the repository at this point in the history