external repos
  1. external repos

pr-agent

Public

Network

 
AuthorCommitMessageCommit Date
mrT23mrT23
6666a128eefUpdate Usage.md
Hussam LawenHussam Lawen
9ab7ccd20d8MMerge pull request #416 from zmeir/patch-1 Fix formatting when last commit message contains _
Zohar MeirZohar Meir
7b6a6c71644Fix formatting when last commit message contains _
mrT23mrT23
c907f93ab8fMMerge pull request #418 from KennyDizi/fix/configuration-typo Fix Typo and Update Comment for Ollama Configuration
KennyDiziKennyDizi
29a8cf83579fix typo for ollama
Ori KotekOri Kotek
a751bb0ef0cMMerge pull request #414 from Codium-ai/ok/fix_github_bug Bugfix: ignored github_app.commands on .pr-agent.toml
Ori KotekOri Kotek
26d6280a202MMerge remote-tracking branch 'origin/main' into ok/fix_github_bug
Ori KotekOri Kotek
32a19fdab6fMMerge pull request #413 from Codium-ai/ok/bitbucket_repo_settings Update Method to Fetch Repository Settings in bitbucket_provider.py
Ori KotekOri Kotek
775ccb3f25aRefactor _perform_commands function in github_app.py to improve command handling
Ori KotekOri Kotek
a1c6c57f7beMMerge remote-tracking branch 'origin/main' into ok/bitbucket_repo_settings
Hussam LawenHussam Lawen
dcac6c145c8MMerge pull request #412 from Codium-ai/ok/fix_gitlab_bug Update get_repo_settings to decode file from target branch in gitlab_…
Hussam LawenHussam Lawen
66644f0224cMMerge pull request #411 from Codium-ai/ok/fix_gitlab_bug Add Logging Context to Handle Request Calls in gitlab_webhook.py
Ori KotekOri Kotek
73bb70fef4bUpdate get_repo_settings in bitbucket_provider.py to fetch file via API request
Ori KotekOri Kotek
4bda9dfe04cUpdate get_repo_settings to decode file from target branch in gitlab_provider.py
Ori KotekOri Kotek
e74bb806687Refactor get_repo_settings method in gitlab_provider.py to decode file contents
Ori KotekOri Kotek
e06fb534d37MMerge remote-tracking branch 'origin/main' into ok/fix_gitlab_bug
Hussam LawenHussam Lawen
7d949ad6e20Update GENERATE_CUSTOM_LABELS.md
mrT23mrT23
4b5f86fcf00MMerge pull request #410 from Codium-ai/fix_link_in_install small fix in link in install.md
Hussam LawenHussam Lawen
cd11f51df0esmall fix in link in install.md
mrT23mrT23
b40c0b9b23aMMerge pull request #409 from zmeir/patch-1 Fix call to `_get_previous_review_comment`
Zohar MeirZohar Meir
816ddeeb9efFix call to `_get_previous_review_comment` Hey @mrT23, I thinks there's a problem with moving this line to after `self.git_provider.publish_comment(pr_comment)`. The reason I originally placed it here is because otherwise, if you run `/review --pr_reviewer.remove_previous_review_comment=true` it will publish your review and then immediately after delete it, because it will look for the previous review comment only after you published your new review - so it will take your new review as th...
mrT23mrT23
11f01a226c4Update RELEASE_NOTES.md
mrT23mrT23
b57ec301e87MMerge pull request #408 from Codium-ai/tr/final_fixes fixed review
mrT23mrT23
71da20ea7e1better link
mrT23mrT23
c8956573106fixed review
Ori KotekOri Kotek
eda20ccca91MMerge pull request #407 from zmeir/patch-1 Update Usage.md with new GitHub App features
Zohar MeirZohar Meir
aed113cd79fUpdate Usage.md with new GitHub App features
Ori KotekOri Kotek
71a341855e8Add log_context to handle_request calls in gitlab_webhook.py
mrT23mrT23
0ab07a46c6aMMerge pull request #405 from Codium-ai/tr/final_fixes Final Fixes and Updates to PR Agent
mrT23mrT23
5f32e289337generate_labels
mrT23mrT23
7538c4dd2fbgenerate_labels
mrT23mrT23
e3845283f8crelease notes
mrT23mrT23
a85921d3c5drelease notes
mrT23mrT23
27b64fbcafbrelease notes
mrT23mrT23
8d50f2ae820release notes
mrT23mrT23
e97a03f5229MMerge remote-tracking branch 'origin/main' into tr/final_fixes
mrT23mrT23
2e3344b5b0dMMerge pull request #406 from Codium-ai/hl/custom_labels Add documentation to custom labels
Hussam.lawenHussam.lawen
49e3d5ec5f1Add documentation
Hussam.lawenHussam.lawen
3434296792cDocumentation
Hussam.lawenHussam.lawen
3d5efdf4f36MMerge commit '9a585de36461a6941cb77009e5ab5f4b568a1ff7' into hl/custom_labels
Hussam.lawenHussam.lawen
e83747300daMMerge branch 'main' of github.com:Codium-ai/pr-agent into hl/custom_labels
Hussam.lawenHussam.lawen
013a689b332generate_labels fix
Ori KotekOri Kotek
61d3e1ebf47MMerge pull request #394 from zmeir/zmeir-external-push_trigger Added support for automatic review on push event
Zohar MeirZohar Meir
e6bea76eee7Typo
zmeirzmeir
414f2b6767eFix incremental review if there are no new commits (would have performed a full review instead)
zmeirzmeir
6541575a0eaRefactor to use pull_request synchronize event
zmeirzmeir
02570ea7976Remove previous review comment on push event
zmeirzmeir
65bb70a1dd8Added support for automatic review on push event The new feature can be enabled via the new configuration `github_app.handle_push_event`. To avoid any unwanted side-effects, the current default of this configuration is set to `false`. The high level flow (assuming the configuration is enabled): 1. receive push event from GitHub 2. extract branch and commits from event 3. find PR url for branch (currently does not support PRs from forks) 4. perform configured commands (e.g. `/describe`, `/re...
Hussam LawenHussam Lawen
9a585de3646MMerge pull request #404 from Codium-ai/tr/final_fixes final fixes
mrT23mrT23
e1b51eace71release notes