mirror of
https://github.com/sourcebot-dev/sourcebot.git
synced 2025-12-12 12:25:22 +00:00
|
Some checks are pending
Publish to ghcr / build (linux/amd64, blacksmith-4vcpu-ubuntu-2404) (push) Waiting to run
Publish to ghcr / build (linux/arm64, blacksmith-8vcpu-ubuntu-2204-arm) (push) Waiting to run
Publish to ghcr / merge (push) Blocked by required conditions
Update Roadmap Released / update (push) Waiting to run
* feat(bitbucket): support glob patterns in repository exclusions Update Bitbucket Cloud and Server exclusion logic to support glob patterns (e.g., "org/repo*") in the exclude.repos configuration, matching the documented behavior and aligning with other providers (GitHub, GitLab, Gitea, Azure DevOps). Changes: - Add micromatch import for pattern matching - Replace Array.includes() with micromatch.isMatch() in cloudShouldExcludeRepo and serverShouldExcludeRepo functions - Add reason logging for exclusion decisions to match GitHub's pattern This enables users to exclude repositories using wildcard patterns as documented in the Bitbucket Cloud connection documentation. * update changelog --------- Co-authored-by: Jose Hernandez <jose.hernandez@emilabs.ai> Co-authored-by: bkellam <bshizzle1234@gmail.com> |
||
|---|---|---|
| .. | ||
| src | ||
| .gitignore | ||
| package.json | ||
| tsconfig.json | ||
| vitest.config.ts | ||