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: Graphene 3 #774

Closed
wants to merge 18 commits into from
Closed

WIP: Graphene 3 #774

wants to merge 18 commits into from

Conversation

ktosiek
Copy link
Contributor

@ktosiek ktosiek commented Sep 15, 2019

Related to #705. I've started working on porting graphene-django to Graphene 3.
For now I'm just fixing tests from the top, but I'm sharing this in case anyone else is intrested.

@jkimbo
Copy link
Member

jkimbo commented Sep 22, 2019

This is great! Thanks so much @ktosiek . Is there anything outstanding left to do?

@ktosiek
Copy link
Contributor Author

ktosiek commented Sep 23, 2019

  1. This is blocked by SourceLocation should be serialized as object graphql-core#61 (which I hope to finish soon).
  2. This was never used in an application (except for the cookbook example), so it might be incomplete.
  3. I haven't looked through documentation yet, it might still reference Python 2 or Django Filters 1.x

@ktosiek
Copy link
Contributor Author

ktosiek commented Sep 26, 2019

  1. SourceLocation should be serialized as object graphql-core#61 is done, and I've updated this PR accordingly.
  2. Still no real-world testing, and I'm not sure when I'll be able to do that (the only app I could try this on uses django-graphql-optimizer heavily).
  3. I've looked through the docs, (but not very thoroughly, to be honest), and fixed 2 references to Django <1.11.

@rhizoome rhizoome mentioned this pull request Nov 14, 2019
7 tasks
@rhizoome
Copy link
Contributor

rhizoome commented Nov 19, 2019

@ktosiek I am going to run this against few of our projects tests.

@BfutureP
Copy link

Anyone please review it ASAP. It will be helpful for my project... upgrqaded to Django v3 with Graphene v3 and Graphene-Django v3. thanks. @ #812

Copy link

@BfutureP BfutureP left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good

@ulgens
Copy link
Collaborator

ulgens commented Mar 1, 2020

@ktosiek Is this still WIP?

@ktosiek
Copy link
Contributor Author

ktosiek commented Mar 1, 2020

@ulgens I'm not working on this at the moment, but I see @ganwell has taken over in a separate PR: #812.

@ulgens ulgens mentioned this pull request Mar 15, 2020
@rhizoome
Copy link
Contributor

rhizoome commented Apr 6, 2020

@jkimbo I fear that tox was not working on #904 and #905. I want to start over and incrementally (a PR and review per commit) merge #774. I also have some issues with flaky tests on master and I want to fix that first in master: Introducing random test order.

@ulgens
Copy link
Collaborator

ulgens commented Apr 6, 2020

@jkimbo Just give me some time to fix those test config. I'm saying that everything is already in place 🙂 No need for any additional work here.

@jkimbo
Copy link
Member

jkimbo commented May 9, 2020

Closing this since #951 has been merged into the v3 branch

@jkimbo jkimbo closed this May 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants