-
Notifications
You must be signed in to change notification settings - Fork 588
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement BitbucketServerProvider.get_line_link #1061
Implement BitbucketServerProvider.get_line_link #1061
Conversation
PR-Agent was enabled for this repository. To continue using it, please link your git user with your CodiumAI identity here. PR Reviewer Guide 🔍
|
PR-Agent was enabled for this repository. To continue using it, please link your git user with your CodiumAI identity here. PR Code Suggestions ✨
|
User description
Implements missing BitbucketServerProvider.get_line_link so links in PR review comments generate proper URLs.
Works with #1059
#1058
PR Type
enhancement
Description
get_line_link
method inBitbucketServerProvider
to generate proper URLs for line links in PR review comments.Changes walkthrough 📝
bitbucket_server_provider.py
Implement `get_line_link` method for BitbucketServerProvider
pr_agent/git_providers/bitbucket_server_provider.py
get_line_link
method to generate proper URLs for line links.