-
Notifications
You must be signed in to change notification settings - Fork 70
Comparing changes
Open a pull request
base repository: graphql-python/graphql-server
base: v3.0.0b5
head repository: graphql-python/graphql-server
compare: master
- 13 commits
- 54 files changed
- 6 contributors
Commits on Dec 25, 2022
-
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>
Configuration menu - View commit details
-
Copy full SHA for 184ba72 - Browse repository at this point
Copy the full SHA 184ba72View commit details
Commits on Jan 3, 2023
-
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>
Configuration menu - View commit details
-
Copy full SHA for 1972b27 - Browse repository at this point
Copy the full SHA 1972b27View commit details
Commits on Feb 15, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 8829c09 - Browse repository at this point
Copy the full SHA 8829c09View commit details -
Configuration menu - View commit details
-
Copy full SHA for 36bbd47 - Browse repository at this point
Copy the full SHA 36bbd47View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8b9639e - Browse repository at this point
Copy the full SHA 8b9639eView commit details
Commits on Apr 13, 2023
-
Allow empty custom context in GraphQLView (#106)
* Allow empty custom context in GraphQLView * chore: black --------- Co-authored-by: Kien Dang <mail@kien.ai>
Configuration menu - View commit details
-
Copy full SHA for d76450a - Browse repository at this point
Copy the full SHA d76450aView commit details
Commits on Apr 26, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 6806e56 - Browse repository at this point
Copy the full SHA 6806e56View commit details
Commits on May 1, 2023
-
Configuration menu - View commit details
-
Copy full SHA for a95e12f - Browse repository at this point
Copy the full SHA a95e12fView commit details
Commits on Oct 13, 2023
-
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
Configuration menu - View commit details
-
Copy full SHA for 17363af - Browse repository at this point
Copy the full SHA 17363afView commit details
Commits on Oct 16, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 8af13c0 - Browse repository at this point
Copy the full SHA 8af13c0View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 9180278 - Browse repository at this point
Copy the full SHA 9180278View commit details
Commits on Oct 17, 2023
-
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
Configuration menu - View commit details
-
Copy full SHA for 75a1d7d - Browse repository at this point
Copy the full SHA 75a1d7dView commit details
Commits on Oct 25, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 536721c - Browse repository at this point
Copy the full SHA 536721cView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v3.0.0b5...master