10000 Comparing v3.0.0b5...master · graphql-python/graphql-server · GitHub
[go: up one dir, main page]

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/graphql-server
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.0.0b5
8000 Choose a base ref
...
head repository: graphql-python/graphql-server
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 13 commits
  • 54 files changed
  • 6 contributors

Commits on Dec 25, 2022

  1. chore: update dependencies (#99)

    * Update dependencies
    
    * Relax flask dependency to allow flask 2
    
    * Fixes for quart >=0.15
    
    Fix quart.request.get_data signature
    
    QuartClient -> TestClientProtocol
    * Lint
    * Fix aiohttp tests
    * Update sanic to v22.6
    * Make sanic v22.9 work
    * Fix deprecation warnings
    DeprecationWarning: Use 'content=<...>' to upload raw bytes/text content.
    
    * Update graphiql to 1.4.7 for security reason
    "All versions of graphiql < 1.4.7 are vulnerable to an XSS attack."
    https://github.com/graphql/graphiql/blob/ab2b52f06213bd9bf90c905c1b460b6939f3d856/docs/security/2021-introspection-schema-xss.md
    
    * Fix webob graphiql check
    Was working by accident before
    
    * Fix quart PytestCollectionWarning
    cannot collect test class 'TestClientProtocol' because it has a __init__ constructor
    * Make Jinja2 optional
    * Add python 3.11 and remove 3.6
    * Tweak quart for python 3.7 to 3.11
    * Fix test for python 3.11
    
    Co-authored-by: Giovanni Campagna <scampa.giovanni@gmail.com>
    Co-authored-by: Choongkyu Kim <choongkyu.kim+gh@gmail.com>
    3 people authored Dec 25, 2022
    Configuration menu
    Copy the full SHA
    184ba72 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2023

  1. feat: add support for execution_context_class (#100)

    Adds support for a custom execution context class as supported by graphql-core
    
    Co-authored-by: Alvin Chow <alvinchow86@gmail.com>
    kiendang and alvinchow86 authored Jan 3, 2023
    Configuration menu
    Copy the full SHA
    1972b27 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2023

  1. Configuration menu
    Copy the full SHA
    8829c09 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    36bbd47 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8b9639e View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2023

  1. Allow empty custom context in GraphQLView (#106)

    * Allow empty custom context in GraphQLView
    
    * chore: black
    
    ---------
    
    Co-authored-by: Kien Dang <mail@kien.ai>
    leonardwellthy and kiendang authored Apr 13, 2023
    Configuration menu
    Copy the full SHA
    d76450a View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2023

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

Commits on May 1, 2023

  1. release: v3.0.0b6 (#109)

    kiendang authored May 1, 2023
    Configuration menu
    Copy the full SHA
    a95e12f View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2023

  1. chore: update to latest versions of framework (#120)

    * chore: update to flask 3
    
    * chore: update to sanic 23
    
    * fix: remove use of deprecated cgi module
    
    * chore: remove Python 3.7 from CI
    
    EOL since 2023-06-27
    https://devguide.python.org/versions/
    
    * chore: remove unused context
    
    * chore: update versions of dev tools
    
    * chore: make 3.11 the default python version in CI
    kiendang authored Oct 13, 2023
    Configuration menu
    Copy the full SHA
    17363af View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2023

  1. release: v3.0.0b7 (#122)

    kiendang authored Oct 16, 2023
    Configuration menu
    Copy the full SHA
    8af13c0 View commit details
    Browse the repository at this point in the history
  2. chore: use pre-commit and ruff (#116)

    * chore: use pre-commit with ruff
    
    * chore: fix warning: Invalid # noqa directive
    
    * fix: B023
    
    Function definition does not bind loop variable `ex`.
    
    * chore: add check-manifest pre-commit
    
    * chore: remove flake8 and isort config from setup.cfg
    
    * chore: remove black, flake8, ... from dependencies and tox
    
    * chore: add flake8-comprehensions
    
    * chore: remove pointless noqa
    
    * chore: keep type annotation syntax compatible with python 3.8
    kiendang authored Oct 16, 2023
    Configuration menu
    Copy the full SHA
    9180278 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2023

  1. refactor!: Drop VersionInfo in favor of tuple (#124)

    * fix: fix and refactor version tests
    
    to handle release candidates correctly
    
    * fix: remove VersionInfo entirely
    
    keep graphql_server.version_info as a plain tuple
    add tests using the packaging package to make sure
    graphql_server.version and graphql_server.version_info are PEP 440–compliant and pointing to the same version
    
    * chore: update pre-commit hooks
    kiendang authored Oct 17, 2023
    Configuration menu
    Copy the full SHA
    75a1d7d View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2023

  1. Configuration menu
    Copy the full SHA
    536721c View commit details
    Browse the repository at this point in the history
Loading
0