Commit Graph

359 Commits

Author SHA1 Message Date
Jacob Klapwijk
be449ab1c0 Fix ugettext_lazy objects in Choice tuples not being evaluated. Running .format() on it will return the string we want, and wont cause any problems when its run on a string without arguments 2016-05-31 16:11:54 +02:00
Syrus Akbary
da09bc3210 Fixed unregistered types in schema 2016-05-27 23:18:18 -07:00
Marc Tamlyn
aa2f4c5bac Failing test of interface implementation registration. 2016-05-26 12:16:45 +01:00
Syrus Akbary
8bc14953d7 Moved options testing to tests directory 2016-05-23 21:58:25 -07:00
Alec Aivazis
427a08106b fixed linting error 2016-05-22 17:17:07 -07:00
Alec Aivazis
161f198451 added test for auto_camelcase flag 2016-05-22 17:11:55 -07:00
Alec Aivazis
feb0825a63 fixed bug when no middlewares are present 2016-05-22 16:52:30 -07:00
Syrus Akbary
89074492e0 Merge pull request #177 from graphql-python/bugfixes/context-in-connectionfield
Added context to connectionfield resolver
2016-05-21 00:47:56 -07:00
Syrus Akbary
11a5ee189e Fixed issues 2016-05-21 00:40:26 -07:00
Syrus Akbary
ae8a23bfb8 Merge pull request #175 from AdrielVelazquez/master
Allow numbers in to_constant
2016-05-21 00:26:46 -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
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
10304eb8cf Added interfaces field into a ObjectType. Fixed #168 2016-05-18 21:00:50 -07:00
Marc Tamlyn
61e7beee7b Support with_context on ClientIDMutation.mutate_and_get_payload. 2016-05-18 11:50:03 +01: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
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
1d44f5f918 updated to reflect changes to graphql-core 2016-05-06 08:55:17 -07:00
Jon Dugan
9c2d571aae py 3.4/3.5 don't like the leading 0 2016-04-29 14:21:18 -05:00
Jon Dugan
f325964a9e one more linting fix 2016-04-29 14:16:31 -05:00
Jon Dugan
a158f4e002 liniting fixes 2016-04-29 14:10:28 -05:00
Jon Dugan
8e3b9b430e improve iso8601 handling 2016-04-29 13:58:49 -05:00
evalette
0960b7914d add test for sqlalchemy and identifier meta attribute 2016-04-13 14:39:11 +02:00
evalette
1f9252f26a add meta option identifier to SQLAlchemy nodes 2016-04-13 14:06:31 +02:00
karec
efa67fa1db start implement custom identifier 2016-04-12 22:24:12 +02:00
Syrus Akbary
1b39992dbe Merge branch 'refs/heads/master' into features/django-fields
Conflicts:
	graphene/contrib/django/converter.py
	graphene/core/classtypes/enum.py
2016-04-02 20:06:44 -07:00
Syrus Akbary
3bef8762e7 Improved Python syntax to be PEP8 complaint 2016-04-02 19:40:48 -07:00
Syrus Akbary
12c69c0635 Added DateTime custom Scalar 2016-04-02 19:37:28 -07:00
Syrus Akbary
81560df6a1 Added JSONString custom scalar 2016-04-02 19:19:40 -07:00
Syrus Akbary
ca0d1a3d7a Added RangeField conversion and testing 2016-04-02 18:58:36 -07:00
Syrus Akbary
7f96500353 Added support for converting Postgres fields 2016-04-02 18:02:13 -07:00
Syrus Akbary
a1dd2b6293 Added FileField and ImageField conversion. Fixed #137 2016-04-02 16:24:32 -07:00
Syrus Akbary
e1a693e57c Added Enum type ability to be mounted as field or argument 2016-04-02 00:14:09 -07:00
Syrus Akbary
68a9fb9fc4 Improved Django field choice converter 2016-04-01 23:43:42 -07:00