Skip to content
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

autodiscoverProjects for Bitbucket Cloud #27661

Closed
rarkins opened this issue Mar 1, 2024 · 2 comments · Fixed by #27845
Closed

autodiscoverProjects for Bitbucket Cloud #27661

rarkins opened this issue Mar 1, 2024 · 2 comments · Fixed by #27845
Labels
core:config Related to config capabilities and presets platform:bitbucket Bitbucket Cloud platform type:feature Feature (new functionality)

Comments

@rarkins
Copy link
Collaborator

rarkins commented Mar 1, 2024

Describe the proposed change(s).

Discussed in #27093

I think it's best to make this a new option because, apart from it being a different name (projects vs namespaces), Bitbucket Cloud also has these differences vs GitLab:

  • Filtering would be done client-side not server-side
  • Ability to use patterns and/or excludes

So we should create a new option autodiscoverProjects, for Bitbucket Cloud only, and use the matchRegexOrGlobList() function which allows exclusions.

@rarkins rarkins added type:feature Feature (new functionality) core:config Related to config capabilities and presets labels Mar 1, 2024
@viceice
Copy link
Member

viceice commented Mar 1, 2024

can this be faked with our topic filter?

@rarkins
Copy link
Collaborator Author

rarkins commented Mar 1, 2024

I think they're potentially too different semantics

@HonkingGoose HonkingGoose added the platform:bitbucket Bitbucket Cloud platform label Mar 4, 2024
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Apr 15, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
core:config Related to config capabilities and presets platform:bitbucket Bitbucket Cloud platform type:feature Feature (new functionality)
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants
@viceice @rarkins @HonkingGoose and others