pr-agent/pr_agent
sharoneyal 8d3f3bca45
Some checks are pending
Build-and-test / build-and-test (push) Waiting to run
docs-ci / deploy (push) Waiting to run
Add support for SSL related interactions: (#2074)
* Add support for SSL related interactions:
1. Inject SSL related env variables to git clone
2. Force LiteLLM to use aiohttp which honors SSL env. variables, this is done by setting configuration toml as follows:

[litellm]
disable_aiohttp = true

* Update pr_agent/git_providers/git_provider.py

Co-authored-by: qodo-merge-for-open-source[bot] <189517486+qodo-merge-for-open-source[bot]@users.noreply.github.com>

* Guard get_git_ssl_env invocation with try-catch

---------

Co-authored-by: qodo-merge-for-open-source[bot] <189517486+qodo-merge-for-open-source[bot]@users.noreply.github.com>
2025-10-21 19:06:18 +03:00
..
agent feat: add a bare except to catch all errors 2025-06-21 15:34:02 +03:00
algo Add support for SSL related interactions: (#2074) 2025-10-21 19:06:18 +03:00
git_providers Add support for SSL related interactions: (#2074) 2025-10-21 19:06:18 +03:00
identity_providers Fix typo in method parameter name 2025-05-15 18:42:08 +09:00
log disable dynamic variables 2025-04-08 21:07:45 +03:00
secret_providers chore: update secret more robustly 2025-06-02 13:48:47 +09:00
servers Change bitbucket sever url variable name in secrets template 2025-08-17 15:27:10 +09:00
settings Update pr_agent/settings/pr_reviewer_prompts.toml 2025-10-16 17:38:34 +03:00
tools feat: Qdrant support (#2022) 2025-09-07 09:37:56 +03:00
__init__.py Format files by pre-commit run -a 2024-10-30 10:00:36 +09:00
cli.py Log a warning for pending asyncio tasks with coroutine details 2025-05-13 17:37:09 +09:00
cli_pip.py adjustments to pypi 2024-03-23 16:16:32 +02:00
config_loader.py feat: support ignore_language_framework via generated_code_ignore.toml 2025-06-25 23:39:14 +09:00