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

[Network] Middleware component #1355

Merged
merged 53 commits into from
Oct 12, 2021
Merged

[Network] Middleware component #1355

merged 53 commits into from
Oct 12, 2021

Commits on Sep 26, 2021

  1. Configuration menu
    Copy the full SHA
    6fb43c7 View commit details
    Browse the repository at this point in the history
  2. middle ware component

    synzhu committed Sep 26, 2021
    Configuration menu
    Copy the full SHA
    6398154 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1508d0d View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2021

  1. Configuration menu
    Copy the full SHA
    4a1893f View commit details
    Browse the repository at this point in the history
  2. add comments

    synzhu committed Sep 30, 2021
    Configuration menu
    Copy the full SHA
    7ff2dde View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e307226 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a604495 View commit details
    Browse the repository at this point in the history
  5. fix build errors

    synzhu committed Sep 30, 2021
    Configuration menu
    Copy the full SHA
    24ac4e9 View commit details
    Browse the repository at this point in the history
  6. fix build errors

    synzhu committed Sep 30, 2021
    Configuration menu
    Copy the full SHA
    aaeb09b View commit details
    Browse the repository at this point in the history
  7. remove unnecessary contexts.

    synzhu committed Sep 30, 2021
    Configuration menu
    Copy the full SHA
    a95d253 View commit details
    Browse the repository at this point in the history
  8. fix tests

    synzhu committed Sep 30, 2021
    Configuration menu
    Copy the full SHA
    aef82be View commit details
    Browse the repository at this point in the history
  9. generate mocks

    synzhu committed Sep 30, 2021
    Configuration menu
    Copy the full SHA
    2d85760 View commit details
    Browse the repository at this point in the history
  10. fix more tests

    synzhu committed Sep 30, 2021
    Configuration menu
    Copy the full SHA
    5eec03b View commit details
    Browse the repository at this point in the history
  11. fix tests

    synzhu committed Sep 30, 2021
    Configuration menu
    Copy the full SHA
    82cc9c5 View commit details
    Browse the repository at this point in the history
  12. more test fixes

    synzhu committed Sep 30, 2021
    Configuration menu
    Copy the full SHA
    c98be62 View commit details
    Browse the repository at this point in the history
  13. Update network.go

    synzhu committed Sep 30, 2021
    Configuration menu
    Copy the full SHA
    526fc78 View commit details
    Browse the repository at this point in the history
  14. remove mocks

    synzhu committed Sep 30, 2021
    Configuration menu
    Copy the full SHA
    db9f74c View commit details
    Browse the repository at this point in the history
  15. fix more tests

    synzhu committed Sep 30, 2021
    Configuration menu
    Copy the full SHA
    b03b632 View commit details
    Browse the repository at this point in the history
  16. fix tesets

    synzhu committed Sep 30, 2021
    Configuration menu
    Copy the full SHA
    c4b8280 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    1971d89 View commit details
    Browse the repository at this point in the history
  18. fix build error

    synzhu committed Sep 30, 2021
    Configuration menu
    Copy the full SHA
    de8f135 View commit details
    Browse the repository at this point in the history
  19. fix lint

    synzhu committed Sep 30, 2021
    Configuration menu
    Copy the full SHA
    9c3a857 View commit details
    Browse the repository at this point in the history
  20. address comments

    synzhu committed Sep 30, 2021
    Configuration menu
    Copy the full SHA
    42923a0 View commit details
    Browse the repository at this point in the history
  21. go mod tidy

    synzhu committed Sep 30, 2021
    Configuration menu
    Copy the full SHA
    1f903f4 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2021

  1. Add insanely long rapid test

    synzhu committed Oct 3, 2021
    Configuration menu
    Copy the full SHA
    a67311b View commit details
    Browse the repository at this point in the history
  2. added comments

    synzhu committed Oct 3, 2021
    Configuration menu
    Copy the full SHA
    bc6efcd View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2021

  1. update test

    synzhu committed Oct 4, 2021
    Configuration menu
    Copy the full SHA
    48c1ea1 View commit details
    Browse the repository at this point in the history
  2. better channel closed checks

    synzhu committed Oct 4, 2021
    Configuration menu
    Copy the full SHA
    d4d0364 View commit details
    Browse the repository at this point in the history
  3. better error checking

    synzhu committed Oct 4, 2021
    Configuration menu
    Copy the full SHA
    1891c06 View commit details
    Browse the repository at this point in the history
  4. fix subtle race condition

    synzhu committed Oct 4, 2021
    Configuration menu
    Copy the full SHA
    fe3196a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8950da9 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2021

  1. Configuration menu
    Copy the full SHA
    9bc8c6d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    277b651 View commit details
    Browse the repository at this point in the history
  3. Update component manager

    synzhu committed Oct 5, 2021
    Configuration menu
    Copy the full SHA
    8ca40ec View commit details
    Browse the repository at this point in the history
  4. Update startable

    synzhu committed Oct 5, 2021
    Configuration menu
    Copy the full SHA
    4a8fdc5 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2021

  1. update network and middleware

    synzhu committed Oct 6, 2021
    Configuration menu
    Copy the full SHA
    74165f0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7939fa1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    00ddf2c View commit details
    Browse the repository at this point in the history
  4. fixing subtle race condition

    synzhu committed Oct 6, 2021
    Configuration menu
    Copy the full SHA
    e7487f8 View commit details
    Browse the repository at this point in the history
  5. Update run_component_test.go

    synzhu committed Oct 6, 2021
    Configuration menu
    Copy the full SHA
    f971f19 View commit details
    Browse the repository at this point in the history
  6. Delete failures

    synzhu committed Oct 6, 2021
    Configuration menu
    Copy the full SHA
    80007d9 View commit details
    Browse the repository at this point in the history
  7. fix component tests

    synzhu committed Oct 6, 2021
    Configuration menu
    Copy the full SHA
    ca5f4b7 View commit details
    Browse the repository at this point in the history
  8. fix test failures

    synzhu committed Oct 6, 2021
    Configuration menu
    Copy the full SHA
    879f39f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b261b80 View commit details
    Browse the repository at this point in the history
  10. fix lint

    synzhu committed Oct 6, 2021
    Configuration menu
    Copy the full SHA
    12db255 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    323af9b View commit details
    Browse the repository at this point in the history
  12. fix test bug

    synzhu committed Oct 6, 2021
    Configuration menu
    Copy the full SHA
    a9783e4 View commit details
    Browse the repository at this point in the history
  13. Update component.go

    synzhu committed Oct 6, 2021
    Configuration menu
    Copy the full SHA
    24406ed View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2021

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

Commits on Oct 9, 2021

  1. address comments

    synzhu committed Oct 9, 2021
    Configuration menu
    Copy the full SHA
    640fa28 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d1aef23 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2021

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

    synzhu committed Oct 12, 2021
    Configuration menu
    Copy the full SHA
    9bcb5d7 View commit details
    Browse the repository at this point in the history