external repos
  1. external repos

pr-agent

Public

Network

 
AuthorCommitMessageCommit Date
mrT23mrT23
3ff30fcc92dfix logo for non-github image
mrT23mrT23
07abf4788c1docs: Update image URLs in markdown files
mrT23mrT23
a6587660463MMerge pull request #495 from Codium-ai/tr/review_protection Enhanced Exception Handling and Code Suggestion Formatting
mrT23mrT23
492dd3c2815docs: Update Azure setup instructions in Usage.md
mrT23mrT23
3af9c3bfb9bfeat: Enhance code suggestion publishing with language-specific formatting in pr_code_suggestions.py
mrT23mrT23
c22084c7ac3feat: Add exception handling for missing previous review in github_provider.py
mrT23mrT23
d2fb1cfce55MMerge pull request #497 from network-charles/network-charles-patch-1 Update pr-agent/docs/Review.md Image
Charles UnezeCharles Uneze
24fe5a572a8Update REVIEW.md
mrT23mrT23
96b91c9daa0feat: Add dynaconf to requirements.txt
Ori KotekOri Kotek
55464d5c5baMMerge pull request #492 from Codium-ai/mrT23-patch-1 Update IMPROVE.md
mrT23mrT23
18f06cc6705Update IMPROVE.md
mrT23mrT23
574e3b9d32bUpdate IMPROVE.md
mrT23mrT23
f6048e81575MMerge pull request #490 from network-charles/network-charles-patch-1 Alphabetical Reordering of requirements.txt
Charles UnezeCharles Uneze
4a71259be74Update requirements.txt
mrT23mrT23
e4749824851MMerge pull request #491 from network-charles/network-charles-patch-2 Update INSTALL.md
Charles UnezeCharles Uneze
f7410da330aUpdate INSTALL.md
Charles UnezeCharles Uneze
76f3d54519cUpdate INSTALL.md
Charles UnezeCharles Uneze
59f117d9160Update INSTALL.md
mrT23mrT23
b90dde48c0dMMerge pull request #483 from tmokmss/add-bedrock-support Add Amazon Bedrock support
tmokmsstmokmss
5e642c10faefallback to try_fix_yaml
tmokmsstmokmss
f8f57419c40Update ai_handler.py
tmokmsstmokmss
917f4b6a012hard code value
tmokmsstmokmss
97d6fb999a5set max_tokens_to_sample
tmokmsstmokmss
1373ca23fcasupport Amazon Bedrock
Ori KotekOri Kotek
c57807e53a3MMerge pull request #489 from Codium-ai/ok/gh_actions_fix Improve error handling in settings retrieval
Ori KotekOri Kotek
0e54a132722Improve error handling in settings retrieval Fix bug where default values were not being used in GitHub Action runners when environmental variables are not set. Now, if an environmental variable cannot be found and no default is given, the default value will be used if one exists. This will prevent errors during setup on different environments and ensure system stability.
Ori KotekOri Kotek
ddc6c020189MMerge pull request #488 from Codium-ai/ok/gh_actions_fix "Add fallback to environment variables in GitHub Action Runner"
Ori KotekOri Kotek
b67d06ae59d"Add fallback to environment variables in GitHub Action Runner" A new function `get_setting_or_env` was implemented to facilitate fetching of either settings or environmental variables in the GitHub Action Runner. This was necessary to resolve an issue where a certain undefined behaviour occurs in GitHub Actions, leading to an attribute error. The new function also provides a default value parameter to ensure the return of a value even in failed attempts to fetch from either settings or envi...
Ori KotekOri Kotek
ca1289af03cUpdate pr-agent-review.yaml
Ori KotekOri Kotek
b5a643d67afMMerge pull request #487 from Codium-ai/ok/gh_actions_fix Add utility function to handle boolean type conversion
Ori KotekOri Kotek
580eede021aAdd utility function to handle boolean type conversion A utility function (`is_true`) was added to take care of validating and converting boolean values from string or boolean types. This function is used in three parts of the `run_action` method where automatic PR review, description, and improvement actions are triggered based on environment settings. This change makes the condition checks cleaner and prevents code duplication.
mrT23mrT23
ea56910a2f2MMerge pull request #485 from Codium-ai/tr/bitbucket Enhancement of Inline Comment Publishing in Bitbucket Provider and Logging Addition
mrT23mrT23
51e1278cd73feat: Enhance inline comment publishing in Bitbucket provider and add logging for no suggestions in pr_code_suggestions.py
mrT23mrT23
ddeb4b598d1MMerge pull request #484 from Codium-ai/tr/review_fix_tags Refactor: Improved label handling in pr_reviewer.py
mrT23mrT23
7e029ead45crefactor: Improve label handling in pr_reviewer.py
mrT23mrT23
4521077433fMMerge pull request #481 from Codium-ai/ok/fix_improve Refactoring Environment Variables Access
mrT23mrT23
6264624c05cMMerge branch 'main' into ok/fix_improve
mrT23mrT23
5f6fa5a082aUpdate Usage.md
mrT23mrT23
c6cc676275eUpdate pr-agent-review.yaml
mrT23mrT23
b8e4d10b9dfsummarize=true
mrT23mrT23
70a957caf05AUTO_IMPROVE
mrT23mrT23
5ff9aaedfd2Update IMPROVE.md
mrT23mrT23
fc8865f8dceMMerge pull request #476 from Codium-ai/tr/improve_inplace Enhancements and Bug Fixes in Code Suggestions and Line Link Generation
mrT23mrT23
466af37675bs
mrT23mrT23
2202ff1cdf1s
mrT23mrT23
2022018d4cbupdate tests
mrT23mrT23
b1c374808d8feat: Add line link generation in Bitbucket provider and improve markdown formatting in pr_code_suggestions.py and IMRPOVE.md
mrT23mrT23
20978402ea3s
mrT23mrT23
8f615e17a3fs
mrT23mrT23
5cbbaf44c98feat: Add line link generation for GitLab and improve markdown formatting in pr_code_suggestions.py