Commit Graph

  • da6ee4cd77 Fix: Use resolver passed as an attribute Sebastian Hernandez 2021-02-22 19:39:52 +0100
  • fbdc10fb98 Feature: DjangoInstanceField to use the queryset given in the ObjectType with relay id and Foreign Key support Sebastian Hernandez 2021-02-22 20:46:05 +0100
  • 5cee41407c
    Added GraphQLTransactionTestCase (#1099) Tonye Jack 2021-02-22 23:24:02 -0500
  • e323e2bc0b
    Add enum support to filters and fix filter typing (v2) (#1114) Thomas Leonard 2021-02-23 05:22:09 +0100
  • 2d4ca0ac7b
    Add enum support to filters and fix filter typing (v3) (#1119) Thomas Leonard 2021-02-23 05:21:32 +0100
  • 5ce4553244
    Fix schema dump on windows (#1123) andrei-datcu 2021-02-23 06:20:59 +0200
  • 007768b454
    Fix subscriptions in JS (#1124) Yves-Gwenael Bourhis 2021-02-23 05:19:20 +0100
  • beb2e4aae3
    Doc clarification for headers arg in testing utils (#1117) Jiahao Li 2021-02-22 23:13:49 -0500
  • 52880166bd
    Remove unused imports (#1127) Tonye Jack 2021-02-22 23:10:30 -0500
  • 53e8ca7a21 Merge remote-tracking branch 'up/main' into debug-middleware-print-stack-v3 Jason Kraus 2021-02-20 14:31:27 -0800
  • 4573d3db53
    Fix test main (#1126) Jason Kraus 2021-02-20 14:26:06 -0800
  • 57fef9deb0
    Update converter.py Tonye Jack 2021-02-20 12:44:26 -0500
  • 513f6a72d9
    Remove unused imports Tonye Jack 2021-02-20 12:43:01 -0500
  • 54bb9371af Add ClientErrorLogMiddleware for detailed logging Yukio Mizuta 2021-02-20 12:26:20 -0500
  • c789b436e4 Fix test main Thomas Leonard 2021-02-10 10:08:56 +0100
  • 8edc5d6ce0 Fix subscriptions in JS Yves-Gwenael Bourhis 2021-02-19 13:26:16 +0100
  • 0805f5d237
    Fix schema dump on windows andrei-datcu 2021-02-17 13:01:39 +0200
  • 1f7b785f95 enhancement: DjangoDebugContext captures exceptions and allows captured stack traces to be queried Jason Kraus 2021-02-16 14:51:06 -0800
  • e81256cdc5 Fix for v3 Thomas Leonard 2021-02-13 18:27:16 +0100
  • 56183c06b9
    Doc clarification for headers arg in testing utils Jiahao Li 2021-02-15 16:10:35 -0500
  • c5ac23ca78 - Add filtering support for choice fields converted to graphql Enum (or not) - Fix type of various filters (used to default to String) - Fix bug with contains introduced in previous PR - Fix bug with declared filters being overridden (see PR #1108) - Fix support for ArrayField and add documentation Thomas Leonard 2021-02-13 11:30:54 +0100
  • ffdab2f077 Fix tests Thomas Leonard 2021-02-13 16:24:37 +0100
  • 3636780337 - Add filtering support for choice fields converted to graphql Enum (or not) - Fix type of various filters (used to default to String) - Fix bug with contains introduced in previous PR - Fix bug with declared filters being overridden (see PR #1108) - Fix support for ArrayField and add documentation Thomas Leonard 2021-02-13 11:30:54 +0100
  • 095cbf1cf6 Issue #1111: foreign key should also call get_queryset method Thomas Leonard 2021-02-10 09:34:37 +0100
  • e74f3fc1bf
    Update testing.rst Tonye Jack 2021-02-06 14:14:36 -0500
  • ac9abad183 Updated test. Tonye Jack 2021-02-06 13:52:39 -0500
  • fd9209658d Updated docs. Tonye Jack 2021-02-06 13:08:30 -0500
  • 6d397fae13 Fixed formatting. Tonye Jack 2021-02-06 12:55:33 -0500
  • a4a83f7e1d
    make black happy Kuba Misiorny 2021-02-03 12:35:47 +0100
  • 30fa86084e
    Add ability to pass execution_context_class to GraphQLView.as_view() Kuba Misiorny 2021-02-03 12:20:49 +0100
  • c3404a9793
    document purpose of DjangoConnectionField (#1107) Jason Kraus 2021-02-02 09:58:43 -0800
  • d9ab8acf26
    document auth pattern: return None with resolve method (#1106) Jason Kraus 2021-02-02 09:58:21 -0800
  • c273f6c5e4 Run formatter Syberen 2021-01-31 10:24:52 +0100
  • 712d99caa4 (doc, auth): also show that one can raise an exception in a resolve method Jason Kraus 2021-01-29 16:38:49 -0800
  • 3e11ae052d format DonQueso89 2021-01-29 16:20:39 +0100
  • c191b78e1c upd tests DonQueso89 2021-01-29 16:20:15 +0100
  • a107c29566 only override declared filters with in lookup DonQueso89 2021-01-29 14:25:51 +0100
  • 72b023376d document purpose of DjangoConnectionField Jason Kraus 2021-01-25 12:42:27 -0800
  • 2b870a89e5 Remove empty lines Syberen 2021-01-24 08:42:29 +0100
  • ec0acb5a84 Add documentation for TESTING_ENDPOINT setting Syberen 2021-01-24 08:38:30 +0100
  • 2bb198db5c Import testing endpoint from graphene settings Syberen 2021-01-24 08:24:50 +0100
  • 93ec8eb099 document auth pattern: return None with resolve method Jason Kraus 2021-01-23 21:32:01 -0800
  • 5dea6ffa41
    Support "contains" and "overlap" filtering (v3) (#1101) Lucas 2021-01-18 21:39:22 -0800
  • e0a5d1c58e
    Support "contains" and "overlap" filtering (v2) (#1100) Lucas 2021-01-18 21:39:18 -0800
  • 8b29b0e762 Remove unused fixtures Lucas Brémond 2021-01-17 22:26:34 -0800
  • b45286c727 Remove unused fixtures Lucas Brémond 2021-01-17 22:25:40 -0800
  • bf3c4c6a8b Support contains/overlap filters Lucas Brémond 2021-01-17 18:46:33 -0800
  • 648a81740e Adjust docstrings Lucas Brémond 2021-01-17 19:07:11 -0800
  • 5657f673fc Add Python 2.7 support Lucas Brémond 2021-01-17 19:01:04 -0800
  • 38cf281b5d Support contains/overlap filters Lucas Brémond 2021-01-17 18:46:33 -0800
  • fc57054069 Fix project setup Lucas Brémond 2021-01-17 18:45:47 -0800
  • daf34624d0
    Update testing.py Tonye Jack 2021-01-15 14:58:02 -0500
  • 6329f1f0a3
    Update testing.py Tonye Jack 2021-01-15 14:31:50 -0500
  • 135fe15ec3
    Added GraphQLTransactionTestCase Tonye Jack 2021-01-15 14:29:28 -0500
  • bcc7f85dad
    Add BlankField and mount enums using it v3 (#1096) Jason Kraus 2021-01-11 16:34:50 -0800
  • 44bdb819b5 fix lint error from duplicate import Jason Kraus 2021-01-09 22:33:10 -0800
  • 8c58ecfea8 Add BlankField and mount enums using it Jonathan Kim 2020-07-22 09:36:29 +0100
  • 66c8901041
    Convert Django form / DRF decimals to Graphene decimals (#958) Ülgen Sarıkavak 2021-01-10 09:00:11 +0300
  • bf29f3a74c Merge remote-tracking branch 'up/v2' into fix-blank-field-enum Jason Kraus 2021-01-09 21:57:45 -0800
  • e24675e5b7
    Fix backward compability on GraphQLTestCase._client setter (#1093) Ülgen Sarıkavak 2021-01-10 06:16:18 +0300
  • aff56b882b
    Validate in and range filter inputs (#1092) Thomas Leonard 2021-01-10 04:15:56 +0100
  • 10e48c27b7
    Validate in and range filter inputs (#1090) Thomas Leonard 2021-01-10 04:15:21 +0100
  • ea84827ab8
    Fix backward compability on GraphQLTestCase._client setter (#1094) Ülgen Sarıkavak 2021-01-10 06:14:54 +0300
  • 83f0492a71 Fix backward compability on GraphQLTestCase._client setter Ülgen Sarıkavak 2021-01-09 13:27:12 +0300
  • 79a3a5f847 Fix backward compability on GraphQLTestCase._client setter Ülgen Sarıkavak 2021-01-09 13:27:12 +0300
  • 2689352d8d Validate in and range filter inputs Thomas Leonard 2021-01-08 18:15:37 +0100
  • d8e9ae91ea Validate in and range filter inputs Thomas Leonard 2021-01-08 18:15:37 +0100
  • 3fe78b80b9 Validate in and range filter inputs Thomas Leonard 2021-01-08 18:39:46 +0100
  • fdeadf5ce5
    Fix project setup (#1087) Lucas 2021-01-02 09:46:00 -0800
  • 933c6af149 Fix test_should_query_postgres_fields Lucas Brémond 2021-01-01 23:11:07 -0800
  • 1281c1338d
    Introduced optional_fields to SerializationMutation (#1080) Rustam Ganeyev 2021-01-02 04:36:50 +0000
  • c995be99bd Convert DRF serializer decimal to Graphene decimal Ülgen Sarıkavak 2021-01-02 04:50:26 +0300
  • 0d92c537ca Ugly fix for test_should_query_filter_node_limit Ülgen Sarıkavak 2021-01-02 04:23:05 +0300
  • aaa15c84f5 Convert Django form decimals to Graphene decimals Ülgen Sarıkavak 2021-01-02 03:47:08 +0300
  • 3daecffe6b fixed test Rustam Ganeyev 2021-01-01 19:46:00 +0000
  • 0311830771 Fix project setup Lucas Brémond 2020-12-31 14:18:16 -0800
  • ca83173af0 applied formatting & linting Rustam Ganeyev 2020-12-31 11:38:32 +0000
  • 20e505c3ab added tests Rustam Ganeyev 2020-12-31 11:35:29 +0000
  • caf9548610 v2.15.0 v2.15.0 Jason Kraus 2020-12-30 22:46:51 -0800
  • 8324d47999 Merge branch 'v2' into main v3.0.0b7 Jason Kraus 2020-12-30 22:31:41 -0800
  • 40e5252936
    Use the Django TestCase's Client (#1084) Ülgen Sarıkavak 2020-12-31 08:12:24 +0300
  • 8c48516093
    Also convert BaseCSVFilter for custom fields (#1081) Thiago Bellini Ribeiro 2020-12-31 02:03:57 -0300
  • c049ab7470
    WIP: Merge master into v3 (#1086) Jason Kraus 2020-12-30 15:37:57 -0800
  • 5931af924a fix linting by removing duplicate defintion and test of convert_form_field_to_string_list Jason Kraus 2020-12-30 15:35:12 -0800
  • 81d167a290 fix order_by snake casing by checking if value is None, switch executor to execution_context_class since schema.execute no longer supports executor Jason Kraus 2020-12-30 15:30:42 -0800
  • ac8aaf8525 merge master into v3 Jason Kraus 2020-12-30 10:07:13 -0800
  • 2d0b9ddd42
    improvement: convert decimal field to graphene decimal (#1083) Jason Kraus 2020-12-30 08:25:41 -0800
  • 6b8a5506de Add test for pending deprecation warning on GraphQLTestCase._client Ülgen Sarıkavak 2020-12-30 06:29:49 +0300
  • 8cbadd037c Don't break backward compability Ülgen Sarıkavak 2020-12-30 06:13:52 +0300
  • d545ad44fc Add missing test case initializer call Ülgen Sarıkavak 2020-12-30 06:03:19 +0300
  • 0d28630338 Use the Django Client test utility instance that Django provides with its TestCase class. This allows GraphQL tests to make use of the stateful client methods like login() Tom Nightingale 2020-02-26 17:04:58 -0800
  • e559a42374
    docs: fix simple typo, outputing -> outputting (#1077) Tim Gates 2020-12-30 06:30:30 +1100
  • dab6080fcf
    Fixed typo in documentation (#1078) Rustam Ganeyev 2020-12-29 19:30:10 +0000
  • 346496864c improvement: convert decimal field to graphene decimal Jason Kraus 2020-12-29 11:29:46 -0800
  • c8b0732bbb little fix ncrypt4nix 2020-12-29 16:12:53 +0300
  • a353f857e5 fix graphene_django/forms/mutation.py to project style ncrypt4nix 2020-12-29 15:19:18 +0300
  • be9cffab99 return back instance fields so as not to overwrite not required fields on None ncrypt4nix 2020-12-29 15:03:11 +0300
  • 15041fd86b Also convert BaseCSVFilter for custom fields Thiago Bellini Ribeiro 2020-12-28 11:23:06 -0300
  • 4453f7a34d added optional_field to SerializationMutation to forcefully mark some fields as optional Rustam Ganeyev 2020-12-27 11:08:34 +0000
  • 782553b882
    Fixed typo in documentation Rustam Ganeyev 2020-12-26 19:25:44 +0000