Commit Graph

  • 3803e9a762 Merge pull request #151 from graphql-python/fix-filter-and-resolver Syrus Akbary 2017-04-15 01:30:01 -0700
  • dbf006976e Removed unnecesary Django filter installation Syrus Akbary 2017-04-15 01:22:32 -0700
  • cc03da0598 Moved tests to filter field tests Syrus Akbary 2017-04-15 01:16:11 -0700
  • b30b40e353 Improved travis tests. Added Django==1.11 tests Syrus Akbary 2017-04-15 01:11:36 -0700
  • 5833cb83be Fixed filterset limit issue Syrus Akbary 2017-04-15 01:00:02 -0700
  • 055c6e2359 Merge branch 'master' into fix-filter-and-resolver Syrus Akbary 2017-04-15 00:04:19 -0700
  • 005bb7fe04 Merge pull request #136 from edmorley/django_graphiql-cleanup Syrus Akbary 2017-04-13 19:36:29 -0700
  • 438dc13848 Merge pull request #143 from khankuan/patch-1 Syrus Akbary 2017-04-13 19:34:46 -0700
  • 8eb881e085 Fix graphiql refreshing operationName undefined Kuan 2017-04-13 10:11:10 -0700
  • 33b2b42e6f Rewrite unit test to make it working on all versions of django Alexey Subbotin 2017-04-12 13:04:03 +0200
  • a9f34dab93 request.body might raise RawPostDataException, RequestDataTooBig, UnreadablePostError exceptions which are not related to invalid JSON data Alexey Subbotin 2017-04-12 12:25:51 +0200
  • 6fff012d08 Update README.md Kuan 2017-04-11 09:10:01 -0700
  • 739d7997f3 Update README.rst Kuan 2017-04-11 09:09:08 -0700
  • b80426e7f1 Add hyperlink on documentation in README.md Kuan 2017-04-11 09:07:28 -0700
  • 6f4cf3c2ab Fix issue auth tests Carlos Martinez 2017-03-28 20:08:34 -0500
  • cd10971aa4 Update test if django_filters is not installed (Django 1.6 and Django 1.7) Carlos Martinez 2017-03-28 20:05:15 -0500
  • 69a1b35cfb Updated test Carlos Martinez 2017-03-28 20:00:39 -0500
  • 2a12e39782 Update tests Carlos Martinez 2017-03-28 19:49:38 -0500
  • 272a3a8736 Change django versions Carlos Martinez 2017-03-28 19:44:51 -0500
  • 283d157ad3 Test dependencies Carlos Martinez 2017-03-28 19:42:31 -0500
  • 3b25900588 Update test config Carlos Martinez 2017-03-28 19:40:23 -0500
  • 989fcfeed8 Update test depencies Carlos Martinez 2017-03-28 19:37:03 -0500
  • 4058c2a76a Update dependency test Carlos Martinez 2017-03-28 17:38:27 -0500
  • b6951f7887 Update setup.py Carlos Martinez 2017-03-28 13:30:05 -0500
  • 81ef78ad58 Remove django_graphiql from cookbook requirements.txt. Ed Morley 2017-03-22 01:59:52 +0000
  • eb02f8781c Merge pull request #74 from momamene/fix-reverse-fields-name Syrus Akbary 2017-03-15 21:37:48 -0700
  • f6034abe74 Merge pull request #132 from LearntEmail/rename_fields Syrus Akbary 2017-03-15 21:35:37 -0700
  • 46048cd218
    Add tests for DjangoObjectType only/exclude_fields Sam Parkinson 2017-03-11 07:40:04 +1100
  • 2d525d7043 Update tests Carlos Martinez 2017-03-07 21:09:34 -0500
  • 3c0cbf00d6 Fix syntax and import issues Carlos Martinez 2017-03-06 22:17:46 -0500
  • 4086525928 Added authorization support for DjangoFilterConnectionField Carlos Martinez 2017-03-06 22:11:49 -0500
  • 2117cb2b01 Example for order_by being ignored Niall 2017-03-06 20:19:39 +0000
  • 7210e308ec Fix test Niall 2017-03-06 20:00:01 +0000
  • fda876fdc2 Long-winded intersection using sets Niall 2017-03-06 19:41:04 +0000
  • e2284fefb5 Clean up Niall 2017-03-06 18:20:31 +0000
  • 69457cffdf Attempt fix. Breaks tests Niall 2017-03-06 18:13:40 +0000
  • 6f138c8a7e Removed DjangoFilterConnectionField Carlos Martinez 2017-03-05 20:14:52 -0500
  • 061d9eb52a Update imports Carlos Martinez 2017-03-05 20:08:39 -0500
  • e66c1faf44 Change import from DjangoObjectType to fix tests Carlos Martinez 2017-03-05 19:42:42 -0500
  • 67804fdc09 Add broken test Niall 2017-03-05 19:17:00 +0000
  • 7085437a12 Fix filtering with a resolver and DjangoFilter filter. Niall 2017-03-05 17:13:09 +0000
  • f32a4a33db Django permissions required at Nodes and Mutations Carlos Martinez 2017-03-05 11:59:21 -0500
  • 1139507a14 Merge pull request #123 from HorizonXP/fix-batch-response-format Syrus Akbary 2017-03-04 18:25:12 -0800
  • f720912415 Update tests to expect new batch response format Xitij Ritesh Patel 2017-03-03 15:04:22 -0500
  • 335339c7a8 Fixed Django 1.8 issue Syrus Akbary 2017-03-02 18:38:03 -0800
  • 28db2c0506 Improved docs for running tests locally Syrus Akbary 2017-03-02 18:32:05 -0800
  • 87f0c33983 Merge pull request #118 from gamingexperience/fix/node-filtery-efficiency Syrus Akbary 2017-03-02 18:04:06 -0800
  • 4cc46736bf Simplified DjangoFilterConnectionField logic Syrus Akbary 2017-03-02 17:54:15 -0800
  • acff3d59db Merge pull request #58 from tangerilli/recursive-nodes Syrus Akbary 2017-03-02 17:26:51 -0800
  • 9eb339e2e3 Remove payload key from response and stick to original format. Xitij Ritesh Patel 2017-03-02 01:47:28 -0500
  • 57dbcd34f4
    Merge remote-tracking branch 'remote/master' into recursive-nodes Tony Angerilli 2017-02-28 23:27:17 -0800
  • c5d22396dd Merge 6a7a097039 into fd91f78366 drakon 2017-02-28 00:19:59 +0000
  • fd91f78366 Merge pull request #119 from thatneat/patch-1 Syrus Akbary 2017-02-23 23:41:48 -0800
  • 755bd4e187 spelling thatneat 2017-02-23 09:08:05 -0800
  • 7f471252da Avoids redundant filtering with non-nested nodes. Pablo Chinea 2017-02-23 14:24:25 +0000
  • 328cd50821 Merge branch 'master' of github.com:graphql-python/graphene-django Syrus Akbary 2017-02-21 20:59:17 -0800
  • 488992b047 Merge branch 'add-introduction-tutorial' of https://github.com/RadoRado/graphene-django Syrus Akbary 2017-02-21 20:59:06 -0800
  • 5d7794815f Fix GraphiQL URL which is configured in the tutorial. Radoslav Georgiev 2017-02-21 21:39:25 +0200
  • f15d2f6762 Update tutorial-relay.rst structure to match plain Radoslav Georgiev 2017-02-21 21:32:45 +0200
  • 0b4db6a42d Improve summary section Radoslav Georgiev 2017-02-21 21:15:43 +0200
  • c8179de895 Merge pull request #117 from graphql-python/features/better-batch-errors Syrus Akbary 2017-02-20 23:08:42 -0800
  • 2660de969f Improved batch view tests Syrus Akbary 2017-02-20 01:15:13 -0800
  • f217731066 Improved GraphQL batch view errors. Syrus Akbary 2017-02-20 01:08:42 -0800
  • 392c1ae148 Improved batch view tests Syrus Akbary 2017-02-20 01:15:13 -0800
  • b9ebb9923a Improved GraphQL batch view errors. Syrus Akbary 2017-02-20 01:08:42 -0800
  • c635db5e5a Merge pull request #115 from graphql-python/features/global-registry Syrus Akbary 2017-02-20 00:56:15 -0800
  • eadd63d096 Improved registry, raising only when constructing the schema. Syrus Akbary 2017-02-20 00:47:54 -0800
  • 4a60da3c36 Added registry to the index Syrus Akbary 2017-02-20 00:22:11 -0800
  • 5c827538c7 Improved docs Syrus Akbary 2017-02-20 00:21:05 -0800
  • 19f7769861 Added registry docs Syrus Akbary 2017-02-18 14:49:25 -0800
  • d81892e0d4 Fixed lint and registry error description Syrus Akbary 2017-02-18 14:20:23 -0800
  • b06e33ddd7 Improved registry Syrus Akbary 2017-02-18 14:02:31 -0800
  • 0ec8d2c828 Merge pull request #104 from Tritlo/skip-registry Syrus Akbary 2017-02-18 13:03:22 -0800
  • a599e4cb3e Merge pull request #99 from nickhudkins/feature/filter-connection-field-connections Syrus Akbary 2017-02-17 10:36:32 -0800
  • 8649ffb433 Merge pull request #113 from craiga/master Syrus Akbary 2017-02-17 10:32:40 -0800
  • 9621054852 Add reference to cookbook-plain in tutorial-plain.rst Radoslav Georgiev 2017-02-14 20:28:49 +0200
  • 531a5348e6 Add examples/cookbook-plain to follow the plain tutorial Radoslav Georgiev 2017-02-14 20:23:45 +0200
  • 4fc3dd66a1 Add Vim.gitignore to .gitignore Radoslav Georgiev 2017-02-14 20:22:51 +0200
  • b55e988205 Add Summary section with some paragraphs Radoslav Georgiev 2017-02-14 19:55:38 +0200
  • e063ef3cfc Fix GraphiQL URL which is configured in the tutorial. Craig Anderson 2017-02-14 17:37:46 +0000
  • 99e2339877 Correct imports in tutorial Craig Anderson 2017-02-14 17:31:23 +0000
  • e66960507e Update views.py femesq 2017-02-13 11:37:52 -0200
  • 950cab641b Bump year to 2017 Radoslav Georgiev 2017-02-12 16:48:59 +0200
  • 1304183893 Spellcheck tutorial-plain.rst Radoslav Georgiev 2017-02-12 16:48:48 +0200
  • 61dd8c4277 Add basic structure for plain tutorial Radoslav Georgiev 2017-02-12 16:44:39 +0200
  • 82db1f4e7d Merge branch 'master' into master Syrus Akbary 2017-02-11 16:21:55 -0800
  • f3d9cbcd14 Merge pull request #109 from BossGrand/master Syrus Akbary 2017-02-11 16:14:34 -0800
  • 441dde4781 Merge pull request #110 from RadoRado/master Syrus Akbary 2017-02-11 16:14:03 -0800
  • b63cb772e4 Add Adding login required section to authorization Radoslav Georgiev 2017-02-09 18:18:50 +0200
  • 84a074250b missed a period BossGrand 2017-02-06 17:00:35 -0800
  • 602e1f9de1 Added documentation for exclude_fields BossGrand 2017-02-06 16:59:13 -0800
  • d40ede92ac Exception raises when GET request is sent to batch endpoint femesq 2017-02-03 21:59:07 -0200
  • aed7229bae Allow nodes to skip the registry Matthías Páll Gissurarson 2017-02-02 20:12:51 +0100
  • 15664bdc0b accept connections for DjangoFilterConnectionField Nick Hudkins 2017-01-27 10:47:56 -0500
  • bf3078f12e add more tests without context Valder Gallo 2017-01-27 09:40:27 -0200
  • 320d95333f fix #79 add decorator has_perms for nodes Valder Gallo 2017-01-24 13:28:19 -0200
  • e82ee8816c
    Revert "adding the option of defining a filterset_class in the Meta class" Tony Angerilli 2017-01-23 22:18:09 -0800
  • 9b1c1b4bad adding the option of defining a filterset_class in the Meta class Elena 2017-01-23 17:40:07 -0800
  • 32bb8c8255 Fix unit test Alexey Subbotin 2017-01-23 16:19:55 +0100
  • 1c0a9bab45 Change status code in tests Alexey Subbotin 2017-01-23 16:12:15 +0100