Bitbucket Data Center cloud integration#4146
Merged
Conversation
Closed
2 tasks
sergeibbb
added a commit
that referenced
this pull request
Mar 12, 2025
sergeibbb
added a commit
that referenced
this pull request
Mar 13, 2025
a1dc12f to
ccdc77f
Compare
sergeibbb
added a commit
that referenced
this pull request
Mar 13, 2025
sergeibbb
added a commit
that referenced
this pull request
Mar 13, 2025
4e71b03 to
aa24560
Compare
sergeibbb
added a commit
that referenced
this pull request
Mar 13, 2025
sergeibbb
added a commit
that referenced
this pull request
Mar 13, 2025
sergeibbb
added a commit
that referenced
this pull request
Mar 13, 2025
sergeibbb
added a commit
that referenced
this pull request
Mar 13, 2025
sergeibbb
added a commit
that referenced
this pull request
Mar 13, 2025
sergeibbb
added a commit
that referenced
this pull request
Mar 13, 2025
sergeibbb
added a commit
that referenced
this pull request
Mar 13, 2025
sergeibbb
added a commit
that referenced
this pull request
Mar 13, 2025
sergeibbb
commented
Mar 13, 2025
|
|
||
| protected get apiBaseUrl(): string { | ||
| const protocol = this._session?.protocol ?? 'https:'; | ||
| return `${protocol}//${this.domain}/rest/api/1.0`; |
Member
Author
There was a problem hiding this comment.
Hi @ericf-axosoft, @axosoft-ramint
URL of our test server is on HTTP, that's why I needed to make an update to gather the protocol from Cloud. These changes are here: a7a792a
sergeibbb
added a commit
that referenced
this pull request
Mar 19, 2025
a7a792a to
1449867
Compare
sergeibbb
added a commit
that referenced
this pull request
Mar 19, 2025
sergeibbb
added a commit
that referenced
this pull request
Mar 19, 2025
sergeibbb
added a commit
that referenced
this pull request
Mar 19, 2025
sergeibbb
added a commit
that referenced
this pull request
Mar 19, 2025
sergeibbb
added a commit
that referenced
this pull request
Mar 19, 2025
sergeibbb
added a commit
that referenced
this pull request
Mar 19, 2025
sergeibbb
added a commit
that referenced
this pull request
Mar 24, 2025
9d18d8b to
a4879f2
Compare
sergeibbb
added a commit
that referenced
this pull request
Mar 24, 2025
sergeibbb
added a commit
that referenced
this pull request
Mar 24, 2025
sergeibbb
added a commit
that referenced
this pull request
Mar 24, 2025
sergeibbb
added a commit
that referenced
this pull request
Mar 24, 2025
sergeibbb
added a commit
that referenced
this pull request
Mar 24, 2025
sergeibbb
added a commit
that referenced
this pull request
Mar 24, 2025
sergeibbb
added a commit
that referenced
this pull request
Mar 24, 2025
cca8e86 to
6ad28b2
Compare
ramin-t
approved these changes
Mar 25, 2025
Contributor
ramin-t
left a comment
There was a problem hiding this comment.
We can use the shared library normalizers later when they are exposed.
sergeibbb
added a commit
that referenced
this pull request
Mar 25, 2025
sergeibbb
added a commit
that referenced
this pull request
Mar 25, 2025
sergeibbb
added a commit
that referenced
this pull request
Mar 25, 2025
sergeibbb
added a commit
that referenced
this pull request
Mar 25, 2025
sergeibbb
added a commit
that referenced
this pull request
Mar 25, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
solves #4107
Checklist
Fixes $XXX -orCloses #XXX -prefix to auto-close the issue that your PR addresses