b90dde48c0
Merge pull request #483 from tmokmss/add-bedrock-support
...
Add Amazon Bedrock support
2023-11-29 03:08:01 -08:00
0e54a13272
Improve error handling in settings retrieval
...
Fix bug where default values were not being used in GitHub Action runners when environmental variables are not set. Now, if an environmental variable cannot be found and no default is given, the default value will be used if one exists. This will prevent errors during setup on different environments and ensure system stability.
2023-11-29 11:52:02 +02:00
b67d06ae59
"Add fallback to environment variables in GitHub Action Runner"
...
A new function `get_setting_or_env` was implemented to facilitate fetching of either settings or environmental variables in the GitHub Action Runner. This was necessary to resolve an issue where a certain undefined behaviour occurs in GitHub Actions, leading to an attribute error. The new function also provides a default value parameter to ensure the return of a value even in failed attempts to fetch from either settings or environment variables.
2023-11-29 11:47:52 +02:00
5e642c10fa
fallback to try_fix_yaml
2023-11-29 17:57:54 +09:00
580eede021
Add utility function to handle boolean type conversion
...
A utility function (`is_true`) was added to take care of validating and converting boolean values from string or boolean types. This function is used in three parts of the `run_action` method where automatic PR review, description, and improvement actions are triggered based on environment settings. This change makes the condition checks cleaner and prevents code duplication.
2023-11-29 10:33:12 +02:00
ea56910a2f
Merge pull request #485 from Codium-ai/tr/bitbucket
...
Enhancement of Inline Comment Publishing in Bitbucket Provider and Logging Addition
2023-11-28 08:35:40 -08:00
51e1278cd7
feat: Enhance inline comment publishing in Bitbucket provider and add logging for no suggestions in pr_code_suggestions.py
2023-11-28 18:29:35 +02:00
7e029ead45
refactor: Improve label handling in pr_reviewer.py
2023-11-28 17:03:55 +02:00
f8f57419c4
Update ai_handler.py
2023-11-28 23:08:17 +09:00
917f4b6a01
hard code value
2023-11-28 20:59:21 +09:00
97d6fb999a
set max_tokens_to_sample
2023-11-28 20:58:57 +09:00
1373ca23fc
support Amazon Bedrock
2023-11-28 20:58:42 +09:00
6264624c05
Merge branch 'main' into ok/fix_improve
2023-11-27 07:27:25 -08:00
2dcee63df5
fix improve
2023-11-27 12:32:53 +02:00
b1c374808d
feat: Add line link generation in Bitbucket provider and improve markdown formatting in pr_code_suggestions.py and IMRPOVE.md
2023-11-26 17:12:02 +02:00
20978402ea
s
2023-11-26 16:56:06 +02:00
8f615e17a3
s
2023-11-26 16:42:41 +02:00
5cbbaf44c9
feat: Add line link generation for GitLab and improve markdown formatting in pr_code_suggestions.py
2023-11-26 13:42:57 +02:00
f96d4924e7
feat: Add line link generation in git providers and refactor code suggestions generation
2023-11-26 11:57:45 +02:00
f36b672eaa
feat: Add option to summarize code suggestions in pr_code_suggestions.py
2023-11-26 11:22:14 +02:00
668041c09f
Code suggestions guidelines:
2023-11-26 09:32:02 +02:00
aa73eb2841
PR
2023-11-26 09:24:33 +02:00
14d4ca8c74
PR
2023-11-26 09:22:19 +02:00
690c113603
refactor: Improve clarity and consistency in pr_code_suggestions_prompts.toml and pr_reviewer_prompts.toml files
2023-11-26 09:17:42 +02:00
1a28c77783
Previous description
2023-11-26 09:08:33 +02:00
0326b7e4ac
refactor: Update PR prompts in toml files for clarity and consistency
2023-11-26 09:05:45 +02:00
d8ae32fc55
language_extension_map
2023-11-26 08:52:55 +02:00
8db2e3b2a0
feat: Enhance readability in toml files and add verbosity level logging in pr_generate_labels.py
2023-11-26 08:42:04 +02:00
9465b7b577
refactor: Move clip_tokens function from pr_processing to utils module, and add tests
2023-11-26 08:29:47 +02:00
d7df4287f8
feat: Update PR prompts in toml files to enhance readability and consistency
2023-11-26 08:17:16 +02:00
b3238e90f2
s
2023-11-26 08:10:01 +02:00
fdfd6247fb
Merge branch 'main' into tr/pydantic
2023-11-25 21:36:16 -08:00
46d4d04e94
Merge pull request #455 from lukefx/bitbucket-server
...
Added BitBucket Server and Data Center support
2023-11-25 21:33:26 -08:00
0f6564f42d
feat: Added server and documentation
2023-11-25 17:37:44 +01:00
e80a0ed9c8
glob
2023-11-23 09:16:50 +02:00
613ccb4c34
Add support for base_url in GitHub SDK
2023-11-21 16:48:36 +02:00
2add584fbc
Fix a bug in GitLab webhook
2023-11-21 16:28:01 +02:00
b3129c7dd9
Merge pull request #464 from Codium-ai/tr/more_protections
...
Refactor YAML parsing for improved error handling
2023-11-20 02:28:57 -08:00
1b600cd85f
Refactor YAML parsing for improved error handling
2023-11-20 10:30:59 +02:00
26cc26129c
Merge pull request #463 from Codium-ai/tr/more_protections
...
minor fix
2023-11-19 07:45:39 -08:00
d1d7903e39
minor fix
2023-11-19 17:44:11 +02:00
dff4d1befc
Merge pull request #462 from Codium-ai/tr/more_protections
...
Enhancements in YAML Parsing and Error Handling
2023-11-19 07:40:06 -08:00
3504a64269
protections
2023-11-19 17:35:40 +02:00
83247cadec
protections
2023-11-19 17:30:57 +02:00
c7a681038d
gfm instructions
2023-11-19 11:11:11 +02:00
eb977b4c24
gfm instructions
2023-11-19 11:02:11 +02:00
b62e0967d5
fix: Revert back to exception since context.get will not throw KeyError
2023-11-17 10:08:40 +01:00
26dc2e9d21
fix: raising exception instead of empty string
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-11-16 11:19:46 +01:00
d78a71184d
fix: Use checked exception KeyError for missing key
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-11-16 10:59:01 +01:00
eae30c32a2
fix: Use checked exception for ValueError
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2023-11-16 10:58:35 +01:00