Commit Graph

802 Commits

Author SHA1 Message Date
Syrus Akbary
3a1093af24 Merge pull request #176 from graphql-python/features/middlewares
Added Middleware
2016-05-21 00:15:42 -07:00
Syrus Akbary
10e5424e31 Updated documentation referencing middleware 2016-05-21 00:07:41 -07:00
Syrus Akbary
b9723356fe Fixed PEP8-Python3 errors 2016-05-20 23:52:00 -07:00
Syrus Akbary
577b76e436 Removed plugins. Added middlewares 2016-05-20 23:43:55 -07:00
Syrus Akbary
3428725314 First phase of middlewares 2016-05-20 23:25:54 -07:00
Syrus Akbary
8421b59d3a Improved resolver logic middleware by using promises 2016-05-20 21:44:31 -07:00
Adriel Velazquez
4d15bc4f79 Updating tests for regex changes 2016-05-20 15:20:10 -04:00
Adriel Velazquez
22b8b90fab Allow numbers in to_constant
Enums aren't effected if a int is passed along with the string.
2016-05-20 14:30:56 -04:00
Markus Padourek
5a949ce209 Added context to sqlalchemy connectionfield 2016-05-20 15:26:42 +01:00
Markus Padourek
83c2cb1b27 Add context to django connection field 2016-05-20 14:40:21 +01:00
Markus Padourek
bc98505ee5 Fixed missing context arg 2016-05-20 14:11:21 +01:00
Markus Padourek
e897efb79f Added test for with_context on connectionfield 2016-05-20 14:03:47 +01:00
Markus Padourek
7a5ad21b98 Added context to from_list 2016-05-20 14:00:57 +01:00
Markus Padourek
c4f29f050b Added context to connectionfield resolver 2016-05-20 13:59:39 +01:00
Syrus Akbary
25fd60d1ff Improved plugins 2016-05-20 01:23:45 -07:00
Syrus Akbary
b431bfe477 Fixed django OneToOne inverse relationship conversion. Fix #170 2016-05-19 21:56:05 -07:00
Syrus Akbary
226f81bda1 Merge pull request #171 from iwaszko/patch-1
Fix invalid references to User model in Django tutorial
2016-05-19 08:17:34 -07:00
Pawel Iwaszko
97784bbb11 Fix invalid references to User model in Django tutorial 2016-05-19 15:40:27 +02:00
Syrus Akbary
605e8233b0 Merge pull request #169 from rattrayalex/patch-1
Document that __debug must be last field
2016-05-19 01:45:33 -07:00
Alex Rattray
3a69146d8a Document that __debug must be last field 2016-05-18 23:08:38 -07:00
Syrus Akbary
3d66159826 Fixed lint error 2016-05-18 21:54:21 -07:00
Syrus Akbary
d6740e9ff5 Allow string references in InputTypes. Fixed #157 2016-05-18 21:49:37 -07:00
Syrus Akbary
981a7f665a Updated docs adding resolver page with @with_context instructions. Fixed #164 2016-05-18 21:27:55 -07:00
Syrus Akbary
c1c4af8fc9 Added reference to Django introspection schema 2016-05-18 21:05:52 -07:00
Syrus Akbary
10304eb8cf Added interfaces field into a ObjectType. Fixed #168 2016-05-18 21:00:50 -07:00
Syrus Akbary
c260bd4181 Updated GraphQL SQLAlchemy version 2016-05-18 21:00:22 -07:00
Syrus Akbary
3790a9573a Merge pull request #167 from mjtamlyn/relay-mutation-with-context
Support with_context on ClientIDMutation.mutate_and_get_payload.
2016-05-18 11:01:19 -07:00
Marc Tamlyn
61e7beee7b Support with_context on ClientIDMutation.mutate_and_get_payload. 2016-05-18 11:50:03 +01:00
Syrus Akbary
398088a0c4 Updated version to 0.9.1 2016-05-13 13:45:50 -07:00
Syrus Akbary
4303420d49 Merge pull request #162 from stefanfoulis/patch-1
fix impossible dependencies of dependencies
2016-05-13 13:36:16 -07:00
Stefan Foulis
7115306156 fix impossible dependencies of dependencies
fixes #161
2016-05-13 21:59:09 +02:00
Syrus Akbary
5b63084802 Updated graphene version to 0.9 2016-05-12 00:32:05 -07:00
Syrus Akbary
0d0343874d Exclude tests directories in graphene package 2016-05-12 00:12:00 -07:00
Syrus Akbary
4eb70bca00 Updated graphene version to 0.9b1 2016-05-12 00:09:53 -07:00
Syrus Akbary
3dcb53ac07 Merge pull request #159 from graphql-python/core-update
Core update GraphQL-core 0.5.0
2016-05-12 00:08:37 -07:00
Syrus Akbary
7be5b83fdf Fixed PEP8 + Python 3 print 2016-05-11 23:54:15 -07:00
Syrus Akbary
7a27a9ef9f Fixed get_node 2016-05-11 23:47:10 -07:00
Syrus Akbary
379768930d Updated graphql-django-view 2016-05-11 22:54:29 -07:00
Syrus Akbary
9da1d1ec00 Update package requirements 2016-05-11 22:44:25 -07:00
Syrus Akbary
ae7e48f739 Commented some requirements for testing 2016-05-11 21:04:21 -07:00
Syrus Akbary
079014b926 Added Todo MVC example. Fixed #156 2016-05-10 20:33:36 -07:00
Syrus Akbary
c738d3db28 Added support for graphql 0.5.0 2016-05-10 00:42:18 -07:00
Alec Aivazis
76ea7d7637 schema now use default executor 2016-05-06 23:25:47 -07:00
Alec Aivazis
84834d1218 fixed reference to sync executor 2016-05-06 10:16:42 -07:00
Alec Aivazis
cff7666abe dumped graphql-core dependency 2016-05-06 10:12:52 -07:00
Alec Aivazis
11a963d70a bumped version number 2016-05-06 08:58:50 -07:00
Alec Aivazis
1d44f5f918 updated to reflect changes to graphql-core 2016-05-06 08:55:17 -07:00
Syrus Akbary
6272057997 Merge pull request #152 from jdugan1024/improve-iso8601-handling
improve iso8601 handling
2016-04-30 23:40:07 -07:00
Jon Dugan
aea560e363 don't restrict version number for the iso8601 package 2016-04-29 15:31:57 -05:00
Jon Dugan
9c2d571aae py 3.4/3.5 don't like the leading 0 2016-04-29 14:21:18 -05:00