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

Added unbind_s, search_ext and result3 support; changed rename_s to work how python-ldap does #22

Open
wants to merge 13 commits into
base: main
Choose a base branch
from

Commits on Jan 15, 2021

  1. Configuration menu
    Copy the full SHA
    f9f258f View commit details
    Browse the repository at this point in the history
  2. Added search_ext and result3 support

    This allows us to mock paged searches.
    cmalek committed Jan 15, 2021
    Configuration menu
    Copy the full SHA
    869ba0e View commit details
    Browse the repository at this point in the history
  3. PEP8

    cmalek committed Jan 15, 2021
    Configuration menu
    Copy the full SHA
    3d854fb View commit details
    Browse the repository at this point in the history
  4. When using the argument list as a dict key, serialize the argument li…

    …st with a bytes-aware JSON encoder
    
    This avoids the tuple -> list hacks.
    cmalek committed Jan 15, 2021
    Configuration menu
    Copy the full SHA
    a39ac46 View commit details
    Browse the repository at this point in the history
  5. added unbind_s support

    cmalek committed Jan 15, 2021
    Configuration menu
    Copy the full SHA
    44b3196 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    861271c View commit details
    Browse the repository at this point in the history
  7. added a bit of extra logging to log calls

    This allows you to debug exactly what your call arguments are so you can set up your mock data more accurately
    cmalek committed Jan 15, 2021
    Configuration menu
    Copy the full SHA
    72e8109 View commit details
    Browse the repository at this point in the history
  8. more pep8

    cmalek committed Jan 15, 2021
    Configuration menu
    Copy the full SHA
    9c421c4 View commit details
    Browse the repository at this point in the history
  9. added some development dependencies

    Mostly linters and nose.
    cmalek committed Jan 15, 2021
    Configuration menu
    Copy the full SHA
    800bdf0 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    2687557 View commit details
    Browse the repository at this point in the history
  11. more pep8

    cmalek committed Jan 15, 2021
    Configuration menu
    Copy the full SHA
    21a7f74 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2021

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

Commits on Feb 11, 2021

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