external repos
  1. external repos

pr-agent

Public

Network

 
AuthorCommitMessageCommit Date
mrT23mrT23
3d43cecbea2MMerge pull request #167 from zmeir/zmeir-list_configurations_as_comment Add /config command to list the possible configuration settings
zmeirzmeir
dd14423b078Add /config command to list the possible configuration settings
Ori KotekOri Kotek
8e47fdc2840MMerge pull request #164 from Codium-ai/ok/repo_config Support for Repo-Specific Configuration File
Ori KotekOri Kotek
ab607d74be4Support repo-specific configuration file
Ori KotekOri Kotek
bfe73044497Support repo-specific configuration file
Ori KotekOri Kotek
e12874b6968Support repo-specific configuration file
Ori KotekOri Kotek
696e2bd6ffaSupport repo-specific configuration file
Ori KotekOri Kotek
450f410e3c7Support repo-specific configuration file
Ori KotekOri Kotek
08a3f033cbbMMerge pull request #162 from Codium-ai/ok/settings_refactor Refactor settings usage and CLI
Ori KotekOri Kotek
c5a79ceedd1MMerge remote-tracking branch 'origin/main' into ok/settings_refactor
Ori KotekOri Kotek
13547afc589MMerge pull request #163 from Codium-ai/tr/commit_messages Adding Commit Messages Retrieval Functionality
github-actions[bot]github-actions[bot]
e577d27f9b2Update CHANGELOG.md
mrT23mrT23
dfb73c963a1get_commit_messages for gitlab
mrT23mrT23
8c0370a166bCommit messages in pr-description
Ori KotekOri Kotek
8ae936e504bBug fixes
Ori KotekOri Kotek
d7b77764c33Support context aware settings (for each incoming request), support override of settings, refactor CLI to use pr_agent.py
mrT23mrT23
6605f9c444ctypos in 'commands_text'
mrT23mrT23
2a8adcbbd67update README.md
mrT23mrT23
0b22c8d427eupdate README.md
mrT23mrT23
dfa0d9fd43dupdate README.md
mrT23mrT23
c8470645e26add tests and update README.md
mrT23mrT23
5a181e52d5cMMerge pull request #159 from Codium-ai/tr/edit_any_config_setting The Configurator Strikes Back
mrT23mrT23
0ad8dcd2aa7MMerge remote-tracking branch 'origin/tr/edit_any_config_setting' into tr/edit_any_config_setting
mrT23mrT23
a0cfe4b48abUpdate CHANGELOG.md
mrT23mrT23
e2d015a20c2final
mrT23mrT23
a6ba8b614aeExample args
mrT23mrT23
4f0fabd2ca3update_settings_from_args refactor
mrT23mrT23
42b047a14e2update_settings_from_args
mrT23mrT23
3daf94954a5update_settings_from_args
Ori KotekOri Kotek
b564d8ac327MMerge pull request #147 from zmeir/zmeir-align_describe_styling Minor improvements to describe command
zmeirzmeir
4aa54b9bd44Add /describe -c option
zmeirzmeir
c6d0bacc089Match styling of both /describe modes
Ori KotekOri Kotek
d8e6da74db5Update .dockerignore
Ori KotekOri Kotek
278f1883fd5MMerge pull request #153 from marshally/fix_iteration_error_in_reflect_tmp fix TypeError when iterating discussion_messages
Marshall YountMarshall Yount
ef71a7049ebfix TypeError when iterating discussion_messages When `pr-agent` is reviewing a long list of messages, a TypeError is thrown on the line ```python for message in reversed(discussion_messages): ``` When reviewing the PyGithub library, the recommend an alternate syntax for iterating a paginated list in reverse. https://github.com/PyGithub/PyGithub/blob/v1.59.0/github/PaginatedList.py#L122-L125 ``` If you want to iterate in reversed order, just do:: for repo in user.get_repos()...
mrT23mrT23
6fde87b3bdfMMerge pull request #152 from Codium-ai/tr/gitlab_fixes Improvements and Error Handling for GitLab Provider
github-actions[bot]github-actions[bot]
07fe91e57bcUpdate CHANGELOG.md
mrT23mrT23
4664d918443bug fixes in gitlab code suggestion
mrT23mrT23
8f16c460126try-except
mrT23mrT23
01e2f3f0cdeMMerge pull request #150 from Codium-ai/ok/handle_installation_id_properly Github App: handle concurrent requests from multiple installations of app
Ori KotekOri Kotek
63a703c0005Handle marketplace hook
Ori KotekOri Kotek
a8780f722d9Handle marketplace hook
Ori KotekOri Kotek
1a8fce15055Updated handling of installation id
Ori KotekOri Kotek
8519b106f92Updated .gitignore
Ori KotekOri Kotek
d375dd62fe8MMerge pull request #141 from patryk-kowalski-ds/pg/pip_package Transition to pip package with pyproject.toml
Ori KotekOri Kotek
3770bf80316Update setup.py
Ori KotekOri Kotek
5c527eca663MMerge remote-tracking branch 'origin/main' into pg/pip_package
Ori KotekOri Kotek
b4ca52c7d8eupdated Dockerfile.github_action
Ori KotekOri Kotek
a78d741292cupdated pyproject.toml
Piotr GródekPiotr Gródek
bc2cf75b76aUse pyproject.toml to install dependencies instead of requirements.txt. Fix incorrect mangum version