pr-agent/pr_agent/git_providers
Zohar Meir 15573e2286
Fix error in get_main_pr_languages when the diff is empty
This can happen for example when you have one commit add a line to a file and the next commit deletes that line. Then if those are the only 2 commits in the PR the diff will be empty.
2023-11-02 10:10:54 +02:00
..
__init__.py Gerrit support 2023-09-01 14:31:34 +01:00
azuredevops_provider.py remove azure.com url restriction 2023-10-16 20:38:14 +02:00
bitbucket_provider.py Update get_repo_settings in bitbucket_provider.py to fetch file via API request 2023-10-30 18:36:46 +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 Remove previous review comment on push event 2023-10-26 16:46:54 +03:00
gerrit_provider.py Remove previous review comment on push event 2023-10-26 16:46:54 +03:00
git_provider.py Fix error in get_main_pr_languages when the diff is empty 2023-11-02 10:10:54 +02:00
github_provider.py Merge pull request #394 from zmeir/zmeir-external-push_trigger 2023-10-29 13:04:33 +02:00
gitlab_provider.py Update get_repo_settings to decode file from target branch in gitlab_provider.py 2023-10-30 17:01:49 +02:00
local_git_provider.py Remove previous review comment on push event 2023-10-26 16:46:54 +03:00
utils.py github action now also uses .pr_agent.toml 2023-10-28 13:34:32 +03:00