-
Notifications
You must be signed in to change notification settings - Fork 176
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
Fix string/tuple/no auth on AsyncHttpConnection class #424
Commits on Jun 29, 2023
-
Fix string/tuple/no auth on AsyncHttpConnection class. Fixes opensear…
…ch-project#283 Signed-off-by: dannosaur <461956+dannosaur@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 3498278 - Browse repository at this point
Copy the full SHA 3498278View commit details -
Update for PR comments. Add tests.
Signed-off-by: dannosaur <461956+dannosaur@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for c019cbd - Browse repository at this point
Copy the full SHA c019cbdView commit details
Commits on Jun 30, 2023
-
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>
Configuration menu - View commit details
-
Copy full SHA for adace1a - Browse repository at this point
Copy the full SHA adace1aView commit details -
Signed-off-by: dannosaur <461956+dannosaur@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 0258e81 - Browse repository at this point
Copy the full SHA 0258e81View commit details -
Merge branch 'main' into fix-async-http-auth
Signed-off-by: Daniel (dB.) Doubrovkine <dblock@amazon.com>
Configuration menu - View commit details
-
Copy full SHA for 25dc062 - Browse repository at this point
Copy the full SHA 25dc062View commit details
Commits on Jul 1, 2023
-
Linter fixes. Add license text to new file.
Signed-off-by: dannosaur <461956+dannosaur@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for bbdf6d6 - Browse repository at this point
Copy the full SHA bbdf6d6View commit details -
Move AsyncContextManagerMock to utils package for future re-use
Signed-off-by: dannosaur <461956+dannosaur@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for f6acb73 - Browse repository at this point
Copy the full SHA f6acb73View commit details -
Merge branch 'fix-async-http-auth' of github.com:dannosaur/opensearch…
…-py into fix-async-http-auth
Configuration menu - View commit details
-
Copy full SHA for c6da7fa - Browse repository at this point
Copy the full SHA c6da7faView commit details
Commits on Jul 5, 2023
-
Signed-off-by: dannosaur <461956+dannosaur@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 22cf069 - Browse repository at this point
Copy the full SHA 22cf069View commit details -
Refactor async tests - remove asynctest package
Signed-off-by: dannosaur <461956+dannosaur@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for a473792 - Browse repository at this point
Copy the full SHA a473792View commit details -
Switch out to using aiounittest for async testing prior to py3.8
Signed-off-by: dannosaur <461956+dannosaur@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 2517292 - Browse repository at this point
Copy the full SHA 2517292View commit details -
Use RequestContextManager from opensearchpy._asycn._extra_imports
Signed-off-by: dannosaur <461956+dannosaur@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 90571de - Browse repository at this point
Copy the full SHA 90571deView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 6819cbf - Browse repository at this point
Copy the full SHA 6819cbfView commit details -
Signed-off-by: dannosaur <461956+dannosaur@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for d104ec4 - Browse repository at this point
Copy the full SHA d104ec4View commit details