pr-agent/pr_agent/git_providers
mrT23 5c49ff216a
feat: Update inline comment creation in git providers and improve code suggestion handling
- Update `create_inline_comment` method in various git providers to include `absolute_position` parameter
- Remove `create_inline_comment` method from providers that do not support inline comments
- Enhance `find_line_number_of_relevant_line_in_file` function to handle absolute position
- Modify `pr_code_suggestions.py` to handle improved code inclusion in suggestions
- Add `include_improved_code` configuration option in `configuration.toml` and update documentation accordingly
2023-12-24 09:44:08 +02:00
..
__init__.py feat: Added BitBucket Server 2023-11-15 15:47:44 +01:00
azuredevops_provider.py feat: Update inline comment creation in git providers and improve code suggestion handling 2023-12-24 09:44:08 +02:00
bitbucket_provider.py feat: Update inline comment creation in git providers and improve code suggestion handling 2023-12-24 09:44:08 +02:00
bitbucket_server_provider.py feat: Update inline comment creation in git providers and improve code suggestion handling 2023-12-24 09:44:08 +02: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 feat: Update inline comment creation in git providers and improve code suggestion handling 2023-12-24 09:44:08 +02:00
gerrit_provider.py feat: Update inline comment creation in git providers and improve code suggestion handling 2023-12-24 09:44:08 +02:00
git_provider.py feat: Update inline comment creation in git providers and improve code suggestion handling 2023-12-24 09:44:08 +02:00
github_provider.py feat: Update inline comment creation in git providers and improve code suggestion handling 2023-12-24 09:44:08 +02:00
gitlab_provider.py feat: Update inline comment creation in git providers and improve code suggestion handling 2023-12-24 09:44:08 +02:00
local_git_provider.py feat: Update inline comment creation in git providers and improve code suggestion handling 2023-12-24 09:44:08 +02:00
utils.py Add exception handling for applying repo settings failure 2023-11-03 12:23:49 +02:00