Commit Graph

388 Commits

Author SHA1 Message Date
MardanovTimur
d84793184f fix 2019-05-31 00:02:28 +03:00
MardanovTimur
9ec572b134 fixed install libraries 2019-05-30 23:08:20 +03:00
MardanovTimur
c01229ffa0 fixed 2019-05-30 22:44:46 +03:00
MardanovTimur
7ba826fb49 fix @paginate decorator 2019-05-30 22:43:07 +03:00
MardanovTimur
7c532e317a version updated 2019-05-28 14:48:54 +03:00
MardanovTimur
7091216c14 fixed get_node method. Updated with graphene-django 2019-05-28 03:57:25 +03:00
MardanovTimur
02afb15d85 fixed conflicts 2019-05-28 03:47:42 +03:00
MardanovTimur
76fbcefbc7 cleanup the code 2019-05-22 01:00:30 +03:00
Paul Hallett
b0cba398a1
Merge pull request #647 from dulmandakh/react-16.8.6
bump react to 16.8.6
2019-05-21 14:18:45 +01:00
MardanovTimur
4f2fb3ebea fix 2019-05-21 15:03:43 +03:00
MardanovTimur
a4949abe58 fixed settings 2019-05-21 14:39:06 +03:00
MardanovTimur
02d7090d6f graphene-neo4j release 2019-05-20 16:35:36 +03:00
Dulmandakh
7690c2c002 bump react to 16.8.6 2019-05-20 19:41:25 +08:00
Dulmandakh
49aedf171a bump graphiql to 0.13.0, and rename __debug to _debug due to __ limitations 2019-05-20 17:48:28 +08:00
zorig
ba64bceab0 graphiql version upgrade 2019-05-15 17:22:29 +08:00
Paul Hallett
e26a9f2a44
Merge pull request #631 from graphql-python/fix-628
Fix importing error for GraphQLTestCase
2019-05-13 18:12:22 +01:00
Mel van Londen
865c9535b9
Bugfix: FormMutation was always causing boolean fields to be required (#613)
Bugfix: FormMutation was always causing boolean fields to be required
2019-05-09 11:47:47 -07:00
Paul Hallett
2bf7e7f66d
Fix importing error for GraphQLTestCase 2019-05-08 22:45:28 +01:00
Paul Hallett
0d178b38fb
Merge pull request #609 from acu/fix-connection-field-required
Fix passing required=True to DjangoConnectionField
2019-05-06 12:01:12 +01:00
Paul Hallett
e6ad5887ca
Introduce Black formatting, additional tests 2019-05-02 17:46:35 +01:00
Alexandre Kirszenberg
b49d315a39 4 spaces 2019-05-01 15:49:54 +02:00
Mel van Londen
fb8a129752
Merge pull request #608 from GitRon/feature/base-test-class
Added test class for django api unittests and documentation
2019-04-27 09:16:23 -07:00
David Sanders
6acd917cf7
Drop old Django compatibility code 2019-04-15 05:53:30 -07:00
Ronny Vedrilla
29b8ea8398 Bugfix: FormMutation was always causing boolean fields to be required 2019-04-05 14:27:53 +02:00
Patrick Arminio
923d8282c7 Fix duplicated ErrorType declaration (#539)
* Add failing test case

* Fix duplicated ErrorType declaration
2019-03-31 12:01:43 +01:00
Jason Kraus
0a5020bee1 Get queryset (#528)
* first attempt at adding get_queryset

* add queryset_resolver to DjangoConnectionField and fix test failures

* cleanup get_queryset API to match proposal as close as possible

* pep8 fix: W293

* document get_queryset usage

* add test for when get_queryset is defined on DjangoObjectType
2019-03-31 12:01:17 +01:00
Gary Donovan
fcc3de2a90 Allow graphql schema export to use a canonical representation (#439)
When we use the `graphql_schema` management command, the output can vary from run to run depending on arbitrary factors (because there is no guarantee made about the order used to output JSON dictionary keys). This makes it difficult to compare two schema's at different points in time.

We address this by including a new `canonical` flag to the command, which uses standard `json.dump` funcitonality to sort dictionary keys and force pretty-printed output.
2019-03-31 11:30:29 +01:00
Alexandre Kirszenberg
8beadc759f Correctly propagate NonNull to inner connection type 2019-03-30 19:43:11 +01:00
Ronny Vedrilla
3c11a980fe Python 2.7 syntax compat 2019-03-29 12:53:18 +01:00
Ronny Vedrilla
b491878c27 * Added test class for django api unittests and documentation how to use it 2019-03-29 11:51:40 +01:00
Ronny Vedrilla
d5d0c519ce Replaced a copy-paste error causing one test case not to run 2019-03-27 15:21:15 +01:00
MardanovTimur
f44babe153 create nodes throw terminal 2019-03-23 06:24:51 +03:00
MardanovTimur
45104749a0 fix typo 2019-03-23 06:09:20 +03:00
MardanovTimur
7ab0e806c1 added advanced utils + self written constructors 2019-03-23 04:04:31 +03:00
MardanovTimur
87a98fc6f8 fixed custom directives 2019-03-22 22:51:19 +03:00
Adam Johnson
ea2cd9894f Always use HTTPS for CDN files (#498)
* Always use HTTPS for CDN files

There's no point using insecure, deprecated HTTP even if the current page is on HTTP.

* add integrity and crossorigin attributes
2019-03-19 20:34:10 +00:00
Jonathan Kim
297b807f96
Merge pull request #508 from danpalmer/graphiql-no-querystring
Improve Security of GraphiQL
2019-03-16 11:30:32 +00:00
Jonathan Kim
ce8fa7f9f2 Fix lint error 2019-03-09 22:39:04 +01:00
MardanovTimur
85d45414f9 fix 2019-02-24 02:45:47 +03:00
Mardanov Timur Rustemovich
0616e04513 added first value by default = 100 2019-02-13 17:16:49 +03:00
Mardanov Timur Rustemovich
54fa1ee876 nonnull fields deleted 2019-02-05 12:52:19 +03:00
Mardanov Timur Rustemovich
1685b36e80 added post_resolver in django connection field 2019-02-04 13:33:51 +03:00
Mardanov Timur Rustemovich
c2e175a94c fix 2019-02-01 05:06:03 +03:00
Mardanov Timur Rustemovich
519f67cdac fix 2019-02-01 04:57:14 +03:00
Mardanov Timur Rustemovich
6dbc764763 upd check 2019-02-01 04:52:18 +03:00
Mardanov Timur Rustemovich
3af66f6903 added know_parent bool field in connectionfield 2019-01-29 10:28:59 +03:00
Mardanov Timur Rustemovich
612eebdd55 fixed parent field detectioon 2019-01-24 21:22:21 +03:00
Mardanov Timur Rustemovich
875bb4a024 changed filter 2019-01-22 11:33:14 +03:00
Mardanov Timur Rustemovich
8bda68fbf7 trying to fix epic error 2019-01-16 14:13:25 +03:00
Mardanov Timur Rustemovich
804a5f127e release 2019-01-16 14:00:05 +03:00