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

Add ability to use rustls over native-tls #209

Merged
merged 13 commits into from
Jul 16, 2024

Commits on Dec 25, 2023

  1. Configuration menu
    Copy the full SHA
    f641bec View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0fefc0d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    68569c5 View commit details
    Browse the repository at this point in the history
  4. ci: start docker manually without services

    "services" cannot be used right now because now container depends on the
    repository already checkedout, while this is not true for "services".
    
    Fix this by manually starting docker as a separate step.
    azat committed Dec 25, 2023
    Configuration menu
    Copy the full SHA
    b6109f7 View commit details
    Browse the repository at this point in the history
  5. ci: add rustls build

    azat committed Dec 25, 2023
    Configuration menu
    Copy the full SHA
    85fa003 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5eb9819 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    dd827bd View commit details
    Browse the repository at this point in the history
  8. Fix test_many_connection for TLS

    CI reports [1]:
    
        ---- pool::test::test_many_connection stdout ----
        thread 'pool::test::test_many_connection' panicked at src/pool/mod.rs:380:9:
        assertion failed: spent < Duration::from_millis(2500)
    
      [1]: https://github.com/azat-rust/clickhouse-rs/actions/runs/7323232432/job/19945622315?pr=1
    azat committed Dec 25, 2023
    Configuration menu
    Copy the full SHA
    5750ab6 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c9c11b7 View commit details
    Browse the repository at this point in the history
  10. ci: increase timeout for native-tls one more time (attempt to fix tes…

    …t_concurrent_queries)
    azat committed Dec 25, 2023
    Configuration menu
    Copy the full SHA
    f7ef075 View commit details
    Browse the repository at this point in the history
  11. Rename tls feature into _tls

    azat committed Dec 25, 2023
    Configuration menu
    Copy the full SHA
    9fb0d8b View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    0b48f7f View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2024

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