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

Refactor streaming_search_inner to return a Stream object #15

Merged
merged 13 commits into from
Oct 29, 2024

Commits on Oct 9, 2024

  1. Refactor streaming_search_inner to return a Stream object

    This commit refactors the `streaming_search_inner` method in the `LdapClient` struct to return a `Stream` object instead of a vector of `SearchEntry` objects. The `Stream` object encapsulates the search stream and provides methods for iterating over the search results. This change improves the usability and flexibility of the `streaming_search` method.
    keaz committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    e97f18c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    94d41db View commit details
    Browse the repository at this point in the history
  3. updated the README

    keaz committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    931de5d View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2024

  1. Configuration menu
    Copy the full SHA
    d881589 View commit details
    Browse the repository at this point in the history
  2. Updated ReadME

    keaz committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    8175f35 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2024

  1. Incoperated review comments

    keaz committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    66cdc07 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2024

  1. Addressed review comments

    keaz committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    c7961cd View commit details
    Browse the repository at this point in the history
  2. Updated ReadME

    keaz committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    c9683e1 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2024

  1. Handled errors in cleanup methos

    Improved README
    keaz committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    33a6b3e View commit details
    Browse the repository at this point in the history
  2. Fixed CI

    keaz committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    d84c665 View commit details
    Browse the repository at this point in the history
  3. Fixed CI

    keaz committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    fc4a233 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2024

  1. Added Github CI status to README

    keaz committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    908709b View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2024

  1. Update ci.yml

    Removed pull request from ci.yml
    keaz authored Oct 25, 2024
    Configuration menu
    Copy the full SHA
    20bda5d View commit details
    Browse the repository at this point in the history