pr-agent/pr_agent/git_providers
mrT23 5c4bc0a008
Add Bitbucket diff handling and improve error logging
- Implement `publish_file_comments` method placeholder
- Enhance `is_supported` method to include `publish_file_comments`
- Refactor diff splitting logic to handle Bitbucket-specific headers
- Improve error handling and logging for file content retrieval
- Add `get_pr_owner_id` method to retrieve PR owner ID
- Update `_get_pr_file_content` to fetch file content from remote link
- Fix variable name typo in `extend_patch` function in `git_patch_processing.py`
2024-08-12 09:48:26 +03:00
..
__init__.py Add context-aware git provider retrieval and refactor related functions 2024-06-19 09:36:37 +03:00
azuredevops_provider.py azure fix 2024-07-11 18:21:21 +03:00
bitbucket_provider.py Add Bitbucket diff handling and improve error logging 2024-08-12 09:48:26 +03:00
bitbucket_server_provider.py Fix use requests HTTPError 2024-08-02 07:58:23 +07:00
codecommit_client.py Remove 'bitbucket' explicit dependency anywhere that's not in bitbucket_provider.py 2023-09-10 14:06:13 +03:00
codecommit_provider.py Failed to review PR: name 'is_valid_file' is not defined 2024-04-09 15:47:54 +07:00
gerrit_provider.py Update get_pr_labels method to support label updates and prevent unnecessary label republishing 2024-03-12 17:02:45 +02:00
git_provider.py provider 2024-07-11 18:37:37 +03:00
github_provider.py remove github.com 2024-07-15 20:18:21 +03:00
gitlab_provider.py provider 2024-07-11 18:37:37 +03:00
local_git_provider.py Update get_pr_labels method to support label updates and prevent unnecessary label republishing 2024-03-12 17:02:45 +02:00
utils.py set_claude_model 2024-08-11 11:43:57 +03:00