Skip to content

Conversation

@jelly
Copy link
Member

@jelly jelly commented Dec 2, 2025

No description provided.

@jelly jelly force-pushed the bump-buddy-integration branch from cd4f5e3 to 10577b6 Compare January 8, 2026 16:57
@jelly jelly force-pushed the bump-buddy-integration branch from 10577b6 to d060bd0 Compare January 8, 2026 17:00
@jelly jelly marked this pull request as ready for review January 8, 2026 17:02
Copy link
Member

@anthraxx anthraxx left a comment

Choose a reason for hiding this comment

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

Overall awesome change, I haven't yet tested it locally, but except the small proposed changes this looks like it should work <3

Comment on lines +117 to +118
if not pkgdata['out_of_date']:
continue
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
if not pkgdata['out_of_date']:
continue

We shouldn't only process entries marked as out_of_date by bumpbuddy if we want to make sure we are not prone to timing issues. This boolean field is only representing out of date between the main Git branch and the upstream version, Archweb needs to calculate it's own out-of-date state and subsequently must not skip entries marked up-to-date.

current_time = now()
# Compatibility for old json output without issue
if 'issue' in pkgdata:
issue_url = f"{settings.GITLAB_PACKAGES_REPO}/{pkgbase}/-/issues/{pkgdata['issue']}"
Copy link
Member

Choose a reason for hiding this comment

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

For the corrent pkgbase in gitlab url's we need to

    scm_pkgbase = urlquote(gitlab_project_name_to_path(pkgbase))

@Antiz96
Copy link
Member

Antiz96 commented Jan 8, 2026

Thanks for putting the work into this 🤗

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.

3 participants