Commit Graph

  • 9544e6f7c1
    Extract query function from GraphQLTestCase Nikolai R Kristiansen 2020-07-31 15:24:42 +0200
  • 2f750abcae Formatting Thomas Leonard 2020-07-28 10:23:40 +0100
  • 01d2ba67c2 Formatting Thomas Leonard 2020-07-28 10:22:53 +0100
  • 05d0864f4d Add offset filtering Thomas Leonard 2020-07-28 10:15:50 +0100
  • 99e1a1b323 Fix linting Thomas Leonard 2020-07-28 09:24:55 +0100
  • f0ab360f8d Fix Connection/Edge naming and add unit test Thomas Leonard 2020-07-28 09:19:14 +0100
  • ca80585636 Fix backward Relay pagination Lucas Brémond 2020-07-23 16:14:56 -0700
  • b552dcac24 bump version number v2.12.1 Mel van Londen 2020-07-13 14:12:42 -0700
  • 63cfbbf59a
    Remove operation name from the regex and default to query (#1004) Jonathan Kim 2020-07-13 22:09:52 +0100
  • b30baeabc8 Optionally match on operation name Jonathan Kim 2020-07-13 20:43:35 +0100
  • 587af8f608 Remove operation name from the regex and default to query Jonathan Kim 2020-07-13 19:28:26 +0100
  • e439bf3727 bump version to 2.12.0 v2.12.0 Mel van Londen 2020-07-12 13:17:03 -0700
  • 057b491176
    GraphiQL cleanup (#1002) Eric Abruzzese 2020-07-12 15:48:12 -0400
  • e9c1421462 Use SRI-stable artifacts for GraphiQL resources Eric Abruzzese 2020-07-12 15:38:56 -0400
  • 58bd623263 Update hashes Eric Abruzzese 2020-07-12 15:22:44 -0400
  • 8c563d714c Pass SRIs and new versions to the template Eric Abruzzese 2020-07-12 15:13:58 -0400
  • 38750c91a3 Add integrity checks for GraphiQL CDN resources Eric Abruzzese 2020-07-12 14:59:51 -0400
  • 6aa6aaaa8c
    Update GraphiQL, add GraphiQL subscription support (#1001) Eric Abruzzese 2020-07-12 09:42:31 -0400
  • de1b7b8651 Cleanup RST warnings, minor rewordings Eric Abruzzese 2020-07-11 20:08:08 -0400
  • a65b2a6df9 Move subscription documentation into docs/ Eric Abruzzese 2020-07-11 20:02:13 -0400
  • ab569ea2d6 Update GraphiQL, add GraphiQL subscription support Eric Abruzzese 2020-07-11 19:11:31 -0400
  • 1205e29bef
    v2.11.1 v2.11.1 Jonathan Kim 2020-07-09 18:02:01 +0100
  • d50955a173
    Do not break when after is greater than list_length (#999) Thiago Bellini Ribeiro 2020-07-09 14:01:22 -0300
  • 41d32d6d21 Do not break when after is greater than list_length Thiago Bellini Ribeiro 2020-07-01 10:15:39 -0300
  • 965ebdee13 Merge branch 'master' into v3 Jonathan Kim 2020-06-27 11:05:56 +0100
  • 88f6ec458c v3.0.0b4 v3.0.0b4 Jonathan Kim 2020-06-27 10:44:06 +0100
  • 08d0cce55a
    Move to_const function from Graphene into Graphene-Django (#992) (#996) Jean-Louis Fuchs 2020-06-27 11:43:25 +0200
  • cfa7db9abb
    Move to_const function from Graphene into Graphene-Django (#992) Jonathan Kim 2020-06-25 15:11:18 +0100
  • 8ddad41bb7 v2.11.0 v2.11.0 Jonathan Kim 2020-06-25 17:30:05 +0100
  • 1bec8e44b7
    Move to_const function from Graphene into Graphene-Django (#992) Jonathan Kim 2020-06-25 15:11:18 +0100
  • 3026181b28
    Set first amount to max limit if not set (#993) Jonathan Kim 2020-06-25 15:10:56 +0100
  • a2939ab0d3 Some more tweaks Jonathan Kim 2020-06-25 15:09:28 +0100
  • fccd817fc2 Update queries doc and add fields to tutorial Jonathan Kim 2020-06-25 15:00:47 +0100
  • c1059799e9 Update the tutorial Jonathan Kim 2020-06-25 14:44:13 +0100
  • 150fc82a4e Set first amount to max limit if not set Jonathan Kim 2020-06-25 13:01:17 +0100
  • 3c229b619e
    Fix hasNextPage - revert to count. Fix after (#986) Paul Craciunoiu 2020-06-25 06:00:24 -0600
  • 3c6733e121
    Fix filtering with GlobalIDFilter (#977) Hubert Siuzdak 2020-06-25 13:56:06 +0200
  • 6fd5cc9522 Fix arguments to connection_from_list_slice Jonathan Kim 2020-06-24 15:01:49 +0100
  • 12275075f2 Fix tests on python 2 Jonathan Kim 2020-06-24 15:28:46 +0100
  • d992034695 Move to_const function from Graphene into Graphene-Django Jonathan Kim 2020-06-24 15:22:30 +0100
  • f8b88fdc9a
    v3.0.0b3 v3.0.0b3 Jonathan Kim 2020-06-11 11:10:45 +0100
  • 1f752b6cad
    Warn if fields or exclude are not defined on DjangoObjectType (#981) Radosław Kowalski 2020-06-11 12:09:52 +0200
  • 8054803fde Bump PendingDeprecationWarning to DeprecationWarning radoslaw.kowalski 2020-06-11 11:04:19 +0200
  • 9b3344d5d9 Fix tests. Paul Craciunoiu 2020-06-10 12:26:06 -0600
  • 81df2bf244
    Update graphene_django/fields.py Paul Craciunoiu 2020-06-10 11:06:58 -0600
  • 70f696ea2f
    Update graphene_django/fields.py Paul Craciunoiu 2020-06-10 11:06:51 -0600
  • 48bfc395ee
    fix(converter): wrap field with NonNull if it is required (#545) Yuyang Zhang(helloqiu) 2020-06-10 17:52:45 +0100
  • cea771c493 Update formatting Jonathan Kim 2020-06-10 17:49:13 +0100
  • bf61399be3 fix(converter): wrap field with NonNull if it is required helloqiu 2018-10-24 18:08:50 +0800
  • 56f1db80cf
    Update setup.py classifiers (#987) Jonathan Kim 2020-06-10 17:41:11 +0100
  • 1abdcb0fb0
    Update setup.py classifiers Jonathan Kim 2020-06-10 17:37:50 +0100
  • 17146f9b01
    Make v3 django choice field enum naming default (in v3) (#982) DoctorJohn 2020-06-10 18:32:07 +0200
  • 85976ffb1f
    Start raising DeprecationWarnings for using only_fields and exclude_fields (v3) (#980) DoctorJohn 2020-06-10 18:30:24 +0200
  • 7246d9df57
    Merge branch 'v3' into v3-make-v3-django-choice-field-enum-daming-default Jonathan Kim 2020-06-10 17:26:12 +0100
  • 26c4c48abc
    Fix that generated schemas could contain empty descriptions (v3) (#984) DoctorJohn 2020-06-10 18:21:37 +0200
  • 4df05e5c38 Lint Paul Craciunoiu 2020-06-09 12:38:21 -0600
  • 1cb7fc63bf Fix pagination using 'after' Paul Craciunoiu 2020-06-09 12:35:14 -0600
  • 6bc0f6d9d6 Fix hasNextPage - revert to count Paul Craciunoiu 2020-06-09 12:19:11 -0600
  • 47d54ed0de Fix that generated schemas could contain empty descriptions DoctorJohn 2020-06-08 03:06:20 +0200
  • d440d9f984 Fix filtering with GlobalIDFilter Hubert Siuzdak 2020-06-05 13:48:21 +0200
  • 3d497ea094 Update docs to take new warning into account radoslaw.kowalski 2020-06-07 12:34:50 +0200
  • d478275bca Add explicit fields = "__all__" in examples as it will be required soon radoslaw.kowalski 2020-06-07 12:26:41 +0200
  • 64c2371cf7 Add explicit fields = "__all__" to mute warnings in tests radoslaw.kowalski 2020-06-07 12:25:21 +0200
  • 30306e8108 Warn when DjangoObjectType has neither fields nor exclude option radoslaw.kowalski 2020-06-07 12:08:41 +0200
  • a9279922b4 Make v3 django choice field enum naming default DoctorJohn 2020-06-07 12:59:31 +0200
  • 30622464d5 Start raising DeprecationWarnings for using only_fields and exclude_fields DoctorJohn 2020-06-07 12:20:13 +0200
  • c00203499b
    DjangoConnectionField slice: use max_limit first, if set (#965) Paul Craciunoiu 2020-06-06 12:00:21 -0600
  • 66a09ae34f Format Paul Craciunoiu 2020-06-06 11:47:28 -0600
  • 038fbe62b0 Stray f-string Paul Craciunoiu 2020-06-06 11:44:56 -0600
  • 82c944a89a Older python syntax. Paul Craciunoiu 2020-06-06 11:42:44 -0600
  • 201fd19451 Add test for max_limit. Paul Craciunoiu 2020-06-06 11:39:03 -0600
  • d9c187ffc2
    v3.0.0b2 v3.0.0b2 Jonathan Kim 2020-06-06 17:09:15 +0100
  • b320b94a73
    (v3) Cast potentially translated strings used as descriptions (#976) DoctorJohn 2020-06-06 18:08:10 +0200
  • 1a0fed0130 Apply changes suggested by the black formatter DoctorJohn 2020-06-06 16:15:01 +0200
  • b725976c1d Fix field description generation when help_text is None DoctorJohn 2020-06-06 16:08:09 +0200
  • 40e9c66db3
    Bump django from 3.0.3 to 3.0.7 in /examples/cookbook (#979) dependabot[bot] 2020-06-06 12:48:19 +0100
  • 5ff40d2d14
    Bump django from 3.0.3 to 3.0.7 in /examples/cookbook-plain (#978) dependabot[bot] 2020-06-06 12:48:01 +0100
  • 8c9c763a9b
    Bump django from 3.0.3 to 3.0.7 in /examples/cookbook dependabot[bot] 2020-06-05 16:40:17 +0000
  • c071545a07
    Bump django from 3.0.3 to 3.0.7 in /examples/cookbook-plain dependabot[bot] 2020-06-05 16:39:59 +0000
  • cd8074b06a Explicitly cast help_text used as description to str to resolve lazy translation DoctorJohn 2020-06-04 20:46:53 +0200
  • 62d121fe68 Support stringy middlewares wkoot 2020-05-26 20:42:56 +0200
  • 123139487f fix for 2.7.x because in tox <yuck> Joe Rhodes 2020-05-26 15:04:53 -0400
  • ca1f7a40b9 fix for 2.7.x because in tox <yuck> Joe Rhodes 2020-05-26 14:55:11 -0400
  • 0ff5e0e3b7 pass header auth along; host debug as static by default as in a disconnected env Joe Rhodes 2020-05-26 13:30:07 -0400
  • abd19853ee add sessions to test; make sure views tests work Joe Rhodes 2020-05-26 12:39:13 -0400
  • 3d3d58a7a8
    Section added GraphQL testing clients Nishchit 2020-04-03 11:34:51 +0530
  • 14ae2f44d3 black Paul Craciunoiu 2020-05-25 23:08:24 -0600
  • 87c2730ab0 Fix tests and bug with 'last' argument Paul Craciunoiu 2020-05-25 23:06:57 -0600
  • fb90cb78b3 Merge branch 'master' into v3 Jonathan Kim 2020-05-22 11:17:36 +0100
  • b1f6d41209
    fixes minor typo in docs index (#969) Chris Hart 2020-05-22 06:12:27 -0400
  • 77d6fa6780
    fixes minor typo in docs index Chris Hart 2020-05-21 18:45:27 -0400
  • 680bf72871
    Default camelcase errors (#968) Jonathan Kim 2020-05-21 16:42:15 +0100
  • 3ae060843d Default CAMELCASE_ERRORS to True swist 2019-10-01 14:13:15 +0100
  • 18dac205ea
    Merge branch 'v3' into chore/default-camelcase-errors Jonathan Kim 2020-05-21 16:27:53 +0100
  • d07642afe6
    Error in signature of callproc() and execute() (#966) Padraic Harley 2020-05-21 16:16:14 +0100
  • ee120c48e1
    Use psycopg2-binary in tox (#964) Ülgen Sarıkavak 2020-05-21 15:18:43 +0300
  • a6a95adfcd Error in signature of callproc() and execute() Kevin Gill 2019-02-22 13:13:16 +0000
  • d96c032add
    Remove unused import Tom Nightingale 2020-05-19 16:43:04 -0700
  • 47a3ac2758 Use max_limit first, if set. Paul Craciunoiu 2020-05-19 13:17:27 -0600
  • 145f187bb8 Use psycopg2-binary in tox Ülgen Sarıkavak 2020-05-19 04:01:47 +0300