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

Introduce EndpointConfig and load endpoint settings from the endpoints.json file #3836

Merged
merged 13 commits into from
May 21, 2024

Commits on May 21, 2024

  1. Configuration menu
    Copy the full SHA
    25e79a4 View commit details
    Browse the repository at this point in the history
  2. Fix URLs in endpoints.json

    uglide committed May 21, 2024
    Configuration menu
    Copy the full SHA
    0569b3a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dff6d24 View commit details
    Browse the repository at this point in the history
  4. Fix some broken tests

    uglide committed May 21, 2024
    Configuration menu
    Copy the full SHA
    12a0d54 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b95dcfe View commit details
    Browse the repository at this point in the history
  6. Fix JedisCommandsTestBase

    uglide committed May 21, 2024
    Configuration menu
    Copy the full SHA
    9fc24aa View commit details
    Browse the repository at this point in the history
  7. Remove unnecessary timeout

    uglide committed May 21, 2024
    Configuration menu
    Copy the full SHA
    2f8ff9e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    86ec173 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    11a8466 View commit details
    Browse the repository at this point in the history
  10. Address review suggestions

    - Introduce EndpointURIBuilder for creating customized URIs
    - Remove getJedis and getConnection methods
    - Improve naming for endpoint variables
    uglide committed May 21, 2024
    Configuration menu
    Copy the full SHA
    ff94c55 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    68157e8 View commit details
    Browse the repository at this point in the history
  12. Address review suggestions

    - Add support for endpoints without username
    - Improve endpoints naming in AutomaticFailoverTest
    - Remove more hardcoded settings from Migrate tests
    - Fix comments in SSLACL tests
    uglide committed May 21, 2024
    Configuration menu
    Copy the full SHA
    079172d View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    e0ebcdf View commit details
    Browse the repository at this point in the history