Commit graph

2399 commits

Author SHA1 Message Date
sharoneyal
8bd134e30c
Bitbucket: Add push_commands support when PR is updated (#2085)
Some checks are pending
Build-and-test / build-and-test (push) Waiting to run
* Add push_commands support when PR is updated

* code review
2025-10-29 18:03:38 +02:00
ofir-frd
a2fd3cc190 refactor: move traceback import to top-level imports
Some checks failed
Build-and-test / build-and-test (push) Has been cancelled
docs-ci / deploy (push) Has been cancelled
2025-10-22 08:55:43 +03:00
sharoneyal
f2bbf708f2
Apply repo settings: Disable loading env files as well as merging from other sources (#2077)
* Apply repo settings: Disable loading env files as well as merging from other sources.

* Add warning in case of exception of failed Dynaconf init

* code suggestion

* Missing e
2025-10-22 08:53:16 +03:00
sharoneyal
8d3f3bca45
Add support for SSL related interactions: (#2074)
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:
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
Hussam Lawen
3dd373a77e
Update pr_agent/settings/pr_reviewer_prompts.toml
Co-authored-by: qodo-merge-for-open-source[bot] <189517486+qodo-merge-for-open-source[bot]@users.noreply.github.com>
2025-10-16 17:38:34 +03:00
tomoya-kawaguchi
76ed9156d3 fix: safe attribute access in review prompt template 2025-10-14 11:33:52 +09:00
ofir-frd
40633d7a9e Merge branch 'main' into pr/2046
# Conflicts:
#	requirements.txt
2025-10-11 16:50:46 +03:00
ofir-frd
d862d82475
Merge pull request #2059 from sbobryshev/patch-1
Remove useless pass from git_provider
2025-10-11 16:45:55 +03:00
Tomoya Kawaguchi
a194ca65d2
Update pr_agent/algo/pr_processing.py
Co-authored-by: qodo-merge-for-open-source[bot] <189517486+qodo-merge-for-open-source[bot]@users.noreply.github.com>
2025-10-10 20:44:31 +09:00
Sviatoslav Bobryshev
584e87ae48
Remove useless pass from git_provider 2025-10-10 10:54:00 +03:00
tomoya-kawaguchi
632c39962c chore: add original exception 2025-10-07 21:16:52 +09:00
tomoya-kawaguchi
be93651db8 chore: add error log on model prediction failure 2025-10-07 19:19:03 +09:00
cawamata
2866384931 add JP Anthropic Claude Sonnet 4.5 2025-10-02 04:30:41 +09:00
cawamata
3d66a9e8c3 feat: add support for Claude Sonnet 4.5 2025-09-30 21:53:04 +09:00
Anush
6dabc7b1ae
feat: Qdrant support (#2022)
Signed-off-by: Anush008 <anushshetty90@gmail.com>
2025-09-07 09:37:56 +03:00
mrT23
1fff1b0208
Merge remote-tracking branch 'origin/main' 2025-09-02 16:16:41 +03:00
mrT23
0989247d42
docs: clarify repository metadata detection process in documentation 2025-09-02 16:16:26 +03:00
alex107ivanov
411f933a34
[GitLab] Submodule expansion functionality added (#2014)
* [GitLab] Submodule expansion functionality added

Functionality to include the submodule changes to the Model input added

* Enhance GitLab submodule handling

* docs: document GitLab submodule diff expansion

* docs: document GitLab submodule diff option
2025-09-02 12:26:42 +03:00
mrT23
5de82e379a
fix: correct filename references in metadata configuration and documentation 2025-09-02 09:18:12 +03:00
Tal
532fbbe0a6
feat: enhance documentation with additional repository metadata secti… (#2021)
* feat: enhance documentation with additional repository metadata section and update model references

* feat: update default model to GPT-5 and clarify configuration instructions
2025-09-02 08:40:47 +03:00
Abhinav Kumar
0f8606b899
fix: correct variable name for last merge source commit in Azure DevOps provider (#2018) 2025-09-01 21:41:58 +03:00
mrT23
ae4fc71603
feat: update max context tokens configuration and improve documentation 2025-08-27 15:20:10 +03:00
acamacho
8258c2e774
Set a status for comments on azure devops (#2011)
* Update azuredevops_provider.py

* Update azuredevops_provider.py
2025-08-26 18:20:27 +03:00
Tal
dae9683770
Tr/updates23 (#2008)
* fix: improve PR description field guidance for clarity

* feat: refine suggestion guidelines to avoid redundant recommendations in PR reviews

* feat: enhance YAML parsing logic with additional keys and fallback strategies

* fix: update expected output format in YAML parsing test case
2025-08-22 10:16:08 +03:00
Alessio
5fc466bfbc
PR reviewer tool: add an opt-in work time estimation (#2006)
* feat: add `ContributionTimeCostEstimate`

* docs: mentiond `require_estimate_contribution_time_cost` for `reviewer`

* feat: implement time cost estimate for `reviewer`

* test: non-GFM output

To ensure parity and prevent regressions in plain Markdown rendering.
2025-08-22 09:53:08 +03:00
Abhishek Pratap Singh
a3217042f4 Change bitbucket sever url variable name in secrets template 2025-08-17 15:27:10 +09:00
Abhishek Pratap Singh
07cc7f9f42 Correct variable
load correct variable from .secrets.toml
2025-08-17 00:33:25 +09:00
ofir-frd
8f9ad2b38e refactor: simplify Bitbucket client initialization logic and improve code readability 2025-08-15 15:34:40 +03:00
ofir-frd
10a7a0fbef
Merge pull request #1980 from boston008/bitbucket_provider_support_username_password
feat: enhance BitbucketServerProvider authentication with username and password fallback
2025-08-15 15:20:00 +03:00
mrT23
0a3d655912
Merge remote-tracking branch 'origin/main' 2025-08-14 18:49:12 +03:00
mrT23
81525cd25a
fix: correct prefix handling in load_yaml function for improved YAML parsing 2025-08-14 18:49:06 +03:00
Tal
aafa835137
Merge pull request #1998 from LawrenceMantin/main
Adds a new configuration group [azure_devops] to allow "active" comments
2025-08-14 18:47:10 +03:00
Lawrence Mantin
57ec112b4d
Update pr_agent/git_providers/azuredevops_provider.py
applied suggestion.

Co-authored-by: qodo-merge-for-open-source[bot] <189517486+qodo-merge-for-open-source[bot]@users.noreply.github.com>
2025-08-14 10:42:17 -05:00
Tal
f645ebb938
Merge pull request #1995 from dceoy/main
Add models for Groq
2025-08-14 18:00:45 +03:00
Lawrence Mantin
9c3972d619 Adds a new configuration group [azure_devops] that will allow setting the comment status other than "closed". 2025-08-14 09:23:29 -05:00
Boston008
e0a4be1397
Update bitbucket_server_provider.py 2025-08-13 12:46:50 +08:00
tomoya-kawaguchi
d01a7daaa7 fix: add temperature arg to self reflect of improve 2025-08-13 12:30:48 +09:00
dceoy
5c3da5d83e Add models for Groq 2025-08-12 23:55:32 +09:00
Boston008
01f16f57ca
Update bitbucket_server_provider.py 2025-08-11 12:18:05 +08:00
Boston008
bcfd2b3d6d
Update pr_agent/git_providers/bitbucket_server_provider.py
Co-authored-by: qodo-merge-for-open-source[bot] <189517486+qodo-merge-for-open-source[bot]@users.noreply.github.com>
2025-08-11 09:47:16 +08:00
Boston008
34b562db22
Update pr_agent/git_providers/bitbucket_server_provider.py
Co-authored-by: qodo-merge-for-open-source[bot] <189517486+qodo-merge-for-open-source[bot]@users.noreply.github.com>
2025-08-11 09:46:37 +08:00
Boston008
4a6a55ca7c
Update pr_agent/git_providers/bitbucket_server_provider.py
Co-authored-by: qodo-merge-for-open-source[bot] <189517486+qodo-merge-for-open-source[bot]@users.noreply.github.com>
2025-08-11 09:46:26 +08:00
Boston008
af803ce473
Update bitbucket_server_provider.py
implement improve suggestion
2025-08-10 15:09:13 +08:00
mrT23
bb115432f2
feat: add support for new GPT-5 models and update documentation 2025-08-08 09:39:24 +03:00
mrT23
f3287a9f67
fix: update model prefix in litellm_ai_handler and adjust dependencies in requirements.txt 2025-08-08 09:34:31 +03:00
mrT23
9a2ba2d881
fix: handle empty changes summary in file label dict based on configuration 2025-08-08 09:02:54 +03:00
mrT23
de5c1adaa0
fix: update temperature handling for GPT-5 and upgrade aiohttp version 2025-08-08 08:37:28 +03:00
mrT23
5162d847b3
feat: add support for gpt-5 model and update configuration 2025-08-08 08:28:42 +03:00
Kris Rane
e14beacc19 feat: enhance BitbucketServerProvider authentication with username and password fallback 2025-08-07 17:56:46 +08:00
Tal
03867d5962
Merge pull request #1978 from huangyoje/fix/fix-ask-line
Fix comment_id name in handle_ask_line
2025-08-06 21:48:17 +03:00