Readit News logoReadit News
spriha · 4 years ago
Hey HN! Ankit and I (from MergeQueue- YC S21) built Changesets to help coordinate Pull Requests across multiple repos.

If 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!

rektide · 4 years ago
Friendly 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

spriha · 4 years ago
whoopsy! Thanks for the heads up!
amir-h · 4 years ago
Nice (: Gerrit has been offering this for some time now, nice to have it for GitHub as well: https://gerrit-review.googlesource.com/Documentation/cross-r...
kevmo314 · 4 years ago
Can 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.
spriha · 4 years ago
Yes it can! we also have a search feature that lets you find PRs across repos (and by author, in case that's helpful)
nicoburns · 4 years ago
You can get this I’m with GitHub’s built in search. And you can even bookmark the results which is nice.
neil_s · 4 years ago
Is this kinda like Changelists at Google?
ankitdce · 4 years ago
Google's Changelist are just standard PullRequests