Commit graph

454 commits

Author SHA1 Message Date
Ori Kotek
3770bf8031
Update setup.py 2023-07-28 02:22:38 +03:00
Ori Kotek
5c527eca66
Merge remote-tracking branch 'origin/main' into pg/pip_package 2023-07-28 02:19:04 +03:00
Ori Kotek
b4ca52c7d8
updated Dockerfile.github_action 2023-07-28 02:18:12 +03:00
Ori Kotek
a78d741292
updated pyproject.toml 2023-07-28 02:09:01 +03:00
Ori Kotek
a50e137bba
Merge pull request #133 from idavidov/idavidov/github-ratelimit-message
Handling GitHub API Rate Limit Exceeded Exception
2023-07-27 14:22:11 +03:00
mrT23
92c0522f4d
Merge pull request #144 from Codium-ai/tr/readme_update
Update README with 'Why use PR-Agent?' section
2023-07-27 10:43:56 +03:00
mrT23
6a72df2981
Merge pull request #139 from Codium-ai/tr/changelog
Add feature to update CHANGELOG.md based on PR content
2023-07-27 09:04:48 +03:00
mrT23
808ca48605
if not self.commit_changelog: 2023-07-27 08:48:39 +03:00
mrT23
c827cbc0ae
final touches 2023-07-27 08:47:26 +03:00
mrT23
48fcb46d4f
Delete CHANGELOG.md 2023-07-27 08:46:14 +03:00
mrT23
66b94599ec Update CHANGELOG.md 2023-07-27 08:45:33 +03:00
mrT23
231efb33c1 add CHANGELOG.md 2023-07-27 08:43:29 +03:00
mrT23
eb798dae6f
Why use PR-Agent
Why use PR-Agent
2023-07-27 08:25:05 +03:00
mrT23
52576c79b3 Update CHANGELOG.md 2023-07-26 20:40:28 +03:00
mrT23
cce2a79a1f add CHANGELOG.md 2023-07-26 20:40:15 +03:00
mrT23
413e5f6d77
general 2023-07-26 20:37:38 +03:00
mrT23
09ca848d4c
Merge remote-tracking branch 'origin/tr/changelog' into tr/changelog 2023-07-26 20:33:32 +03:00
mrT23
801923789b
final 2023-07-26 20:33:21 +03:00
mrT23
cfb696dfd5
Delete CHANGELOG.md 2023-07-26 20:09:18 +03:00
mrT23
2e7a0a88fa Update CHANGELOG.md 2023-07-26 20:08:29 +03:00
mrT23
1dbbafc30a add CHANGELOG.md 2023-07-26 20:08:06 +03:00
mrT23
d8eae7faab
Delete CHANGELOG.md 2023-07-26 20:06:23 +03:00
mrT23
14eceb6e61
PRUpdateChangelog 2023-07-26 20:05:18 +03:00
mrT23
884317c4f7
stable 2023-07-26 20:03:22 +03:00
mrT23
c5f4b229b8
Merge pull request #142 from patryk-kowalski-ds/pk/local-git-provider-impvs
Improvements to Local Git Provider
2023-07-26 19:18:35 +03:00
mrT23
5a2a17ec25
Merge pull request #140 from Codium-ai/tr/enhance_review
Enhancement of PRReviewer class in pr_reviewer.py
2023-07-26 17:32:15 +03:00
mrT23
1bd47b0d53
enhance pr_reviewer.py code 2023-07-26 17:24:03 +03:00
mrT23
7531ccd31f
stable 2023-07-26 16:29:42 +03:00
Patryk Kowalski
3b19827ae2 Add validation for repository path 2023-07-26 15:29:09 +02:00
Patryk Kowalski
ea6e1811c1 Fixed PR title - should be feature branch name, not target branch name 2023-07-26 14:15:50 +02:00
Piotr Gródek
bc2cf75b76 Use pyproject.toml to install dependencies instead of requirements.txt. Fix incorrect mangum version 2023-07-26 09:14:24 +02:00
Piotr Gródek
9e1e0766b7 Set python min version to 3.10 2023-07-26 09:13:54 +02:00
mrT23
ccde68293f
Update README.md 2023-07-26 10:09:01 +03:00
mrT23
99d53af28d Update CHANGELOG.md 2023-07-26 09:50:21 +03:00
Piotr Gródek
5ea607be58 Add package setup 2023-07-26 08:48:12 +02:00
mrT23
e3846a480e
s 2023-07-26 09:21:31 +03:00
mrT23
a60a58794c
Merge pull request #132 from Codium-ai/tr/code_enhancment
Enhancement of GitHub Webhook and Polling Server
2023-07-26 07:24:46 +03:00
Ori Kotek
8ae5faca53
Fix cyclic dependency 2023-07-25 16:52:18 +03:00
Ori Kotek
28d6adf62a
Quick fix for github action 2023-07-25 16:41:29 +03:00
idavidov
1229fba346 + settings.github.ratelimit_retries setup in configuration.toml 2023-07-25 16:37:13 +03:00
Ori Kotek
59a59ebf66
Quick fix for github action 2023-07-25 16:36:58 +03:00
Ori Kotek
36ab12c486
Merge pull request #136 from Codium-ai/ok/handle_sub_group
Handle subgroup in GitLab merge request URL parsing
2023-07-25 16:15:35 +03:00
Ori Kotek
0254e3d04a
Merge pull request #128 from patryk-kowalski-ds/deepsense.ai/local-git-provider
Add Local Git Provider Support
2023-07-25 16:15:02 +03:00
idavidov
f6036e936e + settings.github.ratelimit_retries setup in configuration.toml 2023-07-25 15:23:40 +03:00
Ori Kotek
10a07e497d
Handle sub group in gitlab MR URLs 2023-07-25 15:15:51 +03:00
idavidov
3b334805ee still need GithubException.RateLimitExceededException in pr_processing.py for correct exception catch 2023-07-25 15:14:56 +03:00
idavidov
b6f6c903a0 moved @retry to github_provider.py and fetch number of retries from settings 2023-07-25 15:12:02 +03:00
idavidov
55637a5620 added retry decorator similar to used in ai_handler following @okotek suggestion 2023-07-25 14:42:54 +03:00
idavidov
404cc0a00e small change to show message and fail 2023-07-25 14:20:20 +03:00
Patryk Kowalski
0815e2024c - Replaced two dot diff with three dot diff. Cleaned up obsolete code linked to double dot diff.
- Moved target_branch_existence assertion to _prepare_repo method
- Renamed branch_name -> target_branch_name
- Simplified get_files method
2023-07-25 13:07:21 +02:00