|
|
|
|
|
by mgaw
1388 days ago
|
|
It seems they are deprecating their standalone code review tool Upsource in favor of the code review tool that's integrated into Space. Upsource is nice because it allows opening a review for a set of commits which aren't necessarily continuous. This way, multiple people can work on the same branch at the same time, and open a review for their respective commits afterwards. You don't need to wait for your coworker to have their review approved and their branch merged before you can start building on their work. As far as I know, the other popular review tools (e.g. Github pull requests) only support reviews for entire branches. Does anybody know another review tool which allows commit-based reviews as Upsource and Space do? |
|