Skip to content

Webhooks: refactor branch/tag building #12014

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

Merged
merged 10 commits into from
Mar 25, 2025
Merged

Webhooks: refactor branch/tag building #12014

merged 10 commits into from
Mar 25, 2025

Conversation

stsewd
Copy link
Member

@stsewd stsewd commented Feb 20, 2025

  • Webhooks can trigger builds to tags, not just branches
  • Since webhooks already know the type of the version, we use it to filter by results.
  • verbose_name is the value we use to match branches or tags.

Extracted from #11942

@stsewd stsewd requested a review from a team as a code owner February 20, 2025 18:57
@stsewd stsewd requested a review from humitos February 20, 2025 18:57
Copy link
Member

@humitos humitos left a comment

Choose a reason for hiding this comment

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

I left some questions since I have some doubts, but I think it's getting close.

Copy link
Member

@ericholscher ericholscher left a comment

Choose a reason for hiding this comment

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

This looks close to me, with just a couple notes. @humitos could also review it again, but I think overall looks good.

Do we plan to build tags directly with this logic? Is there more info on how this changes anything downstream around that?

@stsewd
Copy link
Member Author

stsewd commented Mar 19, 2025

Do we plan to build tags directly with this logic?

Only tags/branches that come from a repo webhook

Is there more info on how this changes anything downstream around that?

Not sure what downstream refers to here. But all the logic is the same as before, just more exact when selecting the version that corresponds to the branch/tag to build.

Copy link
Member

@ericholscher ericholscher left a comment

Choose a reason for hiding this comment

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

Looks good to me -- would still like to have @humitos give a 👍 to merge tho, since he had some other review comments.

Copy link
Member

@humitos humitos left a comment

Choose a reason for hiding this comment

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

Looks good to me! 💯

@stsewd stsewd merged commit 551e5e8 into main Mar 25, 2025
8 checks passed
@stsewd stsewd deleted the refactor-branch-building branch March 25, 2025 20:15
@github-project-automation github-project-automation bot moved this from Needs review to Done in 📍Roadmap Mar 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

3 participants