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

[master] Add websocket transport #64937

Merged
merged 29 commits into from
Dec 28, 2023
Merged

Commits on Dec 18, 2023

  1. Add websocket transport skeleton

    dwoz committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    874bd3e View commit details
    Browse the repository at this point in the history
  2. Add ws transport to factories

    dwoz committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    2fad12f View commit details
    Browse the repository at this point in the history
  3. Clean up tcp imports

    dwoz committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    a9d3988 View commit details
    Browse the repository at this point in the history
  4. Fix up pre-commit (linter)

    dwoz committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    dfb98cc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d540b99 View commit details
    Browse the repository at this point in the history
  6. Name conformity

    dwoz committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    e4565aa View commit details
    Browse the repository at this point in the history
  7. Fix up tcp ssl and add ssl to ws

    dwoz committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    af32aae View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1f0f10b View commit details
    Browse the repository at this point in the history
  9. Fix tests

    dwoz committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    c77afd9 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    4e8ae80 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    23488aa View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    9393883 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    c662eaa View commit details
    Browse the repository at this point in the history
  14. wip

    dwoz committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    e3e8cb7 View commit details
    Browse the repository at this point in the history
  15. Transport test fix

    dwoz committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    4a4a834 View commit details
    Browse the repository at this point in the history
  16. Remove cruft

    dwoz committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    4c29ba6 View commit details
    Browse the repository at this point in the history
  17. Simplify payload unpacking.

    dwoz committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    83887bc View commit details
    Browse the repository at this point in the history
  18. Revert change to zmq transport

    dwoz committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    de970ad View commit details
    Browse the repository at this point in the history
  19. Fix pre-commit warts from rebase

    dwoz committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    db3fd71 View commit details
    Browse the repository at this point in the history
  20. Bump workflow cache seed

    dwoz committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    08eb89a View commit details
    Browse the repository at this point in the history
  21. Fix review comments

    dwoz committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    0b3d527 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2023

  1. Fix up docs

    dwoz committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    9e867c3 View commit details
    Browse the repository at this point in the history
  2. Debug windows unit tests

    dwoz committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    c1cbf16 View commit details
    Browse the repository at this point in the history
  3. Fix another spelling wart

    dwoz committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    6870e49 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2023

  1. check change

    dwoz committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    8312d6d View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2023

  1. Mock blocking connect_pub method

    dwoz committed Dec 22, 2023
    Configuration menu
    Copy the full SHA
    a2d0ebc View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2023

  1. Fix more schedule tests

    dwoz committed Dec 23, 2023
    Configuration menu
    Copy the full SHA
    183ef8b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    03597b8 View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2023

  1. Fix broken ssh tests

    dwoz committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    edfd66a View commit details
    Browse the repository at this point in the history