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

Fix string/tuple/no auth on AsyncHttpConnection class #424

Merged
merged 14 commits into from
Jul 6, 2023

Commits on Jun 29, 2023

  1. Fix string/tuple/no auth on AsyncHttpConnection class. Fixes opensear…

    …ch-project#283
    
    Signed-off-by: dannosaur <461956+dannosaur@users.noreply.github.com>
    dannosaur committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    3498278 View commit details
    Browse the repository at this point in the history
  2. Update for PR comments. Add tests.

    Signed-off-by: dannosaur <461956+dannosaur@users.noreply.github.com>
    dannosaur committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    c019cbd View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2023

  1. Moving tests to its own file.

    Also had to install asynctest into the dev-requirements to get access to the context managers necessary to mock out aiohttp.
    
    Signed-off-by: dannosaur <461956+dannosaur@users.noreply.github.com>
    dannosaur committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    adace1a View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG

    Signed-off-by: dannosaur <461956+dannosaur@users.noreply.github.com>
    dannosaur committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    0258e81 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'main' into fix-async-http-auth

    Signed-off-by: Daniel (dB.) Doubrovkine <dblock@amazon.com>
    dblock authored Jun 30, 2023
    Configuration menu
    Copy the full SHA
    25dc062 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2023

  1. Linter fixes. Add license text to new file.

    Signed-off-by: dannosaur <461956+dannosaur@users.noreply.github.com>
    dannosaur committed Jul 1, 2023
    Configuration menu
    Copy the full SHA
    bbdf6d6 View commit details
    Browse the repository at this point in the history
  2. Move AsyncContextManagerMock to utils package for future re-use

    Signed-off-by: dannosaur <461956+dannosaur@users.noreply.github.com>
    dannosaur committed Jul 1, 2023
    Configuration menu
    Copy the full SHA
    f6acb73 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'fix-async-http-auth' of github.com:dannosaur/opensearch…

    …-py into fix-async-http-auth
    dannosaur committed Jul 1, 2023
    Configuration menu
    Copy the full SHA
    c6da7fa View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2023

  1. Lint

    Signed-off-by: dannosaur <461956+dannosaur@users.noreply.github.com>
    dannosaur committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    22cf069 View commit details
    Browse the repository at this point in the history
  2. Refactor async tests - remove asynctest package

    Signed-off-by: dannosaur <461956+dannosaur@users.noreply.github.com>
    dannosaur committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    a473792 View commit details
    Browse the repository at this point in the history
  3. Switch out to using aiounittest for async testing prior to py3.8

    Signed-off-by: dannosaur <461956+dannosaur@users.noreply.github.com>
    dannosaur committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    2517292 View commit details
    Browse the repository at this point in the history
  4. Use RequestContextManager from opensearchpy._asycn._extra_imports

    Signed-off-by: dannosaur <461956+dannosaur@users.noreply.github.com>
    dannosaur committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    90571de View commit details
    Browse the repository at this point in the history
  5. Simplify test somewhat, move to test_async since all other async te…

    …sts are ignored on runners <3.6
    
    Signed-off-by: dannosaur <461956+dannosaur@users.noreply.github.com>
    dannosaur committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    6819cbf View commit details
    Browse the repository at this point in the history
  6. Lint

    Signed-off-by: dannosaur <461956+dannosaur@users.noreply.github.com>
    dannosaur committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    d104ec4 View commit details
    Browse the repository at this point in the history