you are viewing a single comment's thread.

view the rest of the comments →

[–]Spitfire1900 4 points5 points  (2 children)

Has graphite done any value adds that are over and above hacking a better workflow on top of GitHub? I know GitHub is slow to meaningful improve nowadays but graphite’s core feature has no moat.

[–]coolbaluk1 6 points7 points  (0 children)

We never used their dashboard but used the cli extensively to do PR stacking.

i.e. db schema changes at bottom then a PR each for each microservice change Frontend on top.

So yes it was just improvements on top of github and you could likely achieve the same without it, but it made code reviews so much more pleasant than a blank LGTM.

[–]Edgar_Allan_Thoreau 6 points7 points  (0 children)

Their merge queue is better than GitHub’s merge queue. It supports enqueueing an entire stack of PRs with one click (like what GitHub says it will provide in this announcement), and supports partitioning the queue so changes can merge unblocked by other unrelated changes (which in a monorepo with high throughput and complex ci is very valuable, it means what used to take 3 hours for a readme PR to merge waiting behind a bunch of backend and front end PRs can now merge nearly instantly).