1d2aedf169
Don't Display pr labels in the text
2023-11-06 11:35:22 +02:00
3548b88463
type and labels
2023-11-05 15:48:39 +02:00
d0f3a4139d
Merge pull request #422 from Codium-ai/pr_review_fix_type_example
...
small fix to pr type example yaml
2023-11-02 11:48:49 +02:00
3ddc7e79d1
Update pr_reviewer_prompts.toml
2023-11-02 11:45:34 +02:00
3e14edfd4e
Merge pull request #421 from zmeir/patch-1
...
Fix error in `get_main_pr_languages` when the diff is empty
2023-11-02 01:20:36 -07:00
15573e2286
Fix error in get_main_pr_languages
when the diff is empty
...
This can happen for example when you have one commit add a line to a file and the next commit deletes that line. Then if those are the only 2 commits in the PR the diff will be empty.
2023-11-02 10:10:54 +02:00
ce64877063
Merge pull request #419 from KennyDizi/fix_synstax_error
...
Fix Syntax Error in f-string Expression
2023-11-02 08:23:17 +02:00
6666a128ee
Update Usage.md
2023-11-01 18:36:12 +02:00
9fbf89670d
Improve expression portion of f-strings
2023-11-01 19:11:52 +07:00
ad1c51c536
Fix SyntaxError: f-string expression part cannot include a backslash
2023-11-01 19:06:29 +07:00
9ab7ccd20d
Merge pull request #416 from zmeir/patch-1
...
Fix formatting when last commit message contains _
2023-11-01 13:13:31 +02:00
c907f93ab8
Merge pull request #418 from KennyDizi/fix/configuration-typo
...
Fix Typo and Update Comment for Ollama Configuration
2023-10-31 11:14:51 -07:00
29a8cf8357
fix typo for ollama
2023-10-31 20:38:27 +07:00
7b6a6c7164
Fix formatting when last commit message contains _
2023-10-31 10:05:13 +02:00
a751bb0ef0
Merge pull request #414 from Codium-ai/ok/fix_github_bug
...
Bugfix: ignored github_app.commands on .pr-agent.toml
2023-10-30 20:28:54 +02:00
26d6280a20
Merge remote-tracking branch 'origin/main' into ok/fix_github_bug
2023-10-30 20:19:41 +02:00
32a19fdab6
Merge pull request #413 from Codium-ai/ok/bitbucket_repo_settings
...
Update Method to Fetch Repository Settings in bitbucket_provider.py
2023-10-30 20:18:59 +02:00
775ccb3f25
Refactor _perform_commands function in github_app.py to improve command handling
2023-10-30 20:14:25 +02:00
a1c6c57f7b
Merge remote-tracking branch 'origin/main' into ok/bitbucket_repo_settings
2023-10-30 18:38:08 +02:00
73bb70fef4
Update get_repo_settings in bitbucket_provider.py to fetch file via API request
2023-10-30 18:36:46 +02:00
dcac6c145c
Merge pull request #412 from Codium-ai/ok/fix_gitlab_bug
...
Update get_repo_settings to decode file from target branch in gitlab_…
2023-10-30 17:04:09 +02:00
4bda9dfe04
Update get_repo_settings to decode file from target branch in gitlab_provider.py
2023-10-30 17:01:49 +02:00
66644f0224
Merge pull request #411 from Codium-ai/ok/fix_gitlab_bug
...
Add Logging Context to Handle Request Calls in gitlab_webhook.py
2023-10-30 16:53:40 +02:00
e74bb80668
Refactor get_repo_settings method in gitlab_provider.py to decode file contents
2023-10-30 16:45:47 +02:00
e06fb534d3
Merge remote-tracking branch 'origin/main' into ok/fix_gitlab_bug
2023-10-30 16:34:03 +02:00
71a341855e
Add log_context to handle_request calls in gitlab_webhook.py
2023-10-30 16:00:09 +02:00
7d949ad6e2
Update GENERATE_CUSTOM_LABELS.md
2023-10-30 15:20:17 +02:00
4b5f86fcf0
Merge pull request #410 from Codium-ai/fix_link_in_install
...
small fix in link in install.md
2023-10-30 02:58:52 -07:00
cd11f51df0
small fix in link in install.md
2023-10-30 11:47:24 +02:00
b40c0b9b23
Merge pull request #409 from zmeir/patch-1
...
Fix call to `_get_previous_review_comment`
2023-10-30 01:28:12 -07:00
816ddeeb9e
Fix 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 the previous one. In order to get the real "previous" review you must collect the comments list before publishing a review, so placing this method call first ensures that.
The method `self._get_previous_review_comment()` is a no-op if `pr_reviewer.remove_previous_review_comment=false` so I see no downside in keeping it before `self.git_provider.publish_comment(pr_comment)`
Additionally, the check for `if previous_review_comment:` is redundant because it's done internally in `self._remove_previous_review_comment`. I thought it looked cleaner without this extra nesting here, but if you think more verbosity is better I'll keep it.
2023-10-30 09:06:51 +02:00
11f01a226c
Update RELEASE_NOTES.md
2023-10-30 08:22:36 +02:00
b57ec301e8
Merge pull request #408 from Codium-ai/tr/final_fixes
...
fixed review
v0.9
2023-10-29 09:02:48 -07:00
71da20ea7e
better link
2023-10-29 18:01:50 +02:00
c895657310
fixed review
2023-10-29 17:59:46 +02:00
eda20ccca9
Merge pull request #407 from zmeir/patch-1
...
Update Usage.md with new GitHub App features
2023-10-29 16:54:59 +02:00
aed113cd79
Update Usage.md with new GitHub App features
2023-10-29 16:33:38 +02:00
0ab07a46c6
Merge pull request #405 from Codium-ai/tr/final_fixes
...
Final Fixes and Updates to PR Agent
2023-10-29 06:02:34 -07:00
5f32e28933
generate_labels
2023-10-29 15:02:16 +02:00
7538c4dd2f
generate_labels
2023-10-29 14:59:50 +02:00
e3845283f8
release notes
2023-10-29 14:58:36 +02:00
a85921d3c5
release notes
2023-10-29 14:49:35 +02:00
27b64fbcaf
release notes
2023-10-29 14:47:46 +02:00
8d50f2ae82
release notes
2023-10-29 14:43:45 +02:00
e97a03f522
Merge remote-tracking branch 'origin/main' into tr/final_fixes
2023-10-29 14:38:33 +02:00
2e3344b5b0
Merge pull request #406 from Codium-ai/hl/custom_labels
...
Add documentation to custom labels
2023-10-29 05:38:11 -07:00
e1b51eace7
release notes
2023-10-29 14:37:04 +02:00
49e3d5ec5f
Add documentation
2023-10-29 13:58:01 +02:00
afa78ed3fb
final fixes
2023-10-29 13:07:22 +02:00
72d5e4748e
final fixes
2023-10-29 13:05:15 +02:00