e17dd66dce
Disable score review by default
2023-07-19 11:00:28 +03:00
fc8494d696
Rephrase score description in promt
2023-07-19 10:59:52 +03:00
f8aea909b4
Add example output
2023-07-19 10:57:35 +03:00
2e832b8fb4
Merge pull request #86 from Codium-ai/GadiZimerman-patch-1
...
Update README.md
2023-07-19 10:51:31 +03:00
ccddbeccad
num_code_suggestions=0 for review
2023-07-19 09:34:17 +03:00
a47fa342cb
Merge pull request #88 from zmeir/zmeir-cli_args
...
CLI Arguments Refactoring
2023-07-19 08:15:19 +03:00
f73cddcb93
Change Review title when
2023-07-19 01:03:47 +03:00
5f36f0d753
Merge commit 'bdf7eff7cd0a8894c3e66e49bdf89f27da1bfcb4' into hl/incremental_review
2023-07-18 23:28:43 +03:00
dc4bf13d39
Add Incremental Review
2023-07-18 23:14:47 +03:00
bdf7eff7cd
Merge pull request #87 from Codium-ai/tr/bug_fix
...
Add Insights from User's Answers and Fix User Answers Fetching
2023-07-18 18:20:15 +03:00
dc67e6a66e
Support deploying pr-agent on AWS Lambda
2023-07-18 17:46:42 +03:00
0396e10706
Add configuration to request a score for the PR
...
This can help teams compare the review of the PR agent with that of a human reviewer, and fine-tune a score threshold for automatic approval where they decide the agent's review is satisfactory.
2023-07-18 16:40:35 +03:00
77f243b7ab
Allow passing CLI args (helps with debugging)
2023-07-18 16:39:46 +03:00
c507785475
bugfix
2023-07-18 16:32:51 +03:00
5c5015b267
Update README.md
2023-07-18 14:45:15 +03:00
3efe08d619
Merge pull request #85 from Codium-ai/hl/always_filer_bad_extensions
...
Filter out bad files before getting their head and original source code and diff
2023-07-18 13:50:25 +03:00
2e36fce4eb
Merge pull request #83 from Codium-ai/hl/gitlab_description
...
Support describe for Gitlab
2023-07-18 13:47:32 +03:00
d6d4427545
Merge pull request #84 from Codium-ai/GadiZimerman-patch-1
...
Update README.md
2023-07-18 13:37:43 +03:00
5d45632247
Performance improvement: Filter out bad files before getting their head and original source code and diff
2023-07-18 13:33:32 +03:00
90c045e3d0
Update README.md
...
changing image
2023-07-18 13:26:19 +03:00
7f0a96d8f7
readme
2023-07-18 13:17:30 +03:00
8fb9affef3
add try catch
2023-07-18 13:14:01 +03:00
6c42a471e1
Merge pull request #76 from zmeir/zmeir-publish_inline_comments_single_api_call
...
Optimization of Inline Comments Publishing
2023-07-18 13:05:11 +03:00
f2b74b6970
support gitlab describe function
2023-07-18 13:03:36 +03:00
ffd11aeffc
Merge pull request #81 from Codium-ai/GadiZimerman-patch-1
...
Update README.md
2023-07-18 12:55:26 +03:00
05e4e09dfc
Lint
2023-07-18 12:27:28 +03:00
13092118dc
Move the new git provider function to the abstract interface
2023-07-18 12:26:49 +03:00
7d108992fc
Merge remote-tracking branch 'origin/main' into zmeir-publish_inline_comments_single_api_call
2023-07-18 11:53:41 +03:00
e5a8ed205e
Merge pull request #82 from Codium-ai/ok/lint
...
Linting and Code Cleanup
2023-07-18 11:40:43 +03:00
90f97b0226
Lint fixes
2023-07-18 11:34:57 +03:00
9e0f5f0ccc
Merge pull request #78 from Codium-ai/tr/agent_logic
...
Enhancement of PR Agent with User Interaction
2023-07-18 10:37:08 +03:00
87ea0176b9
Update README.md
2023-07-18 10:36:05 +03:00
62f08f4ec4
removed an unneeded file
2023-07-18 10:35:05 +03:00
fe0058f25f
Merge branch 'tr/agent_logic' of github.com:Codium-ai/pr-agent into tr/agent_logic
2023-07-18 10:34:40 +03:00
6d2673f39d
Merge remote-tracking branch 'origin/tr/agent_logic' into tr/agent_logic
2023-07-18 10:32:43 +03:00
b3a1d456b2
if settings.pr_reviewer.num_code_suggestions
2023-07-18 10:32:36 +03:00
f77a5f6929
Call PRAgent from github_action_runner.py
2023-07-18 10:31:24 +03:00
fdeae9c209
Update pr_agent/agent/pr_agent.py
2023-07-18 10:20:52 +03:00
a994ec1427
Call PRAgent from github_action_runner.py
2023-07-18 10:19:32 +03:00
e5259e2f5c
Small refactor
2023-07-18 10:17:09 +03:00
978348240b
Update README.md
2023-07-18 09:59:47 +03:00
4d92e7d9c2
Update README.md
...
consider changing section headers to reflect commands format
2023-07-18 09:56:40 +03:00
6f1b418b25
Merge pull request #79 from patryk-kowalski-ds/deepsense.ai/gitlab-provider-file-creation-handling
...
Fixes 404 error on gitlab file provider happening in case a MR introduced a new file.
2023-07-18 08:27:59 +03:00
51e08c3c2b
reflect and review + protections
2023-07-18 08:22:25 +03:00
4c29ff2db1
Merge remote-tracking branch 'origin/tr/agent_logic' into tr/agent_logic
...
# Conflicts:
# pr_agent/tools/pr_description.py
2023-07-18 08:06:47 +03:00
5fbaa4366f
publish_output instead publish_review
2023-07-18 08:05:42 +03:00
aee08ebbfe
Merge branch 'main' into tr/agent_logic
2023-07-18 08:04:47 +03:00
6ad8df6be7
Merge pull request #80 from Codium-ai/ok/remove_pics
...
Remove most pics from repo
2023-07-17 23:51:24 +03:00
539edcad3c
works
2023-07-17 16:53:38 +03:00
b7172df700
Remove most pics from repo
2023-07-17 16:52:23 +03:00