pr-agent/pr_agent/git_providers
2025-03-27 17:29:02 +02:00
..
__init__.py Format files by pre-commit run -a 2024-10-30 10:00:36 +09:00
azuredevops_provider.py Remove non implemented method _prepare_clone_url_with_token from providers which don't support it and instead, issue a warning in base class. 2025-03-24 14:06:06 +02:00
bitbucket_provider.py Fix missing self.bearer_token for bitbucket related providers 2025-03-24 10:21:23 +02:00
bitbucket_server_provider.py Fix missing self.bearer_token for bitbucket related providers 2025-03-24 10:21:23 +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 non implemented method _prepare_clone_url_with_token from providers which don't support it and instead, issue a warning in base class. 2025-03-24 14:06:06 +02:00
gerrit_provider.py Remove non implemented method _prepare_clone_url_with_token from providers which don't support it and instead, issue a warning in base class. 2025-03-24 14:06:06 +02:00
git_provider.py Remove redundant abstractmethod for _prepare_clone_url_with_token 2025-03-24 15:56:45 +02:00
github_provider.py Fix for bug in get_canonical_url_parts when a new issue created, without git url provided. 2025-03-27 17:29:02 +02:00
gitlab_provider.py Code recommendations from /improve 2025-03-24 10:54:50 +02:00
local_git_provider.py Remove non implemented method _prepare_clone_url_with_token from providers which don't support it and instead, issue a warning in base class. 2025-03-24 14:06:06 +02:00
utils.py Fix typo model_weak 2024-12-08 22:09:48 +07:00