Git-appraise: Distributed code review system for Git repos
1–10 of 30 posts
Re: Git-appraise: Distributed code review system for Git repos
#2Re: Git-appraise: Distributed code review system for Git repos
#3Seems solid, are there any editors for this?
Re: Git-appraise: Distributed code review system for Git repos
#4Re: Git-appraise: Distributed code review system for Git repos
#5Nice ! I guess storing issues and comments is possible too ?
Re: Git-appraise: Distributed code review system for Git repos
#6I see that an advantage is that it doesn't require server-side setup. But wouldn't one require some sort of central repo to coordinate code reviews and CI tests?
Re: Git-appraise: Distributed code review system for Git repos
#7How does this compare w.r.t Gerrit? I see that an advantage is that it doesn't require server-side setup. But wouldn't one require some sort of central repo to coordinate code reviews and CI tests?
Re: Git-appraise: Distributed code review system for Git repos
#8How does this compare w.r.t Gerrit? I see that an advantage is that it doesn't require server-side setup. But wouldn't one require some sort of central repo to coordinate code reviews and CI tests?
The point is that you can do reviews locally, push them, and other reviews will fetch. Just as git does not require a central authority, neither does this implementation.
That being said you could still write a web frontend to all of this, ala gerrit.
Re: Git-appraise: Distributed code review system for Git repos
#9Kudos to the author.
Re: Git-appraise: Distributed code review system for Git repos
#10How does this compare w.r.t Gerrit? I see that an advantage is that it doesn't require server-side setup. But wouldn't one require some sort of central repo to coordinate code reviews and CI tests?