-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Issue-267 Add fingerprint header, to autodetect Bitbucket DC instances. #373
Issue-267 Add fingerprint header, to autodetect Bitbucket DC instances. #373
Conversation
13f2b8c
to
d48fb28
Compare
Seems to be a timeout issue on the macOS CI. FWIW I'm seeing the same behaviour on my local mac for my branch and main, its sitting at this stage
To be fair I've not yet waited for 5 hours... |
It seems to hang during this dotnet publish command in this stack of calls
However manually run any of the steps 2, 3, 4 and they run to completion. But |
@mminns what version of macOS and I've tried reproing this issue locally (macOS 11.4, I have however seen this happen locally to me before, but re-running "fixed" the issue, and I've never been able to nail it down. |
I was going to try adding |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's been a while since I contributed, nice to be back. :)
Welcome back, and thanks for the contribution (especially the thorough write-up doc on BB auth)! 😄 ❤️
Hey @mminns can you rebase your changes on the latest |
Copied and refreshed the Bitbucket development doc from the Git Credential Manager for Windows project.
d48fb28
to
702ddb3
Compare
Hi @mjcheetham thanks for the feedback. I've rebased and pushed so 🤞 . FWIW I did try - I'm running:
On macOS Cataline 10.15.7 I haven't tried re-running locally after the rebase, I'll try that in the morning if the CI fails again. |
Yay, it all passed in the time it too me the write the last message 👍 |
Addressed #267
Uses the Atlassian specific HTTP Header "X-AREQUESTID" to fingerprint a Bitbucket on-premise instance.
Added a simple test, I notice there are currently no tests for Bitbucket, so I might look at that more generally in a separate PR.
It's been a while since I contributed, nice to be back. :)