Show HN: ChangeSets – group PRs across multiple Git repos
blog.mergequeue.com
Show HN: ChangeSets – group PRs across multiple Git repos
1–10 of 10 posts
Re: Show HN: ChangeSets – group PRs across multiple Git repos
#2If your team works on projects where developers have to submit Pull Requests across many repos, you've probably felt the pain of coordinating these groups of PRs so they all merge together without breaking dependencies. Github doesn't have a native solution to this, as it treats each repo as an isolated code base. With ChangeSets you can now group these PRs together so that they can be merged and rolled-back as a single unit of change.
If you’re on Github, we’d love to have you try it out! For now we’ve added ChangeSets as a toggle under our existing product (MergeQueue) since it was just lower overhead that way (email founders@mergequeue.com if you already have an account with us and we’ll let you into the ChangeSets beta), but you can sign up to try it directly using this link too: https://mergequeue.com/?ref=changesets
Let us know your thoughts!
Re: Show HN: ChangeSets – group PRs across multiple Git repos
#3Re: Show HN: ChangeSets – group PRs across multiple Git repos
#4Can this also view all open PRs across multiple repos? One issue I've struggled with with polyrepos is having an organization-wide PR list. Having exposure to the entire org helps with cadence and visibility but PRs are typically silo'ed to the affected repo.
Re: Show HN: ChangeSets – group PRs across multiple Git repos
#5Can this also view all open PRs across multiple repos? One issue I've struggled with with polyrepos is having an organization-wide PR list. Having exposure to the entire org helps with cadence and visibility but PRs are typically silo'ed to the affected repo.
Re: Show HN: ChangeSets – group PRs across multiple Git repos
#6Not mandatory that you change your name at all, but this could be a potential source of confusion.
Re: Show HN: ChangeSets – group PRs across multiple Git repos
#7Friendly heads up that there's a fairly well known tool from Atlassian called ChangeSets[1]. Currently a bit over 2k stars on github. It's focus is on helping deal with bumping versions in monorepos. Not mandatory that you change your name at all, but this could be a potential source of confusion. [1] https://github.com/atlassian/changesets
Re: Show HN: ChangeSets – group PRs across multiple Git repos
#8Re: Show HN: ChangeSets – group PRs across multiple Git repos
#9Re: Show HN: ChangeSets – group PRs across multiple Git repos
#10Is this kinda like Changelists at Google?