-
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: v2.0.0
head repository: graphql-python/graphql-server
compare: master
Commits on Apr 12, 2020
-
Migration to graphql-core-v3 (#36)
* feat: server-core compatible with graphql-core-v3 - Bump dependencies - Refactor code to use f-strings format (3.6+) - Rename public data structures BREAKING CHANGE: - Requires graphql-core-v3 - Drop support for Python 2 and below 3.6 - Remove executor check as graphql-core-v3 does not have SyncExecutor * chore: drop unsupported py versions on tox and travis * tests: apply minor fixes to older tests * chore: apply black formatting * chore: fix flake8 issues * chore: remove promise package * tests: achieve 100% coverage * chore: apply compatible isort-black options * chore: solve dev tools issues * chore: remove pypy3 from tox envlist * chore: remove pypy3 from travis * tests: re-add helper tests * chore: pin graphql-core to 3.1.0 * refactor: use graphql and graphql-sync functions * tests: remove Promise and use async await iterator * refactor: remove pytest-asyncio * chore: set graphql-core dependency semver Co-Authored-By: Jonathan Kim <jkimbo@gmail.com> Co-authored-by: Jonathan Kim <jkimbo@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 865ee9d - Browse repository at this point
Copy the full SHA 865ee9dView commit details
Commits on May 5, 2020
-
* refactor: add flask-graphql as optional feature * refactor(server): default_format_error to __all__ * chore: rename dir flask-graphql to flask * chore: add extras require all key * chore: update gitignore * fix(sc): move params query check to try-except * refactor(flask): remove unused backend param * tests(flask): graphiqlview and graphqlview * styles: apply black, isort, flake8 formatting * chore: add all requires to test env * chore(flask): remove blueprint module * refactor(flask): remove py27 imports and unused test * styles: apply black, isort and flake8 formatting
Configuration menu - View commit details
-
Copy full SHA for 66b8a2b - Browse repository at this point
Copy the full SHA 66b8a2bView commit details
Commits on May 10, 2020
-
Configuration menu - View commit details
-
Copy full SHA for ea81704 - Browse repository at this point
Copy the full SHA ea81704View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6c13ef6 - Browse repository at this point
Copy the full SHA 6c13ef6View commit details
Commits on Jun 6, 2020
-
* refactor: add sanic-graphql as optional feature * refactor: sanic tests and remove executor parameter * styles: apply black and flake8 formatting
Configuration menu - View commit details
-
Copy full SHA for 35ed87d - Browse repository at this point
Copy the full SHA 35ed87dView commit details
Commits on Jun 10, 2020
-
* refactor: add aiohttp-graphql as optional feature * tests: cleanup aiohttp subpackage
Configuration menu - View commit details
-
Copy full SHA for 8e2f147 - Browse repository at this point
Copy the full SHA 8e2f147View commit details
Commits on Jul 5, 2020
-
* refactor: add webob-graphql as optional feature * fix render template on webob * fix context on webob graphqlview * fix last missing test of webob graphiqlview * styles: apply black formatting
Configuration menu - View commit details
-
Copy full SHA for eaf75e6 - Browse repository at this point
Copy the full SHA eaf75e6View commit details
Commits on Jul 11, 2020
-
refactor: graphiql template shared across servers (#49)
* refactor: graphiql template shared across servers * chore: add typing-extensions to setup py * feat: add headers and should persist headers props * chore: mypy issues * fix: pass config to webob render graphiql * refactor: pass arguments instead of spread * chore: add pytest-asyncio and bump pytest dep
Configuration menu - View commit details
-
Copy full SHA for accfef4 - Browse repository at this point
Copy the full SHA accfef4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 070a23d - Browse repository at this point
Copy the full SHA 070a23dView commit details -
Configuration menu - View commit details
-
Copy full SHA for c749030 - Browse repository at this point
Copy the full SHA c749030View commit details -
Configuration menu - View commit details
-
Copy full SHA for cc89b1d - Browse repository at this point
Copy the full SHA cc89b1dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 351ca7a - Browse repository at this point
Copy the full SHA 351ca7aView commit details -
Configuration menu - View commit details
-
Copy full SHA for db23e62 - Browse repository at this point
Copy the full SHA db23e62View commit details -
Split parsing, validation and execution (#43) (#53)
Instead of graphql()/graphql_sync() we now call execute() directly. This also allows adding custom validation rules and limiting the number of reported errors.
Configuration menu - View commit details
-
Copy full SHA for 90cfb09 - Browse repository at this point
Copy the full SHA 90cfb09View commit details
Commits on Jul 22, 2020
-
Docs about integration with each framework (#54)
Co-authored-by: Jonathan Kim <jkimbo@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 51dcc22 - Browse repository at this point
Copy the full SHA 51dcc22View commit details
Commits on Jul 23, 2020
-
docs: add graphql-server logo (#57)
* docs: add graphql-server logo * docs: add logo to manifest
Configuration menu - View commit details
-
Copy full SHA for 0c7b59a - Browse repository at this point
Copy the full SHA 0c7b59aView commit details -
chore: add GitHub Actions (#58)
* chore: add GitHub Actions * chore: add deploy workflow * chore: only run actions on pull request
Configuration menu - View commit details
-
Copy full SHA for e8f3a89 - Browse repository at this point
Copy the full SHA e8f3a89View commit details
Commits on Jul 27, 2020
-
Add graphiql options and missing flask context (#55)
* Add graphiql options and missing flask context * Possible custom context test fix * Provide same context tests to other integration
Configuration menu - View commit details
-
Copy full SHA for cf6d1d4 - Browse repository at this point
Copy the full SHA cf6d1d4View commit details
Commits on Jul 28, 2020
-
Configuration menu - View commit details
-
Copy full SHA for f5e8302 - Browse repository at this point
Copy the full SHA f5e8302View commit details
Commits on Aug 2, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 482f21b - Browse repository at this point
Copy the full SHA 482f21bView commit details
Commits on Oct 17, 2020
-
chore: submit coverage to codecov (#63)
* chore: submit coverage to codecov * chore: add correct package name on gh action * chore: add windows to os matrix for tests action workflow
Configuration menu - View commit details
-
Copy full SHA for 49f73c3 - Browse repository at this point
Copy the full SHA 49f73c3View commit details -
Fix enable_async for aiohttp and sanic if graphiql is enabled (#67)
* Fix enable_async=True in aiohttp Apply the fix suggested by ketanbshah in #64 * Apply the same fix to sanic * tests: add tests for graphiql enabled plus async Co-authored-by: Manuel Bojato <30560560+KingDarBoja@users.noreply.github.com> Co-authored-by: KingDarBoja <stevenbojato04@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for e39398a - Browse repository at this point
Copy the full SHA e39398aView commit details
Commits on Oct 27, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 60e9171 - Browse repository at this point
Copy the full SHA 60e9171View commit details
Commits on Oct 31, 2020
-
Configuration menu - View commit details
-
Copy full SHA for f89d93c - Browse repository at this point
Copy the full SHA f89d93cView commit details
Commits on Nov 1, 2020
-
feat: Quart Server Integration (#70)
* feat: Quart Server Integration * chore: change quart version constraint * tests: check py version for test_request_context * tests: refactor graphiqlview test suite * tests: properly match py36 quart API * fix: manually get accept mime types for py36
Configuration menu - View commit details
-
Copy full SHA for 5b7f5de - Browse repository at this point
Copy the full SHA 5b7f5deView commit details
Commits on Nov 28, 2020
-
Prevent including test directory when installing package (#75)
* Prevent including test directory when installing package * chore: include only graphql_server package Co-authored-by: Manuel Bojato <30560560+KingDarBoja@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 9815d26 - Browse repository at this point
Copy the full SHA 9815d26View commit details -
Configuration menu - View commit details
-
Copy full SHA for c03e1a4 - Browse repository at this point
Copy the full SHA c03e1a4View commit details
Commits on Aug 9, 2021
-
Configuration menu - View commit details
-
Copy full SHA for b8705c2 - Browse repository at this point
Copy the full SHA b8705c2View commit details
Commits on Aug 10, 2021
-
add support for validation rules (#83)
Co-authored-by: Aryan Iyappan <69184573+aryan340@users.noreply.github.com> Co-authored-by: Jonathan Kim <jkimbo@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 86b7926 - Browse repository at this point
Copy the full SHA 86b7926View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1ccebee - Browse repository at this point
Copy the full SHA 1ccebeeView commit details
Commits on Dec 24, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 476edf3 - Browse repository at this point
Copy the full SHA 476edf3View commit details
Commits on Jan 17, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 384ae78 - Browse repository at this point
Copy the full SHA 384ae78View commit details -
Configuration menu - View commit details
-
Copy full SHA for bc74eed - Browse repository at this point
Copy the full SHA bc74eedView commit details -
Configuration menu - View commit details
-
Copy full SHA for bda6a87 - Browse repository at this point
Copy the full SHA bda6a87View commit details -
Configuration menu - View commit details
-
Copy full SHA for ec4ed15 - Browse repository at this point
Copy the full SHA ec4ed15View commit details -
Make teste work with Python 3.6 again
Note that pytest-asyncio 0.17 is not supported for Python 3.6.
Configuration menu - View commit details
-
Copy full SHA for eec3d33 - Browse repository at this point
Copy the full SHA eec3d33View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8dec731 - Browse repository at this point
Copy the full SHA 8dec731View commit details
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
There are no files selected for viewing
Uh oh!
There was an error while loading. Please reload this page.