Commit Graph

  • d728b84e48
    Merge pull request #726 from picturedots/issue-703 Syrus Akbary 2018-07-24 09:19:58 -0700
  • 00cc97875d Merge branch 'master' into issue-703 Mark Chackerian 2018-07-20 10:25:46 -0400
  • d28dc68abc Updated requirements to use graphql-core >= 2.1 v2.1.3 Syrus Akbary 2018-07-19 14:44:15 -0700
  • bfd6fd7c49
    Merge pull request #802 from sebdiem/sdr/fix_black_formatting Syrus Akbary 2018-07-19 14:38:07 -0700
  • 1eae96fd43 fix black formatting Sébastien Diemer 2018-07-19 23:28:20 +0200
  • 8ca7b855ac more flake8 fixes Mark Chackerian 2018-07-16 18:31:32 -0400
  • c076412ba5 automatically generated linting fixes Mark Chackerian 2018-07-16 18:20:04 -0400
  • fc3dbf0963 Merge branch 'master' into issue-703 Mark Chackerian 2018-07-16 17:50:41 -0400
  • 0fdc2ca3eb should fix some import issues with python 2.7 Mark Chackerian 2018-07-16 17:20:49 -0400
  • 4346832f71
    Merge pull request #788 from sebdiem/sdr/subclass_mutations Syrus Akbary 2018-07-09 19:06:15 -0700
  • 319605bfaf
    Merge branch 'master' into sdr/subclass_mutations Syrus Akbary 2018-07-09 18:49:07 -0700
  • 43aec720a8
    Merge pull request #793 from dan98765/add_black_formatter_precommit_hook Syrus Akbary 2018-07-06 17:40:40 -0500
  • 142f4a58d8 Run black formatter via pre-commit on all files Daniel Gallagher 2018-07-06 14:03:15 -0700
  • 086f9dda99 Run black formatter via pre-commit on all files Daniel Gallagher 2018-07-06 12:09:23 -0700
  • 71bcbb8566 Go with base black formatter for now Daniel Gallagher 2018-07-06 12:06:16 -0700
  • bf0d23b584 Add pyproject.toml to configure black formatter Daniel Gallagher 2018-07-06 11:18:24 -0700
  • 04782a2818 Add black formatter pre-commit hook and remove isort (since black also sorts imports) Daniel Gallagher 2018-07-06 11:10:41 -0700
  • ae7395f9da
    Merge pull request #737 from dan98765/pre_commit_runs_as_part_of_continuous_integration Syrus Akbary 2018-07-06 12:50:31 -0500
  • 181e75c952 Fetch fields from parent classes in mutations Sébastien Diemer 2018-06-29 16:49:33 +0200
  • 9f366e93c6 __wip__ add failed test Sébastien Diemer 2018-07-02 09:34:34 +0200
  • 2e41db8d95
    Merge pull request #786 from jkimbo/deduplicator Syrus Akbary 2018-07-01 18:10:36 -0700
  • fa5f5b0acb
    Merge pull request #787 from jkimbo/crunch Syrus Akbary 2018-07-01 18:09:28 -0700
  • 1e40eceab3 Convert inputs to OrderedDicts Jonathan Kim 2018-07-01 21:19:19 +0100
  • 9ce78e32a5 Remove utf-8 characters Jonathan Kim 2018-07-01 20:52:08 +0100
  • 1f541e4467 Add crunch utility Jonathan Kim 2018-07-01 21:09:12 +0100
  • 56000394c4 Simplify code Jonathan Kim 2018-07-01 11:32:16 +0100
  • cbcaac66d0 Add deduplicator utility Jonathan Kim 2018-07-01 11:29:45 +0100
  • 1b746e6460
    Merge pull request #779 from benmosher/patch-1 Syrus Akbary 2018-06-26 10:59:31 -0700
  • 708278e6dc
    docs: mutation 'Output' example (closes #543) Ben Mosher 2018-06-26 07:14:46 -0400
  • 4c17b78312 Update docs Jonathan Kim 2018-06-21 17:26:06 +0100
  • e5a1d295d1 Rename resolve_type method on Interface and Unions to _resolve_type Jonathan Kim 2018-06-21 17:25:30 +0100
  • 6fa69a54bd
    Merge cfd5086ef9 into 9efdf4c46e Dan 2018-06-19 11:26:51 +0000
  • 9efdf4c46e
    Merge pull request #771 from jkimbo/update-interface-documentation Syrus Akbary 2018-06-18 13:33:59 -0700
  • 9da46e8c99
    Merge pull request #770 from boidolr/master Syrus Akbary 2018-06-18 13:33:34 -0700
  • cc54c76a3e Improve wording Jonathan Kim 2018-06-17 12:05:34 +0100
  • e7ebb86e5a Re-order type list Jonathan Kim 2018-06-17 11:25:32 +0100
  • a2db7c5dae Remove an unnecessary field Jonathan Kim 2018-06-17 11:24:59 +0100
  • 3f6c3a7a99 Clean up doc and add resolve_type documentation Jonathan Kim 2018-06-17 11:23:08 +0100
  • 43e87768d2 Update interface documentation Jonathan Kim 2018-06-16 15:10:32 +0100
  • 5c4736e102 Update documentation Raphael Boidol 2018-04-20 14:21:59 +0200
  • c102458808
    Merge pull request #768 from graphql-python/v2.1.2-1 v2.1.2 Syrus Akbary 2018-06-13 10:34:15 -0700
  • 81419de5bf
    Update to v2.1.2 Jonathan Kim 2018-06-12 21:48:52 +0100
  • 33f2b303de Add python3.6 classifier to setup.py (#763) Dan 2018-06-12 13:38:16 -0700
  • b72dfa87a4 Update README Contributing section to encourage use of virtualenv (#765) Dan 2018-06-12 13:38:07 -0700
  • 400a98de92 Add tox env for running mypy and add that to .travis.yml Daniel Gallagher 2018-06-11 09:12:27 -0700
  • 12ee52a13a Add pyupgrade pre-commit hook and run on all files (#736) Dan 2018-06-09 06:01:29 -0700
  • 7405454a57
    Merge 8065eeae26 into 1b3e7f3b96 Dan 2018-06-09 05:58:06 +0000
  • 8065eeae26
    Merge branch 'master' into daniellg_create_makefile Dan 2018-06-08 22:58:03 -0700
  • d28f7be265 Encourage use of virtualenv when developing Daniel Gallagher 2018-06-08 22:55:18 -0700
  • cfd5086ef9 Ran pre-commit on all files Daniel Gallagher 2018-06-08 22:48:34 -0700
  • de0e640b76 Move test requirements into requirements-dev.txt Daniel Gallagher 2018-06-08 22:47:54 -0700
  • e60290896a Add python3.6 classifier to setup.py Daniel Gallagher 2018-06-08 22:37:46 -0700
  • c8fba61a05 Exclude README.md from trailing-whitespace hook Daniel Gallagher 2018-06-08 22:19:26 -0700
  • b5542d4426 Run pre-commit autoupdate Daniel Gallagher 2018-06-08 22:13:45 -0700
  • 0f3d786402 Run pre-commit on all files Daniel Gallagher 2018-06-08 22:08:58 -0700
  • 87cf3d4b80 Try installing mypy only when python version is 3.6 Daniel Gallagher 2018-06-08 22:00:01 -0700
  • 1d49df033c Explicitly run on py27 Daniel Gallagher 2018-06-08 21:56:08 -0700
  • dbb72ba06b Update to match graphql-core Daniel Gallagher 2018-06-08 21:54:24 -0700
  • 6116901ab6 Merge branch 'master' of github.com:dan98765/graphene into pre_commit_runs_as_part_of_continuous_integration Daniel Gallagher 2018-06-08 21:52:34 -0700
  • 169db14702
    Merge branch 'master' into add_pre_commit_add_pyupgrade_hook Dan 2018-06-08 20:48:49 -0700
  • 1b3e7f3b96 Add flake8 pre-commit hook and manually edit files to pass flake8 validation (#746) Dan 2018-06-05 13:47:07 -0700
  • 8bf937d1ff
    Merge pull request #754 from femesq/patch-2 Syrus Akbary 2018-06-01 18:16:42 -0700
  • 8802ab3c28
    Merge pull request #752 from jlowin/input-meta Syrus Akbary 2018-06-01 18:15:43 -0700
  • 2fbd2c1cb6
    Fix parameter order for Relay's Root-field Felipe Mesquita 2018-06-01 17:15:34 -0300
  • 00ccc2056b Don't overwrite fields on InputObject - closes #720 Jeremiah Lowin 2018-05-31 21:52:35 -0400
  • 332214ba9c
    Merge pull request #751 from nxtman123/issue#750 Syrus Akbary 2018-05-30 18:08:17 -0700
  • d6a81ee7ff Update tests to reflect changes Kurtis Jantzen 2018-05-30 17:06:43 -0600
  • aa0c401cb5 Resolve #750 by editing assert message Kurtis Jantzen 2018-05-30 16:56:42 -0600
  • 7bd77a0817
    Merge pull request #748 from danpalmer/patch-2 Syrus Akbary 2018-05-30 09:35:03 -0700
  • 4e59cf3ea6
    Fix warning output Dan Palmer 2018-05-30 14:50:22 +0100
  • f13e54b4a4 Update contributing docs about using tox and sync tox pytest cmd with travis (#744) Dan 2018-05-30 04:53:44 -0700
  • d024bc525d Break up long line failing py27 linting Daniel Gallagher 2018-05-28 15:04:23 -0700
  • b89e2c3ada Merge branch 'master' of github.com:dan98765/graphene into append_underscore_to_type_arg Daniel Gallagher 2018-05-28 14:58:06 -0700
  • 883848a15c Fix test to pass once more Daniel Gallagher 2018-05-28 14:41:02 -0700
  • 2a9c408e39 Add flake8 pre-commit hook and manually edit files to pass flake8 validation Daniel Gallagher 2018-05-28 14:36:22 -0700
  • 4ae29aa3f6 Merge branch 'master' of github.com:dan98765/graphene into add_pre_commit_add_pyupgrade_hook Daniel Gallagher 2018-05-28 14:10:18 -0700
  • 05a362c9b5 Merge remote-tracking branch 'upstream/master' Daniel Gallagher 2018-05-28 14:06:35 -0700
  • cbedf90540
    Merge branch 'master' into daniellg_create_makefile Dan 2018-05-28 14:06:21 -0700
  • 3d5e293296 Have pre-commit run as part of running tests via tox Daniel Gallagher 2018-05-28 14:04:49 -0700
  • e239e685f1 Create Makefile with several useful dev commands, and move dev requirements into requirements-dev.txt. Daniel Gallagher 2018-05-28 13:35:41 -0700
  • a7168ffc6e Fix: Make tox stop failing (#741) Dan 2018-05-28 13:25:15 -0700
  • c4e24940f2
    Uppercase 'Graphene' Dan 2018-05-28 13:24:46 -0700
  • 7684f97496 Update pytest command run by tox to match the command used by travis. Updated README contributing section with info about using tox to run tests. Daniel Gallagher 2018-05-28 12:46:41 -0700
  • a554b986af Merge remote-tracking branch 'upstream/master' Daniel Gallagher 2018-05-28 12:26:02 -0700
  • 034b5385a5 Add isort precommit hook & run on all files (#743) Dan 2018-05-28 11:18:54 -0700
  • 3490177a40 Switch testenv deps to .[test] instead of an explicit list so the list of test deps in setup.py becomes the single source of truth for test deps. Daniel Gallagher 2018-05-27 20:54:55 -0700
  • b636b5f7b9 Fix erroneous isort moving comment to the top of file Daniel Gallagher 2018-05-27 20:43:38 -0700
  • 8cab8d3d21 Add isort and seed-isort-config pre-commit hook Daniel Gallagher 2018-05-27 20:37:28 -0700
  • ac14da3c40
    Merge d4418c9d02 into 9f678fdfe8 Dan 2018-05-27 10:19:17 +0000
  • 593a209429
    Merge 4214981444 into 9f678fdfe8 Dan 2018-05-27 10:17:36 +0000
  • 7fad0c265a Run pre-commit on all files Daniel Gallagher 2018-05-25 21:33:18 -0700
  • 246ab15fec Tox stopped working due to recent changes; add in necessary dependencies to tox.ini so it passes again Daniel Gallagher 2018-05-25 21:33:09 -0700
  • 4787cdc200
    Merge pull request #1 from graphql-python/master Dan 2018-05-25 21:25:12 -0700
  • 9f678fdfe8
    Merge pull request #740 from jkimbo/release-2.1.1 v2.1.1 Syrus Akbary 2018-05-25 09:53:13 -0700
  • ec9526d0cd Updated version to 2.1.1 Jonathan Kim 2018-05-25 17:17:20 +0100
  • 034765aebe Added partial support to Dynamic type (#725) Nikordaris 2018-05-25 09:20:22 -0600
  • 01735b1a15 is a builtin in python; switch some arguments called to be Daniel Gallagher 2018-05-25 00:13:16 -0700
  • 013c9e5077 Update .travis.yml file to use tox as script for running tests Daniel Gallagher 2018-05-24 23:33:32 -0700
  • b196325a96 Add pyupgrade pre-commit hook and run on all files Daniel Gallagher 2018-05-24 22:59:55 -0700
  • 4214981444 Add requirements-txt-fixer pre-commit hook and run on all files Daniel Gallagher 2018-05-24 22:51:32 -0700