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

feat(bitbucket-server): add support for changelogs #34569

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

Churro
Copy link
Collaborator

@Churro Churro commented Mar 1, 2025

Changes

Implements fetching of changelogs for Bitbucket Server / Data Center.

There are barely any changes to existing code but, if desired, the following changes could be extracted into separate PRs:

  • bitbucket-server-tags datasource
  • adding a maxPages option to lib/util/http/bitbucket-server.ts
  • sourceURL extraction in lib/workers/repository/update/pr/body/index.ts

Context

Documentation (please check one with an [x])

  • I have updated the documentation, or
  • No documentation update is required

How I've tested my work (please select one)

I have verified these changes via:

  • Code inspection only, or
  • Newly added/modified unit tests, or
  • No unit tests but ran on a real repository, or
  • Both unit tests + ran on a real repository

Test repo: renovate-demo/3903-bitbucket-server-changelogs#1
-> Demonstrates changelog fetching from publicly available (but slightly outdated) Bitbucket Server instances

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 changelogs from bitbucket-server
2 participants