Sviatoslav Bobryshev
584e87ae48
Remove useless pass from git_provider
2025-10-10 10:54:00 +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
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
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
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
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
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
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
Kris Rane
e14beacc19
feat: enhance BitbucketServerProvider authentication with username and password fallback
2025-08-07 17:56:46 +08:00
Emmanuel Ferdman
807ce6ec65
Fix issue in the GitLab provider
...
Signed-off-by: Emmanuel Ferdman <emmanuelferdman@gmail.com>
2025-08-05 23:38:12 -07:00
Tal
65457b2569
Merge branch 'main' into fix/gitlab-private-deployment-401
2025-08-06 08:30:54 +03:00
Mr_Jing
fb73eb75f9
refactor: simplify GitLab authentication configuration
2025-08-06 12:03:53 +08:00
marc0777
0b00812269
feat: allow configuring gitlab ssl verification
2025-08-05 11:55:01 +02:00
Mr_Jing
dd6f56915b
improve: enhance GitLab provider error handling and attribute access safety
...
- Add try-catch block around GitLab instance creation for better error handling
- Use getattr() for safer attribute access in _prepare_clone_url_with_token method
- Improve authentication failure debugging with clearer error messages
2025-08-04 10:35:52 +08:00
ofir-frd
6aa26d8c56
fix: remove extra blank line in gitlab provider
2025-08-03 17:43:18 +03:00
Mr_Jing
2d858a43be
refactor: improve GitLab authentication method detection
...
Address code review feedback from PR #1969 :
1. Improve URL matching precision:
- Use urlparse for robust hostname validation
- Prevent false positives with URL substring matching
- Add support for gitlab.com/gitlab.io subdomains
2. Add authentication type validation:
- Validate explicit GITLAB.AUTH_TYPE configuration
- Provide clear error messages for invalid auth types
- Prevent silent failures from user configuration errors
This enhances code reliability and user experience while maintaining
backward compatibility.
2025-08-03 09:58:59 +08:00
Mr_Jing
d497c33c74
fix: support private_token authentication for GitLab private deployments
...
- Add intelligent authentication method detection based on GitLab URL
- Support explicit configuration override via GITLAB.AUTH_TYPE
- Maintain backward compatibility with existing oauth_token usage
- Fix 401 Unauthorized errors for private GitLab deployments
Fixes authentication issues where private GitLab instances require
private_token instead of oauth_token for API access.
2025-08-03 08:46:41 +08:00
FabrizioCafolla
3efe091bc8
update
2025-07-23 17:19:53 +02:00
FabrizioCafolla
6f7d81b086
update
2025-07-23 17:19:53 +02:00
FabrizioCafolla
755165e90c
feat: add eyes reacrtion to gitlab provider
2025-07-23 17:19:53 +02:00
Tal
ae6576c06b
Merge pull request #1938 from furikake6000/fix/fix-ignore-files-config-on-bitbucketserver
...
fix: add support for filtering ignored files in Bitbucket Server provider
2025-07-22 07:58:51 +03:00
mrT23
754d47f187
refactor(pr_description): redesign changes walkthrough section and improve file processing
2025-07-18 08:51:48 +03:00
furikake6000
380437b44f
feat: add support for filtering ignored files in Bitbucket Server provider
2025-07-14 15:26:30 +00:00
Abhinav Kumar
3f632835c5
fix: Remove trailing comma in gerrit provider prepare_repo function
2025-07-07 21:51:35 +05:30
Tal
9c87056263
Merge pull request #1890 from abishlal/feature/support-tickets-context-in-azdo
...
Enhance Azure DevOps Integration with Work Item Ticket Retrieval and Comment Thread Updates
2025-06-25 20:40:22 +03:00
abishlal
3251f19a19
fix: change comment thread status to closed when publishing comments
...
Signed-off-by: abishlal <abishlalns03@gmail.com>
2025-06-25 20:59:34 +05:30
abishlal
299a2c89d1
feat: add tags extraction from work item fields in Azure DevOps provider
...
Signed-off-by: abishlal <abishlalns03@gmail.com>
2025-06-25 20:57:56 +05:30
abishlal
7759d1d3fc
fix: remove redundant state and labels fields from ticket data extraction
...
Signed-off-by: abishlal <abishlalns03@gmail.com>
2025-06-21 17:31:24 +05:30
abishlal
738f9856a4
feat: add WorkItemTrackingClient to Azure DevOps provider and update client return type
...
Signed-off-by: abishlal <abishlalns03@gmail.com>
2025-06-21 17:28:59 +05:30
abishlal
fbce8cd2f5
fix: update comment thread status to active when publishing comments
...
Signed-off-by: abishlal <abishlalns03@gmail.com>
2025-06-21 17:22:24 +05:30
abishlal
ea63c8e63a
fix: remove redundant line for BasicAuthentication in Azure DevOps provider
...
Signed-off-by: abishlal <abishlalns03@gmail.com>
2025-06-21 17:22:04 +05:30
abishlal
d8fea6afc4
feat: enhance Azure DevOps integration by adding work item as a ticket retrieval methods - Supporting ticket context for Azure DevOps
...
Signed-off-by: abishlal <abishlalns03@gmail.com>
2025-06-21 17:20:31 +05:30
mrT23
eb4cdbb115
fix: remove branch parameter from get_content_of_file call in bitbucket server provider
2025-06-21 12:34:00 +03:00
Tal
b7b4d00f57
Merge pull request #1868 from NicoFgrx/main
...
feat: support self-signed gitea cert
2025-06-17 08:21:40 +03:00
nicolas
3faab424a4
feat: support self-signed gitea cert
2025-06-12 16:01:26 +02:00
César Pérez
d812b7ed7e
Fixed comment 5
2025-06-11 11:26:49 +02:00
César Pérez
fe9afb826d
Fixed comment 3
2025-06-07 21:09:38 +02:00
César Pérez
a550c17466
Fixed comment 2
2025-06-07 21:06:12 +02:00
César Pérez
04cb8af65d
Fixed comment 1
2025-06-07 21:02:56 +02:00
César Pérez
122248ef9c
Add GitLab support for CHANGELOG.md
2025-06-07 20:48:33 +02:00
y.marinov
37781c59e7
Add forgejo statuses check in gitea get_diff_files method
2025-06-05 16:02:55 +03:00
y.marinov
865798ef3f
Fix wrong parameters for gitea get_file_content method
2025-06-05 16:01:18 +03:00
Pinyoo Thotaboot
b18a509120
Use current
2025-05-26 11:44:39 +07:00
Pinyoo Thotaboot
6063bf5978
Check is tempolary before remove it
2025-05-26 11:42:09 +07:00