0b4b6b1589
Update configuration_options.md
2024-10-23 17:19:16 +03:00
bf049381bd
Merge pull request #1303 from Codium-ai/mrT23-patch-2
...
Update atlassian-connect.json
2024-10-23 09:21:30 +03:00
65c917b84b
Update atlassian-connect.json
2024-10-23 09:04:27 +03:00
c70acdc7cd
Merge pull request #1299 from Codium-ai/tr/disable_default_publish_labels
...
disable publishing labels by default
2024-10-22 08:13:52 +03:00
1c6f7f9c06
Update README.md
2024-10-22 08:12:15 +03:00
0b32b253ca
docs: update default setting for publish_labels to false and adjust related documentation
2024-10-21 17:56:15 +03:00
3efd2213f2
Merge pull request #1298 from Codium-ai/tr/help
...
docs: update pr_help_prompts.toml with project name change and format…
2024-10-21 07:41:19 +03:00
0705bd03c4
docs: update pr_help_prompts.toml with project name change and formatting adjustments
2024-10-21 07:37:57 +03:00
927d005e99
docs: update pr_help_prompts.toml with project name change and formatting adjustments
2024-10-21 07:33:26 +03:00
0dccfdbbf0
Merge pull request #1295 from Codium-ai/tr/azure_o1
...
fix: correct model type extraction for O1 model handling
2024-10-19 11:35:31 +03:00
dcb7b66fd7
Update pr_agent/algo/ai_handlers/litellm_ai_handler.py
...
Co-authored-by: codiumai-pr-agent-pro[bot] <151058649+codiumai-pr-agent-pro[bot]@users.noreply.github.com>
2024-10-19 11:34:57 +03:00
b7437147af
fix: correct model type extraction for O1 model handling in litellm_ai_handler.py
2024-10-19 11:32:45 +03:00
e82afdd2cb
Merge pull request #1290 from Codium-ai/hl/tickets_support
...
support more types of github ticket url / references
2024-10-14 14:34:45 +03:00
0946da3810
support github enterprise
2024-10-14 14:31:34 +03:00
d1f4069d3f
docs: add news update for improved GitHub Actions support on enterprise server
2024-10-14 13:16:11 +03:00
d45a892fd2
Update pr_agent/tools/ticket_pr_compliance_check.py
...
Co-authored-by: codiumai-pr-agent-pro[bot] <151058649+codiumai-pr-agent-pro[bot]@users.noreply.github.com>
2024-10-14 10:59:58 +03:00
4a91b8ed8d
Merge pull request #1292 from Codium-ai/tr/server
...
Tr/server
2024-10-14 10:31:41 +03:00
fb85cb721a
docs: fix typo in installation instructions for GitHub Enterprise Server in pr_agent_pro.md
2024-10-14 10:31:06 +03:00
3a52122677
improve and combine regex
2024-10-14 10:30:07 +03:00
13c6ed9098
docs: update installation instructions for GitHub Enterprise Server in pr_agent_pro.md
2024-10-14 10:27:52 +03:00
9dd1995464
docs: update installation guides with GitHub enterprise server instructions and formatting improvements
2024-10-14 10:25:51 +03:00
eb804d0b34
clean
2024-10-14 10:08:36 +03:00
e0ee878e84
Merge pull request #1291 from Codium-ai/tr/server
...
Tr/server
2024-10-14 09:44:38 +03:00
27abe48a34
feat: import Range utility in GitHubProvider for enhanced functionality
2024-10-14 09:43:58 +03:00
8fe504a7ec
feat: import Range utility in GitHubProvider for enhanced functionality
2024-10-14 09:40:57 +03:00
f6ba49819a
feat: enhance GitHubProvider with improved error handling and URL parsing
...
- Add traceback logging for exceptions in diff file retrieval
- Improve URL parsing to handle '/api/v3' paths and validate GitHub URLs
- Modify `publish_comment` to return None for temporary comments
- Update constructor to accept an optional GitHub client parameter
2024-10-14 09:18:06 +03:00
22bf7af9ba
refactor regex
2024-10-14 08:44:01 +03:00
840e8c4d6b
support more types of github ticket url / references
2024-10-13 22:41:33 +03:00
49f8d86c77
Merge pull request #1289 from Codium-ai/tr/ticket_review
...
fix: handle missing issue body and improve error logging in ticket co…
2024-10-13 08:20:08 +03:00
05827d125b
fix: handle missing issue body and improve error logging in ticket compliance check
2024-10-13 08:19:14 +03:00
74ee9a333e
fix: handle missing issue body and improve error logging in ticket compliance check
2024-10-13 08:15:04 +03:00
e9769fa602
Merge pull request #1283 from Codium-ai/mrT23-patch-2
...
Update README.md
2024-10-10 10:12:24 +03:00
3adff8cf4c
Update README.md
2024-10-10 10:11:31 +03:00
d249b47ce9
Merge pull request #1282 from Codium-ai/tr/ticket_review
...
Tr/ticket review
2024-10-10 10:08:05 +03:00
892d1ad15c
Merge remote-tracking branch 'origin/tr/ticket_review' into tr/ticket_review
2024-10-10 10:02:43 +03:00
76d95bb6d7
feat: add ticket compliance check
...
- Implement ticket compliance check logic in `utils.py` and `ticket_pr_compliance_check.py`
- Add functions to extract and cache PR tickets, and check ticket relevancy
2024-10-10 10:01:48 +03:00
7db9a03805
feat: integrate ticket extraction and enhance YAML handling in PR tools
...
- Add ticket extraction and caching functionality in `pr_description.py` and `pr_reviewer.py`.
- Introduce `keys_fix` parameter to improve YAML loading robustness.
- Enhance error handling for estimated effort parsing in `pr_reviewer.py`.
2024-10-10 08:53:07 +03:00
4eef3e9190
feat: add ticket compliance check and rate limit validation
...
- Implement ticket compliance check logic in `utils.py` and `ticket_pr_compliance_check.py`
- Add functions to extract and cache PR tickets, and check ticket relevancy
- Introduce rate limit validation for GitHub API requests
- Update `pr_reviewer_prompts.toml` and `pr_description_prompts.toml` to include ticket compliance fields
- Modify configuration to require ticket analysis review
2024-10-10 08:48:37 +03:00
014ea884d2
Merge pull request #1280 from Codium-ai/update-qodo-brand
...
Update footer links and branding from CodiumAI to Qodo
2024-10-10 07:41:39 +03:00
c1c5ee7cfb
Update footer links and branding from CodiumAI to Qodo
2024-10-09 11:46:10 +03:00
3ac1ddc5d7
Merge pull request #1279 from Codium-ai/tr/o1_system
...
feat: add support for O1 model by combining system and user prompt
2024-10-09 08:59:40 +03:00
e6c56c7355
Update pr_agent/algo/ai_handlers/litellm_ai_handler.py
...
Co-authored-by: codiumai-pr-agent-pro[bot] <151058649+codiumai-pr-agent-pro[bot]@users.noreply.github.com>
2024-10-09 08:56:31 +03:00
727b08fde3
feat: add support for O1 model by combining system and user prompts in litellm_ai_handler
2024-10-09 08:53:34 +03:00
5d9d48dc82
Update .pr_agent.toml
2024-10-09 08:46:57 +03:00
8e8062fefc
Merge pull request #1276 from Codium-ai/tr/fold_suggestions_on_review
...
docs: update improve.md with folding suggestions feature and add conf…
2024-10-08 20:53:26 +03:00
23a3e208a5
docs: update improve.md with folding suggestions feature and add config option
2024-10-08 20:51:45 +03:00
bb84063ef2
Merge pull request #1274 from CoryBall/azure-devops-pr-new-file-error-fix
...
bug-fix_azuredevops-new-file
2024-10-08 16:05:21 +03:00
a476e85fa7
bug-fix_azuredevops-new-file
2024-10-08 01:13:44 -05:00
4b05a3e858
refactor: streamline hunk processing logic in git_patch_processing.py
...
- Simplified logic for handling new and old hunks to ensure consistent presentation of changes.
- Updated documentation in TOML files to reflect changes in hunk section handling and line number references.
2024-10-07 20:32:11 +03:00
cd158f24f6
fix: move settings initialization outside inner function in gitlab_webhook
2024-10-07 20:24:21 +03:00