Re: Does Review Board support GitHub Pull Request?

2017-06-07 Thread Vinod Kone
Its and no > open issues -- extensions can modify this logic) the status will be updated > to allow the change to land. > > 3.0 isn't out yet, but these features have been built in parallel for 4.0 > while 3.0 has been in development. > > Christian > > >> On Tue, Jun 6

Re: Does Review Board support GitHub Pull Request?

2017-06-06 Thread Vinod Kone
Any updates? Has anything changed or happened w.r.t GH PR integration with RB? On Wednesday, April 16, 2014 at 2:27:22 PM UTC-7, Nick Zheng wrote: > > Basically what we want is use Review Board as a pure code review tool. We > want users to create the pull requests from GitHub, which will

Review Board Ticket #4478: Better way to categorize reviews

2016-10-06 Thread Vinod Kone
-- To reply, visit https://hellosplat.com/s/beanbag/tickets/4478/ -- New ticket #4478 by vinodkone For Beanbag, Inc. > Review Board Status: New

Review Board Ticket #4466: Ability to mark a reviewer as the main reviewer

2016-09-21 Thread Vinod Kone
-- To reply, visit https://hellosplat.com/s/beanbag/tickets/4466/ -- New ticket #4466 by vinodkone For Beanbag, Inc. > Review Board Status: New

Re: rbt land with a custom remote

2016-02-17 Thread Vinod Kone
www.beanbaginc.com > > On Wed, Feb 17, 2016 at 3:12 PM, Vinod Kone <vinodk...@gmail.com> wrote: > >> So in my local repo, I've a remote named "vinodkone". I have a local >> branch called "vinodkone_master" that tracks "vinodkone/master". I w

Re: rbt land with a custom remote

2016-02-17 Thread Vinod Kone
es/rbtools/commands/land.py", line 261, in main raise CommandError(str(e)) rbtools.commands.CommandError: Could not pull changes from upstream. -- Vinod On Wed, Feb 17, 2016 at 1:28 PM, Christian Hammond <christ...@beanbaginc.com > wrote: > Hi Vinod, > > You're actually l

Re: rbt land with a custom remote

2016-02-17 Thread Vinod Kone
; Barret Rennie > On Feb 12, 2016 2:04 PM, "Vinod Kone" <vino...@gmail.com > > wrote: > >> Hi, >> >> I was playing around with the the new 'rbt land' command and looks like >> it assumes tracking branch to be "origin/master"? >> >

rbt land with a custom remote

2016-02-12 Thread Vinod Kone
Hi, I was playing around with the the new 'rbt land' command and looks like it assumes tracking branch to be "origin/master"? In my clone of the repo I've multiple remotes configured and I'm trying to figure out how to tell 'rbt land --push' to push to a remote that I want. >From looking at