cf14e45674
further cleaned up code based on feedback
2024-08-30 10:10:39 -04:00
29c50758bc
implementing more feedback, choosing a different Bitbucket diff strategy depending on API version, and expanded unit test cases
2024-08-28 17:13:36 -04:00
0442cdcd3d
adding config value for old Bitbucket Server diff functionality
2024-08-26 16:07:21 -04:00
a99ebf8953
implementing PR bot feedback
2024-08-23 11:18:42 -04:00
2a9e3ee1ef
removing unnecessary if check
2024-08-23 10:57:58 -04:00
2beefab89a
BB server 2 way diff fixes
2024-08-23 10:47:27 -04: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
aef9a04b32
Fix use requests HTTPError
2024-08-02 07:58:23 +07:00
fe4e642a47
Removed unused json import
2024-08-02 07:57:09 +07:00
23ec25c949
Merge pull request #1079 from MarkRx/feature/bitbucket-server-multi-line-suggestion-workaround
...
Use code blocks instead of suggestion blocks for Bitbucket Server multi-line suggestions
2024-08-01 09:29:18 +03:00
288e9bb8ca
Fix Bitbucket Server 401 unauthorized when posting inline coments; fix Bitbucket loading .pr_agent.toml
2024-07-30 16:19:57 -04:00
95f23de7ec
Use code blocks instead of suggestion blocks for Bitbucket Server multi-line suggestions to workaround BSERV-4553
2024-07-30 10:43:56 -04:00
3a77652660
Merge pull request #1061 from MarkRx/feature/bitbucket-server-get-line-link
...
Implement BitbucketServerProvider.get_line_link
2024-07-27 16:04:09 +03:00
81d07a55d7
Implement BitbucketServerProvider.get_line_link
2024-07-26 12:34:12 -04:00
652ced5406
bitbucket server
2024-07-26 08:31:21 +03:00
a9a27b5a8f
Fix typos/Spelling
...
This simple PR fixes typos and spelling errors in code comments and documentation. It has no functional changes but does at least make the instruction more readable and match the code.
2024-06-16 17:06:30 +01:00
4971071b1f
Merge branch 'main' into feature/valid-file-filter-log
2024-05-31 09:10:50 -04:00
bd2f2b3a87
Improve bb server error logging
2024-05-30 17:31:46 -04:00
c11ee8643e
Bitbucket server filter out globally ignored files before attempting diff
2024-05-30 11:34:39 -04:00
ee90f38501
BB Server fixes. Fix ID not being retrieved, inline comments, url generation, and pr review not working
2024-05-30 10:05:00 -04:00
31a8f5302a
Update get_pr_labels method to support label updates and prevent unnecessary label republishing
2024-03-12 17:02:45 +02:00
c98e736e3b
added github action support
2024-02-16 14:49:01 +02:00
555151602f
rstrip()
2024-02-09 11:26:43 +02:00
fa077dc516
formatting
2024-02-08 18:55:58 +02:00
2ee329674f
insert_br_after_x_chars
2024-02-05 09:20:36 +02:00
5c49ff216a
feat: Update inline comment creation in git providers and improve code suggestion handling
...
- Update `create_inline_comment` method in various git providers to include `absolute_position` parameter
- Remove `create_inline_comment` method from providers that do not support inline comments
- Enhance `find_line_number_of_relevant_line_in_file` function to handle absolute position
- Modify `pr_code_suggestions.py` to handle improved code inclusion in suggestions
- Add `include_improved_code` configuration option in `configuration.toml` and update documentation accordingly
2023-12-24 09:44:08 +02:00
fdc776887d
Refactor labels
2023-12-11 16:47:38 +02:00
0f6564f42d
feat: Added server and documentation
2023-11-25 17:37:44 +01: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
3fae5cbd8d
feat: Added BitBucket Server
...
Signed-off-by: Luca Simone <info@lucasimone.info >
2023-11-15 15:47:44 +01:00