Skip to content

Conversation

@mschlicht-tt
Copy link
Collaborator

  • Rework of host configuration to improve workflow, support different token types, and add better validation feedback
  • Better error messages for all SCM adapters
  • minor improvements for UI (e.g. place holder panel on options page if no host configured)

- Rework of host configuration to improve workflow, support different token types, and add better validation feedback
- Better error messages for all SCM adapters
- minor improvements for UI (e.g. place holder panel on options page if no host configured)
@mschlicht-tt mschlicht-tt linked an issue Jan 23, 2026 that may be closed by this pull request
if (this.usesBearerAuth()) {
return { Authorization: `Bearer ${token}` };
}
return { Authorization: `Basic ${btoa(token)}` };
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

My IDE is telling me that btoa is deprecated. Maybe there is an alternative to use here.

- better text in DeveloperGuide.md
- Use normalizeHost where possible
- replace btoa (actually only deprecated for node)
- comment about bitbucket URLs in serverWorker.findScmHostForUrl
- focus host URL on dialog open
@tt-tiwe tt-tiwe merged commit a93f994 into main Feb 10, 2026
5 checks passed
@tt-tiwe tt-tiwe deleted the 35-support-for-bitbucket branch February 10, 2026 13:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Support for Bitbucket

2 participants