pr-agent/pr_agent/git_providers
Patryk Kowalski 8ae3c60670 In case of new file creation by the MR there is a 404 error on file retrieval by gitlab provider.
It was handled by catching the error and replacing the file string with an empty string.
Type checking was added before byte decoding - necessary in case of the empty string.
2023-07-17 14:53:23 +02:00
..
__init__.py Adding handler for Bitbucket Cloud users 2023-07-15 21:29:36 +03:00
bitbucket_provider.py Remove git_provider.get_description() which is a duplicate of git_provider.get_pr_description() 2023-07-16 21:47:48 +03:00
git_provider.py full code suggestions 2023-07-16 09:01:57 +03:00
github_provider.py Remove git_provider.get_description() which is a duplicate of git_provider.get_pr_description() 2023-07-16 21:47:48 +03:00
gitlab_provider.py In case of new file creation by the MR there is a 404 error on file retrieval by gitlab provider. 2023-07-17 14:53:23 +02:00