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

Simplify websocket connection #593

Open
wants to merge 44 commits into
base: main
Choose a base branch
from
Open

Simplify websocket connection #593

wants to merge 44 commits into from

Commits on Jan 18, 2024

  1. Configuration menu
    Copy the full SHA
    7547b82 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2024

  1. Add oauth proxy

    oeway committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    2b22e3c View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2024

  1. Corret json response

    oeway committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    0b98aa6 View commit details
    Browse the repository at this point in the history
  2. Fix oauth token response

    oeway committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    28625ac View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2024

  1. Configuration menu
    Copy the full SHA
    484e1e2 View commit details
    Browse the repository at this point in the history
  2. bump version

    oeway committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    2401fbc View commit details
    Browse the repository at this point in the history
  3. Fix dependency

    oeway committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    fdb563b View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2024

  1. Add endpoints

    oeway committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    db067d2 View commit details
    Browse the repository at this point in the history
  2. Fix request body

    oeway committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    e22b744 View commit details
    Browse the repository at this point in the history
  3. upgrade version

    oeway committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    bc3734a View commit details
    Browse the repository at this point in the history
  4. update list services route

    oeway committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    9d57c23 View commit details
    Browse the repository at this point in the history
  5. update service call signature

    oeway committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    48b79d3 View commit details
    Browse the repository at this point in the history
  6. Improve function call

    oeway committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    791792c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    bea8381 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f427b79 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2024

  1. Fix post

    oeway committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    5b2884f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e20eef1 View commit details
    Browse the repository at this point in the history
  3. parse string

    oeway committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    d28ec99 View commit details
    Browse the repository at this point in the history
  4. bump version

    oeway committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    905cc1e View commit details
    Browse the repository at this point in the history
  5. Fix json

    oeway committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    17a1569 View commit details
    Browse the repository at this point in the history
  6. bump version

    oeway committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    f0e799d View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2024

  1. simplify websocket connection

    oeway committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    4110061 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    03992e0 View commit details
    Browse the repository at this point in the history
  3. Format code

    oeway committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    a2b4bbf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    06bab8b View commit details
    Browse the repository at this point in the history
  5. remove test

    oeway committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    3939256 View commit details
    Browse the repository at this point in the history
  6. Restore delayed remove

    oeway committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    0df5052 View commit details
    Browse the repository at this point in the history
  7. Fix disconnection

    oeway committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    cce7bd3 View commit details
    Browse the repository at this point in the history
  8. upgrade fastapi lifespan

    oeway committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    3791000 View commit details
    Browse the repository at this point in the history
  9. Fix persistent logic

    oeway committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    3be7562 View commit details
    Browse the repository at this point in the history
  10. fix test_connect_to_server

    oeway committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    4ef9c3a View commit details
    Browse the repository at this point in the history
  11. fix disconnect

    oeway committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    6b4f3d1 View commit details
    Browse the repository at this point in the history
  12. Fix remove

    oeway committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    b9a285e View commit details
    Browse the repository at this point in the history
  13. Add reconnection logic

    oeway committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    3571e8f View commit details
    Browse the repository at this point in the history
  14. Fix server app

    oeway committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    2fa5eab View commit details
    Browse the repository at this point in the history
  15. Fix conftest

    oeway committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    676cba3 View commit details
    Browse the repository at this point in the history
  16. disable redis server start

    oeway committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    9c936ea View commit details
    Browse the repository at this point in the history
  17. Remove redis server

    oeway committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    8568644 View commit details
    Browse the repository at this point in the history
  18. fix delayed remove

    oeway committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    c628c7d View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    ecae906 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2024

  1. Make it easier to reconnect

    oeway committed Feb 25, 2024
    Configuration menu
    Copy the full SHA
    96fd4d7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b8302e9 View commit details
    Browse the repository at this point in the history
  3. Add code for handle error

    oeway committed Feb 25, 2024
    Configuration menu
    Copy the full SHA
    beeaaa7 View commit details
    Browse the repository at this point in the history
  4. Add ASGI tests

    oeway committed Feb 25, 2024
    Configuration menu
    Copy the full SHA
    7af599a View commit details
    Browse the repository at this point in the history