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

Transport Refactor #60867

Closed
wants to merge 55 commits into from
Closed

Transport Refactor #60867

wants to merge 55 commits into from

Commits on Nov 21, 2021

  1. Configuration menu
    Copy the full SHA
    316391c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f9ff5f7 View commit details
    Browse the repository at this point in the history
  3. Clean up transports

    dwoz committed Nov 21, 2021
    Configuration menu
    Copy the full SHA
    254d201 View commit details
    Browse the repository at this point in the history
  4. Fix Serial references

    dwoz committed Nov 21, 2021
    Configuration menu
    Copy the full SHA
    f4efcb8 View commit details
    Browse the repository at this point in the history
  5. Pickle PubServer

    dwoz committed Nov 21, 2021
    Configuration menu
    Copy the full SHA
    caf9433 View commit details
    Browse the repository at this point in the history
  6. Fix pillar tests on macos

    dwoz committed Nov 21, 2021
    Configuration menu
    Copy the full SHA
    b58dc00 View commit details
    Browse the repository at this point in the history
  7. More test fixes

    dwoz committed Nov 21, 2021
    Configuration menu
    Copy the full SHA
    aad01dd View commit details
    Browse the repository at this point in the history
  8. Add pub server tests

    dwoz committed Nov 21, 2021
    Configuration menu
    Copy the full SHA
    aeda673 View commit details
    Browse the repository at this point in the history
  9. Start to add base class defs

    dwoz committed Nov 21, 2021
    Configuration menu
    Copy the full SHA
    7bc8986 View commit details
    Browse the repository at this point in the history
  10. Remove raw opt from client send

    dwoz committed Nov 21, 2021
    Configuration menu
    Copy the full SHA
    8cdfb57 View commit details
    Browse the repository at this point in the history
  11. Fix master_uri test

    dwoz committed Nov 21, 2021
    Configuration menu
    Copy the full SHA
    b6b8c21 View commit details
    Browse the repository at this point in the history
  12. fix wart

    dwoz committed Nov 21, 2021
    Configuration menu
    Copy the full SHA
    e15e2b0 View commit details
    Browse the repository at this point in the history
  13. Clean up some docs and test fix

    dwoz committed Nov 21, 2021
    Configuration menu
    Copy the full SHA
    7ef402d View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    870616f View commit details
    Browse the repository at this point in the history
  15. Fix bad import

    dwoz committed Nov 21, 2021
    Configuration menu
    Copy the full SHA
    3fc2723 View commit details
    Browse the repository at this point in the history
  16. Not all transports have daemons

    dwoz committed Nov 21, 2021
    Configuration menu
    Copy the full SHA
    427f163 View commit details
    Browse the repository at this point in the history
  17. Clear funcs cache channels

    dwoz committed Nov 21, 2021
    Configuration menu
    Copy the full SHA
    efb8e79 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    38f6403 View commit details
    Browse the repository at this point in the history
  19. Fix pre-commit

    dwoz committed Nov 21, 2021
    Configuration menu
    Copy the full SHA
    f89c116 View commit details
    Browse the repository at this point in the history
  20. add changelog

    dwoz committed Nov 21, 2021
    Configuration menu
    Copy the full SHA
    c662f6b View commit details
    Browse the repository at this point in the history
  21. Fix broken test

    dwoz committed Nov 21, 2021
    Configuration menu
    Copy the full SHA
    10a31ec View commit details
    Browse the repository at this point in the history
  22. Cleanup based on review comments

    dwoz committed Nov 21, 2021
    Configuration menu
    Copy the full SHA
    d10b200 View commit details
    Browse the repository at this point in the history
  23. Fix ZeroMQ references

    dwoz committed Nov 21, 2021
    Configuration menu
    Copy the full SHA
    bcdccee View commit details
    Browse the repository at this point in the history
  24. Remove rabbitmq stuff for now

    dwoz committed Nov 21, 2021
    Configuration menu
    Copy the full SHA
    a6859a9 View commit details
    Browse the repository at this point in the history
  25. Cleanup and address PR comments

    dwoz committed Nov 21, 2021
    Configuration menu
    Copy the full SHA
    2d47356 View commit details
    Browse the repository at this point in the history
  26. fix pre-commit

    dwoz committed Nov 21, 2021
    Configuration menu
    Copy the full SHA
    43a780c View commit details
    Browse the repository at this point in the history
  27. Add missing logic from refactor

    dwoz committed Nov 21, 2021
    Configuration menu
    Copy the full SHA
    75fde9d View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    f00518e View commit details
    Browse the repository at this point in the history
  29. Fix param docs

    dwoz committed Nov 21, 2021
    Configuration menu
    Copy the full SHA
    999d821 View commit details
    Browse the repository at this point in the history
  30. Update publish_daemon docstring

    dwoz committed Nov 21, 2021
    Configuration menu
    Copy the full SHA
    f293bbc View commit details
    Browse the repository at this point in the history
  31. Remove un-needed import

    dwoz committed Nov 21, 2021
    Configuration menu
    Copy the full SHA
    431bd45 View commit details
    Browse the repository at this point in the history
  32. Use deepcopy for opts

    dwoz committed Nov 21, 2021
    Configuration menu
    Copy the full SHA
    79380d2 View commit details
    Browse the repository at this point in the history
  33. Remove un-used import

    dwoz committed Nov 21, 2021
    Configuration menu
    Copy the full SHA
    6cbd898 View commit details
    Browse the repository at this point in the history
  34. Remove un-needed imports

    dwoz committed Nov 21, 2021
    Configuration menu
    Copy the full SHA
    b4931e4 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    044bac7 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    03e0151 View commit details
    Browse the repository at this point in the history
  37. Call parent class no-op __init__

    dwoz committed Nov 21, 2021
    Configuration menu
    Copy the full SHA
    866ee9e View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2021

  1. Configuration menu
    Copy the full SHA
    610db71 View commit details
    Browse the repository at this point in the history
  2. fix unit tests

    dwoz committed Nov 24, 2021
    Configuration menu
    Copy the full SHA
    077681c View commit details
    Browse the repository at this point in the history
  3. Fix more tests

    dwoz committed Nov 24, 2021
    Configuration menu
    Copy the full SHA
    13cca4d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d5c0723 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2021

  1. Configuration menu
    Copy the full SHA
    a730edb View commit details
    Browse the repository at this point in the history
  2. Test tcp test fix

    dwoz committed Nov 25, 2021
    Configuration menu
    Copy the full SHA
    73be1ee View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2021

  1. Try tcp test fix

    dwoz committed Nov 26, 2021
    Configuration menu
    Copy the full SHA
    9c6db3f View commit details
    Browse the repository at this point in the history
  2. Add message logging

    dwoz committed Nov 26, 2021
    Configuration menu
    Copy the full SHA
    485ca2f View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2021

  1. test tcp

    dwoz committed Dec 1, 2021
    Configuration menu
    Copy the full SHA
    6453c9e View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2021

  1. Test fix

    dwoz committed Dec 12, 2021
    Configuration menu
    Copy the full SHA
    299b2bb View commit details
    Browse the repository at this point in the history
  2. Fix pre-commit

    dwoz committed Dec 12, 2021
    Configuration menu
    Copy the full SHA
    a41616f View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2021

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

    dwoz committed Dec 13, 2021
    Configuration menu
    Copy the full SHA
    c91899e View commit details
    Browse the repository at this point in the history
  3. Fix broken unit test

    dwoz committed Dec 13, 2021
    Configuration menu
    Copy the full SHA
    03a4d7f View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2021

  1. Clean up doc strings

    dwoz committed Dec 14, 2021
    Configuration menu
    Copy the full SHA
    f856b5f View commit details
    Browse the repository at this point in the history
  2. Enable topics for tcp transport

    dwoz committed Dec 14, 2021
    Configuration menu
    Copy the full SHA
    fae15bf View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2022

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

Commits on Jan 11, 2022

  1. Fix docstrings

    dwoz committed Jan 11, 2022
    Configuration menu
    Copy the full SHA
    295e5c2 View commit details
    Browse the repository at this point in the history