external repos
  1. external repos

pr-agent

Public

Network

 
AuthorCommitMessageCommit Date
TalTal
a6fb351789dMMerge pull request #1141 from Codium-ai/tr/docs_chat Add documentation for PR-Chat feature in PR-Agent Chrome extension
mrT23mrT23
bfab6604144Add security and privacy section to Chrome extension documentation
mrT23mrT23
2e63653bb0cAdd documentation for PR-Chat feature in PR-Agent Chrome extension
TalTal
b9df034c979MMerge pull request #1138 from Codium-ai/tr/err_protections Add 'only_markdown' parameter to emphasize_header call in utils.py fo…
mrT23mrT23
bae8d366989Add 'only_markdown' parameter to emphasize_header call in utils.py for security concerns section
TalTal
67a04e1cb2aMMerge pull request #1135 from Codium-ai/hl/fix_code_escaping fix html escaping
Hussam.lawenHussam.lawen
4fea780b9befix html escaping
TalTal
01c18d7d984MMerge pull request #1134 from Codium-ai/tr/err_protections Tr/err protections
mrT23mrT23
f4b06640d23Add info log for successful AI prediction parse in utils.py
mrT23mrT23
f1981092d38Add warning log for initial AI prediction parse failure and error log for fallback failure in utils.py
mrT23mrT23
8414e109c59Update logging levels and add error handling for empty data in PR tools and providers
mrT23mrT23
8adfca5b3c1Add error handling for short diffs and improve logging in Bitbucket provider
TalTal
672cdc03abcMMerge pull request #1133 from Codium-ai/tr/err_protections Add error handling for empty diff files in utils.py and optimize file…
mrT23mrT23
86a9cfedc81Add error handling for empty diff files in utils.py and optimize file content retrieval in Bitbucket provider
TalTal
7ac9f27b709MMerge pull request #1132 from Codium-ai/tr/err_protections Add error handling for missing GitLab URL and improve inline comment …
mrT23mrT23
a3b3d6c77abAdd error handling for missing GitLab URL and improve inline comment logic in gitlab_provider.py
TalTal
c97c39d57d4MMerge pull request #1127 from squinn1/main Fix base url not being passed through github_provider class correctly
Stephen QuinnStephen Quinn
2e41701d073fixes
Stephen QuinnStephen Quinn
578f56148a0MMerge branch 'Codium-ai:main' into main
TalTal
b3da84b4aa7MMerge pull request #1130 from Codium-ai/tr/err_protections Tr/err protections
mrT23mrT23
f89bdcf3c3cAdd error handling for missing custom label settings in utils.py
mrT23mrT23
e7e3970874dAdd error handling for empty system prompt in litellm_ai_handler and type conversion in utils.py
TalTal
1f7a8eada02MMerge pull request #1129 from Codium-ai/tr/err_protections Tr/err protections
mrT23mrT23
38638bd1c46relevant_lines_start > len(file_lines):
mrT23mrT23
26f3bd89008Add error handling for out-of-range relevant_lines_start and missing head_file in pr_code_suggestions.py
mrT23mrT23
a2fb415c531Add git_files attribute to Bitbucket provider class for enhanced file handling
mrT23mrT23
8038eaf8763Add error handling for missing required fields in file label dictionary in pr_description.py
mrT23mrT23
78b11c80c7cAdd error handling for empty secrets in GitLab webhook and lower log level for Google Cloud Storage secret retrieval errors
TalTal
d8572f8d13eMMerge pull request #1128 from Codium-ai/tr/err_protections Tr/err_protections
mrT23mrT23
cb65b05e858Add error handling for missing username fields in Bitbucket webhook handler and update log context
mrT23mrT23
1aa6dd9b5d2Add error handling for missing file paths in Bitbucket provider and improve file validation logic
mrT23mrT23
5252e1826dbAdd handling for empty diffs in Bitbucket provider to avoid logging errors
Stephen QuinnStephen Quinn
11d69e05aacfix git provider
TalTal
a18a0bf2e3fMMerge pull request #1125 from Codium-ai/tr/err_protections Tr/err protections
mrT23mrT23
396d11aa45aImprove logging and diff filtering in Bitbucket provider - Enhance logging to include both kept and filtered file names - Add conditional check to filter diff elements based on original and current diffs
mrT23mrT23
4a38861d062Add error handling for missing file paths in file_filter.py for Bitbucket and GitLab platforms
TalTal
5feb66597e5MMerge pull request #1124 from Codium-ai/tr/err_protections protections
mrT23mrT23
8589941ffe9Improve Bitbucket diff handling for new and deleted files and add error protection for missing file links
mrT23mrT23
7f0e6aeb372Add conditional checks for review label settings in set_review_labels method
mrT23mrT23
8a768aa7fd2Lower log level for missing code suggestions from error to warning
TalTal
f399f9ebe4fUpdate automations_and_usage.md
TalTal
cc73d4599bbMMerge pull request #1123 from Codium-ai/ok/app_name Add app_name to log_context in Bitbucket and GitLab webhook handlers
Ori KotekOri Kotek
b59111e4a63Add app_name to log_context in Bitbucket and GitLab webhook handlers
TalTal
4228f92e7eeMMerge pull request #1119 from Codium-ai/hl/limit_long_comments Hl/limit long comments
Hussam.lawenHussam.lawen
70da8718768lower OpenAI errors to warnings
Hussam.lawenHussam.lawen
9c1ab064911fix long comments
TalTal
1f4ab43fa68MMerge pull request #1118 from Codium-ai/tr/bitbucket_diffs Improve Bitbucket patch diff handling
mrT23mrT23
5c4bc0a0082Add 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_p...
TalTal
ef37271ce94Update README.md
TalTal
8dd4c15d4b1MMerge pull request #1117 from Codium-ai/tr/patch_extra_lines_before_and_after Add missing newline in extended patch and remove trailing whitespace