An open API service providing commit metadata for open source projects.

GitHub / graphql-python/graphql-server / commits

This is the core package for using GraphQL in a custom server easily

SHA Message Author Date Stats
9d37c7b0 chore: merge dev envs on single tox env
Co-authored-by: Jonathan Kim <j****o@g****m>
Manuel Bojato <3****a@u****m>
Committed by: GitHub <n****y@g****m>
over 5 years ago
b73f3f87 chore: update manifest KingDarBoja <s****4@g****m> over 5 years ago
6f6bd474 chore: add the rest of special envs to Travis KingDarBoja <s****4@g****m> over 5 years ago
2b9d47d2 chore: test to run flake8 on Travis isolated KingDarBoja <s****4@g****m> over 5 years ago
d433a653 chore: test travis env tools KingDarBoja <s****4@g****m> over 5 years ago
5487aba0 chore: add vscode to gitignore KingDarBoja <s****4@g****m> over 5 years ago
3b74a14c chore: apply black formatting KingDarBoja <s****4@g****m> over 5 years ago
7b3f8c01 chore: fix mypy issues KingDarBoja <s****4@g****m> over 5 years ago
1afbb629 chore: comment out tox-conda KingDarBoja <s****4@g****m> over 5 years ago
cfea8346 chore: contributing docs and refactor dev packages KingDarBoja <s****4@g****m> over 5 years ago
ad392b54 Return errors as promise when return_promise=True (#5) Christoph Zwerschke <c****o@o****e> almost 6 years ago
eef09192 Use newer pytest, desupport Python 3.3 and 3.4, require Core 2.3 Christoph Zwerschke <c****o@o****e> almost 6 years ago
b99207a5 Don't use executor in run_http_query when return_promise=True (#33) Krzysztof Błażewicz <b****f@g****m>
Committed by: Christoph Zwerschke <c****o@o****e>
almost 6 years ago
427cccb0 Prepare patch release Christoph Zwerschke <c****o@o****e> almost 6 years ago
80641da4 Add back pretty argument to json_encode Christoph Zwerschke <c****o@o****e> almost 6 years ago
ed9f8340 Travis deploy only in Python 3.7 environment Christoph Zwerschke <c****o@o****e> almost 6 years ago
ef964374 update pypi deployment credentials Mel van Londen <m****n@g****m> almost 6 years ago
b85e6f40 merge Merge branch 'master' of https://github.com/graphql-python/graphql-server-core Christoph Zwerschke <c****o@o****e> almost 6 years ago
76d872a0 Prepare next patch release Christoph Zwerschke <c****o@o****e> almost 6 years ago
f9fef59c merge Merge pull request #30 from Cito/master Christoph Zwerschke <c****o@o****e>
Committed by: GitHub <n****y@g****m>
almost 6 years ago
476ade0a merge Merge branch 'master' of https://github.com/Cito/graphql-server-core Christoph Zwerschke <c****o@o****e> almost 6 years ago
7ed3361b merge Merge pull request #26 from kelleyblackmore/patch-1 Christoph Zwerschke <c****o@o****e>
Committed by: GitHub <n****y@g****m>
about 6 years ago
cdde7ca6 load typo Kris Kelley <k****e@g****m>
Committed by: GitHub <n****y@g****m>
about 6 years ago
7ff95536 merge Merge pull request #13 from lucasrcosta/use-response-executor Eran Kampf <2****f@u****m>
Committed by: GitHub <n****y@g****m>
about 6 years ago
786849b2 Use Executor for getting responses Lucas Costa <l****a@g****m> over 6 years ago
eea1b33d Correct typo in README (#2) changeling <c****n@g****m>
Committed by: Christoph Zwerschke <c****o@o****e>
over 6 years ago
c781f011 Use codecov instead of coverall Christoph Zwerschke <c****o@o****e> over 6 years ago
12d9bbdb merge Merge pull request #23 from Cito/improve-tests-and-docs Christoph Zwerschke <c****o@o****e>
Committed by: GitHub <n****y@g****m>
over 6 years ago
52b4efc1 Improve tests and docstrings Christoph Zwerschke <c****o@o****e> over 6 years ago
e0fcd01c Improve README and add docstrings (#21) Christoph Zwerschke <c****o@o****e>
Committed by: Jessamyn Hodge <P****e@u****m>
over 6 years ago
cfe21f2f merge Merge pull request #14 from carlodri/patch-1 Eran Kampf <2****f@u****m>
Committed by: GitHub <n****y@g****m>
over 6 years ago
c679e3c1 add license file to distribution Carlo <c****i@u****m>
Committed by: GitHub <n****y@g****m>
about 7 years ago
62fe600f Updated version to 1.1.1 Syrus Akbary <m****e@s****m> over 7 years ago
8a21e901 Improved HttpQueryError hashing Syrus Akbary <m****e@s****m> over 7 years ago
a51bd66c merge Merge pull request #8 from tlinhart/hashable-httpqueryerror Syrus Akbary <m****e@s****m>
Committed by: GitHub <n****y@g****m>
over 7 years ago
042ef2eb merge Merge pull request #12 from ekampf/patch-1 Syrus Akbary <m****e@s****m>
Committed by: GitHub <n****y@g****m>
over 7 years ago
15256d20 Expose `HttpQueryError` in `__all__` Eran Kampf <2****f@u****m>
Committed by: GitHub <n****y@g****m>
over 7 years ago
b086b193 Added bdist_wheel universal config Syrus Akbary <m****e@s****m> over 7 years ago
162aeea1 Updated version to 1.1 Syrus Akbary <m****e@s****m> over 7 years ago
569adc6e Fixed Flake8 issues Syrus Akbary <m****e@s****m> over 7 years ago
56d42c5f Added static typing with mypy Syrus Akbary <m****e@s****m> over 7 years ago
d60b180a Improved query execution using pluggable backend Syrus Akbary <m****e@s****m> over 7 years ago
fc18938e fix __hash__() for HttpQueryError Test <t****t@t****2> over 7 years ago
feabce79 add __hash__ to HttpQueryError Test <t****t@t****2> over 7 years ago
9486fef1 merge Merge pull request #4 from dfee/patch-1 Syrus Akbary <m****e@s****m>
Committed by: GitHub <n****y@g****m>
almost 8 years ago
d695fe10 Allow should be a string, not a list. Devin Fee <d****n@d****m>
Committed by: GitHub <n****y@g****m>
about 8 years ago
dd978fc0 Renamed to GraphQL server core Syrus Akbary <m****e@s****m> over 8 years ago
c8dbbfbc Fixed tests Syrus Akbary <m****e@s****m> over 8 years ago
33debff4 Initial version of the GraphQL server core package Syrus Akbary <m****e@s****m> over 8 years ago

← Back to repository