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

Add subscriptions #82

Merged
merged 17 commits into from
Dec 4, 2019
Merged

Add subscriptions #82

merged 17 commits into from
Dec 4, 2019

Commits on Dec 3, 2019

  1. Add graphql_ws dependency

    Bruno P. Kinoshita committed Dec 3, 2019
    Configuration menu
    Copy the full SHA
    fc2b947 View commit details
    Browse the repository at this point in the history
  2. Add graphql-ws pending PR file for Tornado

    Bruno P. Kinoshita committed Dec 3, 2019
    Configuration menu
    Copy the full SHA
    85c4a7f View commit details
    Browse the repository at this point in the history
  3. Ignore WIP PR file in pycodestyle

    Bruno P. Kinoshita committed Dec 3, 2019
    Configuration menu
    Copy the full SHA
    f0609ac View commit details
    Browse the repository at this point in the history
  4. Add SubscriptionHandler

    Bruno P. Kinoshita committed Dec 3, 2019
    Configuration menu
    Copy the full SHA
    9173b04 View commit details
    Browse the repository at this point in the history
  5. Optimize imports

    Bruno P. Kinoshita committed Dec 3, 2019
    Configuration menu
    Copy the full SHA
    4410f25 View commit details
    Browse the repository at this point in the history
  6. Create a websockets package.

    Naming it graphql_ws or tornado could cause issues loading Python code.
    Bruno P. Kinoshita committed Dec 3, 2019
    Configuration menu
    Copy the full SHA
    4201bec View commit details
    Browse the repository at this point in the history
  7. Rename file to match PR's file name

    Bruno P. Kinoshita committed Dec 3, 2019
    Configuration menu
    Copy the full SHA
    82fce39 View commit details
    Browse the repository at this point in the history
  8. Add graphiql handler with React app

    Bruno P. Kinoshita committed Dec 3, 2019
    Configuration menu
    Copy the full SHA
    704e3d6 View commit details
    Browse the repository at this point in the history
  9. pycodestyle ignore all files under websockets package

    Bruno P. Kinoshita committed Dec 3, 2019
    Configuration menu
    Copy the full SHA
    d834d75 View commit details
    Browse the repository at this point in the history
  10. Add context property to SubscriptionHandler

    Bruno P. Kinoshita committed Dec 3, 2019
    Configuration menu
    Copy the full SHA
    75fb8a7 View commit details
    Browse the repository at this point in the history
  11. Pass context to the callback handler

    Bruno P. Kinoshita committed Dec 3, 2019
    Configuration menu
    Copy the full SHA
    9efc95a View commit details
    Browse the repository at this point in the history
  12. Patch the execute method for now

    Bruno P. Kinoshita committed Dec 3, 2019
    Configuration menu
    Copy the full SHA
    251325d View commit details
    Browse the repository at this point in the history
  13. Add code to resolve awaitable fields in subscription returned data

    kinow authored and Bruno P. Kinoshita committed Dec 3, 2019
    Configuration menu
    Copy the full SHA
    27bab66 View commit details
    Browse the repository at this point in the history
  14. Ignore tests and code from websockets package (3rd party copied for n…

    …ow in our project)
    kinow authored and Bruno P. Kinoshita committed Dec 3, 2019
    Configuration menu
    Copy the full SHA
    7056bab View commit details
    Browse the repository at this point in the history
  15. Add unit tests for SubscriptionHandler

    kinow authored and Bruno P. Kinoshita committed Dec 3, 2019
    Configuration menu
    Copy the full SHA
    f308470 View commit details
    Browse the repository at this point in the history
  16. Add changelog

    Bruno P. Kinoshita committed Dec 3, 2019
    Configuration menu
    Copy the full SHA
    d4c885f View commit details
    Browse the repository at this point in the history
  17. Create WebSockets susbcription URL using both JS (host+port) and Pyth…

    …on (base_url)
    Bruno P. Kinoshita committed Dec 3, 2019
    Configuration menu
    Copy the full SHA
    86fc8a8 View commit details
    Browse the repository at this point in the history