7759d1d3fc
fix: remove redundant state and labels fields from ticket data extraction
...
Signed-off-by: abishlal <abishlalns03@gmail.com >
2025-06-21 17:31:24 +05:30
738f9856a4
feat: add WorkItemTrackingClient to Azure DevOps provider and update client return type
...
Signed-off-by: abishlal <abishlalns03@gmail.com >
2025-06-21 17:28:59 +05:30
fbce8cd2f5
fix: update comment thread status to active when publishing comments
...
Signed-off-by: abishlal <abishlalns03@gmail.com >
2025-06-21 17:22:24 +05:30
ea63c8e63a
fix: remove redundant line for BasicAuthentication in Azure DevOps provider
...
Signed-off-by: abishlal <abishlalns03@gmail.com >
2025-06-21 17:22:04 +05:30
d8fea6afc4
feat: enhance Azure DevOps integration by adding work item as a ticket retrieval methods - Supporting ticket context for Azure DevOps
...
Signed-off-by: abishlal <abishlalns03@gmail.com >
2025-06-21 17:20:31 +05:30
4679dce3af
refactor: Correct case typo of PR in log
2025-05-20 02:31:48 +09:00
954d61e5dc
Azure: refactor publish_code_suggestions() to use azure classes
2025-05-12 09:00:36 +02:00
24a90cab8e
Azure: handle inline /ask
2025-05-12 09:00:17 +02:00
67272700a6
Azure: handle line comments
2025-05-12 08:31:15 +02:00
3a07b55d0c
Azure: dont start threads as active because they block the pull request
2025-05-12 08:31:15 +02:00
c924affebc
Azure devops provider: add persistent comment
2025-05-12 08:31:15 +02:00
e516d66c1c
Azure: return Comment object when creating comment
2025-05-12 08:31:15 +02:00
df1d859e54
Azure devops: parse PR url starting from the end
2025-05-06 15:01:48 +02:00
e925f31ac0
Update azuredevops_provider.py
...
Will make qodo agent comments "Active" by default, and not "ByDesign" which is renders to "unknown" on Azure DevOps PRs. With this, PR authors are obliged to treat the PR comment of the qodo agent before Merging. This will help companies in analysing the impact of qodo agent on their PR, as every comment needs to be treated as either "Resolved" "Won't fix" "Close"
2025-03-21 12:57:03 +00:00
0a4c02c8b3
feat: enhance Azure DevOps integration with improved error handling and PR commands
2025-02-26 16:40:46 +02:00
bd611bc1c2
fix(azure-provider): handle renamed files as new files
...
This fixes a bug when azure-provider tries to fetch original content of a renamed file and fails since the file doesn't exist in base yet.
Also handles case when `diff_type` includes multiple actions as `edit, rename`.
This can be improved to fetch the actual old content using the old path before renaming, but IMO for azure devops since its dying anyway, this fix should be enough.
2025-01-13 22:22:13 +01:00
a825aec5f3
Add publish_output_progress config support to AzureDevOps, BitBucket and Gitlab providers
2024-11-28 17:15:24 +01:00
f08b20c667
Improve logging and error handling in Azure DevOps provider for code suggestions
2024-11-21 13:37:48 +02:00
5c5a3e267c
Merge branch 'main' into introduce-pre-commit
2024-11-08 09:54:21 +02:00
2f5e8472b9
Add PRDescriptionHeader enum for consistent "Changes walkthrough" usage across modules
2024-10-30 08:48:08 +02:00
81dea65856
Format files by pre-commit run -a
...
Signed-off-by: Yu Ishikawa <yu-iskw@users.noreply.github.com >
2024-10-30 10:00:36 +09:00
597f1c6f83
Add PRDescriptionHeader enum for consistent "Changes walkthrough" usage across modules
2024-10-28 08:12:56 +02:00
a476e85fa7
bug-fix_azuredevops-new-file
2024-10-08 01:13:44 -05:00
29028d43cf
Set azure devops default status to ByDesign
2024-09-13 18:01:08 -07:00
3ea691e70a
Merge pull request #1216 from Codium-ai/tr/azure_parsing
...
fix: improve Azure DevOps PR URL parsing and add unit tests
2024-09-12 09:09:24 +03:00
01ba6fe63d
feat: enhance error handling and logging, update AI metadata terminology
...
- Improved error handling and logging in `pr_processing.py` and `github_polling.py` to provide more detailed error information.
- Updated AI metadata terminology from "AI-generated file summary" to "AI-generated changes summary" across multiple files for consistency.
- Added a placeholder method `publish_file_comments` in `azuredevops_provider.py`.
- Refined logging messages in `azuredevops_provider.py` for better clarity.
2024-09-10 17:44:26 +03:00
e444da8378
fix: improve Azure DevOps PR URL parsing and add unit tests
2024-09-10 08:19:22 +03:00
1a9638cf87
bug fix: remove unused get_pr_description method from Azure DevOps provider
2024-09-09 16:25:34 +03:00
8706f643ef
enable ai_metadata
2024-09-08 16:26:26 +03:00
a6f772c6d5
Refactor comment deletion method to 'remove_comment' in git providers and update references
2024-08-18 08:19:25 +03:00
3456c8e039
Add 'original_suggestion' parameter to publish_inline_comment methods across git providers for enhanced inline comment handling
2024-08-16 08:58:51 +03:00
8414e109c5
Update logging levels and add error handling for empty data in PR tools and providers
2024-08-14 08:02:34 +03:00
734a027702
azure fix
2024-07-11 18:21:21 +03:00
e5aae0d14f
fixes
2024-06-28 08:04:35 +03:00
e53badbac4
Overall_success
...
Correct the spelling of this variable.
Fix spelling errors now will prevent issues going forward where people have to misspell something on purpose
2024-06-16 17:12:11 +01:00
e083841d96
Add file ignore functionality and update documentation for ignore patterns
2024-06-13 13:18:15 +03:00
58bc54b193
Add file ignore functionality and update documentation for ignore patterns
2024-06-13 12:27:10 +03:00
4231a84e7a
Refactor Azure DevOps provider to use PR iterations for change detection, improving accuracy of diff file identification
2024-05-15 09:15:12 +03:00
e56320540b
Refactor Azure DevOps provider to use PR iterations for change detection, improving accuracy of diff file identification
2024-05-15 09:05:01 +03:00
e4565f7106
Refactor Azure DevOps provider to use PR iterations for change detection, improving accuracy of diff file identification
2024-05-14 21:43:14 +03:00
31a8f5302a
Update get_pr_labels method to support label updates and prevent unnecessary label republishing
2024-03-12 17:02:45 +02:00
4a0b12c036
Refactor reaction handling in GitHub provider and update help text in PR tools
2024-02-20 08:06:33 +02:00
3770704db7
reset commit
2024-02-19 08:35:45 -05:00
7b15101051
Merge pull request #661 from Codium-ai/hl/ask_line
...
Hl/ask line
2024-02-17 22:08:55 -08:00
de4af313ba
azure dev ops
2024-02-17 19:40:06 +02:00
b402bd5591
revert azuredevops_provider.py change
2024-02-17 08:36:26 -05:00
c98e736e3b
added github action support
2024-02-16 14:49:01 +02:00
9ff62dce08
Add legacy url support
2024-02-12 18:40:06 -05:00
076d8e7187
fix PR code suggestions
2024-02-11 17:17:25 -05:00
22d0c275d7
fix PR comments
2024-02-11 17:13:59 -05:00