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
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
055b5ea700
final fixes
2023-10-29 13:03:12 +02:00
3434296792
Documentation
2023-10-29 13:02:07 +02:00
ae375c2ff0
final fixes
2023-10-29 13:01:55 +02:00
3d5efdf4f3
Merge commit '9a585de36461a6941cb77009e5ab5f4b568a1ff7' into hl/custom_labels
2023-10-29 13:01:53 +02:00
9a585de364
Merge pull request #404 from Codium-ai/tr/final_fixes
...
final fixes
2023-10-29 12:31:40 +02:00
c27dc436c4
final fixes
2023-10-29 12:29:14 +02:00
e83747300d
Merge branch 'main' of github.com:Codium-ai/pr-agent into hl/custom_labels
2023-10-29 12:09:43 +02:00
7374243d0b
enable_custom_labels
2023-10-29 11:40:36 +02:00
5c568bc0c5
Merge pull request #403 from Codium-ai/tr/fix_custom_labels
...
Refactoring Custom Labels Handling and Documentation Update
2023-10-29 02:34:18 -07:00
22c196cb3b
Merge remote-tracking branch 'origin/main' into tr/fix_custom_labels
...
# Conflicts:
# pr_agent/git_providers/github_provider.py
2023-10-29 10:58:42 +02:00
d2cc856cfc
Merge pull request #402 from Codium-ai/tr/github_action_uses_toml
...
Update GitHub Action to Use .pr_agent.toml
2023-10-29 01:55:33 -07:00
013a689b33
generate_labels fix
2023-10-29 10:43:04 +02:00
d772213cfc
fix labels
2023-10-29 08:58:12 +02:00
638db96311
github action now also uses .pr_agent.toml
2023-10-28 13:34:32 +03: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
6f2bbd3baa
Add documentation
2023-10-28 00:45:59 +03:00
9e41f3780c
disable custom labels by default
2023-10-27 21:22:56 +03:00
f53ec1d0cc
move enable custom labels to custom labels function
2023-10-27 21:12:58 +03:00
f7666cb59a
Update INSTALL.md
2023-10-27 11:49:39 +03:00
a7cb59ca8b
small fix
2023-10-27 08:10:29 +03:00