Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: graphql-python/flask-graphql
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.0.1
Choose a base ref
...
head repository: graphql-python/flask-graphql
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 8 commits
  • 17 files changed
  • 3 contributors

Commits on Feb 25, 2020

  1. Update context and root executor options (#74)

    * Pass context and root value to executor opts
    
    * Bump graphql-core minimum version to 2.3
    
    * Fix graphqlview custom context test
    
    * Pass app fixture on graphiqlview
    KingDarBoja authored Feb 25, 2020
    Configuration menu
    Copy the full SHA
    d29cc6f View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2020

  1. Contributing docs and refactor tox config (#77)

    * chore: contributing docs and tox config
    
    * chore: add pytest-cov and syntax fixes
    
    * chore: sort imports on graphqlview
    
    * chore: comment out tox-conda on tox file
    
    * chore: remove readme rst
    
    * chore: add check manifest to dev dependencies
    
    * chore: remove matrix jobs on travis
    
    * chore: add pyversions to Travis CI
    
    * chore: remove py33 and py34 from classifiers
    KingDarBoja authored Mar 14, 2020
    Configuration menu
    Copy the full SHA
    88089b6 View commit details
    Browse the repository at this point in the history
  2. Add anaconda cloud badge to flask-graphql (#73)

    * Add anaconda cloud badge to flask-graphql
    
    * docs: update readme and contributing link
    KingDarBoja authored Mar 14, 2020
    Configuration menu
    Copy the full SHA
    9691baf View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2020

  1. Configuration menu
    Copy the full SHA
    5f79ab8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dfd863d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d1ac3a5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2f627ed View commit details
    Browse the repository at this point in the history
  5. Merge pull request #82 from KingDarBoja/flask-graphql-v3

    chore: use graphql-server to re-export flask
    syrusakbary authored Aug 7, 2020
    Configuration menu
    Copy the full SHA
    0d45561 View commit details
    Browse the repository at this point in the history
Loading