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

feat(java/driver/flight-sql): add basic auth #1487

Merged
merged 16 commits into from
Feb 2, 2024

Commits on Feb 1, 2024

  1. Configuration menu
    Copy the full SHA
    4fec557 View commit details
    Browse the repository at this point in the history
  2. Rebase on current

    jduo committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    46712e0 View commit details
    Browse the repository at this point in the history
  3. Bring connection options to parity with Go

    - Propagate bearer tokens to spawned connections.
    - Allow for cookies and propagate to spawned connections.
    - Implement support for user-specified headers.
    - Implement TLS options.
    jduo committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    c492248 View commit details
    Browse the repository at this point in the history
  4. linter issues

    jduo committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    62a2dd2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    87dfa12 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6a07035 View commit details
    Browse the repository at this point in the history
  7. Add TLS and MTLS tests

    - Use FlightServerTestRule to build end-to-end tests for TLS and MTLS.
    - Add conversion of FlightRunTimeExceptions to AdbcExceptions
    jduo committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    7d5c673 View commit details
    Browse the repository at this point in the history
  8. Fix RAT

    jduo committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    5c0a0e3 View commit details
    Browse the repository at this point in the history
  9. Update CI to fetch submodules

    jduo committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    05b02fc View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a9758c4 View commit details
    Browse the repository at this point in the history
  11. Add recursive to errorprone job

    jduo committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    f348053 View commit details
    Browse the repository at this point in the history
  12. Attempt to fix CI again

    Fix POMs
    Correct use of submodules recursive in errorprone job
    jduo committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    96c9632 View commit details
    Browse the repository at this point in the history
  13. Add tests and bugfixes

    Add tests for arbitrary headers, cookies, auth.
    Fix bugs retaining the bearer token.
    jduo committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    676be98 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    f1e5ee0 View commit details
    Browse the repository at this point in the history
  15. linter

    jduo committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    a477a3d View commit details
    Browse the repository at this point in the history
  16. Fix dangling newline

    jduo committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    9926c44 View commit details
    Browse the repository at this point in the history