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

[Feature] Add WebSockets Router #6941

Draft
wants to merge 48 commits into
base: develop
Choose a base branch
from
Draft

Commits on Nov 8, 2024

  1. add a websockets router

    deeleeramone committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    ba25664 View commit details
    Browse the repository at this point in the history
  2. setup_db as non-async

    deeleeramone committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    70c4766 View commit details
    Browse the repository at this point in the history
  3. fix the other reference

    deeleeramone committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    7089dc7 View commit details
    Browse the repository at this point in the history
  4. do it this way instead

    deeleeramone committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    291ba50 View commit details
    Browse the repository at this point in the history
  5. deleter

    deeleeramone committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    5a99083 View commit details
    Browse the repository at this point in the history
  6. lint

    deeleeramone committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    0a2264d View commit details
    Browse the repository at this point in the history
  7. inner quote as single

    deeleeramone committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    e229460 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2024

  1. Configuration menu
    Copy the full SHA
    f9d00c1 View commit details
    Browse the repository at this point in the history
  2. didn't add that file

    deeleeramone committed Nov 9, 2024
    Configuration menu
    Copy the full SHA
    2c317a3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b53a636 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2024

  1. handle ValidationError

    deeleeramone committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    f1ac74b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    402a71f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d748e81 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    82b706a View commit details
    Browse the repository at this point in the history
  5. clear exceptions atexit

    deeleeramone committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    2489128 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1e82e1e View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2024

  1. Configuration menu
    Copy the full SHA
    6323420 View commit details
    Browse the repository at this point in the history
  2. fix fmp

    deeleeramone committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    4fcb48e View commit details
    Browse the repository at this point in the history
  3. Merge branch 'develop' of https://github.com/OpenBB-finance/OpenBB in…

    …to feature/websockets
    deeleeramone committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    30261ee View commit details
    Browse the repository at this point in the history
  4. typo

    deeleeramone committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    47f10ef View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cbbd16a View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2024

  1. Configuration menu
    Copy the full SHA
    6b640df View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8712e05 View commit details
    Browse the repository at this point in the history
  3. trade size is optional

    deeleeramone committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    95a1356 View commit details
    Browse the repository at this point in the history
  4. start some documentation

    deeleeramone committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    2e4d693 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b69cba8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e93ab2f View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2024

  1. Configuration menu
    Copy the full SHA
    8e6f776 View commit details
    Browse the repository at this point in the history
  2. typo

    deeleeramone committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    34dc7b4 View commit details
    Browse the repository at this point in the history
  3. another typo

    deeleeramone committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    133cb72 View commit details
    Browse the repository at this point in the history
  4. typo

    deeleeramone committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    4f5a14b View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2024

  1. Configuration menu
    Copy the full SHA
    31b05c0 View commit details
    Browse the repository at this point in the history
  2. add integration tests

    deeleeramone committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    b10d640 View commit details
    Browse the repository at this point in the history
  3. some test params

    deeleeramone committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    fc91aa1 View commit details
    Browse the repository at this point in the history
  4. docstring things

    deeleeramone committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    3ca267f View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2024

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

Commits on Nov 19, 2024

  1. Configuration menu
    Copy the full SHA
    ed2e673 View commit details
    Browse the repository at this point in the history
  2. cleanup

    deeleeramone committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    8337346 View commit details
    Browse the repository at this point in the history
  3. more cleanup

    deeleeramone committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    2934cbe View commit details
    Browse the repository at this point in the history
  4. Merge branch 'develop' of https://github.com/OpenBB-finance/OpenBB in…

    …to feature/websockets
    deeleeramone committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    a43eb86 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2024

  1. small update

    deeleeramone committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    7f3b7bc View commit details
    Browse the repository at this point in the history
  2. Merge branch 'develop' of https://github.com/OpenBB-finance/OpenBB in…

    …to feature/websockets
    deeleeramone committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    606f48f View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2024

  1. Configuration menu
    Copy the full SHA
    85ca71d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5d8d9b4 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2024

  1. Configuration menu
    Copy the full SHA
    a433672 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'develop' of https://github.com/OpenBB-finance/OpenBB in…

    …to feature/websockets
    deeleeramone committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    06397a7 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2024

  1. Merge branch 'develop' of https://github.com/OpenBB-finance/OpenBB in…

    …to feature/websockets
    deeleeramone committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    5cd5bf9 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2024

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