c623c3baf4
Added new configurations to prevent too frequent incremental commits on push trigger
2023-11-02 12:24:54 +02:00
61d3e1ebf4
Merge pull request #394 from zmeir/zmeir-external-push_trigger
...
Added support for automatic review on push event
2023-10-29 13:04:33 +02:00
4dffabf397
Merge pull request #396 from Codium-ai/hl/custom_labels
...
Implement Custom Labels for PRs
2023-10-28 01:37:54 +03:00
f53ec1d0cc
move enable custom labels to custom labels function
2023-10-27 21:12:58 +03:00
0cf27e5fee
custom labels disabled by default
2023-10-27 07:54:59 +03:00
f3bdbfc103
Add /generate_labels function + fix issues
2023-10-26 23:28:33 +03:00
6541575a0e
Refactor to use pull_request synchronize event
2023-10-26 16:49:54 +03:00
02570ea797
Remove previous review comment on push event
2023-10-26 16:46:54 +03:00
65bb70a1dd
Added 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`, `/review -i`)
The push event flow is guarded by a backlog queue so that multiple push events on the same branch won't trigger multiple duplicate runs of the PR-Agent commands.
Example timeline:
1. push 1 - start handling event
2. push 2 - waiting to be handled while push 1 event is still running
3. push 3 - event is dropped since handling it and handling push 2 is the same, so it is redundant
4. push 1 finished being handled
5. push 2 awakens from wait and continues handling (potentially reviewing the commits of both push 2 and push 3)
All of these options are configurable and can be enabled/disabled as per the user's desire.
Additional minor changes in this PR:
1. Created `DefaultDictWithTimeout` utility class to avoid too much boilerplate code in managing caches for outdated triggers.
2. Guard against running increment review when there are no new commits.
3. Minor styling changes for incremented review text.
2023-10-25 11:15:23 +03:00
1a89c7eadf
refactor + add description options
2023-10-24 22:28:57 +03:00
f9e4c2b098
Update configuration.toml
2023-10-23 21:34:12 -04:00
fa24413201
Custom Labels
2023-10-23 16:29:33 +03:00
a2c3db463a
use_bullet_points
2023-10-19 10:45:42 +03:00
44239f1a79
Patch Extra Lines
2023-10-05 08:38:43 +03:00
e941fa9ec0
Add to user tools guide
2023-10-01 19:51:15 +03:00
ab5ac8ffa8
rename vars + Add to README.md
2023-10-01 13:52:00 +03:00
ccc7f1e10a
rename vars
2023-10-01 13:07:08 +03:00
cd3527f7d4
add configurable docstring style
2023-09-28 20:58:37 +03:00
4accddcaa7
revert verbosity
2023-09-28 20:12:36 +03:00
c3cbaaf09e
Initial add docs
2023-09-27 16:48:17 +03:00
34ed598c20
yaml
2023-09-25 18:30:20 +03:00
8f81c18647
auto commands in github action
2023-09-25 18:01:32 +03:00
ea91a38541
Estimated effort to review
2023-09-17 16:31:58 +03:00
caaee4e43d
Estimated time to review
2023-09-15 17:09:58 +03:00
084256b923
fixed config
2023-09-14 08:23:34 +03:00
99f17666c5
merge
2023-09-14 08:20:36 +03:00
b94e3521d1
Merge remote-tracking branch 'origin/main' into markers
...
# Conflicts:
# pr_agent/tools/pr_description.py
2023-09-14 07:46:30 +03:00
b7a2551cab
Support issue comments in GitHub Actions
2023-09-12 16:46:02 +03:00
d40285e4d3
Merge branch 'main' into tr/litellm_debugger
2023-09-10 13:40:35 +03:00
6382b8a68b
LITELLM_TOKEN
2023-09-10 13:28:56 +03:00
892dbe458e
litellm client
2023-09-09 17:35:45 +03:00
b23a4c0535
Merge remote-tracking branch 'origin/main' into tr/issue_tool
...
# Conflicts:
# requirements.txt
2023-09-07 12:30:16 +03:00
8962c9cf8a
stable
2023-09-06 09:43:23 +03:00
dcd8196b94
Merge remote-tracking branch 'origin/main' into tr/issue_tool
...
# Conflicts:
# pr_agent/settings/configuration.toml
2023-09-06 08:43:41 +03:00
901c1dc3f0
issue tool
2023-09-06 08:43:01 +03:00
ca50724952
adding details on calling azure
2023-09-05 15:19:56 -07:00
4a54532b6a
Set github provider by default
...
- merge README.md
2023-09-05 09:09:35 +01:00
746140b26e
Add support for markers in description
2023-09-04 12:11:39 -04:00
eeea38dab3
Gerrit support
2023-09-01 14:31:34 +01:00
5079daa4ad
Bitbucket server, WIP
2023-08-24 16:33:51 +03:00
fd39c64bed
Merge pull request #233 from zmeir/zmeir-automatic_github_app_options
...
Support custom deployments for github_app.py and add more options for automatic review actions
2023-08-23 09:20:46 +03:00
6599cbc7f2
Merge remote-tracking branch 'origin/main' into tr/tweaks_and_improvements
2023-08-23 09:17:53 +03:00
53108a9b20
Merge branch 'main' into main
2023-08-23 09:16:00 +03:00
f17b4fcc9e
Made the automatic describe command the least destructive
2023-08-22 21:14:03 +03:00
5582a901ff
Merge branch 'main' into zmeir-automatic_github_app_options
2023-08-22 21:09:23 +03:00
04be1573d5
improved review
2023-08-22 20:10:36 +03:00
a9a7a55f02
Remove redundant toggle
2023-08-22 18:28:43 +03:00
635b243280
Merge pull request #223 from zmeir/zmeir-keep_original_pr_description
...
Enhancement: Retain Original User Description and Title in PRs
2023-08-22 16:47:16 +03:00
782c170883
Support custom deployments for github_app.py and add more options for automatic review actions
2023-08-22 16:46:03 +03:00
82fb611a26
Add options to keep original user title
2023-08-22 10:32:58 +03:00