Re: Getting Parent Diff from REST API.

2013-06-10 Thread Senthil Kumaran


On Wednesday, 27 February 2013 12:15:16 UTC-6, Benjamin Mahler wrote:

 Hi, I've been looking through the documentation in the hopes of finding a 
 way to get the parent diff of a review.

 I see that on the 'Diff List Resource', the POST method can take the 
 parent diff, but the GET cannot return it?
 http://www.reviewboard.org/docs/manual/dev/webapi/2.0/resources/diff-list/


Hi Ben,

Could you find this out?

Is there a way to ge the parent diff which was used to created the final 
diff?

-- 
Senthil

-- 
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 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
reviewboard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Private Github - A repository was not found at the specified path.

2010-04-11 Thread senthil

I am having this same problem. How to resolve it ? I understand the
SSH keys www-data needs access to my ssh keys at /home/root/.ssh Is
this right? I am able to authenticate using ssh g...@github.com, So how
to setup access of this .ssh to www-data ?


On Mar 4, 2:55 am, Nik Bauman n...@foodzie.com wrote:
 Aha!

 I figured it out. It was a public key issue. My apache user (www-data)
 needed to authenticate with github using my public key and my key was
 only in my user's account. So when the web app tried authenticating,
 it was puking.

 On Mar 4, 1:40 am, Christian Hammond chip...@chipx86.com wrote:



  Is logging turned on? Ifnot, try turning it on in Settings and restarting
  Apache. When the ls-remote fails, it should log the reason why.

  I committed a change to bump up the max length for the raw URL field, so in
  the next nightly rebuild (in about 2.5 hours) you may want to upgrade.

  Christian

  --
  Christian Hammond - chip...@chipx86.com
  Review Board -http://www.reviewboard.org
  VMware, Inc. -http://www.vmware.com

  On Wed, Mar 3, 2010 at 10:19 PM, Nik Bauman n...@foodzie.com wrote:
   Correct,

   CLI output:
   :/home/nbauman$ git ls-remote g...@github.com:foodzie/foodzie.git HEAD
   f5546a2dea7746f7670f04ddc5d94c814f4c        HEAD
   :/home/nbauman$

   App response:
  http://skitch.com/nbauman/n28se/screen-shot-2010-03-04-at-1.17.48-am

   :(
   -Nik

   On Mar 4, 1:13 am, Christian Hammond chip...@chipx86.com wrote:
So if you call that on the server, it works?

That's the check we're actually performing when it comes down to it. If
   it
fails, we report that therepositoryis invalid. Otherwise, it should
   allow
it to continue.

Christian

--
Christian Hammond - chip...@chipx86.com
Review Board -http://www.reviewboard.org
VMware, Inc. -http://www.vmware.com

On Wed, Mar 3, 2010 at 10:09 PM, Nik Bauman n...@foodzie.com wrote:
 Good thought! I investigated the git setup - everything looks fine
 though.

 git ls-remote g...@github.com:user/repo.git HEAD works fine.

 On Mar 3, 9:14 pm, Christian Hammond chip...@chipx86.com wrote:
  Oh, is Git installed on the server? Maybe it's failing its `git
   ls-remote
  repositorypath HEAD` check.

  Christian

  --
  Christian Hammond - chip...@chipx86.com
  Review Board -http://www.reviewboard.org
  VMware, Inc. -http://www.vmware.com

  On Wed, Mar 3, 2010 at 6:12 PM, Nik Bauman n...@foodzie.com wrote:
   Grr. Actually I think that may be a red herring. I shortened some
   things and it still complains Arepositorywasnotfoundat the
  specifiedpath.

   On Mar 3, 9:06 pm, Christian Hammond chip...@chipx86.com wrote:
Oh that very well could be... Do you have a really long username
   or
something?

I'll bump that in a nightly. Hopefully tonight.

Christian

--
Christian Hammond - chip...@chipx86.com
Review Board -http://www.reviewboard.org
VMware, Inc. -http://www.vmware.com

On Wed, Mar 3, 2010 at 5:57 PM, Nik Bauman n...@foodzie.com
   wrote:
 Could it be that my generate Raw file URL mask url is too 
 long?
 When i
 switch to custom it has the value filled out for me, but the
 validation doesn't work -

 Ensure this value has at most 128 characters (it has 131).

 On Mar 3, 8:02 pm, Nik Bauman n...@foodzie.com wrote:
  Yes, I'm using 1.5 beta 1.

  And yes, the api token is from my account (the owner of the
 repository). The following is a screenshot for greater
   clarity to
 see
  if I have anything wrong :

http://skitch.com/nbauman/n2gif/screen-shot-2010-03-03-at-4.04.52-pm

  Logging is turned on and permissions look okay but I don't
   have a
 log
  file being generated yet... so I'm still trying to figure 
  out
 what is
  going on there.

  -Nik

  On Mar 3, 6:29 pm, Christian Hammond chip...@chipx86.com
 wrote:

   If the user-facing pages on Review Board say 1.5 beta 1,
   then
 you
 should
   have the right  version.

   Do you have the proper authentication tokenspecifiedfor
   the
repository?

   If logging is turned on, check the log file and see if it
   has
 any
   more
   detail.

   Christian

   --
   Christian Hammond - chip...@chipx86.com
   Review Board -http://www.reviewboard.org
   VMware, Inc. -http://www.vmware.com

   On Wed, Mar 3, 2010 at 1:11 PM, Nik Bauman 
   n...@foodzie.com
   wrote:
Hey folks,

I have a privaterepositoryon github, I've installed the
 latest
   beta
(1.5), but I can't seem to create a private git
  repository.
 Every
 time
I input my credentials it's telling me that Arepository