Skip to content

OJ-54337 Use repo slug for bitbucket URLs - #450

Merged
gunthercox merged 4 commits into
masterfrom
OJ-54337-bbc
May 4, 2026
Merged

OJ-54337 Use repo slug for bitbucket URLs#450
gunthercox merged 4 commits into
masterfrom
OJ-54337-bbc

Conversation

@gunthercox

@gunthercox gunthercox commented Apr 29, 2026

Copy link
Copy Markdown
Contributor

@sonarqubecloud

Copy link
Copy Markdown

@gunthercox
gunthercox marked this pull request as ready for review April 30, 2026 16:25
for i, repo in enumerate(standardized_repos, start=1):
with logging_helper.log_loop_iters('repo for branch commits', i, 1):
pull_since = pull_since_date_for_repo(
server_git_instance_info, repo.project.login, repo.id, 'commits'

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Does this also need the slug?

@@ -210,7 +207,7 @@
server_git_instance_info, repo.project.login, repo.id, 'prs'

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Checking here, should this use the slug as well?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

I'll double check, but I believe this and the other line can both be kept as UUIDs. The goal is to keep the UUID usage internally, but ensure API requests are all made using the slug.

@gunthercox
gunthercox merged commit 36cce8b into master May 4, 2026
7 checks passed
@gunthercox
gunthercox deleted the OJ-54337-bbc branch May 4, 2026 20:23
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.

2 participants