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

util: implement JoinMap #4640

Merged
merged 21 commits into from Apr 26, 2022
Merged

util: implement JoinMap #4640

merged 21 commits into from Apr 26, 2022

Commits on Apr 25, 2022

  1. WIP task-id-based joinmap

    Signed-off-by: Eliza Weisman <eliza@buoyant.io>
    hawkw committed Apr 25, 2022
    Copy the full SHA
    ab60c69 View commit details
    Browse the repository at this point in the history
  2. add tests

    Signed-off-by: Eliza Weisman <eliza@buoyant.io>
    hawkw committed Apr 25, 2022
    Copy the full SHA
    fed0b8c View commit details
    Browse the repository at this point in the history
  3. wip

    Signed-off-by: Eliza Weisman <eliza@buoyant.io>
    hawkw committed Apr 25, 2022
    Copy the full SHA
    a478672 View commit details
    Browse the repository at this point in the history
  4. abort handles by ref so keys are still returned

    Signed-off-by: Eliza Weisman <eliza@buoyant.io>
    hawkw committed Apr 25, 2022
    Copy the full SHA
    9940c67 View commit details
    Browse the repository at this point in the history
  5. fix ids getting hashed

    Signed-off-by: Eliza Weisman <eliza@buoyant.io>
    hawkw committed Apr 25, 2022
    Copy the full SHA
    d5014d5 View commit details
    Browse the repository at this point in the history
  6. put back abort_matching

    Signed-off-by: Eliza Weisman <eliza@buoyant.io>
    hawkw committed Apr 25, 2022
    Copy the full SHA
    9397dc4 View commit details
    Browse the repository at this point in the history
  7. fix detach_all

    Signed-off-by: Eliza Weisman <eliza@buoyant.io>
    hawkw committed Apr 25, 2022
    Copy the full SHA
    c8ed02c View commit details
    Browse the repository at this point in the history
  8. fixup doctests

    Signed-off-by: Eliza Weisman <eliza@buoyant.io>
    hawkw committed Apr 25, 2022
    Copy the full SHA
    944a2c3 View commit details
    Browse the repository at this point in the history
  9. fixup docs

    Signed-off-by: Eliza Weisman <eliza@buoyant.io>
    hawkw committed Apr 25, 2022
    Copy the full SHA
    c400dbc View commit details
    Browse the repository at this point in the history
  10. nicer debug impl

    Signed-off-by: Eliza Weisman <eliza@buoyant.io>
    hawkw committed Apr 25, 2022
    Copy the full SHA
    04715f6 View commit details
    Browse the repository at this point in the history
  11. misc cleanup

    Signed-off-by: Eliza Weisman <eliza@buoyant.io>
    hawkw committed Apr 25, 2022
    Copy the full SHA
    2aa2202 View commit details
    Browse the repository at this point in the history
  12. rutsfmt

    hawkw committed Apr 25, 2022
    Copy the full SHA
    8b5bb19 View commit details
    Browse the repository at this point in the history
  13. do a coolendrun around msrv CI

    Signed-off-by: Eliza Weisman <eliza@buoyant.io>
    hawkw committed Apr 25, 2022
    Copy the full SHA
    41d92d7 View commit details
    Browse the repository at this point in the history
  14. placate CI readme check

    Signed-off-by: Eliza Weisman <eliza@buoyant.io>
    hawkw committed Apr 25, 2022
    Copy the full SHA
    c532bf2 View commit details
    Browse the repository at this point in the history
  15. blerrrghhhhhhhhhh hhhhhhhhh

    hawkw committed Apr 25, 2022
    Copy the full SHA
    7947a10 View commit details
    Browse the repository at this point in the history
  16. fix remaining docs reference whoops god damn it

    Signed-off-by: Eliza Weisman <eliza@buoyant.io>
    hawkw committed Apr 25, 2022
    Copy the full SHA
    43875a9 View commit details
    Browse the repository at this point in the history
  17. ghghhhhhhhhhhhhghghhhghghghghghhhh

    Signed-off-by: Eliza Weisman <eliza@buoyant.io>
    hawkw committed Apr 25, 2022
    Copy the full SHA
    fda7c12 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2022

  1. docs improvements

    Signed-off-by: Eliza Weisman <eliza@buoyant.io>
    hawkw committed Apr 26, 2022
    Copy the full SHA
    51a0a6b View commit details
    Browse the repository at this point in the history
  2. remove unneeded static bounds

    Signed-off-by: Eliza Weisman <eliza@buoyant.io>
    hawkw committed Apr 26, 2022
    Copy the full SHA
    838d072 View commit details
    Browse the repository at this point in the history
  3. remove duplicate task IDs from debug output

    Signed-off-by: Eliza Weisman <eliza@buoyant.io>
    hawkw committed Apr 26, 2022
    Copy the full SHA
    f0adddb View commit details
    Browse the repository at this point in the history
  4. rustfmt

    Signed-off-by: Eliza Weisman <eliza@buoyant.io>
    hawkw committed Apr 26, 2022
    Copy the full SHA
    3d05600 View commit details
    Browse the repository at this point in the history