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

INS-12991: Redis authentication support #101

Merged
merged 98 commits into from
Sep 20, 2021
Merged

INS-12991: Redis authentication support #101

merged 98 commits into from
Sep 20, 2021

Commits on Aug 12, 2021

  1. Rebase authentication support

    XA21X committed Aug 12, 2021
    Configuration menu
    Copy the full SHA
    e1b601c View commit details
    Browse the repository at this point in the history
  2. Fix RUST_LOG env overrides

    Adapted workaround from tokio-rs/tracing#1466
    XA21X committed Aug 12, 2021
    Configuration menu
    Copy the full SHA
    8023027 View commit details
    Browse the repository at this point in the history
  3. Log test connections errors

    XA21X committed Aug 12, 2021
    Configuration menu
    Copy the full SHA
    8e0b6af View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b3b5270 View commit details
    Browse the repository at this point in the history
  5. Address or reword minor TODOs

    XA21X committed Aug 12, 2021
    Configuration menu
    Copy the full SHA
    4c44b9e View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2021

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

Commits on Aug 30, 2021

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

Commits on Sep 1, 2021

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

Commits on Sep 2, 2021

  1. Extract dispatch_message

    XA21X committed Sep 2, 2021
    Configuration menu
    Copy the full SHA
    f08f862 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    30678df View commit details
    Browse the repository at this point in the history
  3. Extract immediate_responder

    XA21X committed Sep 2, 2021
    Configuration menu
    Copy the full SHA
    7e80a9c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7f86ea9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f00c0dc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c9cea14 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    613c681 View commit details
    Browse the repository at this point in the history
  8. Add missing util module

    XA21X committed Sep 2, 2021
    Configuration menu
    Copy the full SHA
    50b6100 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1890602 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    4fb55dd View commit details
    Browse the repository at this point in the history
  11. Fix log message

    XA21X committed Sep 2, 2021
    Configuration menu
    Copy the full SHA
    cb073d8 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    f196062 View commit details
    Browse the repository at this point in the history
  13. Fix log message and formatting

    XA21X committed Sep 2, 2021
    Configuration menu
    Copy the full SHA
    184b3a1 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    1cf977e View commit details
    Browse the repository at this point in the history
  15. Replace answered TODO

    XA21X committed Sep 2, 2021
    Configuration menu
    Copy the full SHA
    20cc06f View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2021

  1. Configuration menu
    Copy the full SHA
    ff59778 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    41e782f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c0281bc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0ed382a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    79fe31f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8644693 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2021

  1. Replace ref Frame with slice

    XA21X committed Sep 6, 2021
    Configuration menu
    Copy the full SHA
    adcf82d View commit details
    Browse the repository at this point in the history
  2. Fix clippy

    XA21X committed Sep 6, 2021
    Configuration menu
    Copy the full SHA
    a419bb3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5e5f18e View commit details
    Browse the repository at this point in the history
  4. Clippy fixes

    XA21X committed Sep 6, 2021
    Configuration menu
    Copy the full SHA
    a0712e5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b5b7669 View commit details
    Browse the repository at this point in the history
  6. Clippy fixes

    XA21X committed Sep 6, 2021
    Configuration menu
    Copy the full SHA
    1f04aba View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    26c703a View commit details
    Browse the repository at this point in the history
  8. Inline ResponseFuturesOrdered

    XA21X committed Sep 6, 2021
    Configuration menu
    Copy the full SHA
    644a7fb View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2021

  1. Tweak names, comments, logging

    XA21X committed Sep 7, 2021
    Configuration menu
    Copy the full SHA
    2710e5f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9be5925 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ec48af7 View commit details
    Browse the repository at this point in the history
  4. Add test_parse_slots

    XA21X committed Sep 7, 2021
    Configuration menu
    Copy the full SHA
    46c1dd6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7a6c22a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    54c8321 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    58402eb View commit details
    Browse the repository at this point in the history
  8. Migrate missed changes from #101

    XA21X committed Sep 7, 2021
    Configuration menu
    Copy the full SHA
    c26a65d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1202869 View commit details
    Browse the repository at this point in the history
  10. Extend flaky test timeout

    XA21X committed Sep 7, 2021
    Configuration menu
    Copy the full SHA
    7887ef2 View commit details
    Browse the repository at this point in the history
  11. Remove Fmt wrapper

    XA21X committed Sep 7, 2021
    Configuration menu
    Copy the full SHA
    eb0d003 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    06f92df View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    0d02aad View commit details
    Browse the repository at this point in the history
  14. Move stale connection detection from #101

    Support was added by #146 but was left unused by RedisCluster.
    XA21X committed Sep 7, 2021
    Configuration menu
    Copy the full SHA
    cf353fd View commit details
    Browse the repository at this point in the history
  15. Bump version to 0.0.22

    XA21X committed Sep 7, 2021
    Configuration menu
    Copy the full SHA
    8e8f9ec View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    189d1d9 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    b47f882 View commit details
    Browse the repository at this point in the history
  18. Tweak for cleaner diff

    XA21X committed Sep 7, 2021
    Configuration menu
    Copy the full SHA
    b1e8e5c View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    fc9f836 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    4c334cf View commit details
    Browse the repository at this point in the history
  21. Tweak for cleaner diff again

    XA21X committed Sep 7, 2021
    Configuration menu
    Copy the full SHA
    1363e0a View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2021

  1. Configuration menu
    Copy the full SHA
    636df1f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bb5c6c3 View commit details
    Browse the repository at this point in the history
  3. Remove unnecessary move

    XA21X committed Sep 8, 2021
    Configuration menu
    Copy the full SHA
    0de6734 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    77737eb View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2021

  1. Bump version to v0.0.23

    Skipping v0.0.22 because the last release did not bump the package version.
    XA21X committed Sep 9, 2021
    Configuration menu
    Copy the full SHA
    789fce1 View commit details
    Browse the repository at this point in the history
  2. Bump version to v0.0.23

    Skipping v0.0.22 because the last release did not bump the package version.
    XA21X committed Sep 9, 2021
    Configuration menu
    Copy the full SHA
    9e5bfd3 View commit details
    Browse the repository at this point in the history
  3. Link to issue instead of RFC

    XA21X committed Sep 9, 2021
    Configuration menu
    Copy the full SHA
    93fde89 View commit details
    Browse the repository at this point in the history
  4. Combined PR feedback

    XA21X committed Sep 9, 2021
    Configuration menu
    Copy the full SHA
    2a23168 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    805da46 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    554bf2b View commit details
    Browse the repository at this point in the history
  7. Merge branch 'INS-12991-auth-support' of github.com:shotover/shotover…

    …-proxy into INS-12991-auth-support
    XA21X committed Sep 9, 2021
    Configuration menu
    Copy the full SHA
    676ee86 View commit details
    Browse the repository at this point in the history
  8. Revert bail to context

    Didn't realise context works with Result and embeds the cause. :)
    XA21X committed Sep 9, 2021
    Configuration menu
    Copy the full SHA
    91091ff View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d2edfff View commit details
    Browse the repository at this point in the history
  10. Fix routing ACL to AllNodes

    XA21X committed Sep 9, 2021
    Configuration menu
    Copy the full SHA
    dac5dc0 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    08ead3b View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    7baa747 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2021

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

    XA21X committed Sep 10, 2021
    Configuration menu
    Copy the full SHA
    9688ddf View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2021

  1. Address PR feedback

    XA21X committed Sep 14, 2021
    Configuration menu
    Copy the full SHA
    91278ea View commit details
    Browse the repository at this point in the history
  2. Simplify build_connections

    XA21X committed Sep 14, 2021
    Configuration menu
    Copy the full SHA
    d5cc9bf View commit details
    Browse the repository at this point in the history
  3. Refactor build_connections

    XA21X committed Sep 14, 2021
    Configuration menu
    Copy the full SHA
    3da4d16 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2021

  1. Combine matches

    XA21X committed Sep 15, 2021
    Configuration menu
    Copy the full SHA
    5a6c870 View commit details
    Browse the repository at this point in the history
  2. Re-add parallel fetch slot map

    XA21X committed Sep 15, 2021
    Configuration menu
    Copy the full SHA
    b22ee71 View commit details
    Browse the repository at this point in the history
  3. Improve on_auth error handling

    XA21X committed Sep 15, 2021
    Configuration menu
    Copy the full SHA
    3b8e4c2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a14044b View commit details
    Browse the repository at this point in the history
  5. Re-add minimal auth mixing test

    XA21X committed Sep 15, 2021
    Configuration menu
    Copy the full SHA
    c32d169 View commit details
    Browse the repository at this point in the history
  6. Tweak error logging

    XA21X committed Sep 15, 2021
    Configuration menu
    Copy the full SHA
    25db114 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fabe2fb View commit details
    Browse the repository at this point in the history
  8. Add AUTH too many args check

    XA21X committed Sep 15, 2021
    Configuration menu
    Copy the full SHA
    da76a9f View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2021

  1. Simplify on_auth error handling

    XA21X committed Sep 16, 2021
    Configuration menu
    Copy the full SHA
    ae4e108 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b0da836 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6dfaaab View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f7ab249 View commit details
    Browse the repository at this point in the history
  5. Remove unnecessary collect

    XA21X committed Sep 16, 2021
    Configuration menu
    Copy the full SHA
    b76d859 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f3e347b View commit details
    Browse the repository at this point in the history
  7. Remove unnecessary transpose

    XA21X committed Sep 16, 2021
    Configuration menu
    Copy the full SHA
    f1f4b99 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2021

  1. Configuration menu
    Copy the full SHA
    56d16b1 View commit details
    Browse the repository at this point in the history
  2. Remove unused strict_close_mode

    XA21X committed Sep 19, 2021
    Configuration menu
    Copy the full SHA
    d424c03 View commit details
    Browse the repository at this point in the history
  3. Clippy fix unnecesary clone

    XA21X committed Sep 19, 2021
    Configuration menu
    Copy the full SHA
    65a55ef View commit details
    Browse the repository at this point in the history