mrT23
6d2673f39d
Merge remote-tracking branch 'origin/tr/agent_logic' into tr/agent_logic
2023-07-18 10:32:43 +03:00
mrT23
b3a1d456b2
if settings.pr_reviewer.num_code_suggestions
2023-07-18 10:32:36 +03:00
Ori Kotek
f77a5f6929
Call PRAgent from github_action_runner.py
2023-07-18 10:31:24 +03:00
Ori Kotek
fdeae9c209
Update pr_agent/agent/pr_agent.py
2023-07-18 10:20:52 +03:00
Ori Kotek
a994ec1427
Call PRAgent from github_action_runner.py
2023-07-18 10:19:32 +03:00
Ori Kotek
e5259e2f5c
Small refactor
2023-07-18 10:17:09 +03:00
Gadi Zimerman
978348240b
Update README.md
2023-07-18 09:59:47 +03:00
Gadi Zimerman
4d92e7d9c2
Update README.md
...
consider changing section headers to reflect commands format
2023-07-18 09:56:40 +03:00
mrT23
6f1b418b25
Merge pull request #79 from patryk-kowalski-ds/deepsense.ai/gitlab-provider-file-creation-handling
...
Fixes 404 error on gitlab file provider happening in case a MR introduced a new file.
2023-07-18 08:27:59 +03:00
mrT23
51e08c3c2b
reflect and review + protections
2023-07-18 08:22:25 +03:00
mrT23
4c29ff2db1
Merge remote-tracking branch 'origin/tr/agent_logic' into tr/agent_logic
...
# Conflicts:
# pr_agent/tools/pr_description.py
2023-07-18 08:06:47 +03:00
mrT23
5fbaa4366f
publish_output instead publish_review
2023-07-18 08:05:42 +03:00
mrT23
aee08ebbfe
Merge branch 'main' into tr/agent_logic
2023-07-18 08:04:47 +03:00
Almog Lavi
6ad8df6be7
Merge pull request #80 from Codium-ai/ok/remove_pics
...
Remove most pics from repo
2023-07-17 23:51:24 +03:00
mrT23
539edcad3c
works
2023-07-17 16:53:38 +03:00
Ori Kotek
b7172df700
Remove most pics from repo
2023-07-17 16:52:23 +03:00
Ori Kotek
768bd40ad8
Remove most pics from repo
2023-07-17 16:50:27 +03:00
mrT23
ea27c63f13
Insights from user's answers
2023-07-17 15:59:57 +03:00
mrT23
c866288b0a
Merge remote-tracking branch 'origin/main' into tr/agent_logic
2023-07-17 15:59:37 +03:00
Patryk Kowalski
8ae3c60670
In case of new file creation by the MR there is a 404 error on file retrieval by gitlab provider.
...
It was handled by catching the error and replacing the file string with an empty string.
Type checking was added before byte decoding - necessary in case of the empty string.
2023-07-17 14:53:23 +02:00
mrT23
f8f415eb75
stable
2023-07-17 15:49:29 +03:00
zmeir
24583b05f7
Publish GitHub review comments with single API call
2023-07-17 10:41:02 +03:00
Ori Kotek
fa421fd169
Merge pull request #75 from Codium-ai/bugfix/rename_get_description
...
get_description was removed
2023-07-17 10:32:01 +03:00
Ori Kotek
e0ae5c945e
get_description was removed
2023-07-17 10:30:44 +03:00
Almog Lavi
865888e4e8
Merge pull request #74 from Codium-ai/update-gifs
...
Update GIFs
2023-07-17 09:35:06 +03:00
mrT23
3b7cfe7bc5
Merge pull request #73 from Codium-ai/hl/clean_comments
...
Clean comments
2023-07-17 09:33:49 +03:00
mrT23
262f9dddbc
Merge pull request #72 from Codium-ai/tr/minor_fixes
...
Minor fixes
2023-07-17 09:33:18 +03:00
Almog Lavi
fa706b6e96
update gifs
2023-07-17 09:30:45 +03:00
Almog Lavi
ff51ab0946
Add files via upload
2023-07-17 09:27:41 +03:00
Hussam Lawen
7884aa2348
Clean
2023-07-17 09:25:38 +03:00
mrT23
8f3520807c
minor fixes
...
minor fixes
2023-07-17 08:42:18 +03:00
mrT23
fa90b242e3
pr_information_from_user_prompts
2023-07-17 08:09:56 +03:00
mrT23
2dfd34bd61
Merge pull request #71 from Codium-ai/Minor-spelling-fix
...
Minor Spelling Fix
2023-07-17 08:08:45 +03:00
Ori Kotek
48f569bef0
Update README.md
2023-07-17 02:39:58 +03:00
Ori Kotek
a20fb9cc0c
Merge pull request #70 from Codium-ai/hl/gitlab_code_suggestion
...
GitLab Code Suggestions Integration
2023-07-17 02:11:30 +03:00
Ori Kotek
c58e1f90e7
Merge branch 'main' into hl/gitlab_code_suggestion
2023-07-17 02:10:15 +03:00
Ori Kotek
d363f148f0
Merge pull request #65 from Codium-ai/tr/agent_logic
...
pr_information_from_user_prompts
2023-07-17 02:08:56 +03:00
Ori Kotek
cbf96a2e67
Merge pull request #68 from ilchemla/feature/remove-duplicate-function
...
Removal of Duplicate Function Across Git Providers
2023-07-17 02:07:09 +03:00
Ori Kotek
4d87c3ec6a
Merge pull request #69 from Codium-ai/readme-update-demo
...
Update README with new demo instructions and gif
2023-07-17 02:04:50 +03:00
Ori Kotek
c13c52d733
Merge pull request #66 from Codium-ai/hl/refactor_install_md
...
Refactor Installation Instructions
2023-07-17 02:02:42 +03:00
Ori Kotek
dbf8142fe0
Merge with README changes
2023-07-17 02:01:49 +03:00
Ori Kotek
bacf6c96c2
Merge remote-tracking branch 'origin/hl/refactor_install_md' into hl/refactor_install_md
...
# Conflicts:
# README.md
2023-07-17 01:59:46 +03:00
Ori Kotek
c9d49da8f7
Merge with README changes
2023-07-17 01:54:30 +03:00
Ori Kotek
7b22edac60
Merge branch 'main' into hl/refactor_install_md
...
# Conflicts:
# README.md
2023-07-17 01:50:29 +03:00
Hussam.lawen
fc309f69b9
Support Code Suggestion in Gitlab
2023-07-17 01:44:40 +03:00
Almog Lavi
7efb5cf74e
add demo gif
2023-07-16 22:06:54 +03:00
Almog Lavi
8e200197c5
update demo description
2023-07-16 22:05:09 +03:00
Hussam.lawen
fe98f67e08
Merge commit '0b1edd9716160bf57eecf307db72439b5443704d' into hl/refactor_install_md
...
# Conflicts:
# README.md
2023-07-16 22:02:34 +03:00
Ori Kotek
0b1edd9716
A small typo
2023-07-16 21:47:50 +03:00
Ilan Chemla
e638dc075c
Remove git_provider.get_description() which is a duplicate of git_provider.get_pr_description()
2023-07-16 21:47:48 +03:00