-
Notifications
You must be signed in to change notification settings - Fork 227
Comparing changes
Open a pull request
base repository: graphql-python/graphene-sqlalchemy
base: 3.0.0b1
head repository: graphql-python/graphene-sqlalchemy
compare: 3.0.0b2
- 12 commits
- 21 files changed
- 12 contributors
Commits on Sep 21, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 57cd786 - Browse repository at this point
Copy the full SHA 57cd786View commit details
Commits on Apr 8, 2022
-
I resolved spelling and capitalization mistakes. (#290)
For <span style="color:red">~~instaling~~</span><span style="color:green">installing</span> <span style="color:red">~~g~~</span><span style="color:green">Graphene</span>, just run this command in your shell<span style="color:green">.</span>
Configuration menu - View commit details
-
Copy full SHA for 7bf0aa5 - Browse repository at this point
Copy the full SHA 7bf0aa5View commit details
Commits on Apr 27, 2022
-
Fix for import from graphql-relay-py (#329) (#330)
* Add newlines to make pre-commit happy * Fix import from graphql_relay The module name was deprecated, but all imports should be made from the top level anyway.
Configuration menu - View commit details
-
Copy full SHA for 771f4f5 - Browse repository at this point
Copy the full SHA 771f4f5View commit details
Commits on Apr 28, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 869a55b - Browse repository at this point
Copy the full SHA 869a55bView commit details -
🥅 Don't suppress SQLAlchemy errors when mapping classes (#169)
These changes modify graphene-sqlalchemy so as not to suppress errors coming from SQLAlchemy when attempting to map classes. Previously this made the debugging experience difficult since issues with SQLAlchemy models would produce an unclear error message from graphene-sqlalchemy. With these changes, the SQLAlchemy error is propagated to the end-user, allowing them to correct the real issue quickly. Fixes #121
Configuration menu - View commit details
-
Copy full SHA for 5da2048 - Browse repository at this point
Copy the full SHA 5da2048View commit details
Commits on Apr 29, 2022
-
Support setting @hybrid_property's return type from the functions typ…
…e annotations. (#340) Adds support for automatic type conversion for @hybrid_property's using converters similar to @convert_sqlalchemy_type.register(). Currently, all basic types and (nested) Lists are supported. This feature replaces the old default string conversion. String conversion is still used as a fallback in case no compatible converter was found to ensure backward compatibility. Thank you @conao3 & @flipbit03!
Configuration menu - View commit details
-
Copy full SHA for 0820da7 - Browse repository at this point
Copy the full SHA 0820da7View commit details
Commits on May 3, 2022
-
Added suport for Optional[T] in @hybrid_property's type annotation in…
…ference. (#343) Automatic @hybrid_property type conversion now supports Optionals.
Configuration menu - View commit details
-
Copy full SHA for b0aa63c - Browse repository at this point
Copy the full SHA b0aa63cView commit details
Commits on May 5, 2022
-
Configuration menu - View commit details
-
Copy full SHA for a47dbb3 - Browse repository at this point
Copy the full SHA a47dbb3View commit details
Commits on Jun 2, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 294d529 - Browse repository at this point
Copy the full SHA 294d529View commit details
Commits on Jun 3, 2022
-
Add Python 3.10 & Update Build Scripts (#352)
This PR drops tests for Python 3.6 and updates the build scripts.
Configuration menu - View commit details
-
Copy full SHA for f16d434 - Browse repository at this point
Copy the full SHA f16d434View commit details
Commits on Jul 15, 2022
-
Native support for additional Type Converters (#353)
* Fields generated from Hybrid Properties & Type hints now support Unions (Union[ObjectType1,OT2] or ObjectType1 | OT2) * Support for Variant and types.JSON Columns * BREAKING: Date&Time now convert to their corresponding graphene scalars instead of String. * BREAKING: PG UUID & sqlalchemy_utils.UUIDType now convert to graphene.UUID instead of graphene.String * Change: Sort Enums & ChoiceType enums are now generated from Column.key instead of Column.name, see #330 Signed-off-by: Erik Wrede <erikwrede2@gmail.com> Co-authored-by: Nicolas Delaby <nicolas.delaby@infarm.com> Co-authored-by: davidcim <david@cimaware.com> Co-authored-by: Viktor Pegy <xtpvxt@gmail.com> Co-authored-by: Ian Epperson <ian@epperson.com>
Configuration menu - View commit details
-
Copy full SHA for a702569 - Browse repository at this point
Copy the full SHA a702569View commit details -
Configuration menu - View commit details
-
Copy full SHA for dfee3e9 - Browse repository at this point
Copy the full SHA dfee3e9View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 3.0.0b1...3.0.0b2