51e1278cd7
feat: Enhance inline comment publishing in Bitbucket provider and add logging for no suggestions in pr_code_suggestions.py
2023-11-28 18:29:35 +02:00
7e029ead45
refactor: Improve label handling in pr_reviewer.py
2023-11-28 17:03:55 +02:00
b1c374808d
feat: Add line link generation in Bitbucket provider and improve markdown formatting in pr_code_suggestions.py and IMRPOVE.md
2023-11-26 17:12:02 +02:00
20978402ea
s
2023-11-26 16:56:06 +02:00
8f615e17a3
s
2023-11-26 16:42:41 +02:00
5cbbaf44c9
feat: Add line link generation for GitLab and improve markdown formatting in pr_code_suggestions.py
2023-11-26 13:42:57 +02:00
f96d4924e7
feat: Add line link generation in git providers and refactor code suggestions generation
2023-11-26 11:57:45 +02:00
f36b672eaa
feat: Add option to summarize code suggestions in pr_code_suggestions.py
2023-11-26 11:22:14 +02:00
8db2e3b2a0
feat: Enhance readability in toml files and add verbosity level logging in pr_generate_labels.py
2023-11-26 08:42:04 +02:00
fdfd6247fb
Merge branch 'main' into tr/pydantic
2023-11-25 21:36:16 -08:00
26cc26129c
Merge pull request #463 from Codium-ai/tr/more_protections
...
minor fix
2023-11-19 07:45:39 -08:00
d1d7903e39
minor fix
2023-11-19 17:44:11 +02:00
dff4d1befc
Merge pull request #462 from Codium-ai/tr/more_protections
...
Enhancements in YAML Parsing and Error Handling
2023-11-19 07:40:06 -08:00
83247cadec
protections
2023-11-19 17:30:57 +02:00
eb977b4c24
gfm instructions
2023-11-19 11:02:11 +02:00
762a6981e1
extra_labels
2023-11-15 14:12:59 +02:00
b362c406bc
Merge remote-tracking branch 'origin/main' into tr/review_extra_labels
2023-11-15 14:07:44 +02:00
7a342d3312
extra_labels
2023-11-15 14:07:32 +02:00
2e95988741
extra_labels
2023-11-15 14:04:17 +02:00
9478447141
extra_labels
2023-11-15 14:02:13 +02:00
94cb6b9795
more feedback
2023-11-15 09:06:26 +02:00
e9891fc530
s1
2023-11-12 16:37:53 +02:00
727eea2b62
s1
2023-11-12 15:00:06 +02:00
737792d83c
publish_persistent_comment
2023-11-09 15:24:55 +02:00
7e5889061c
publish_persistent_comment
2023-11-09 15:20:31 +02:00
14610d5375
persistent
...
s
2023-11-08 20:16:08 +02:00
a35a75eb34
get_max_tokens + added 'gpt-4-1106-preview'
2023-11-07 14:28:41 +02:00
ff79776410
Keep user labels
2023-11-06 15:14:08 +02:00
ec3f2fb485
Revert "generate labels keep user labels only"
...
This reverts commit 94a2a5e527
.
2023-11-06 15:08:29 +02:00
94a2a5e527
generate labels keep user labels only
2023-11-06 15:07:06 +02:00
1eefd3365b
Merge commit 'e352c98ce83bfbd99078f62d8705eb938a6ba5b5' into hl/type_vs_labels
2023-11-06 14:24:33 +02:00
db37ee819a
support git providers with no label support
2023-11-06 14:11:49 +02:00
e352c98ce8
Merge pull request #431 from Codium-ai/hl/type_vs_labels
...
Refactoring PR Labels Handling and Display
2023-11-06 02:10:38 -08:00
e96b03da57
add configuration enable_pr_type
2023-11-06 11:58:26 +02:00
1d2aedf169
Don't Display pr labels in the text
2023-11-06 11:35:22 +02:00
4c484f8e86
Merge pull request #423 from zmeir/zmeir-external-incremental_review_thresholds
...
Implementing Thresholds for Incremental PR Reviews
2023-11-06 01:07:01 -08:00
8e3fa3926a
Extract incremental review checks to separate method
2023-11-06 09:21:22 +02:00
fed1c160eb
files walkthrough bullets
2023-11-06 08:43:15 +02:00
e37daf6987
link to change
2023-11-06 08:27:34 +02:00
3548b88463
type and labels
2023-11-05 15:48:39 +02:00
c623c3baf4
Added new configurations to prevent too frequent incremental commits on push trigger
2023-11-02 12:24:54 +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
7b6a6c7164
Fix formatting when last commit message contains _
2023-10-31 10:05:13 +02: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
c895657310
fixed review
2023-10-29 17:59:46 +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
7374243d0b
enable_custom_labels
2023-10-29 11:40:36 +02:00
d772213cfc
fix labels
2023-10-29 08:58:12 +02:00
f53ec1d0cc
move enable custom labels to custom labels function
2023-10-27 21:12:58 +03:00