14610d5375
persistent
...
s
2023-11-08 20:16:08 +02:00
a1e32d8331
s
2023-11-08 14:36:59 +02:00
0293412a42
s
2023-11-08 14:31:08 +02:00
10ec0a1812
s
2023-11-08 14:21:03 +02:00
69b68b78f5
s
2023-11-08 14:17:59 +02:00
39e5102a2e
fix added files
2023-11-08 12:47:18 +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
e37daf6987
link to change
2023-11-06 08:27:34 +02:00
8fc663911f
fixe bitbucket get_repo_settings bug
2023-11-06 08:15:43 +02:00
fe3527de3c
Add exception handling for applying repo settings failure
2023-11-03 12:23:49 +02:00
c0b3c76884
Merge remote-tracking branch 'origin/main' into ok/bitbucket_fix
2023-11-02 15:27:11 +02:00
e1370a8385
Update publish_inline_comments in bitbucket_provider.py to use 'position' instead of 'start_line'
2023-11-02 15:24:47 +02:00
c623c3baf4
Added new configurations to prevent too frequent incremental commits on push trigger
2023-11-02 12:24:54 +02: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
73bb70fef4
Update get_repo_settings in bitbucket_provider.py to fetch file via API request
2023-10-30 18:36:46 +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
e74bb80668
Refactor get_repo_settings method in gitlab_provider.py to decode file contents
2023-10-30 16:45:47 +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
638db96311
github action now also uses .pr_agent.toml
2023-10-28 13:34:32 +03:00
414f2b6767
Fix incremental review if there are no new commits (would have performed a full review instead)
2023-10-26 16:49:55 +03:00
02570ea797
Remove previous review comment on push event
2023-10-26 16:46:54 +03:00
88ca501c0c
Merge pull request #377 from zmeir/zmeir-review_incremental_detect_header
...
Get previous incremental review
2023-10-18 00:30:42 +03:00
e6f1e0520a
remove azure.com url restriction
2023-10-16 20:38:14 +02:00
d8de89ae33
Get previous incremental review
...
When getting the last commit in `/review -i` consider also the last __incremental__ review, not just the last __full__ review
Full disclosure I'm not really sure the `/review -i` feature work very well - I might be wrong but it seemed like the actual review in fact addressed all the changes in the PR, and not just the ones from the last review (even though it adds a link to the commit of the last review).
I think the commit list gathered in `/review -i` doesn't propagate the actual list the reviewer uses. Again, I might be wrong, just took a brief glance at it.
2023-10-16 16:37:10 +03:00
c324d88be3
Refactor logging system to use custom logger across the codebase
2023-10-16 14:56:00 +03:00
e7258e732b
Refactor repo-specific settings application into a utility function, fix merge bug
2023-10-14 01:39:05 +03:00
da98fd712f
note
2023-10-08 16:58:22 +03:00
e6548f4fe1
simpler solution
2023-10-08 16:57:22 +03:00
1b3fb49f9c
publish each suggestion seperatly only on gitlab
2023-10-08 16:50:25 +03:00
2945c36899
source_branch
2023-10-05 18:21:52 +03:00
72eecbbf61
add line number
2023-10-05 17:59:08 +03:00
989c56220b
add line number
2023-10-05 17:48:36 +03:00
088f256415
stable
2023-10-05 17:03:10 +03:00
589d329a3c
Add error logs for troubleshooting
2023-10-02 05:37:27 +00:00
4479c5f11b
Azure Devops: Set file content as empty string when error
2023-10-01 16:22:37 +00:00
32a8b0e9bc
Ignore change item with gitObjectType == 'tree'
2023-10-01 07:34:01 +00:00
4c72cfbff4
auto tools in github action
2023-09-25 18:56:10 +03:00
9167c20512
added unit tests
2023-09-23 10:41:53 -04:00
a7fb5d98b1
add get_pr_id() to CodeCommitProvider
2023-09-23 08:08:46 -04:00
3e07fe618f
pr_id gitlab
2023-09-21 21:35:00 +03:00
be54fb5bf8
pr_id
2023-09-21 21:29:41 +03:00
4fbe7d14b5
protection for no language
2023-09-17 16:41:53 +03:00
98d0835c48
Merge remote-tracking branch 'origin/main' into fix_bitbucket_publish_description
2023-09-10 14:08:17 +03:00
2aef9dfe55
Merge remote-tracking branch 'origin/main' into fix_bitbucket_publish_description
2023-09-10 14:06:54 +03:00
115b513c9b
Remove 'bitbucket' explicit dependency anywhere that's not in bitbucket_provider.py
2023-09-10 14:06:13 +03:00
517658fb37
Merge pull request #282 from Codium-ai/tr/issue_tool
...
Adding Similar Issue Tool and Pinecone Integration
2023-09-10 13:39:34 +03:00
e4f28b157f
Added support project's config file: .pr_agent.toml
...
+ removed markdown/html formatting from the review due to gerrit does not support it
2023-09-07 13:13:07 +01: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
adb9964823
Merge branch 'main' of https://github.com/Codium-ai/pr-agent into fix_bitbucket_publish_description
2023-09-06 09:32:43 +05:30