Skip to content

Batched push #71

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 3 commits into from
Oct 1, 2020
Merged

Batched push #71

merged 3 commits into from
Oct 1, 2020

Conversation

thepwagner
Copy link
Owner

Continues #53, extending Repo.Push() to accept varargs []updater.Updater.

This allows batched updates to include details about every update, replacing the generic "multiple updates" placeholders and finishing a TODO.

In GitHubRepo.Push(), the {major:, minor:, patch:} visible blob in PRs is replaced with an invisible HMAC-ed blob that encodes the full update details.
This will eventually be parsed, bringing back the ability to skip updates that have closed PRs. Previously that relied on parsing the target update from branch names, but that branch naming became optional with batched updates.

@thepwagner thepwagner merged commit ff272ec into main Oct 1, 2020
@thepwagner thepwagner deleted the batched-push branch October 1, 2020 10:26
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.

1 participant