|
f6036e936e
|
+ settings.github.ratelimit_retries setup in configuration.toml
|
2023-07-25 15:23:40 +03:00 |
|
|
3b334805ee
|
still need GithubException.RateLimitExceededException in pr_processing.py for correct exception catch
|
2023-07-25 15:14:56 +03:00 |
|
|
b6f6c903a0
|
moved @retry to github_provider.py and fetch number of retries from settings
|
2023-07-25 15:12:02 +03:00 |
|
|
55637a5620
|
added retry decorator similar to used in ai_handler following @okotek suggestion
|
2023-07-25 14:42:54 +03:00 |
|
|
404cc0a00e
|
small change to show message and fail
|
2023-07-25 14:20:20 +03:00 |
|
|
d1a8a610e9
|
Revert "show how much time until rate limit reset"
This reverts commit 8f482cd41a .
|
2023-07-25 13:38:55 +03:00 |
|
|
8f482cd41a
|
show how much time until rate limit reset
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
2023-07-25 13:23:19 +03:00 |
|
|
34096059ff
|
quick and dirty response for github API ratelimit, until some smart solution will be implemented
|
2023-07-25 13:05:56 +03:00 |
|
|
adb3f17258
|
Merge pull request #131 from Codium-ai/ok/gitlab_webook
GitLab Webhook Integration and Provider Enhancements
|
2023-07-24 16:01:17 +03:00 |
|
|
2c03a67312
|
Add labels
|
2023-07-24 16:00:51 +03:00 |
|
|
55eb741965
|
Merge pull request #125 from Codium-ai/tr/code_enhancment
Code Enhancement in PR Agent
|
2023-07-24 15:37:53 +03:00 |
|
|
c9c95d60d4
|
Implement gitlab webhook
|
2023-07-24 15:05:24 +03:00 |
|
|
cca809e91c
|
run_action
|
2023-07-24 12:45:24 +03:00 |
|
|
57ff46ecc1
|
stable
|
2023-07-24 12:41:00 +03:00 |
|
|
3819d52eb0
|
Merge remote-tracking branch 'origin/tr/code_enhancment' into tr/code_enhancment
|
2023-07-24 12:15:17 +03:00 |
|
|
3072325d2c
|
PRDescription
|
2023-07-24 12:14:53 +03:00 |
|
|
abca2fdcb7
|
Merge remote-tracking branch 'origin/main' into tr/code_enhancment
|
2023-07-24 12:04:54 +03:00 |
|
|
4d84f76948
|
_get_prediction
|
2023-07-24 11:31:35 +03:00 |
|
|
dd8f6eb923
|
Merge pull request #126 from Codium-ai/ok/preserve_labels
Add functionality to preserve existing labels in PRs
|
2023-07-24 10:22:51 +03:00 |
|
|
b9c25e487a
|
On /describe, preserve the current labels
|
2023-07-24 10:17:26 +03:00 |
|
|
1bf27c38a7
|
_prepare_pr_answer
|
2023-07-24 09:15:45 +03:00 |
|
|
1f987380ed
|
Merge pull request #124 from Xyand/bugfix/mising_model
Bugfix - missing function argument
|
2023-07-24 07:36:21 +03:00 |
|
|
cd8bbbf889
|
bugfix
|
2023-07-24 00:58:21 +03:00 |
|
|
8e5498ee97
|
Merge pull request #122 from Codium-ai/update-readme-gifs-2
Update README.md
|
2023-07-23 17:40:26 +03:00 |
|
|
0412d7aca0
|
Update README.md
|
2023-07-23 17:38:08 +03:00 |
|
|
1eac3245d9
|
Merge pull request #121 from Codium-ai/update-gifs
Update GIF URLs in README
|
2023-07-23 17:33:47 +03:00 |
|
|
cd51bef7f7
|
Merge pull request #119 from zmeir/zmeir-code_suggestions_single_api_call
Optimize Code Suggestions API Calls
|
2023-07-23 17:30:37 +03:00 |
|
|
e8aa33fa0b
|
Update README.md
|
2023-07-23 17:27:26 +03:00 |
|
|
54b021b02c
|
Merge pull request #120 from Codium-ai/ok/remove_gitlab_polling
Temporarily remove gitlab polling server until a rewrite is ready
|
2023-07-23 17:07:59 +03:00 |
|
|
32151e3d9a
|
Temporarily remove gitlab polling server until a rewrite is ready
|
2023-07-23 17:04:41 +03:00 |
|
|
32358678e6
|
Reduce the number of GitHub API calls when pushing code suggestions
|
2023-07-23 16:59:08 +03:00 |
|
|
42e32664a1
|
Merge pull request #118 from Codium-ai/ok/fallback_models
Handling exceptions in fallback models
|
2023-07-23 16:43:30 +03:00 |
|
|
1e97236a15
|
Add support for fallback models
|
2023-07-23 16:39:25 +03:00 |
|
|
321f7bce46
|
Merge pull request #117 from Codium-ai/ok/fallback_models
Implementing Fallback Models for Tokenization
|
2023-07-23 16:20:10 +03:00 |
|
|
02a1d8dbfc
|
Add support for fallback models
|
2023-07-23 16:16:36 +03:00 |
|
|
e34f9d8d1c
|
Merge pull request #116 from Codium-ai/fix-describe-gif
Fix describe gif
|
2023-07-23 14:18:21 +03:00 |
|
|
35dac012bd
|
Update README.md
|
2023-07-23 14:17:27 +03:00 |
|
|
21ced18f50
|
Merge pull request #115 from Codium-ai/ok/readme_update
Update Installation Instructions in README
|
2023-07-23 13:42:06 +03:00 |
|
|
fca78cf395
|
Merge pull request #114 from Codium-ai/update-readme-gifs
Update README GIFs
|
2023-07-23 13:33:27 +03:00 |
|
|
d1b91b0ea3
|
Update INSTALL.md
|
2023-07-23 13:03:44 +03:00 |
|
|
76e00acbdb
|
Update INSTALL.md
|
2023-07-23 13:02:32 +03:00 |
|
|
2f83e7738c
|
Update README.md gifs
|
2023-07-23 12:06:04 +03:00 |
|
|
f4a226b0f7
|
Merge pull request #113 from Codium-ai/tr/cli_refactor
Refactoring CLI Commands Handling
|
2023-07-23 08:37:26 +03:00 |
|
|
f5e2838fc3
|
refactor
|
2023-07-21 22:12:51 +03:00 |
|
|
bbdfd2c3d4
|
Merge pull request #108 from patryk-kowalski-ds/deepsense.ai/configurable-language-extensions
Configurable Language Extensions
|
2023-07-21 21:47:52 +03:00 |
|
|
74572e1768
|
Update action.yaml
|
2023-07-20 22:02:08 +03:00 |
|
|
f0a17b863c
|
Merge remote-tracking branch 'origin/main'
|
2023-07-20 22:00:24 +03:00 |
|
|
86fd84e113
|
Update action name
|
2023-07-20 22:00:17 +03:00 |
|
|
d5b9be23d3
|
Merge pull request #110 from linuxlewis/main
Fix TypeError for GitlabProvider
|
2023-07-20 19:52:43 +03:00 |
|
|
057bb3932f
|
Merge pull request #109 from Codium-ai/mrT23-patch-1
Update README.md
|
2023-07-20 19:51:51 +03:00 |
|