Re: Review Board, Git and patch-series

2013-03-12 Thread Stephen Gallagher
On Sun 16 Dec 2012 01:28:46 PM EST, Matthew Woehlke wrote: ... So I was thinking more about this, and came up with a vision how I think the UI would work best. The basic idea is to add a new option to diff display, 'view as patch series'. The important parts are a) not available if a

Re: Review Board, Git and patch-series

2013-03-12 Thread Matthew Woehlke
Detailed comments below, but summarizing my personal short term priorities: 1. Custom field support. 2. Support DVCS revision in the changenum field. 3. Add a field for local branch name. Of course, (1) means that (3) (and (2), sort-of) can be done with an extension... which is one reason (1)

Re: Review Board, Git and patch-series

2013-03-12 Thread Christian Hammond
#1 will absolutely happen for 1.8. It's in progress now. One of our students is writing support for specifying a revision and branch a change was pushed as, after you close a review request. That should make 1.8. Christian On Mar 12, 2013, at 10:30, Matthew Woehlke mwoehlke.fl...@gmail.com

Re: Review Board, Git and patch-series

2012-12-16 Thread Stephen Bash
On Monday, October 31, 2011 10:45:15 AM UTC-4, Stephen Gallagher wrote: I've been trying to work out for some time now how to accomplish patch-series in Git with Review Board. This is a very important part of my project's workflow, and the lack of this support has been preventing us from

Re: Review Board, Git and patch-series

2012-12-16 Thread Matthew Woehlke
On 2012-12-15 14:13, Matthew Woehlke wrote: On Monday, October 31, 2011 10:45:15 AM UTC-4, Stephen Gallagher wrote: I've been trying to work out for some time now how to accomplish patch-series in Git with Review Board. [...] Modify post-review so that it will create an individual review

Re: Review Board, Git and patch-series

2012-12-15 Thread mwoehlke . floss
On Monday, October 31, 2011 10:45:15 AM UTC-4, Stephen Gallagher wrote: I've been trying to work out for some time now how to accomplish patch-series in Git with Review Board. [...] Modify post-review so that it will create an individual review on the Review Board server for each patch

Re: Review Board, Git and patch-series

2012-04-23 Thread Stephen Gallagher
for some time now how to accomplish patch-series in Git with Review Board. This is a very important part of my project's workflow, and the lack of this support has been preventing us from deploying. I think I came up with three ideas, each building on each other, to allow this support

Re: Review Board, Git and patch-series

2012-04-23 Thread Christian Hammond
of these ideas might work there as well. On Mon, 2011-10-31 at 10:45 -0400, Stephen Gallagher wrote: I've been trying to work out for some time now how to accomplish patch-series in Git with Review Board. This is a very important part of my project's workflow, and the lack of this support has been

Re: Review Board, Git and patch-series

2011-11-10 Thread Long VU
+1 vote for patch-series feature. -- Want to help the Review Board project? Donate today at http://www.reviewboard.org/donate/ Happy user? Let us know at http://www.reviewboard.org/users/ -~--~~~~--~~--~--~--- To unsubscribe from this group, send email to

Review Board, Git and patch-series

2011-10-31 Thread Stephen Gallagher
I've been trying to work out for some time now how to accomplish patch-series in Git with Review Board. This is a very important part of my project's workflow, and the lack of this support has been preventing us from deploying. I think I came up with three ideas, each building on each other