Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] Road to 2.0 #500

Merged
merged 86 commits into from
Aug 27, 2017
Merged
Changes from 1 commit
Commits
Show all changes
86 commits
Select commit Hold shift + click to select a range
c98d91b
Simplified Interface code
syrusakbary Jul 12, 2017
e487206
Simplified ObjectType logic
syrusakbary Jul 12, 2017
5ee6e2b
Simplified Scalar
syrusakbary Jul 12, 2017
d8b42dd
Simplified InputObjectType
syrusakbary Jul 12, 2017
2d557d6
Simplified mutation
syrusakbary Jul 12, 2017
f0edcb2
Removed AbstractType
syrusakbary Jul 12, 2017
b78b8c4
Removed unused code
syrusakbary Jul 12, 2017
02c203f
Simplified Union implementation
syrusakbary Jul 12, 2017
858343a
Removed unused functions
syrusakbary Jul 12, 2017
3604c8f
Improved mutation class
syrusakbary Jul 12, 2017
9ce1288
Improved Enum implementation
syrusakbary Jul 12, 2017
e86f73d
Added class arguments example for Python 3
syrusakbary Jul 12, 2017
28c987b
Improved docs for extending Option attrs
syrusakbary Jul 12, 2017
58b04df
Updated Readme docs
syrusakbary Jul 12, 2017
e380078
Fixed upgrade doc title
syrusakbary Jul 12, 2017
563ca23
Make init_subclass work in Python 3.5
syrusakbary Jul 12, 2017
4820a7f
Improved Mutation
syrusakbary Jul 12, 2017
7a6d741
Fixed relay ClientIDMutation
syrusakbary Jul 12, 2017
a023aeb
Simplified Node type
syrusakbary Jul 12, 2017
6321c52
Fixed Connection tests
syrusakbary Jul 13, 2017
3fbc328
Fixed Python 3.5 issues with Enum
syrusakbary Jul 13, 2017
f1624af
Fixed Flake issues
syrusakbary Jul 13, 2017
ec5697b
Fixed Connection side effects and add into breaking changes.
syrusakbary Jul 13, 2017
8ff3380
Removed testing in Python 3.4 and start testing in 3.6
syrusakbary Jul 13, 2017
26686da
Added inputobjecttype containers
syrusakbary Jul 23, 2017
f7fdc9a
Initial version of function annotations
syrusakbary Jul 23, 2017
d2f1024
Added annotated resolver and context
syrusakbary Jul 24, 2017
b892eee
Removed unnecessary files
syrusakbary Jul 24, 2017
b185f4c
Improved mutation with thenable check
syrusakbary Jul 24, 2017
fb4b4df
Added auto resolver function
syrusakbary Jul 24, 2017
6ae9717
Improved automatic resolver args from annotations
syrusakbary Jul 24, 2017
8bac3dc
Use latest graphql-core and promise lib
syrusakbary Jul 24, 2017
85d3145
Improved abstract type
syrusakbary Jul 24, 2017
287a7a8
Added package test requirements into travis excluding setup
syrusakbary Jul 24, 2017
8c3a933
Fixed test 425 url
syrusakbary Jul 24, 2017
f8561fa
Fixed travis
syrusakbary Jul 24, 2017
6c4f462
Fixed Python 2/3 issues and flake syntax issues
syrusakbary Jul 24, 2017
907a3d9
Fixed Python 3.5 issues
syrusakbary Jul 24, 2017
66468e3
Improved Upgrade guide
syrusakbary Jul 24, 2017
40a15bd
Improved test coverage
syrusakbary Jul 24, 2017
800fbdf
Use dev version of graphql-core and promise
syrusakbary Jul 24, 2017
9769612
Make resolvers simple again
syrusakbary Jul 24, 2017
0e355ee
Improved documentation examples
syrusakbary Jul 24, 2017
df58b9a
Remove _is_annotated flag from annotate decorator
syrusakbary Jul 24, 2017
dba6256
Changed version to 2.0.dev
syrusakbary Jul 24, 2017
33a30db
Improved quickstart docs
syrusakbary Jul 24, 2017
7ca5c22
Added create_type. Support for Meta as dict
syrusakbary Jul 25, 2017
ed4bcce
Improved Relay Mutation
syrusakbary Jul 25, 2017
eabb9b2
Added UUID type
syrusakbary Jul 25, 2017
5696c5a
Added UUID docs
syrusakbary Jul 25, 2017
e71b59a
Fixed flake8 issues in mutation
syrusakbary Jul 25, 2017
c7c6112
Allow types to be abstract
syrusakbary Jul 27, 2017
6dde81e
Improved Mutation warning
syrusakbary Jul 27, 2017
711a096
Update UPGRADE-v2.0.md
syrusakbary Jul 27, 2017
719acc6
Update UPGRADE-v2.0.md
syrusakbary Jul 27, 2017
f3bdd7d
Improved upgrade example. Fixed #509
syrusakbary Jul 27, 2017
5c58d9e
Fixed lazy type instant resolved with NonNull. Fixed #494
syrusakbary Jul 27, 2017
fa512cf
Improved mutation docs
syrusakbary Jul 27, 2017
a56d5d9
Added union docs. Fixed #493
syrusakbary Jul 27, 2017
e6b0cbb
Merge branch 'master' into 2.0
syrusakbary Jul 27, 2017
6639055
Improved resolver consistency
syrusakbary Jul 27, 2017
6ae9e51
Update UPGRADE-v2.0.md
syrusakbary Jul 27, 2017
586ea56
Update UPGRADE-v2.0.md
syrusakbary Jul 27, 2017
d85a4e4
Update UPGRADE-v2.0.md
syrusakbary Jul 27, 2017
394a1be
Updated resolver api
syrusakbary Jul 27, 2017
0002d42
Updated docs
syrusakbary Jul 27, 2017
6a85507
Improved get_node API
syrusakbary Jul 28, 2017
602d886
Updated graphql-core version
syrusakbary Aug 1, 2017
7f1c2a6
Fixed benchmark tests
syrusakbary Aug 1, 2017
3a83671
Merge branch '2.0' into 2.0-newresolvers
syrusakbary Aug 1, 2017
a4bcb94
Merge pull request #514 from graphql-python/2.0-newresolvers
syrusakbary Aug 1, 2017
8101826
Added support for wheel distributions. Fixed #505
syrusakbary Aug 1, 2017
d8fac58
Fixed source resolver and added tests for it
syrusakbary Aug 1, 2017
10a3e86
Fixed mutation payload name and added tests for covering it.
syrusakbary Aug 1, 2017
7f33fbe
Fixed field source tests
syrusakbary Aug 1, 2017
eff882e
Fixed snapshot
syrusakbary Aug 2, 2017
7e901f8
Improved test coverage
syrusakbary Aug 2, 2017
0a97dea
Improved relay coverage
syrusakbary Aug 2, 2017
8826d72
minor spelling and grammar changes UPGRADE-v2.0.md
Aug 3, 2017
066e7ba
Merge pull request #517 from picturedots/patch-1
syrusakbary Aug 4, 2017
4875404
Update UPGRADE-v2.0.md
syrusakbary Aug 7, 2017
1e20e2b
Update UPGRADE-v2.0.md
syrusakbary Aug 7, 2017
19bf9b3
Update UPGRADE-v2.0.md
syrusakbary Aug 7, 2017
7cfec55
Added mypy static checking
syrusakbary Aug 8, 2017
4585469
Fixed travis
syrusakbary Aug 8, 2017
7eb3ab5
Fixed Flake8 issues
syrusakbary Aug 8, 2017
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fixed upgrade doc title
  • Loading branch information
syrusakbary committed Jul 12, 2017
commit e38007868ec04f696d67a0edaa94228859e3c3b9
2 changes: 1 addition & 1 deletion UPGRADE-v2.0.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# v1.0 Upgrade Guide
# v2.0 Upgrade Guide

* `ObjectType`, `Interface`, `InputObjectType`, `Scalar` and `Enum` implementations
have been quite simplified, without the need of define a explicit Metaclass.
Expand Down